Unit tests for Preconditioners. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/linear/VectorValues.h>
#include <gtsam/linear/Preconditioner.h>
#include <gtsam/linear/PCGSolver.h>
#include <gtsam/geometry/Point2.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (PCGSolver, simpleLinearSystem) | |
TEST (PCGsolver, verySimpleLinearSystem) | |
int main | ( | ) |
Definition at line 132 of file testPreconditioner.cpp.
TEST | ( | PCGSolver | , |
simpleLinearSystem | |||
) |
Definition at line 81 of file testPreconditioner.cpp.
TEST | ( | PCGsolver | , |
verySimpleLinearSystem | |||
) |
Definition at line 32 of file testPreconditioner.cpp.