Unit tests for VerticalBlockMatrix class. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/VerticalBlockMatrix.h>
#include <boost/assign/list_of.hpp>
Go to the source code of this file.
Functions | |
vector< size_t > | dimensions (L.begin(), L.end()) |
int | main () |
TEST (VerticalBlockMatrix, Constructor1) | |
TEST (VerticalBlockMatrix, Constructor2) | |
TEST (VerticalBlockMatrix, Constructor3) | |
Variables | |
list< size_t > | L = list_of(3)(2)(1) |
Unit tests for VerticalBlockMatrix class.
Definition in file testVerticalBlockMatrix.cpp.
vector<size_t> dimensions | ( | L. | begin(), |
L. | end() | ||
) |
int main | ( | void | ) |
Definition at line 61 of file testVerticalBlockMatrix.cpp.
TEST | ( | VerticalBlockMatrix | , |
Constructor1 | |||
) |
Definition at line 31 of file testVerticalBlockMatrix.cpp.
TEST | ( | VerticalBlockMatrix | , |
Constructor2 | |||
) |
Definition at line 39 of file testVerticalBlockMatrix.cpp.
TEST | ( | VerticalBlockMatrix | , |
Constructor3 | |||
) |
Definition at line 53 of file testVerticalBlockMatrix.cpp.
Definition at line 27 of file testVerticalBlockMatrix.cpp.