diff --git a/cpp/SubgraphPreconditioner.h b/cpp/SubgraphPreconditioner.h index 6f5d1b7e6..c284f6ab3 100644 --- a/cpp/SubgraphPreconditioner.h +++ b/cpp/SubgraphPreconditioner.h @@ -62,6 +62,9 @@ namespace gtsam { /** * A linear system solver using subgraph preconditioning conjugate gradient + * Concept NonLinearSolver implements + * linearize: G * T -> L + * solve : L -> VectorConfig */ template class SubgraphPCG {