CTheoreticalModel Class Reference

Theoretical Model derived in section 2, page 1. More...

#include <CTheoreticalModel.h>

List of all members.

Public Member Functions

 CTheoreticalModel (double alpha, double beta)
 Construct a new model using the given parameters.
double algorithmA ()
 calculates [some property] by implementing algorithm 2.1 on page 1
void equationB (double gamma)
 updates the model by [some parameter] according to the dynamics of equation 2.4
bool testC (double theta)
 tests [some parameter] against the model; implements equation 2.6

Private Attributes

double m_alpha
 [parameter] defined in equation 2.1
double m_beta
 [parameter] defined in equation 2.2


Detailed Description

Theoretical Model derived in section 2, page 1.

This is a detailed description of the model


Constructor & Destructor Documentation

CTheoreticalModel::CTheoreticalModel ( double  alpha,
double  beta 
)

Construct a new model using the given parameters.

Parameters:
[in] alpha [parameter] defined in equation 2.1
[in] beta [parameter] defined in equation 2.2


Member Function Documentation

double CTheoreticalModel::algorithmA (  ) 

calculates [some property] by implementing algorithm 2.1 on page 1

Returns:
[some property]

void CTheoreticalModel::equationB ( double  gamma  ) 

updates the model by [some parameter] according to the dynamics of equation 2.4

Parameters:
[in] gamma [parameter] defined in equation 2.3

bool CTheoreticalModel::testC ( double  theta  ) 

tests [some parameter] against the model; implements equation 2.6

Parameters:
[in] theta [some parameter] defined by equation 2.5


Member Data Documentation

double CTheoreticalModel::m_alpha [private]

[parameter] defined in equation 2.1

double CTheoreticalModel::m_beta [private]

[parameter] defined in equation 2.2


The documentation for this class was generated from the following file:

Generated on Sat Apr 17 20:08:48 2010 for dummy by  doxygen 1.5.8