fixed broken unit tests
parent
553cf83194
commit
ab6fc4f68c
|
@ -61,6 +61,10 @@ namespace gtsam {
|
||||||
* the resulted linear system
|
* the resulted linear system
|
||||||
*/
|
*/
|
||||||
VectorConfig optimize(SubgraphPreconditioner& system) const;
|
VectorConfig optimize(SubgraphPreconditioner& system) const;
|
||||||
|
|
||||||
|
boost::shared_ptr<SubgraphSolver> prepareLinear(const SubgraphPreconditioner& fg) const {
|
||||||
|
return boost::shared_ptr<SubgraphSolver>(new SubgraphSolver(*this));
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class Graph, class Config> const size_t SubgraphSolver<Graph,Config>::maxIterations_;
|
template<class Graph, class Config> const size_t SubgraphSolver<Graph,Config>::maxIterations_;
|
||||||
|
|
Loading…
Reference in New Issue