compiling fix
parent
2650939bb7
commit
50547af231
|
|
@ -16,7 +16,7 @@ SymbolicSequentialSolver::SymbolicSequentialSolver(const FactorGraph<IndexFactor
|
||||||
Base(factorGraph) {}
|
Base(factorGraph) {}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
typename BayesNet<IndexConditional>::shared_ptr SymbolicSequentialSolver::eliminate() const {
|
BayesNet<IndexConditional>::shared_ptr SymbolicSequentialSolver::eliminate() const {
|
||||||
return Base::eliminate();
|
return Base::eliminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ public:
|
||||||
* Eliminate the factor graph sequentially. Uses a column elimination tree
|
* Eliminate the factor graph sequentially. Uses a column elimination tree
|
||||||
* to recursively eliminate.
|
* to recursively eliminate.
|
||||||
*/
|
*/
|
||||||
typename BayesNet<IndexConditional>::shared_ptr eliminate() const;
|
BayesNet<IndexConditional>::shared_ptr eliminate() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute the marginal Gaussian density over a variable, by integrating out
|
* Compute the marginal Gaussian density over a variable, by integrating out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue