SouthEndMusic / GaussTuranQuadrature.jl

Tabulation and computation of Gauss-Turán quadrature rules.
MIT License
0 stars 1 forks source link

Allow for in-place evaluations of the derivative of the integrand #15

Open SouthEndMusic opened 3 months ago

SouthEndMusic commented 3 months ago

Have a field like f_cache which is a vector of required length where the derivatives are stored, which is allocated at the initialization of the rule.