#include <gtsam/base/Testable.h>#include <gtsam/linear/VectorValues.h>#include <gtsam/inference/Symbol.h>#include <CppUnitLite/TestHarness.h>#include <sstream>
Go to the source code of this file.
| Functions | |
| int | main () | 
| TEST (VectorValues, basics) | |
| TEST (VectorValues, combine) | |
| TEST (VectorValues, convert) | |
| TEST (VectorValues, html) | |
| TEST (VectorValues, Insert) | |
| TEST (VectorValues, LinearAlgebra) | |
| TEST (VectorValues, print) | |
| TEST (VectorValues, subvector) | |
| TEST (VectorValues, Update) | |
| TEST (VectorValues, vector_sub) | |
| Variables | |
| static const VectorValues | kExample = {{99, Vector2(2, 3)}} | 
Definition in file testVectorValues.cpp.
| int main | ( | ) | 
Definition at line 289 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| basics | |||
| ) | 
Definition at line 30 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| combine | |||
| ) | 
Definition at line 87 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| convert | |||
| ) | 
Definition at line 184 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| html | |||
| ) | 
Definition at line 263 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| Insert | |||
| ) | 
Definition at line 75 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| LinearAlgebra | |||
| ) | 
Definition at line 123 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| ) | 
Definition at line 245 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| subvector | |||
| ) | 
Definition at line 109 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| Update | |||
| ) | 
Definition at line 81 of file testVectorValues.cpp.
| TEST | ( | VectorValues | , | 
| vector_sub | |||
| ) | 
Definition at line 220 of file testVectorValues.cpp.
| 
 | static | 
Definition at line 72 of file testVectorValues.cpp.