mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Removed new things from MLPPGaussMarkovCheckerOld.
This commit is contained in:
parent
adc61e6aaa
commit
6ee2295535
@ -10,14 +10,10 @@
|
||||
|
||||
#include "core/math/math_defs.h"
|
||||
|
||||
#include "core/object/reference.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class MLPPGaussMarkovCheckerOld : public Reference {
|
||||
GDCLASS(MLPPGaussMarkovCheckerOld, Reference);
|
||||
|
||||
class MLPPGaussMarkovCheckerOld {
|
||||
public:
|
||||
void checkGMConditions(std::vector<real_t> eps);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user