A Julia package to compute n-point Gauss quadrature nodes and weights to 16-digit accuracy and in O(n) time. So far the package includes gausschebyshev(), gausslegendre(), gaussjacobi(), gaussradau(), gausslobatto(), gausslaguerre(), and gausshermite(). This package is heavily influenced by Chebfun.
Features
- Documentation available
- Examples available
- The fastest Julia code for Gauss quadrature nodes and weights (without tabulation)
- Change the perception that Gauss quadrature rules are expensive to compute
- Julia package for Gaussian quadrature
- This package is heavily influenced by Chebfun
