C++ main module for mmsd Package  1.0
Functions
MMSD_ModelMain.cpp File Reference
#include "MMSD_DataSet.h"
#include "MMSD_DataSetClassFactory.h"
#include "MMSD_GaussianModel.h"
#include "MMSD_GaussianFDFunction.h"
#include "OMP_Thread.h"
Include dependency graph for MMSD_ModelMain.cpp:

Functions

tBoolean testGaussianLaw11N ()
 
tBoolean testGaussianLaw1PN ()
 
tBoolean testGaussianLaw2PN ()
 
tBoolean testGaussianLawFunction ()
 
tBoolean testStiefelGaussianLawFunction ()
 
tBoolean testStiefelFunction ()
 
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, testGaussianLaw11N(), testGaussianLaw1PN(), testGaussianLaw2PN(), testGaussianLawFunction(), testStiefelFunction(), and testStiefelGaussianLawFunction().

Referenced by main(), and CORE_Run::runTests().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testGaussianLaw11N ( )
tBoolean testGaussianLaw1PN ( )
tBoolean testGaussianLaw2PN ( )
tBoolean testGaussianLawFunction ( )

References MMSD_GaussianFDFunction::New(), tBoolean, and CORE_Real::toString().

Referenced by test().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testStiefelFunction ( )
tBoolean testStiefelGaussianLawFunction ( )