JuliaMath / QuadGK.jl

adaptive 1d numerical Gauss–Kronrod integration in Julia
MIT License
268 stars 37 forks source link

confusion in kronrod() documentation? #106

Closed droodman closed 3 months ago

droodman commented 3 months ago

In the documentation for kronrod() I see references to both wg and gw. Also there are two entries for kronrod() on that page, the second near the bottom.

stevengj commented 3 months ago

Thanks, #107 should fix everything to use wg consistently.

The second entry for kronrod is correct — this is a different method, that takes the Jacobi matrix as an argument.