Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Reliability v4.9.0
|
URANIE::Reliability::TDemiAxeSorm Class Reference
#include <TSorm.h>
Public Member Functions | |
TDemiAxeSorm (Int_t size, Double_t *ref) | |
~TDemiAxeSorm () | |
int | next (double in, double *next) |
double | courbure () |
Protected Attributes | |
struct ridder * | _solv |
double | _xl |
double | _fl |
double | _xt |
double | _ft |
double * | _ref |
int | _size |
int | _state |
Constructor & Destructor Documentation
◆ TDemiAxeSorm()
URANIE::Reliability::TDemiAxeSorm::TDemiAxeSorm | ( | Int_t | size, |
Double_t * | ref | ||
) |
◆ ~TDemiAxeSorm()
Member Function Documentation
◆ courbure()
double URANIE::Reliability::TDemiAxeSorm::courbure | ( | ) |
References _solv.
Referenced by URANIE::Reliability::TSorm::solverLoop().
◆ next()
int URANIE::Reliability::TDemiAxeSorm::next | ( | double | in, |
double * | next | ||
) |
Member Data Documentation
◆ _fl
|
protected |
Referenced by next().
◆ _ft
|
protected |
Referenced by next().
◆ _ref
|
protected |
Referenced by next(), TDemiAxeSorm(), and ~TDemiAxeSorm().
◆ _size
|
protected |
Referenced by next(), and TDemiAxeSorm().
◆ _solv
|
protected |
Referenced by courbure(), next(), and ~TDemiAxeSorm().
◆ _state
|
protected |
Referenced by next(), and TDemiAxeSorm().
◆ _xl
|
protected |
Referenced by next(), and TDemiAxeSorm().
◆ _xt
|
protected |
Referenced by next().