Functions | Variables
testSymmetricBlockMatrix.cpp File Reference

Unit tests for SymmetricBlockMatrix class. More...

#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/SymmetricBlockMatrix.h>
#include <boost/assign/list_of.hpp>
Include dependency graph for testSymmetricBlockMatrix.cpp:

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())
 

Detailed Description

Unit tests for SymmetricBlockMatrix class.

Author
Richard Roberts

Definition in file testSymmetricBlockMatrix.cpp.

Function Documentation

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.

Variable Documentation

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())
static


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:42