|
| CovLMCConvolution (const EConvType &conv_type, const EConvDir &conv_dir, double conv_range, int conv_ndisc, const ASpace *space=nullptr) |
|
| CovLMCConvolution (const CovLMCConvolution &r) |
|
CovLMCConvolution & | operator= (const CovLMCConvolution &r) |
|
virtual | ~CovLMCConvolution () |
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| ICloneable interface. More...
|
|
virtual double | eval0 (int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const override |
| ACov Interface. More...
|
|
virtual double | eval (const SpacePoint &p1, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const override |
| Calculate the covariance between two variables and two points (general case) More...
|
|
virtual void | eval0MatInPlace (MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const override |
|
virtual void | evalMatInPlace (const SpacePoint &p1, const SpacePoint &p2, MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const override |
|
virtual bool | isOptimEnabled () const override |
| Tell if the use of Optimization is enabled or not. More...
|
|
int | init (const EConvType &conv_type, const EConvDir &conv_idir, double conv_range, int conv_ndisc) |
|
double | getConvRange () const |
|
const VectorDouble & | getConvWeight () const |
|
const MatrixRectangular & | getConvIncr () const |
|
VectorDouble | getConvIncr (int rank) const |
|
int | getConvNumber () const |
|
| CovLMC (const ASpace *space=nullptr) |
|
| CovLMC (const CovLMC &r) |
|
| CovLMC (const ACovAnisoList &r) |
|
CovLMC & | operator= (const CovLMC &r) |
|
virtual | ~CovLMC () |
|
| ACovAnisoList (const ASpace *space=nullptr) |
|
| ACovAnisoList (const ACovAnisoList &r) |
|
ACovAnisoList & | operator= (const ACovAnisoList &r) |
|
virtual | ~ACovAnisoList () |
|
virtual bool | isConsistent (const ASpace *space) const override |
| ICloneable interface. More...
|
|
virtual int | getNVariables () const override |
| Interface for ACov. More...
|
|
virtual bool | isIndexable () const override |
|
virtual bool | isNoStat () const override |
|
virtual const ANoStat * | getNoStat () const override |
|
virtual ANoStat * | getNoStatModify () const override |
|
virtual void | evalMatOptimInPlace (int icas1, int iech1, int icas2, int iech2, MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const override |
|
virtual void | updateCovByPoints (int icas1, int iech1, int icas2, int iech2) override |
|
virtual void | updateCovByMesh (int imesh) override |
|
virtual void | addCov (const CovAniso *cov) |
| ACovAnisoList Interface. More...
|
|
virtual bool | hasAnam () const |
|
virtual const AAnam * | getAnam () const |
|
virtual void | setActiveFactor (int) |
|
virtual int | getActiveFactor () const |
|
virtual int | getAnamNClass () const |
|
void | addCovList (const ACovAnisoList *covs) |
|
void | delCov (unsigned int i) |
|
void | delAllCov () |
|
void | setFiltered (unsigned int i, bool filtered) |
|
int | getCovaNumber (bool skipNugget=false) const |
|
bool | isFiltered (unsigned int i) const |
|
bool | hasRange () const |
|
bool | isStationary () const |
|
double | getMaximumDistance () const |
|
double | getTotalSill (int ivar, int jvar) const |
|
MatrixSquareGeneral | getTotalSill () const |
|
void | normalize (double sill=1., int ivar=0, int jvar=0) |
|
VectorInt | getActiveCovList () const |
|
VectorInt | getAllActiveCovList () const |
|
bool | isAllActiveCovList () const |
|
const CovAniso * | getCova (int icov) const |
| TODO : to be removed (encapsulation) More...
|
|
CovAniso * | getCova (int icov) |
|
void | setCova (int icov, CovAniso *covs) |
|
const ECov & | getType (int icov) const |
|
String | getCovName (int icov) const |
|
double | getParam (unsigned int icov) const |
|
const MatrixSquareSymmetric & | getSill (unsigned int icov) const |
|
double | getSill (unsigned int icov, int ivar, int jvar) const |
|
int | getGradParamNumber (unsigned int icov) const |
|
void | setSill (unsigned int icov, int ivar, int jvar, double value) |
|
void | setType (unsigned int icov, const ECov &type) |
|
void | setParam (unsigned int icov, double value) |
|
CovAniso | extractCova (int icov) const |
|
int | getCovaMinIRFOrder () const |
|
void | optimizationPreProcess (const std::vector< SpacePoint > &vec) const |
|
void | optimizationPostProcess () const |
|
void | optimizationSetTarget (const SpacePoint &pt) const |
|
void | evalOptimInPlace (VectorDouble &res, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
VectorVectorDouble | evalCovMatrixOptim (const Db *db1, const Db *db2, int ivar, int jvar, const CovCalcMode *mode) const |
|
void | copyCovContext (const CovContext &ctxt) |
|
bool | hasNugget () const |
|
const ACovAnisoList * | createReduce (const VectorInt &validVars) const |
|
int | addNoStat (const ANoStat *anostat) |
|
void | delNoStat () |
|
int | getNoStatElemNumber () const |
|
const EConsElem & | getNoStatElemType (int ipar) const |
|
int | addNoStatElem (int igrf, int icov, const EConsElem &type, int iv1, int iv2) |
|
int | addNoStatElems (const VectorString &codes) |
|
CovParamId | getCovParamId (int ipar) const |
|
int | getNoStatElemIcov (int ipar) const |
|
| ACov (const ASpace *space=nullptr) |
|
| ACov (const ACov &r) |
|
ACov & | operator= (const ACov &r) |
|
virtual | ~ACov () |
|
virtual double | evalCovOnSphere (double, int, bool) const |
|
virtual double | evalSpectrum (const VectorDouble &, int, int) const |
|
void | setOptimEnabled (bool isOptimEnabled) |
|
VectorDouble | eval (const std::vector< SpacePoint > &vec_p1, const std::vector< SpacePoint > &vec_p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | eval0Mat (const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalMat (const SpacePoint &p1, const SpacePoint &p2, const CovCalcMode *mode=nullptr) const |
|
double | evalIvarIpas (double step, const VectorDouble &dir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
double | evalIvarIpasIncr (const VectorDouble &dincr, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
VectorDouble | evalIvarNpas (const VectorDouble &vec_step, const VectorDouble &dir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalNvarIpas (double step, const VectorDouble &dir=VectorDouble(), const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalNvarIpasIncr (const VectorDouble &dincr, const CovCalcMode *mode=nullptr) const |
|
double | evalIsoIvarIpas (double step, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
VectorDouble | evalIsoIvarNpas (const VectorDouble &vec_step, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalIsoNvarIpas (double step, const CovCalcMode *mode=nullptr) const |
|
double | evalCvv (const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
double | evalCvvShift (const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &shift, const VectorDouble &angles=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalCvvM (const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const CovCalcMode *mode=nullptr) const |
|
double | evalCxv (const SpacePoint &p1, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
double | evalCxv (const Db *db, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixSquareGeneral | evalCxvM (const SpacePoint &p1, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), const CovCalcMode *mode=nullptr) const |
|
VectorDouble | evalPointToDb (const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, bool useSel=true, const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr) const |
|
VectorDouble | evalPointToDbAsSP (const std::vector< SpacePoint > &p1s, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
double | evalAverageDbToDb (const Db *db1, const Db *db2, int ivar=0, int jvar=0, double eps=0., int seed=434132, const CovCalcMode *mode=nullptr) const |
|
double | evalAverageIncrToIncr (const VectorVectorDouble &d1, const VectorVectorDouble &d2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
double | evalAveragePointToDb (const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
|
MatrixRectangular | evalCovMatrix (Db *db1_arg, Db *db2_arg=nullptr, int ivar0=0, int jvar0=0, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr) |
|
MatrixSparse * | evalCovMatrixSparse (Db *db1_arg, Db *db2_arg=nullptr, int ivar0=0, int jvar0=0, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr, double eps=EPSILON3) |
|
double | extensionVariance (const Db *db, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const |
|
double | samplingDensityVariance (const Db *db, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const |
|
double | specificVolume (const Db *db, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const |
|
double | coefficientOfVariation (const Db *db, double volume, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const |
|
double | specificVolumeFromCoV (Db *db, double cov, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const |
|
| ASpaceObject (const ASpace *space=nullptr) |
|
| ASpaceObject (const ASpace &space) |
|
| ASpaceObject (const ASpaceObject &r) |
|
ASpaceObject & | operator= (const ASpaceObject &r) |
|
virtual | ~ASpaceObject () |
|
const ASpace * | getSpace () const |
| Accessor to the current object space context. More...
|
|
bool | isConsistent () const |
| Indicate if I am consistent with my current space context. More...
|
|
VectorDouble | getUnitaryVector () const |
| Return unitary vector for the current space context. More...
|
|
unsigned int | getNDim () const |
| Shortcuts to ASpace methods. More...
|
|
const VectorDouble & | getOrigin () const |
| Return the current space context origin coordinates. More...
|
|
double | getDistance (const SpacePoint &p1, const SpacePoint &p2) const |
| Return the distance between two space points for the current space context. More...
|
|
double | getDistance1D (const SpacePoint &p1, const SpacePoint &p2, int idim) const |
| Return the distance along one direction between two space points. More...
|
|
VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2) const |
| Return the increment vector between two space points for the current space context. More...
|
|
| AStringable () |
|
| AStringable (const AStringable &r) |
|
AStringable & | operator= (const AStringable &r) |
|
virtual | ~AStringable () |
|
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
|
virtual void | display (int level) const final |
|
| ICloneable () |
|
virtual | ~ICloneable () |
|
virtual ICloneable * | clone () const =0 |
|