mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Now the old classes are built by default again.
This commit is contained in:
parent
6b24541095
commit
b3b6e79d24
2
SCsub
2
SCsub
@ -4,7 +4,7 @@ Import('env')
|
||||
|
||||
module_env = env.Clone()
|
||||
|
||||
module_env.pmlpp_build_old_classes = False
|
||||
module_env.pmlpp_build_old_classes = True
|
||||
module_env.pmlpp_build_tests = True
|
||||
|
||||
if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no':
|
||||
|
@ -9,6 +9,7 @@
|
||||
//
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
#include "core/int_types.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
#include "core/int_types.h"
|
||||
|
||||
class MLPPConvolutionsOld {
|
||||
public:
|
||||
|
@ -9,6 +9,7 @@
|
||||
//
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
#include "core/int_types.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
//
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
#include "core/int_types.h"
|
||||
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "gauss_markov_checker_old.h"
|
||||
#include "../stat/stat_old.h"
|
||||
#include "core/int_types.h"
|
||||
#include <iostream>
|
||||
|
||||
void MLPPGaussMarkovCheckerOld::checkGMConditions(std::vector<real_t> eps) {
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "transforms_old.h"
|
||||
#include "../lin_alg/lin_alg_old.h"
|
||||
#include "core/int_types.h"
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user