#include <ACalcSimuGaussian.hpp>
Public Member Functions | |
| ACalcSimuGaussian (Id nbsimu=1, Id seed=4324324, bool verbose=false) | |
| ACalcSimuGaussian (const ACalcSimuGaussian &r)=delete | |
| ACalcSimuGaussian & | operator= (const ACalcSimuGaussian &r)=delete |
| virtual | ~ACalcSimuGaussian () |
| Id | getNVar () const |
| void | saveResults (Db *db, Id isimu, const VectorBool &activeArray, const 1 &tab) const |
| Save one multivariate simulation result into the Db. | |
| void | setFlagBayes (bool flag_bayes) |
| void | setFlagDGM (bool flag_dgm) |
| void | setFlagGibbs (bool flag_gibbs) |
| void | setFlagPGS (bool flag_pgs) |
| void | setFlagOnGridOnly (bool flag_on_grid_only) |
| void | setFlagAllocationAlreadyDone (bool flag) |
Public Member Functions inherited from gstlrn::ACalcSimulation | |
| ACalcSimulation (Id nbsimu=1, Id seed=4324324, bool verbose=false) | |
| ACalcSimulation (const ACalcSimulation &r)=delete | |
| ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
| virtual | ~ACalcSimulation () |
| bool | isConditional () const |
| Id | getSeed () const |
| Id | getNbSimu () const |
| Id | getNVar () const |
| void | setShift (Id shift) |
| void | setSeed (Id seed) |
| void | setNbSimu (Id nbsimu) |
| Id | getSeedPerSimu (Id isimu) const |
Public Member Functions inherited from gstlrn::ACalcInterpolator | |
| ACalcInterpolator (bool verbose=false) | |
| ACalcInterpolator (const ACalcInterpolator &r)=delete | |
| ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
| virtual | ~ACalcInterpolator () |
| void | setModelGeneric (ModelGeneric *modelGeneric) |
| void | setNeigh (ANeigh *neigh) |
| void | setKrigopt (const KrigOpt &krigopt) |
| ModelGeneric * | getModelGeneric () const |
| ANeigh * | getNeigh () const |
| const KrigOpt & | getKrigopt () const |
| bool | hasModelGeneric (bool verbose=true) const |
| bool | hasNeigh (bool verbose=true) const |
Public Member Functions inherited from gstlrn::ACalcDbToDb | |
| ACalcDbToDb (bool mustShareSameSpaceDimension=true, bool verbose=false) | |
| ACalcDbToDb (const ACalcDbToDb &r)=delete | |
| ACalcDbToDb & | operator= (const ACalcDbToDb &r)=delete |
| virtual | ~ACalcDbToDb () |
| void | setDbin (Db *dbin) |
| void | setDbout (Db *dbout) |
| void | setNamingConvention (const NamingConvention &namconv) |
| void | setMustShareSpaceDimension (bool mustShareSpaceDimension) |
| Db * | getDbin () const |
| Db * | getDbout () const |
| DbGrid * | getGridin () const |
| DbGrid * | getGridout () const |
| const NamingConvention & | getNamingConvention () const |
| bool | hasDbin (bool verbose=true) const |
| bool | hasDbout (bool verbose=true) const |
| bool | isGridIn (bool verbose=true) const |
| bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from gstlrn::ACalculator | |
| ACalculator (bool verbose=false) | |
| ACalculator (const ACalculator &r)=delete | |
| ACalculator & | operator= (const ACalculator &r)=delete |
| virtual | ~ACalculator () |
| bool | run () |
| bool | getVerbose () const |
| void | setVerbose (bool verbose) |
| gstlrn::ACalcSimuGaussian::ACalcSimuGaussian | ( | Id | nbsimu = 1, |
| Id | seed = 4324324, |
||
| bool | verbose = false |
||
| ) |
|
delete |
|
virtual |
| Id gstlrn::ACalcSimuGaussian::getNVar | ( | ) | const |
|
delete |
| void gstlrn::ACalcSimuGaussian::saveResults | ( | Db * | db, |
| Id | isimu, | ||
| const VectorBool & | activeArray, | ||
| const 1 & | tab | ||
| ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |