43 GTSAM_EXPORT
void print(
const std::string& s =
"Errors")
const;
46 GTSAM_EXPORT
bool equals(
const Errors& expected,
double tol=1e-9)
const;
49 GTSAM_EXPORT Errors
operator+(
const Errors& b)
const;
52 GTSAM_EXPORT Errors
operator-(
const Errors& b)
const;
71 GTSAM_EXPORT
void print(
const Errors& a,
const std::string& s =
"Error");
typedef and functions to augment Eigen's VectorXd
double dot(const V1 &a, const V2 &b)
Dot product.
Definition: Vector.h:259
void axpy< Errors, Errors >(double alpha, const Errors &x, Errors &y)
BLAS level 2 style.
Definition: Errors.cpp:115
A thin wrapper around std::list that uses boost's fast_pool_allocator.
GTSAM_EXPORT bool equals(const Errors &expected, double tol=1e-9) const
equals, for unit testing
Definition: Errors.cpp:55
void print(const Matrix &A, const string &s, ostream &stream)
print a matrix
Definition: Matrix.cpp:183
GTSAM_EXPORT Errors operator-() const
negation
Definition: Errors.cpp:90
This class represents a collection of vector-valued variables associated each with a unique integer i...
Definition: VectorValues.h:89
GTSAM_EXPORT void print(const std::string &s="Errors") const
print
Definition: Errors.cpp:40
Definition: FastList.h:38
vector of errors
Definition: Errors.h:33
GTSAM_EXPORT Errors operator+(const Errors &b) const
Addition.
Definition: Errors.cpp:61