44 GTSAM_EXPORT
void print(
const std::string& s =
"Errors")
const;
47 GTSAM_EXPORT
bool equals(
const Errors& expected,
double tol=1e-9)
const;
72 GTSAM_EXPORT
void print(
const Errors& a,
const std::string& s =
"Error");
A thin wrapper around std::list that uses boost's fast_pool_allocator.
Concept check for values that can be used in unit tests.
typedef and functions to augment Eigen's VectorXd
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
void print(const Matrix &A, const string &s, ostream &stream)
print without optional string, must specify cout yourself
Definition: Matrix.cpp:155
double dot(const V1 &a, const V2 &b)
Dot product.
Definition: Vector.h:194
void GTSAM_DEPRECATED axpy(double alpha, const V1 &x, V2 &y)
BLAS Level 1 axpy: y <- alpha*x + y.
Definition: Vector.h:217
A manifold defines a space in which there is a notion of a linear tangent space that can be centered ...
Definition: concepts.h:30
Definition: FastList.h:40
A helper that implements the traits interface for GTSAM types.
Definition: Testable.h:151
vector of errors
Definition: Errors.h:34
GTSAM_EXPORT Errors operator-() const
negation
Definition: Errors.cpp:89
GTSAM_EXPORT Errors operator+(const Errors &b) const
Addition.
Definition: Errors.cpp:60
GTSAM_EXPORT bool equals(const Errors &expected, double tol=1e-9) const
equals, for unit testing
Definition: Errors.cpp:54
GTSAM_EXPORT void print(const std::string &s="Errors") const
print
Definition: Errors.cpp:39
This class represents a collection of vector-valued variables associated each with a unique integer i...
Definition: VectorValues.h:74