#include <CTheoreticalModel.h>
Public Member Functions | |
CTheoreticalModel (double alpha, double beta) | |
Construct a new model using the given parameters. | |
double | algorithmA () |
calculates [some property] by implementing algorithm on page | |
void | equationB (double gamma) |
updates the model by [some parameter] according to the dynamics of equation on page | |
bool | testC (double theta) |
tests [some parameter] against the model; implements condition | |
Private Attributes | |
double | m_alpha |
[parameter] defined in equation | |
double | m_beta |
[parameter] defined in equation |
This is a detailed description of the model
CTheoreticalModel::CTheoreticalModel | ( | double | alpha, | |
double | beta | |||
) |
Construct a new model using the given parameters.
[in] | alpha | [parameter] defined in equation |
[in] | beta | [parameter] defined in equation |
double CTheoreticalModel::algorithmA | ( | ) |
calculates [some property] by implementing algorithm on page
void CTheoreticalModel::equationB | ( | double | gamma | ) |
updates the model by [some parameter] according to the dynamics of equation on page
[in] | gamma | [parameter] defined in equation |
bool CTheoreticalModel::testC | ( | double | theta | ) |
tests [some parameter] against the model; implements condition
[in] | theta | [some parameter] defined by equation |
double CTheoreticalModel::m_alpha [private] |
[parameter] defined in equation
double CTheoreticalModel::m_beta [private] |
[parameter] defined in equation