C++ main module for mmsd Package
1.0
|
#include "MATH_TranscendentEquation.h"
#include "MATH_ZeroEquation.h"
#include "MATH_KeplerFunction.h"
#include "MATH_ZKeplerFunction.h"
#include "MATH_CubicPolynom.h"
#include "MATH_QuadraticPolynom.h"
Functions | |
tBoolean | testKeplerFunction () |
tBoolean | testZeroEquation () |
tBoolean | testQuadraticPolynom () |
tBoolean | testCubicPolynom () |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References tBoolean, testCubicPolynom(), testKeplerFunction(), testQuadraticPolynom(), and testZeroEquation().
tBoolean testCubicPolynom | ( | ) |
References MATH_CubicPolynom::New(), MATH_CubicPolynom::solve(), tBoolean, and tReal.
Referenced by main().
tBoolean testKeplerFunction | ( | ) |
References MATH_TranscendentEquation::DEFAULT, MATH_TranscendentEquation::DELTA2, MATH_TranscendentEquation::DELTA2_2, MATH_TranscendentEquation::DELTA2_3, MATH_KeplerFunction::HERON, MATH_KeplerFunction::KEPLER_E, MATH_KeplerFunction::KEPLER_H, MATH_KeplerFunction::KEPLER_P, MATH_KeplerFunction::New(), MATH_TranscendentEquation::New(), MATH_TranscendentEquation::STEFFENSEN, tBoolean, and tReal.
Referenced by main().
tBoolean testQuadraticPolynom | ( | ) |
References MATH_QuadraticPolynom::New(), MATH_QuadraticPolynom::solve(), tBoolean, and tReal.
Referenced by main().
tBoolean testZeroEquation | ( | ) |
References MATH_KeplerFunction::KEPLER_E, MATH_ZKeplerFunction::New(), MATH_ZeroEquation::New(), tBoolean, and tReal.
Referenced by main().