Public Member Functions | |
size_t | dim () const |
bool | equals (const TestValue &other, double tol=1e-9) const |
Vector | localCoordinates (const TestValue &, OptionalJacobian< dimension, dimension > H1={}, OptionalJacobian< dimension, dimension > H2={}) const |
void | print (const std::string &str="") const |
TestValue | retract (const Vector &, OptionalJacobian< dimension, dimension > H1={}, OptionalJacobian< dimension, dimension > H2={}) const |
Static Public Attributes | |
constexpr static auto | dimension = 0 |
Private Attributes | |
TestValueData | data_ |
Definition at line 54 of file testValues.cpp.
|
inline |
Definition at line 60 of file testValues.cpp.
Definition at line 59 of file testValues.cpp.
|
inline |
Definition at line 66 of file testValues.cpp.
|
inline |
Definition at line 58 of file testValues.cpp.
|
inline |
Definition at line 61 of file testValues.cpp.
|
private |
Definition at line 55 of file testValues.cpp.
|
inlinestaticconstexpr |
Definition at line 57 of file testValues.cpp.