adaptiveQuadRule.hh
Adaptive quadrature rule for numerical integration.
Definition: adaptiveQuadRule.hh:25
const Real * abscissas() const
Returns a pointer into the array of the abscissas.
Definition: adaptiveQuadRule.hh:37
const Real * weights() const
Returns a pointer into the array of the weights.
Definition: adaptiveQuadRule.hh:40
void AdaptTo()
Adapt computed quadrature rules from (-1,1) to (0,1)
~AdaptiveQuadratureRule1d()
Default destructor.
AdaptiveQuadratureRule1d(uint n)
Default constructor that takes into account the number of quadrature points.