#include <KernelWendland1.hpp>
Public Member Functions | |
| KernelWendland1 (const CovContext &ctx) | |
| KernelWendland1 (const KernelWendland1 &r) | |
| KernelWendland1 & | operator= (const KernelWendland1 &r) |
| virtual | ~KernelWendland1 () |
| size_t | getMaxNDim () const override |
| String | getCovName () const override |
| Id | getMinOrder () const override |
| bool | getCompatibleSpaceR () const override |
Public Member Functions inherited from gstlrn::AKernel | |
| AKernel (const ECov &type, const CovContext &ctxt) | |
| AKernel (const AKernel &r) | |
| AKernel & | operator= (const AKernel &r) |
| virtual | ~AKernel () |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface. | |
| virtual String | getFormula () const |
| AKernel Interface. | |
| virtual double | getScadef () const |
| virtual double | getParMax () const |
| virtual bool | hasInt1D () const |
| virtual bool | hasInt2D () const |
| virtual Id | hasRange () const |
| virtual bool | hasParam () const |
| virtual bool | hasCovDerivative () const |
| virtual bool | hasCovOnRn () const |
| virtual bool | hasCovOnSphere () const |
| virtual bool | hasSpectrumOnSphere () const |
| virtual bool | hasSpectrumOnRn () const |
| virtual bool | hasMarkovCoeffs () const |
| virtual double | normalizeOnSphere (Id n=50, double scale=1.) const |
| virtual bool | isConsistent () const |
| Test consistency with the current context. | |
| virtual bool | getCompatibleSpaceS () const |
| virtual bool | isValidForTurningBand () const |
| virtual double | simulateTurningBand (double t0, TurningBandOperate &operTB) const |
| virtual bool | isValidForSpectral () const |
| virtual MatrixDense | simulateSpectralOmega (Id nb) const |
| void | setParam (double param, Id ipar=0) |
| void | setParams (const 1 ¶ms) |
| void | setField (double field) |
| void | setContext (const CovContext &ctxt) |
| double | evalCorFunc (double h) const |
| double | evalCovDerivative (Id degree, double h) const |
| double | evalCovFirstDerivativeOverH (double h) const |
| double | evalCovOnSphere (double alpha, double scale=1., Id degree=50) const |
| evalSpectrumOnSphere (Id n, double scale=1.) const | |
| const ECov & | getType () const |
| const CovContext & | getContext () const |
| Id | getNParams () const |
| double | getParam (Id ipar=0) const |
| const & | getParams () const |
| void | copyCovContext (const CovContext &ctxt) |
| virtual double | evaluateSpectrum (double freq) const |
| virtual | getMarkovCoeffs () const |
| virtual void | setMarkovCoeffs (const 1 &coeffs) |
| virtual double | getCorrec () const |
| virtual void | setCorrec (double val) |
| virtual void | computeCorrec (Id ndim) |
| virtual void | computeMarkovCoeffs (Id dim) |
| double | evalDerivative (double h) const |
Public Member Functions inherited from gstlrn::AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (Id level) const final |
Additional Inherited Members | |
Static Public Member Functions inherited from gstlrn::AKernel | |
| static AKernel * | createFromType (const ECov &type, Id ndim=1) |
| gstlrn::KernelWendland1::KernelWendland1 | ( | const CovContext & | ctx | ) |
| gstlrn::KernelWendland1::KernelWendland1 | ( | const KernelWendland1 & | r | ) |
|
virtual |
|
inlineoverridevirtual |
Reimplemented from gstlrn::AKernel.
|
inlineoverridevirtual |
Implements gstlrn::AKernel.
|
inlineoverridevirtual |
Reimplemented from gstlrn::AKernel.
|
inlineoverridevirtual |
Reimplemented from gstlrn::AKernel.
| KernelWendland1 & gstlrn::KernelWendland1::operator= | ( | const KernelWendland1 & | r | ) |