|
C++ main module for mmsd Package
1.0
|
#include "MMSD_DataSet.h"#include "MMSD_DataSetClassFactory.h"#include "MMSD_DoubleSymmetricMatrix.h"
Functions | |
| tBoolean | testDataSet () |
| tBoolean | testOrthogonalization () |
| tBoolean | testCovariance () |
| tBoolean | testScale () |
| int | test () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int test | ( | ) |
References tBoolean, testCovariance(), testDataSet(), testOrthogonalization(), and testScale().
Referenced by main().


| tBoolean testCovariance | ( | ) |
References MMSD_DoubleFullMatrix::computeCovarianceMatrix(), MMSD_DoubleSymmetricMatrix::setValues(), LAP_DoubleFullGeneralMatrix::setValues(), tBoolean, and tReal.
Referenced by test().


| tBoolean testDataSet | ( | ) |
References MMSD_DataSet::New(), and tBoolean.
Referenced by test().


| tBoolean testOrthogonalization | ( | ) |
References MMSD_DoubleSymmetricMatrix::FULL_STORAGE, MMSD_DoubleSymmetricMatrix::orthogonalTransformation(), MMSD_DoubleSymmetricMatrix::setSize(), MMSD_DoubleSymmetricMatrix::setStorage(), and tBoolean.
Referenced by test().


| tBoolean testScale | ( | ) |
References MMSD_DataSet::New(), and tBoolean.
Referenced by test().


1.8.8