|
gstlearn
0.3.4
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 |
| _border | 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 |
| _eps | SPDE | private |
| _init(Model *model, const Db *domain, const Db *data=nullptr, const ESPDECalcMode &calcul=ESPDECalcMode::fromKey("SIMUCOND"), const AMesh *mesh=nullptr, bool verbose=false) | SPDE | private |
| _isCoeffsComputed | SPDE | mutableprivate |
| _krigingMeshing | SPDE | private |
| _model | SPDE | private |
| _nIterMax | SPDE | private |
| _nugget | SPDE | private |
| _performKriging() const | SPDE | private |
| _performSimulation() const | SPDE | private |
| _pilePrecisions | SPDE | private |
| _pileProjMatrix | SPDE | private |
| _precisionsKriging | SPDE | private |
| _precisionsSimu | SPDE | private |
| _projOnDbOut | SPDE | private |
| _purge() | SPDE | private |
| _refineK | SPDE | private |
| _refineS | SPDE | private |
| _requireCoeffs | SPDE | private |
| _simuMeshing | SPDE | private |
| _useCholesky() const | SPDE | private |
| _workingData | SPDE | mutableprivate |
| _workingDataInit | SPDE | mutableprivate |
| _workingSimu | SPDE | mutableprivate |
| _workKriging | 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, bool verbose=false) | SPDE | static |
| getCoeffs() | SPDE | |
| getData() const | SPDE | inline |
| getKrigingMeshing(int i=0) const | SPDE | inline |
| getPrecisionKriging() const | SPDE | inline |
| getPrecisionOp(int i=0) const | SPDE | inline |
| getProjMatrix(int i=0) const | SPDE | inline |
| getSimuMeshing(int i=0) const | SPDE | inline |
| operator=(const SPDE &r)=delete | SPDE | |
| setBorder(int border) | SPDE | inline |
| setDriftCoeffs(VectorDouble coeffs) | SPDE | |
| setEps(double eps) | SPDE | inline |
| setNIterMax(int nitermax) | SPDE | inline |
| setRefineK(int refineK) | SPDE | inline |
| setRefineS(int refineS) | SPDE | inline |
| SPDE(Model *model, const Db *domain, const Db *data=nullptr, const ESPDECalcMode &calcul=ESPDECalcMode::fromKey("SIMUCOND"), const AMesh *mesh=nullptr, bool verbose=false) | SPDE | |
| SPDE(const SPDE &r)=delete | SPDE | |
| ~SPDE() | SPDE | virtual |