Classes | Namespaces | Typedefs | Functions
Errors.h File Reference

vector of errors More...

#include <gtsam/base/FastList.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/Vector.h>
#include <string>
Include dependency graph for Errors.h:
This graph shows which files directly or indirectly include this file:

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, const Errors &b)
 Subtraction. More...
 
Errors gtsam::operator- (const Errors &a)
 Negation. More...
 
GTSAM_EXPORT void gtsam::print (const Errors &e, const std::string &s="Errors")
 Print an Errors instance. More...
 

Detailed Description

vector of errors

Author
Frank Dellaert

Definition in file Errors.h.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:48