44 GTSAM_EXPORT
void print(
const std::string& s =
"Errors")
const;
47 GTSAM_EXPORT
bool equals(
const Errors& expected,
double tol=1e-9)
const;
50 GTSAM_EXPORT Errors
operator+(
const Errors& b)
const;
53 GTSAM_EXPORT Errors
operator-(
const Errors& b)
const;
72 GTSAM_EXPORT
void print(
const Errors& a,
const std::string& s =
"Error");
Definition: FastList.h:38
A thin wrapper around std::list that uses boost's fast_pool_allocator.
typedef and functions to augment Eigen's VectorXd
A helper that implements the traits interface for GTSAM types.
Definition: Testable.h:150
void axpy< Errors, Errors >(double alpha, const Errors &x, Errors &y)
BLAS level 2 style.
Definition: Errors.cpp:114
This class represents a collection of vector-valued variables associated each with a unique integer i...
Definition: VectorValues.h:90
GTSAM_EXPORT Errors operator-() const
negation
Definition: Errors.cpp:89
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 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
double dot(const V1 &a, const V2 &b)
Dot product.
Definition: Vector.h:162
GTSAM_EXPORT Errors operator+(const Errors &b) const
Addition.
Definition: Errors.cpp:60
vector of errors
Definition: Errors.h:34
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
Concept check for values that can be used in unit tests.