|
gstlearn
1.0.0
CCC
|
This is the complete list of members for SPDE, including all inherited members.
| _addDrift(Db *db, VectorDouble &result, int ivar=0, bool useSel=true) | SPDE | private |
| _addNuggetOnResult(VectorDouble &result) | SPDE | private |
| _adressesICov | SPDE | private |
| _calcul | SPDE | private |
| _centerByDrift(const VectorDouble &dataVect, int ivar=0, bool useSel=true) const | SPDE | private |
| _computeDriftCoeffs() const | SPDE | private |
| _computeKriging() const | SPDE | private |
| _computeLk() const | SPDE | private |
| _computeSimuCond() const | SPDE | private |
| _computeSimuNonCond() const | SPDE | private |
| _data | SPDE | private |
| _deleteMesh | SPDE | private |
| _driftCoeffs | SPDE | mutableprivate |
| _driftTab | SPDE | private |
| _init(const Db *domain, const AMesh *mesh=nullptr, bool verbose=false, bool showStats=false) | SPDE | private |
| _isCoeffsComputed | SPDE | mutableprivate |
| _isKrigingRequested() const | SPDE | private |
| _isSimulationRequested() const | SPDE | private |
| _meshingKrig | SPDE | private |
| _meshingSimu | SPDE | private |
| _model | SPDE | private |
| _nugget | SPDE | private |
| _params | SPDE | private |
| _pilePrecisions | SPDE | private |
| _pileProjMatrix | SPDE | private |
| _precisionsKrig | SPDE | private |
| _precisionsSimu | SPDE | private |
| _projOnDbOut | SPDE | private |
| _purge() | SPDE | private |
| _requireCoeffs | SPDE | private |
| _setUseCholesky(int useCholesky=-1, bool verbose=false) | SPDE | private |
| _useCholesky | SPDE | private |
| _workingData | SPDE | mutableprivate |
| _workingDataInit | SPDE | mutableprivate |
| _workingKrig | SPDE | mutableprivate |
| _workingSimu | SPDE | mutableprivate |
| compute(Db *dbout, int nbsimu=1, int seed=131351, const NamingConvention &namconv=NamingConvention("spde")) | SPDE | |
| computeLogDet(int nbsimu=1, int seed=1234) const | SPDE | |
| computeLogLike(int nbsimu=1, int seed=131323) const | SPDE | |
| computeProfiledLogLike(int nbsimu=1, int seed=131323) const | SPDE | |
| computeQuad() const | SPDE | |
| create(Model *model, const Db *domain, const Db *data=nullptr, const ESPDECalcMode &calcul=ESPDECalcMode::fromKey("SIMUCOND"), const AMesh *mesh=nullptr, int useCholesky=-1, SPDEParam params=SPDEParam(), bool verbose=false, bool showStats=false) | SPDE | static |
| getCoeffs() | SPDE | |
| getData() const | SPDE | inline |
| getMeshingKrig(int i=0) const | SPDE | inline |
| getMeshingSimu(int i=0) const | SPDE | inline |
| getPrecisionKrig() const | SPDE | inline |
| getPrecisionOpCs(int i=0) const | SPDE | inline |
| getProjMatrix(int i=0) const | SPDE | inline |
| operator=(const SPDE &r)=delete | SPDE | |
| setDriftCoeffs(VectorDouble coeffs) | SPDE | |
| SPDE(Model *model, const Db *domain, const Db *data=nullptr, const ESPDECalcMode &calcul=ESPDECalcMode::fromKey("SIMUCOND"), const AMesh *mesh=nullptr, int useCholesky=-1, SPDEParam params=SPDEParam(), bool verbose=false, bool showStats=false) | SPDE | |
| SPDE(const SPDE &r)=delete | SPDE | |
| ~SPDE() | SPDE | virtual |