C++ main module for mmsd Package
1.0
|
#include "MMSD_DataSet.h"
#include "MMSD_DataSetClassFactory.h"
#include "MMSD_GaussianModel.h"
#include "MMSD_GaussianFDFunction.h"
#include "OMP_Thread.h"
Functions | |
tBoolean | testGaussianLaw11N () |
tBoolean | testGaussianLaw1PN () |
tBoolean | testGaussianLaw2PN () |
tBoolean | testGaussianLawFunction () |
tBoolean | testStiefelGaussianLawFunction () |
tBoolean | testStiefelFunction () |
int | test () |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int test | ( | ) |
References tBoolean, testGaussianLaw11N(), testGaussianLaw1PN(), testGaussianLaw2PN(), testGaussianLawFunction(), testStiefelFunction(), and testStiefelGaussianLawFunction().
Referenced by main(), and CORE_Run::runTests().
tBoolean testGaussianLaw11N | ( | ) |
References LAP_DoubleFullGeneralMatrix::getColumnsNumber(), MMSD_Law::getCovarianceDecompositionDiagonal(), MMSD_Law::getCovarianceDecompositionMatrix(), MMSD_Law::getMean(), MMSD_Law::getPropertiesMatrixMultByCovarianceDecompositionMatrix(), LAP_DoubleFullGeneralMatrix::getRowsNumber(), LAP_Vector< T >::getSize(), LAP_DoubleMatrix::getStorage(), LAP_DoubleMatrixStorage::getValues(), LAP_Vector< T >::getValues(), MMSD_Object::initSeed(), LAP_DoubleFullGeneralMatrix::matrixProduct(), MMSD_GaussianModel::New(), MMSD_DataSet::New(), MMSD_IntegerFullMatrix::setIsRandomizedEnabled(), LAP_DoubleFullGeneralMatrix::setValues(), LAP_Vector< T >::setValues(), tBoolean, and tReal.
Referenced by test().
tBoolean testGaussianLaw1PN | ( | ) |
References LAP_DoubleFullGeneralMatrix::getColumnsNumber(), MMSD_Law::getCovarianceDecompositionDiagonal(), MMSD_Law::getCovarianceDecompositionMatrix(), MMSD_Law::getMean(), MMSD_Law::getPropertiesMatrixMultByCovarianceDecompositionMatrix(), LAP_DoubleFullGeneralMatrix::getRowsNumber(), LAP_Vector< T >::getSize(), LAP_DoubleMatrix::getStorage(), LAP_DoubleMatrixStorage::getValues(), LAP_Vector< T >::getValues(), MMSD_Object::initSeed(), LAP_DoubleFullGeneralMatrix::matrixProduct(), MMSD_GaussianModel::New(), MMSD_DataSet::New(), MMSD_IntegerFullMatrix::setIsRandomizedEnabled(), LAP_DoubleFullGeneralMatrix::setValues(), LAP_Vector< T >::setValues(), tBoolean, and tReal.
Referenced by test().
tBoolean testGaussianLaw2PN | ( | ) |
References LAP_DoubleFullGeneralMatrix::getColumnsNumber(), MMSD_Law::getCovarianceDecompositionDiagonal(), MMSD_Law::getCovarianceDecompositionMatrix(), MMSD_Law::getMean(), LAP_DoubleFullGeneralMatrix::getRowsNumber(), LAP_Vector< T >::getSize(), MMSD_Object::initSeed(), LAP_DoubleFullGeneralMatrix::matrixProduct(), MMSD_DoubleFullMatrix::New(), MMSD_GaussianModel::New(), MMSD_DataSet::New(), MMSD_IntegerFullMatrix::setIsRandomizedEnabled(), LAP_DoubleFullGeneralMatrix::setValues(), LAP_Vector< T >::setValues(), tBoolean, and tReal.
Referenced by test().
tBoolean testGaussianLawFunction | ( | ) |
References MMSD_GaussianFDFunction::New(), tBoolean, and CORE_Real::toString().
Referenced by test().
tBoolean testStiefelFunction | ( | ) |
References LAP_DoubleFullGeneralMatrix::getColumnsNumber(), LAP_DoubleFullGeneralMatrix::getRowsNumber(), MMSD_StiefelFunction::New(), LAP_DoubleFullGeneralMatrix::setSize(), LAP_Vector< T >::setSize(), tBoolean, and tReal.
Referenced by test().
tBoolean testStiefelGaussianLawFunction | ( | ) |
References LAP_DoubleFullGeneralMatrix::getColumnsNumber(), LAP_DoubleFullGeneralMatrix::getRowsNumber(), LAP_DoubleMatrix::getStorage(), LAP_DoubleMatrixStorage::getValues(), LAP_DoubleFullGeneralMatrix::matrixProduct(), MMSD_StiefelFunction::New(), MMSD_DataSet::New(), LAP_DoubleFullGeneralMatrix::norm2(), LAP_DoubleFullGeneralMatrix::setSize(), LAP_DoubleFullGeneralMatrix::setValues(), LAP_Vector< T >::setValues(), and tBoolean.
Referenced by test().