Struct to help with traversing the Bayes Tree for log-determinant computation. Records the data which is passed to the child nodes in pre-order visit. More...
Public Member Functions | |
LogDeterminantData (double *logDet) | |
Public Attributes | |
double * | logDet |
Struct to help with traversing the Bayes Tree for log-determinant computation. Records the data which is passed to the child nodes in pre-order visit.
Definition at line 42 of file GaussianBayesTree.cpp.
|
inline |
Definition at line 45 of file GaussianBayesTree.cpp.
double* gtsam::internal::LogDeterminantData::logDet |
Definition at line 44 of file GaussianBayesTree.cpp.