#include <SPDEOp.hpp>
|
| | ASPDEOp (const PrecisionOpMulti *const popkrig=nullptr, const ProjMulti *const proj=nullptr, const ASimulable *const invNoise=nullptr, const PrecisionOpMulti *const popsimu=nullptr, const ProjMulti *const projSimu=nullptr, bool noiseToDelete=false) |
| |
| virtual | ~ASPDEOp () |
| |
| int | getSize () const override |
| |
| int | getSizeSimu () const |
| |
| VectorDouble | kriging (const VectorDouble &dat) const |
| |
| VectorDouble | krigingWithGuess (const VectorDouble &dat, const VectorDouble &guess) const |
| |
| void | setMaxIterations (int n) |
| |
| void | setTolerance (double tol) |
| |
| int | getIterations () const |
| |
| double | getError () const |
| |
| VectorDouble | computeDriftCoeffs (const VectorDouble &Z, const MatrixDense &drifts) const |
| |
| VectorDouble | simCond (const VectorDouble &dat) const |
| |
| const PrecisionOpMulti * | getQKriging () const |
| |
| const ProjMulti * | getProjKriging () const |
| |
| const ASimulable * | getInvNoise () const |
| |
| const PrecisionOpMulti * | getQSimu () const |
| |
| const ProjMulti * | getProjSimu () const |
| |
| int | kriging (const constvect inv, vect out) const |
| |
| int | 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 |
| |
| | ALinearOp () |
| |
| | ALinearOp (const ALinearOp &op)=delete |
| |
| virtual | ~ALinearOp () |
| |
| int | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
| |
| VectorDouble | evalDirect (const VectorDouble &in) const |
| |
| virtual void | multiplyByValueAndAddDiagonal (double v1=1., double v2=0.) |
| |
| virtual void | resetModif () |
| |
| void | setUseFactor (bool usefactor) |
| |
| int | evalDirect (constvect inv, vect outv) const |
| |
| int | addToDest (const constvect inv, vect outv) const |
| |
| int | addToDest (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
◆ ASPDEOp()
◆ ~ASPDEOp()
◆ computeDriftCoeffs()
◆ evalInvCov()
| void ASPDEOp::evalInvCov |
( |
const constvect |
inv, |
|
|
vect |
result |
|
) |
| const |
◆ getError()
| double ASPDEOp::getError |
( |
| ) |
const |
|
inline |
◆ getInvNoise()
◆ getIterations()
| int ASPDEOp::getIterations |
( |
| ) |
const |
|
inline |
◆ getProjKriging()
| const ProjMulti * ASPDEOp::getProjKriging |
( |
| ) |
const |
|
inline |
◆ getProjSimu()
| const ProjMulti * ASPDEOp::getProjSimu |
( |
| ) |
const |
|
inline |
◆ getQKriging()
◆ getQSimu()
◆ getSize()
| int ASPDEOp::getSize |
( |
| ) |
const |
|
overridevirtual |
◆ getSizeSimu()
| int ASPDEOp::getSizeSimu |
( |
| ) |
const |
◆ kriging() [1/2]
◆ kriging() [2/2]
◆ krigingWithGuess() [1/2]
◆ krigingWithGuess() [2/2]
◆ setMaxIterations()
| void ASPDEOp::setMaxIterations |
( |
int |
n | ) |
|
|
inline |
◆ setTolerance()
| void ASPDEOp::setTolerance |
( |
double |
tol | ) |
|
|
inline |
◆ simCond() [1/2]
◆ simCond() [2/2]
The documentation for this class was generated from the following files: