#include <GaussianProcess.h>
Definition at line 80 of file GaussianProcess.h.
◆ MeanFunctionBase()
muq::Approximation::MeanFunctionBase::MeanFunctionBase |
( |
unsigned |
dimIn, |
|
|
unsigned |
coDimIn |
|
) |
| |
|
inline |
◆ ~MeanFunctionBase()
virtual muq::Approximation::MeanFunctionBase::~MeanFunctionBase |
( |
| ) |
|
|
virtualdefault |
◆ Clone()
virtual std::shared_ptr<MeanFunctionBase> muq::Approximation::MeanFunctionBase::Clone |
( |
| ) |
const |
|
pure virtual |
◆ Evaluate()
virtual Eigen::MatrixXd muq::Approximation::MeanFunctionBase::Evaluate |
( |
Eigen::MatrixXd const & |
xs | ) |
const |
|
pure virtual |
◆ GetDerivative()
virtual Eigen::MatrixXd muq::Approximation::MeanFunctionBase::GetDerivative |
( |
Eigen::MatrixXd const & |
xs, |
|
|
std::vector< std::vector< int >> const & |
derivCoords |
|
) |
| const |
|
pure virtual |
◆ GetPtr()
virtual std::shared_ptr<MeanFunctionBase> muq::Approximation::MeanFunctionBase::GetPtr |
( |
| ) |
|
|
inlinevirtual |
◆ coDim
const unsigned muq::Approximation::MeanFunctionBase::coDim |
◆ inputDim
const unsigned muq::Approximation::MeanFunctionBase::inputDim |
The documentation for this class was generated from the following file: