Gauss Legendre quadrature rules. The first 20 are hard coded. Afterwards, the programmer in charge lost his interest and provided a method to compute arbitrary order Legendre rules by solving the corresponding eigenvalue problem. More...
#include <GaussLegendreRule.hpp>
Gauss Legendre quadrature rules. The first 20 are hard coded. Afterwards, the programmer in charge lost his interest and provided a method to compute arbitrary order Legendre rules by solving the corresponding eigenvalue problem.
In addition, to make use of the bracket initializer, std::vector had to be used in the template specializations. However, this is taken care of by the quadrature struct.
Definition at line 28 of file GaussLegendreRule.hpp.
Public Attributes | |
std::vector< double > | xi_ |
std::vector< double > | w_ |