|
| | ASPDEOp (const PrecisionOpMulti *const popKriging=nullptr, const ProjMulti *const projInKriging=nullptr, const ASimulable *invNoise=nullptr, const PrecisionOpMulti *const popSimu=nullptr, const ProjMulti *const projInSimu=nullptr) |
| |
| virtual | ~ASPDEOp () |
| |
| virtual | stdev (const 1 &dat, Id nMC=1, Id seed=134343, const ProjMulti *projK=nullptr, const ProjMulti *projS=nullptr) const |
| | Computing Standard deviation of the estimation error using MonteCarlo on conditional simulations.
|
| |
| Id | getSize () const override |
| |
| Id | getSizeSimu () const |
| |
| Id | getIterations () const |
| |
| double | getError () const |
| |
| void | setMaxIterations (Id n) |
| |
| void | setTolerance (double tol) |
| |
| | kriging (const 1 &dat, const ProjMulti *proj=nullptr) const |
| |
| | krigingWithGuess (const 1 &dat, const 1 &guess) const |
| |
| | computeDriftCoeffs (const 1 &Z, const MatrixDense &driftMat, bool verbose=false) const |
| |
| | simCond (const 1 &dat, const ProjMulti *projK=nullptr, const ProjMulti *projS=nullptr) const |
| |
| | simNonCond (const ProjMulti *proj=nullptr) const |
| |
| const PrecisionOpMulti * | getQKriging () const |
| |
| const ProjMulti * | getProjKriging () const |
| |
| const ASimulable * | getInvNoise () const |
| |
| const PrecisionOpMulti * | getQSimu () const |
| |
| const ProjMulti * | getProjInSimu () const |
| |
| Id | krigingWithGuess (const constvect inv, const constvect guess, vect out) const |
| |
| void | evalInvCov (const constvect inv, vect result) const |
| |
| void | simCond (const constvect data, vect outv) const |
| |
| void | simNonCond (vect outv) const |
| |
| virtual double | computeLogDetOp (Id nbsimu=1) const |
| |
| double | computeQuadratic (const std::vector< double > &x) const |
| |
| double | computeTotalLogDet (Id nMC=5, Id seed=13132) const |
| |
| double | computeLogDetQ (Id nMC=5) const |
| |
| double | computeLogDetInvNoise () const |
| |
| void | setVerbose (bool v) |
| |
| | ALinearOp () |
| |
| | ALinearOp (const ALinearOp &m)=delete |
| |
| ALinearOp & | operator= (const ALinearOp &m)=delete |
| |
| virtual | ~ALinearOp () |
| |
| 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 |
| |