#include <GaussianProcess.h>
Definition at line 232 of file GaussianProcess.h.
◆ SumMean()
template<typename MeanType1 , typename MeanType2 >
muq::Approximation::SumMean::SumMean |
( |
MeanType1 const & |
mu1In, |
|
|
MeanType2 const & |
mu2In |
|
) |
| |
|
inline |
◆ ~SumMean()
virtual muq::Approximation::SumMean::~SumMean |
( |
| ) |
|
|
virtualdefault |
◆ Clone()
virtual std::shared_ptr<MeanFunctionBase> muq::Approximation::SumMean::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Evaluate()
virtual Eigen::MatrixXd muq::Approximation::SumMean::Evaluate |
( |
Eigen::MatrixXd const & |
xs | ) |
const |
|
inlineoverridevirtual |
◆ GetDerivative()
virtual Eigen::MatrixXd muq::Approximation::SumMean::GetDerivative |
( |
Eigen::MatrixXd const & |
xs, |
|
|
std::vector< std::vector< int >> const & |
derivCoords |
|
) |
| const |
|
inlineoverridevirtual |
◆ mu1
◆ mu2
The documentation for this class was generated from the following file: