mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-12-22 15:06:47 +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 = env.Clone()
|
||||||
|
|
||||||
module_env.pmlpp_build_old_classes = False
|
module_env.pmlpp_build_old_classes = True
|
||||||
module_env.pmlpp_build_tests = True
|
module_env.pmlpp_build_tests = True
|
||||||
|
|
||||||
if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no':
|
if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no':
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "core/math/math_defs.h"
|
#include "core/math/math_defs.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "core/math/math_defs.h"
|
#include "core/math/math_defs.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
|
|
||||||
class MLPPConvolutionsOld {
|
class MLPPConvolutionsOld {
|
||||||
public:
|
public:
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "core/math/math_defs.h"
|
#include "core/math/math_defs.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "core/math/math_defs.h"
|
#include "core/math/math_defs.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include "gauss_markov_checker_old.h"
|
#include "gauss_markov_checker_old.h"
|
||||||
#include "../stat/stat_old.h"
|
#include "../stat/stat_old.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
void MLPPGaussMarkovCheckerOld::checkGMConditions(std::vector<real_t> eps) {
|
void MLPPGaussMarkovCheckerOld::checkGMConditions(std::vector<real_t> eps) {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include "transforms_old.h"
|
#include "transforms_old.h"
|
||||||
#include "../lin_alg/lin_alg_old.h"
|
#include "../lin_alg/lin_alg_old.h"
|
||||||
|
#include "core/int_types.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
Reference in New Issue
Block a user