gtsam  4.0.0
gtsam
gtsam::Errors Class Reference

Detailed Description

vector of errors

+ Inheritance diagram for gtsam::Errors:

Public Member Functions

GTSAM_EXPORT Errors (const VectorValues &V)
 break V into pieces according to its start indices
 
GTSAM_EXPORT void print (const std::string &s="Errors") const
 print
 
GTSAM_EXPORT bool equals (const Errors &expected, double tol=1e-9) const
 equals, for unit testing
 
GTSAM_EXPORT Errors operator+ (const Errors &b) const
 Addition.
 
GTSAM_EXPORT Errors operator- (const Errors &b) const
 subtraction
 
GTSAM_EXPORT Errors operator- () const
 negation
 
- Public Member Functions inherited from gtsam::FastList< Vector >
 FastList ()
 Default constructor.
 
 FastList (INPUTITERATOR first, INPUTITERATOR last)
 Constructor from a range, passes through to base class.
 
 FastList (const FastList< Vector > &x)
 Copy constructor from another FastList.
 
 FastList (const Base &x)
 Copy constructor from the base list class.
 
 operator std::list< Vector > () const
 Conversion to a standard STL container.
 

Additional Inherited Members

- Public Types inherited from gtsam::FastList< Vector >
typedef std::list< Vector, typename internal::FastDefaultAllocator< Vector >::type > Base
 

The documentation for this class was generated from the following files: