quadrature.hh
static std::map< uint, Real * > weights_H
Hash of the already computed values of the weights of this rule.
Definition: quadrature.hh:133
static std::map< uint, Real * > abscissas_H
Hash of the already computed values of the abscissas of this rule.
Definition: quadrature.hh:127
static std::string storedPoints()
Lists the integration orders (points) which have been computed so far.
const Real * weights() const
Returns a pointer into the array of the weights.
Definition: quadrature.hh:107
const Real * abscissas() const
Returns a pointer into the array of the abscissas.
Definition: quadrature.hh:105
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
bool find_()