vector of errors More...
#include <gtsam/base/FastList.h>#include <gtsam/base/Testable.h>#include <gtsam/base/Vector.h>#include <string>

Go to the source code of this file.
Classes | |
| struct | gtsam::traits< Errors > |
| traits More... | |
Namespaces | |
| gtsam | |
| traits | |
Typedefs | |
| using | gtsam::Errors = FastList< Vector > |
| Errors is a vector of errors. More... | |
Functions | |
| void | gtsam::axpy (double alpha, const Errors &x, Errors &y) |
BLAS level 2 style AXPY, y := alpha*x + y More... | |
| Errors | gtsam::createErrors (const VectorValues &V) |
| Break V into pieces according to its start indices. More... | |
| double | gtsam::dot (const Errors &a, const Errors &b) |
| Dot product. More... | |
| bool | gtsam::equality (const Errors &actual, const Errors &expected, double tol) |
| Errors | gtsam::operator+ (const Errors &a, const Errors &b) |
| Addition. More... | |
| Errors | gtsam::operator- (const Errors &a) |
| Negation. More... | |
| Errors | gtsam::operator- (const Errors &a, const Errors &b) |
| Subtraction. More... | |
| GTSAM_EXPORT void | gtsam::print (const Errors &e, const std::string &s="Errors") |
| Print an Errors instance. More... | |
vector of errors
Definition in file Errors.h.