docstring updates
parent
3dcf9d8da8
commit
93079f32e1
|
@ -322,13 +322,13 @@ TEST(GaussianBayesTree, determinant_and_smallestEigenvalue) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
/** Test to expose bug in GaussianBayesTree::logDeterminant */
|
/// Test to expose bug in GaussianBayesTree::logDeterminant.
|
||||||
TEST(GaussianBayesTree, LogDeterminant) {
|
TEST(GaussianBayesTree, LogDeterminant) {
|
||||||
using symbol_shorthand::L;
|
using symbol_shorthand::L;
|
||||||
using symbol_shorthand::X;
|
using symbol_shorthand::X;
|
||||||
|
|
||||||
// Create a factor graph that will result in a bayes tree with at least 2
|
// Create a factor graph that will result in
|
||||||
// nodes
|
// a bayes tree with at least 2 nodes.
|
||||||
GaussianFactorGraph fg;
|
GaussianFactorGraph fg;
|
||||||
Key x1 = X(1), x2 = X(2), l1 = L(1);
|
Key x1 = X(1), x2 = X(2), l1 = L(1);
|
||||||
SharedDiagonal unit2 = noiseModel::Unit::Create(2);
|
SharedDiagonal unit2 = noiseModel::Unit::Create(2);
|
||||||
|
|
Loading…
Reference in New Issue