|
| CovContext (int nvar=1, const ASpace *space=nullptr) |
|
| CovContext (int nvar, int ndim, const VectorDouble &mean=VectorDouble(), const VectorDouble &covar0=VectorDouble()) |
|
| CovContext (const Db *db, const ASpace *space=nullptr) |
|
| CovContext (const Vario *vario, const ASpace *space=nullptr) |
|
| CovContext (const CovContext &r) |
|
CovContext & | operator= (const CovContext &r) |
|
virtual | ~CovContext () |
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable interface. More...
|
|
virtual bool | isConsistent (const ASpace *space) const override |
| Indicate if I am consistent with the provided space. More...
|
|
bool | isEqual (const CovContext &r) const |
|
int | getNVar () const |
|
double | getField () const |
|
const VectorDouble & | getMean () const |
|
const VectorDouble & | getCovar0 () const |
|
const ASpace * | getASpace () const |
|
double | getMean (int ivar) const |
|
double | getCovar0 (int ivar, int jvar) const |
|
void | setNVar (int nvar) |
|
void | setField (double field) |
|
void | setMean (const VectorDouble &mean) |
|
void | setMean (const double mean, int ivar=0) |
|
void | setCovar0 (const VectorDouble &covar0) |
|
void | setCovar0 (int ivar, int jvar, double covar0) |
|
void | copyCovContext (const CovContext &ctxt, bool severe=false) |
|
const CovContext * | createReduce (const VectorInt &validVars) 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 (int ispace=-1) const |
| Shortcuts to ASpace methods. More...
|
|
const VectorDouble & | getOrigin (int ispace=-1) const |
| Return the current space context origin coordinates. More...
|
|
double | getDistance (const SpacePoint &p1, const SpacePoint &p2, int ispace=0) const |
| Return the distance between two space points for the current space context. More...
|
|
VectorDouble | getDistances (const SpacePoint &p1, const SpacePoint &p2) const |
| Return all the distances (space composits) between two space points for the current space context. More...
|
|
VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2, int ispace=0) 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 |
|