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