#include <SmolyakEstimator.h>
Definition at line 160 of file SmolyakEstimator.h.
Public Attributes | |
EstimateType | val |
double | weight = 0.0 |
bool | isComputed = false |
bool | isOld = false |
bool | isNeeded = false |
double | localError = -1.0 |
std::vector< unsigned int > | evalInds |
Eigen::VectorXd | diffWeights |
Eigen::VectorXd muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::diffWeights |
Definition at line 189 of file SmolyakEstimator.h.
std::vector<unsigned int> muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::evalInds |
Definition at line 187 of file SmolyakEstimator.h.
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isComputed = false |
Definition at line 171 of file SmolyakEstimator.h.
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isNeeded = false |
Definition at line 177 of file SmolyakEstimator.h.
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isOld = false |
Definition at line 174 of file SmolyakEstimator.h.
double muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::localError = -1.0 |
Definition at line 180 of file SmolyakEstimator.h.
EstimateType muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::val |
Definition at line 163 of file SmolyakEstimator.h.
double muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::weight = 0.0 |
Definition at line 168 of file SmolyakEstimator.h.