C++ main module for mmsd Package  1.0
Functions
mmsd/math/MATH_Main.cpp File Reference
#include "MATH_EigenFunction.h"
#include "MATH_StiefelOptimizer.h"
Include dependency graph for mmsd/math/MATH_Main.cpp:

Functions

void computeAMatrix (LAP_DoubleFullSymmetricMatrix &A)
 
void computeXMatrix (LAP_DoubleFullGeneralMatrix &X)
 
void computeIMatrix (LAP_DoubleFullGeneralMatrix &X)
 
tBoolean testEigenFunction ()
 
tBoolean testOptimizerGProject1 ()
 
tBoolean testOptimizerGProject2 ()
 
tBoolean testOptimizerHInverse ()
 
tBoolean testOptimize ()
 
int test ()
 
int main (int argc, char *argv[])
 

Function Documentation

void computeAMatrix ( LAP_DoubleFullSymmetricMatrix A)

References LAP_DoubleFullSymmetricMatrix::setSize().

Referenced by testEigenFunction(), testOptimize(), testOptimizerGProject1(), testOptimizerGProject2(), and testOptimizerHInverse().

Here is the call graph for this function:

Here is the caller graph for this function:

void computeIMatrix ( LAP_DoubleFullGeneralMatrix X)

References LAP_DoubleFullGeneralMatrix::setSize().

Referenced by testOptimizerHInverse().

Here is the call graph for this function:

Here is the caller graph for this function:

void computeXMatrix ( LAP_DoubleFullGeneralMatrix X)

References LAP_DoubleFullGeneralMatrix::setSize().

Referenced by testEigenFunction(), testOptimize(), testOptimizerGProject1(), and testOptimizerGProject2().

Here is the call graph for this function:

Here is the caller graph for this function:

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

References test().

Here is the call graph for this function:

int test ( )

References tBoolean, testEigenFunction(), testOptimize(), testOptimizerGProject1(), testOptimizerGProject2(), and testOptimizerHInverse().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testEigenFunction ( )
tBoolean testOptimize ( )
tBoolean testOptimizerGProject1 ( )
tBoolean testOptimizerGProject2 ( )
tBoolean testOptimizerHInverse ( )