![]() |
Peano
|
#include <LUDecompositionTest.h>
Public Member Functions | |
LUDecompositionTest () | |
Constructor. | |
virtual | ~LUDecompositionTest () |
Destructor, empty. | |
virtual void | run () |
This routine is triggered by the TestCaseCollection. | |
virtual void | setUp () |
Setup your test case. | |
![]() | |
TestCase (const std::string &testCaseName) | |
Constructor. | |
virtual | ~TestCase () |
Destructor. | |
int | getNumberOfErrors () const |
std::string | getTestCaseName () const |
Private Member Functions | |
void | testLUNoPivoting () |
void | testLU () |
void | testInversion0 () |
void | testInversion1 () |
Additional Inherited Members | |
![]() | |
TestCase ()=delete | |
![]() | |
const std::string | _testCaseName |
Name of the test case. | |
int | _errors |
Error counter. | |
bool | _error |
Indicate within macro if one specific validation failed. | |
Definition at line 15 of file LUDecompositionTest.h.
tarch::la::tests::LUDecompositionTest::LUDecompositionTest | ( | ) |
Constructor.
Definition at line 10 of file LUDecompositionTest.cpp.
|
virtual |
Destructor, empty.
Definition at line 36 of file LUDecompositionTest.h.
|
virtual |
This routine is triggered by the TestCaseCollection.
Implements tarch::tests::TestCase.
Definition at line 15 of file LUDecompositionTest.cpp.
References testMethod.
|
virtual |
Setup your test case.
Definition at line 46 of file LUDecompositionTest.h.
|
private |
Definition at line 45 of file LUDecompositionTest.cpp.
References tarch::la::invert(), and validateEquals.
|
private |
Definition at line 69 of file LUDecompositionTest.cpp.
References tarch::la::invert(), and validateEquals.
|
private |
Definition at line 27 of file LUDecompositionTest.cpp.
References tarch::la::lu(), and validateEquals.
|
private |
Definition at line 23 of file LUDecompositionTest.cpp.