C++ main module for mmsd Package  1.0
Functions
MMSD_CoreMain.cpp File Reference
#include "MMSD_DataSet.h"
#include "MMSD_DataSetClassFactory.h"
#include "MMSD_DoubleSymmetricMatrix.h"
Include dependency graph for MMSD_CoreMain.cpp:

Functions

tBoolean testDataSet ()
 
tBoolean testOrthogonalization ()
 
tBoolean testCovariance ()
 
tBoolean testScale ()
 
int test ()
 
int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

References test().

Here is the call graph for this function:

int test ( )

References tBoolean, testCovariance(), testDataSet(), testOrthogonalization(), and testScale().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testCovariance ( )

References MMSD_DoubleFullMatrix::computeCovarianceMatrix(), MMSD_DoubleSymmetricMatrix::setValues(), LAP_DoubleFullGeneralMatrix::setValues(), tBoolean, and tReal.

Referenced by test().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testDataSet ( )

References MMSD_DataSet::New(), and tBoolean.

Referenced by test().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testOrthogonalization ( )

References MMSD_DoubleSymmetricMatrix::FULL_STORAGE, MMSD_DoubleSymmetricMatrix::orthogonalTransformation(), MMSD_DoubleSymmetricMatrix::setSize(), MMSD_DoubleSymmetricMatrix::setStorage(), and tBoolean.

Referenced by test().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testScale ( )

References MMSD_DataSet::New(), and tBoolean.

Referenced by test().

Here is the call graph for this function:

Here is the caller graph for this function: