Unit tests for SymmetricBlockMatrix class. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/SymmetricBlockMatrix.h>
#include <boost/assign/list_of.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (SymmetricBlockMatrix, ReadBlocks) | |
TEST (SymmetricBlockMatrix, WriteBlocks) | |
TEST (SymmetricBlockMatrix, Ranges) | |
TEST (SymmetricBlockMatrix, expressions) | |
TEST (SymmetricBlockMatrix, inverseInPlace) | |
Variables | |
static SymmetricBlockMatrix | testBlockMatrix (list_of(3)(2)(1),(Matrix(6, 6)<< 1, 2, 3, 4, 5, 6, 2, 8, 9, 10, 11, 12, 3, 9, 15, 16, 17, 18, 4, 10, 16, 22, 23, 24, 5, 11, 17, 23, 29, 30, 6, 12, 18, 24, 30, 36).finished()) |
Unit tests for SymmetricBlockMatrix class.
Definition in file testSymmetricBlockMatrix.cpp.
int main | ( | void | ) |
Definition at line 172 of file testSymmetricBlockMatrix.cpp.
TEST | ( | SymmetricBlockMatrix | , |
ReadBlocks | |||
) |
Definition at line 37 of file testSymmetricBlockMatrix.cpp.
TEST | ( | SymmetricBlockMatrix | , |
WriteBlocks | |||
) |
Definition at line 56 of file testSymmetricBlockMatrix.cpp.
TEST | ( | SymmetricBlockMatrix | , |
Ranges | |||
) |
Definition at line 82 of file testSymmetricBlockMatrix.cpp.
TEST | ( | SymmetricBlockMatrix | , |
expressions | |||
) |
Definition at line 102 of file testSymmetricBlockMatrix.cpp.
TEST | ( | SymmetricBlockMatrix | , |
inverseInPlace | |||
) |
Definition at line 155 of file testSymmetricBlockMatrix.cpp.
|
static |