libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moMathNumericalAnalysis.h>
Public Types | |
typedef Real(* | Function )(Real, void *) |
Public Member Functions | |
moMinimize1 (Function oFunction, int iMaxLevel, int iMaxBracket, void *pvData=0) | |
int & | MaxLevel () |
int & | MaxBracket () |
void *& | UserData () |
void | GetMinimum (Real fT0, Real fT1, Real fTInitial, Real &rfTMin, Real &rfFMin) |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Additional Inherited Members | |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Definition at line 119 of file moMathNumericalAnalysis.h.
typedef Real(* moMinimize1< Real >::Function)(Real, void *) |
Definition at line 122 of file moMathNumericalAnalysis.h.
moMinimize1< Real >::moMinimize1 | ( | Function | oFunction, |
int | iMaxLevel, | ||
int | iMaxBracket, | ||
void * | pvData = 0 |
||
) |
Definition at line 158 of file moMathNumericalAnalysis.cpp.
void moMinimize1< Real >::GetMinimum | ( | Real | fT0, |
Real | fT1, | ||
Real | fTInitial, | ||
Real & | rfTMin, | ||
Real & | rfFMin | ||
) |
Definition at line 187 of file moMathNumericalAnalysis.cpp.
int & moMinimize1< Real >::MaxBracket | ( | ) |
Definition at line 175 of file moMathNumericalAnalysis.cpp.
int & moMinimize1< Real >::MaxLevel | ( | ) |
Definition at line 169 of file moMathNumericalAnalysis.cpp.
void *& moMinimize1< Real >::UserData | ( | ) |
Definition at line 181 of file moMathNumericalAnalysis.cpp.