Minor Documentation Fix
parent
b55e2919c3
commit
9771f0ccc9
|
@ -69,7 +69,7 @@ namespace gtsam {
|
||||||
|
|
||||||
size_t cardinality(Index j) const { return cardinalities_.at(j);}
|
size_t cardinality(Index j) const { return cardinalities_.at(j);}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @brief Permutes the keys in Potentials
|
* @brief Permutes the keys in Potentials
|
||||||
*
|
*
|
||||||
* This permutes the Indices and performs necessary re-ordering of ADD.
|
* This permutes the Indices and performs necessary re-ordering of ADD.
|
||||||
|
|
Loading…
Reference in New Issue