MUQ  0.4.3
muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm Struct Reference

#include <SmolyakEstimator.h>

Detailed Description

template<typename EstimateType>
struct muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm

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
 

Member Data Documentation

◆ diffWeights

template<typename EstimateType >
Eigen::VectorXd muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::diffWeights

Definition at line 189 of file SmolyakEstimator.h.

◆ evalInds

template<typename EstimateType >
std::vector<unsigned int> muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::evalInds

Definition at line 187 of file SmolyakEstimator.h.

◆ isComputed

template<typename EstimateType >
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isComputed = false

Definition at line 171 of file SmolyakEstimator.h.

◆ isNeeded

template<typename EstimateType >
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isNeeded = false

Definition at line 177 of file SmolyakEstimator.h.

◆ isOld

template<typename EstimateType >
bool muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::isOld = false

Definition at line 174 of file SmolyakEstimator.h.

◆ localError

template<typename EstimateType >
double muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::localError = -1.0

Definition at line 180 of file SmolyakEstimator.h.

◆ val

template<typename EstimateType >
EstimateType muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::val

Definition at line 163 of file SmolyakEstimator.h.

◆ weight

template<typename EstimateType >
double muq::Approximation::SmolyakEstimator< EstimateType >::SmolyTerm::weight = 0.0

Definition at line 168 of file SmolyakEstimator.h.


The documentation for this struct was generated from the following file: