You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some weight functions, (e.g. $\ln^2$ of Gill and Chien), there are not simple methods for the computation of quadrature nodes and weights. The Golub-Welsch algorithm provides a systematic way of numerically calculating these quantities for arbitrary weight functions (given the ability to compute moments of specified order).
It requires the solution of a Hankel-type tridiagonal eigenvalue problem, which tends to be numerically unstable for large orders, but having it as an option would lower the barrier to entry for testing out new quadratures and an important validation tool moving forward.
For some weight functions, (e.g.$\ln^2$ of Gill and Chien), there are not simple methods for the computation of quadrature nodes and weights. The Golub-Welsch algorithm provides a systematic way of numerically calculating these quantities for arbitrary weight functions (given the ability to compute moments of specified order).
It requires the solution of a Hankel-type tridiagonal eigenvalue problem, which tends to be numerically unstable for large orders, but having it as an option would lower the barrier to entry for testing out new quadratures and an important validation tool moving forward.
Requires:
LAPACK++
to solve the EVPThe text was updated successfully, but these errors were encountered: