PolyEqnSolverTest Class Reference

List of all members.

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


Detailed Description

Definition at line 39 of file polyeqnsolver_test.cxx.


Member Function Documentation

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


Member Data Documentation

list<DataPoint> PolyEqnSolverTest::m_DataPoints [private]

Definition at line 113 of file polyeqnsolver_test.cxx.

Referenced by addDataPoint(), clear(), and verifySolution().


The documentation for this class was generated from the following file:
Generated on Mon Jul 28 09:13:37 2008 for scsolver by  doxygen 1.5.3