Unit tests for VerticalBlockMatrix class. More...
#include <CppUnitLite/TestHarness.h>#include <gtsam/base/VerticalBlockMatrix.h>#include <list>#include <vector>
Go to the source code of this file.
| Functions | |
| int | main () | 
| TEST (VerticalBlockMatrix, Constructor1) | |
| TEST (VerticalBlockMatrix, Constructor2) | |
| TEST (VerticalBlockMatrix, Constructor3) | |
| Variables | |
| const std::vector< size_t > | dimensions {3, 2, 1} | 
Unit tests for VerticalBlockMatrix class.
Definition in file testVerticalBlockMatrix.cpp.
| int main | ( | ) | 
Definition at line 60 of file testVerticalBlockMatrix.cpp.
| TEST | ( | VerticalBlockMatrix | , | 
| Constructor1 | |||
| ) | 
Definition at line 30 of file testVerticalBlockMatrix.cpp.
| TEST | ( | VerticalBlockMatrix | , | 
| Constructor2 | |||
| ) | 
Definition at line 38 of file testVerticalBlockMatrix.cpp.
| TEST | ( | VerticalBlockMatrix | , | 
| Constructor3 | |||
| ) | 
Definition at line 52 of file testVerticalBlockMatrix.cpp.
| const std::vector<size_t> dimensions {3, 2, 1} | 
Definition at line 27 of file testVerticalBlockMatrix.cpp.