#include <SPDEOp.hpp>
|
| SPDEOp (const PrecisionOpMulti *const pop=nullptr, const ProjMulti *const proj=nullptr, const ASimulable *const invNoise=nullptr, bool noiseToDelete=false) |
|
virtual | ~SPDEOp () |
|
int | getSize () const override |
|
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 MatrixRectangular &drifts) 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 |
|
virtual | ~ASimulableEigenCG () |
|
Eigen::Index | rows () const |
|
Eigen::Index | cols () const |
|
Eigen::Product< SPDEOp, Rhs, Eigen::AliasFreeProduct > | operator* (const Eigen::MatrixBase< Rhs > &x) const |
|
| ASimulable () |
|
virtual | ~ASimulable () |
|
int | evalSimulate (const VectorDouble &whitenoise, VectorDouble &outv) const |
|
VectorDouble | evalSimulate (const VectorDouble &whitenoise) const |
|
int | evalSimulate (const constvect whitenoise, vect result) const |
|
int | addSimulateToDest (const constvect whitenoise, vect outv) const |
|
virtual | ~ALinearOp () |
|
int | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
|
VectorDouble | evalDirect (const VectorDouble &in) const |
|
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 |
|
◆ SPDEOp()
◆ ~SPDEOp()
◆ computeDriftCoeffs()
◆ evalInvCov()
void SPDEOp::evalInvCov |
( |
const constvect |
inv, |
|
|
vect |
result |
|
) |
| const |
◆ getError()
double SPDEOp::getError |
( |
| ) |
const |
|
inline |
◆ getIterations()
int SPDEOp::getIterations |
( |
| ) |
const |
|
inline |
◆ getSize()
int SPDEOp::getSize |
( |
| ) |
const |
|
overridevirtual |
◆ kriging() [1/2]
◆ kriging() [2/2]
◆ krigingWithGuess() [1/2]
◆ krigingWithGuess() [2/2]
◆ setMaxIterations()
void SPDEOp::setMaxIterations |
( |
int |
n | ) |
|
|
inline |
◆ setTolerance()
void SPDEOp::setTolerance |
( |
double |
tol | ) |
|
|
inline |
The documentation for this class was generated from the following files: