C++ main module for mmsd Package  1.0
Functions
math/function/MATH_Main.cpp File Reference
#include "MATH_TranscendentEquation.h"
#include "MATH_ZeroEquation.h"
#include "MATH_KeplerFunction.h"
#include "MATH_ZKeplerFunction.h"
#include "MATH_CubicPolynom.h"
#include "MATH_QuadraticPolynom.h"
Include dependency graph for math/function/MATH_Main.cpp:

Functions

tBoolean testKeplerFunction ()
 
tBoolean testZeroEquation ()
 
tBoolean testQuadraticPolynom ()
 
tBoolean testCubicPolynom ()
 
int main (int argc, char *argv[])
 

Function Documentation

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

References tBoolean, testCubicPolynom(), testKeplerFunction(), testQuadraticPolynom(), and testZeroEquation().

Here is the call graph for this function:

tBoolean testCubicPolynom ( )

References MATH_CubicPolynom::New(), MATH_CubicPolynom::solve(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testKeplerFunction ( )
tBoolean testQuadraticPolynom ( )

References MATH_QuadraticPolynom::New(), MATH_QuadraticPolynom::solve(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testZeroEquation ( )

References MATH_KeplerFunction::KEPLER_E, MATH_ZKeplerFunction::New(), MATH_ZeroEquation::New(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: