TsMatrixUtils Class Reference

Test suite for Matrix utils. More...

#include <TsMatrixUtils.h>

Inheritance diagram for TsMatrixUtils:

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

Detailed Description

Test suite for Matrix utils.

Definition at line 37 of file TsMatrixUtils.h.

Member Function Documentation

TsMatrixUtils::CPPUNIT_TEST ( GetDeterminant  )
private
TsMatrixUtils::CPPUNIT_TEST ( getInverseMatrix  )
private
TsMatrixUtils::CPPUNIT_TEST ( getPseudoInverseMatrix  )
private
TsMatrixUtils::CPPUNIT_TEST_SUITE ( TsMatrixUtils  )
private
TsMatrixUtils::CPPUNIT_TEST_SUITE_END ( )
private
void TsMatrixUtils::GetDeterminant ( )
protected

Test Case: getInverseMatrix.

Definition at line 91 of file TsMatrixUtils.cpp.

References te::common::GetDeterminant().

void TsMatrixUtils::getInverseMatrix ( )
protected

Test Case: getInverseMatrix.

Definition at line 37 of file TsMatrixUtils.cpp.

References te::common::GetInverseMatrix().

void TsMatrixUtils::getPseudoInverseMatrix ( )
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.


The documentation for this class was generated from the following files: