Doxygen
1.9.1
|
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. | |
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.