English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Reliability: TSorm.cxx File Reference
Uranie / Reliability v4.9.0
/* @license-end */
TSorm.cxx File Reference

SORM evaluation. More...

#include "TSorm.h"
#include <math.h>
#include "TLeaf.h"
#include "TRun.h"
#include "gramschmitd.h"
#include "bracket.h"
Include dependency graph for TSorm.cxx:

Namespaces

namespace  URANIE
 
namespace  URANIE::Reliability
 

Macros

#define INIT   1
 
#define BRACKET   2
 
#define SEARCH   3
 
#define FINI   4
 
#define DELTA   0.3
 

Functions

 ClassImp (URANIE::Reliability::TSorm)
 

Detailed Description

SORM evaluation.

Author
Gilles ARNAUD Gille.nosp@m.s.Ar.nosp@m.naud@.nosp@m.cea..nosp@m.fr
Date
2012-07-09.13.55.00

Macro Definition Documentation

◆ BRACKET

#define BRACKET   2

◆ DELTA

#define DELTA   0.3

◆ FINI

#define FINI   4

◆ INIT

#define INIT   1

◆ SEARCH

#define SEARCH   3

Function Documentation

◆ ClassImp()