Doxygen 1.9.1
Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN: Tasmanian v8.2 (development)
TasGrid::Optimizer::CurrentNodes< TypeOneDRule > Struct Template Reference

Data needed for the functional associated with the sequence rule, specialized for each case. More...

Public Member Functions

 CurrentNodes (std::vector< double > const &cnodes)
 Default constructor, retain a copy of the nodes and compute the coefficients.
 
 CurrentNodes (std::vector< double > const &cnodes, double new_node)
 Constructor that combines the cnodes with the new_node.
 

Public Attributes

std::vector< double > nodes
 Current set of nodes.
 
std::vector< double > coeff
 Coefficients cache.
 

Detailed Description

template<TypeOneDRule>
struct TasGrid::Optimizer::CurrentNodes< TypeOneDRule >

Data needed for the functional associated with the sequence rule, specialized for each case.

In most cases, we are working with Lagrange polynomials and associated coefficients.


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