Loading [MathJax]/extensions/tex2jax.js
gtsam  4.0.0
gtsam
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Errors.h File Reference

vector of errors More...

Go to the source code of this file.

Classes

class  gtsam::Errors
 vector of errors More...
 
struct  gtsam::traits< Errors >
 traits More...
 

Namespaces

 gtsam
 Global functions in a separate testing namespace.
 

Functions

double gtsam::dot (const Errors &a, const Errors &b)
 dot product
 
template<>
GTSAM_EXPORT void gtsam::axpy< Errors, Errors > (double alpha, const Errors &x, Errors &y)
 BLAS level 2 style.
 
void gtsam::print (const Errors &a, const std::string &s="Error")
 print with optional string
 

Detailed Description

vector of errors

Author
Frank Dellaert