Public Member Functions | |
| void | addDataPoint (double x, double y) |
| const Matrix | solve () |
| void | clear () |
Private Member Functions | |
| void | verifySolution (const Matrix &solution) |
Private Attributes | |
| list< DataPoint > | m_DataPoints |
Definition at line 39 of file polyeqnsolver_test.cxx.
| void PolyEqnSolverTest::addDataPoint | ( | double | x, | |
| double | y | |||
| ) | [inline] |
Definition at line 42 of file polyeqnsolver_test.cxx.
References m_DataPoints.
Referenced by runTest().
| const Matrix PolyEqnSolverTest::solve | ( | ) | [inline] |
Definition at line 50 of file polyeqnsolver_test.cxx.
References verifySolution().
Referenced by runTest().
| void PolyEqnSolverTest::clear | ( | ) | [inline] |
Definition at line 67 of file polyeqnsolver_test.cxx.
References m_DataPoints.
Referenced by runTest().
| void PolyEqnSolverTest::verifySolution | ( | const Matrix & | solution | ) | [inline, private] |
Definition at line 83 of file polyeqnsolver_test.cxx.
References m_DataPoints.
Referenced by solve().
list<DataPoint> PolyEqnSolverTest::m_DataPoints [private] |
Definition at line 113 of file polyeqnsolver_test.cxx.
Referenced by addDataPoint(), clear(), and verifySolution().
1.5.3