Test suite for Matrix utils. More...
#include <TsMatrixUtils.h>
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
Protected Member Functions | |
| void | GetDeterminant () |
| Test Case: getInverseMatrix. More... | |
| void | getInverseMatrix () |
| Test Case: getInverseMatrix. More... | |
| void | getPseudoInverseMatrix () |
| Test Case: getInverseMatrix. More... | |
Private Member Functions | |
| CPPUNIT_TEST (GetDeterminant) | |
| CPPUNIT_TEST (getInverseMatrix) | |
| CPPUNIT_TEST (getPseudoInverseMatrix) | |
| CPPUNIT_TEST_SUITE (TsMatrixUtils) | |
| CPPUNIT_TEST_SUITE_END () | |
Test suite for Matrix utils.
Definition at line 37 of file TsMatrixUtils.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
Test Case: getInverseMatrix.
Definition at line 91 of file TsMatrixUtils.cpp.
References te::common::GetDeterminant().
|
protected |
Test Case: getInverseMatrix.
Definition at line 37 of file TsMatrixUtils.cpp.
References te::common::GetInverseMatrix().
|
protected |
Test Case: getInverseMatrix.
Definition at line 64 of file TsMatrixUtils.cpp.
References te::common::GetPseudoInverseMatrix().
| void TsMatrixUtils::setUp | ( | ) |
Definition at line 29 of file TsMatrixUtils.cpp.
| void TsMatrixUtils::tearDown | ( | ) |
Definition at line 33 of file TsMatrixUtils.cpp.