remove all templates in CGSolvers to speedup compilation
parent
5d3e11e0c9
commit
d34375ab80
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtsam/linear/GaussianFactorGraph.h>
|
||||
#include <gtsam/inference/VariableIndex.h>
|
||||
#include <gtsam/linear/VectorValues.h>
|
||||
|
|
@ -29,6 +30,7 @@ class IterativeSolver {
|
|||
|
||||
public:
|
||||
|
||||
typedef boost::shared_ptr<IterativeSolver> shared_ptr;
|
||||
typedef IterativeOptimizationParameters Parameters;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Reference in New Issue