|
| | PrecisionOp () |
| |
| | PrecisionOp (AShiftOp *shiftop, const CovAniso *cova, bool verbose=false) |
| |
| | PrecisionOp (const AMesh *mesh, const CovAniso *cova, bool stencil=false, bool verbose=false) |
| |
| | PrecisionOp (const PrecisionOp &pmat) |
| |
| | PrecisionOp (PrecisionOp &&pmat) noexcept |
| |
| PrecisionOp & | operator= (const PrecisionOp &pmat) |
| |
| PrecisionOp & | operator= (PrecisionOp &&pmat) noexcept |
| |
| virtual | ~PrecisionOp () |
| |
| virtual void | evalInverse (const constvect vecin, 1 &vecout) |
| |
| | evalInverse (const 1 &vecin) |
| |
| std::pair< double, double > | rangeEigenVal (Id ndiscr=100) const override |
| |
| Id | reset (const AShiftOp *shiftop, const CovAniso *cova=nullptr, bool verbose=false) |
| |
| virtual void | gradYQX (const constvect, const constvect, vect, const EPowerPT &) |
| |
| virtual void | gradYQXOptim (const constvect, const constvect, vect, const EPowerPT &) |
| |
| virtual void | evalDeriv (const constvect, vect, Id, Id, const EPowerPT &) |
| |
| virtual void | evalDerivOptim (vect, Id, Id, const EPowerPT &) |
| |
| | simulate (Id nbsimu=1) |
| |
| void | evalPower (const constvect inm, vect outm, const EPowerPT &power=EPowerPT::fromKey("ONE")) |
| |
| void | evalPower (const 1 &inv, 1 &outv, const EPowerPT &power=EPowerPT::fromKey("ONE")) |
| |
| | computeCov (Id imesh) |
| |
| | simulateOne () |
| |
| Id | getSize () const override |
| |
| bool | getTraining () const |
| |
| void | setTraining (bool tr) |
| |
| AShiftOp * | getShiftOp () const |
| |
| | getPolyCoeffs (const EPowerPT &power) |
| |
| void | setPolynomialFromPoly (APolynomial *polynomial) |
| |
| bool | isCovaDefined () const |
| |
| | getCoeffs () |
| |
| double | computeLogDet (Id nMC=1) const override |
| |
| virtual | extractDiag () const |
| |
| APolynomial * | getPoly (const EPowerPT &power) |
| |
| | IPrecisionOp () |
| |
| | IPrecisionOp (const IPrecisionOp &)=default |
| |
| | IPrecisionOp (IPrecisionOp &&m) noexcept |
| |
| IPrecisionOp & | operator= (const IPrecisionOp &)=default |
| |
| IPrecisionOp & | operator= (IPrecisionOp &&m) noexcept |
| |
| virtual | ~IPrecisionOp ()=default |
| |
| | getRangeEigenVal (Id ndiscr=100) const |
| |
| | ASimulable () |
| |
| | ASimulable (const ASimulable &m)=default |
| |
| ASimulable & | operator= (const ASimulable &m)=default |
| |
| | ASimulable (ASimulable &&m)=default |
| |
| ASimulable & | operator= (ASimulable &&m)=default |
| |
| virtual | ~ASimulable ()=default |
| |
| Id | evalSimulate (const 1 &whitenoise, 1 &outv) const |
| |
| | evalSimulate (const 1 &whitenoise) const |
| |
| | simulate () const |
| |
| Id | evalSimulate (const constvect whitenoise, vect result) const |
| |
| Id | addSimulateToDest (const constvect whitenoise, vect outv) const |
| |
| | ALinearOp () |
| |
| | ALinearOp (const ALinearOp &m)=default |
| |
| | ALinearOp (ALinearOp &&m)=default |
| |
| ALinearOp & | operator= (const ALinearOp &m)=default |
| |
| ALinearOp & | operator= (ALinearOp &&m)=default |
| |
| virtual | ~ALinearOp ()=default |
| |
| Id | evalDirect (const 1 &inv, 1 &outv) const |
| |
| | evalDirect (const 1 &in) const |
| |
| virtual void | multiplyByValueAndAddDiagonal (double v1=1., double v2=0.) const |
| |
| virtual void | resetModif () const |
| |
| void | setUseFactor (bool usefactor) |
| |
| Id | evalDirect (constvect inv, vect outv) const |
| |
| Id | addToDest (const constvect inv, vect outv) const |
| |
| Id | addToDest (const ::Eigen::VectorXd &inv, ::Eigen::VectorXd &outv) const |
| |