1#ifndef QUADRATURE_GAUSS_LEGENDRE_H
2#define QUADRATURE_GAUSS_LEGENDRE_H
8 class QuadratureGaussLegendre;
21 unsigned int max_iters=1000,
27 unsigned int max_iters=1000,
32 unsigned int max_iters,
double tol);
34 static std::vector<double>
FindRoots(
unsigned int N,
35 unsigned int max_iters=1000,
void Initialize(unsigned int N, bool verbose, unsigned int max_iters, double tol)
QuadratureGaussLegendre(const chi::InputParameters ¶ms)
static chi::InputParameters GetInputParameters()
static std::vector< double > FindRoots(unsigned int N, unsigned int max_iters=1000, double tol=1.0e-12)