add formatter to GaussianConditional mean printing
parent
35d560f3fc
commit
86bfdf76cb
|
|
@ -124,7 +124,7 @@ namespace gtsam {
|
||||||
cout << formatMatrixIndented(" d = ", getb(), true) << "\n";
|
cout << formatMatrixIndented(" d = ", getb(), true) << "\n";
|
||||||
if (nrParents() == 0) {
|
if (nrParents() == 0) {
|
||||||
const auto mean = solve({}); // solve for mean.
|
const auto mean = solve({}); // solve for mean.
|
||||||
mean.print(" mean");
|
mean.print(" mean", formatter);
|
||||||
}
|
}
|
||||||
if (model_)
|
if (model_)
|
||||||
model_->print(" Noise model: ");
|
model_->print(" Noise model: ");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue