scijit.integrateΒΆ
scipy.integrate equivalents callable from inside numba.@njit code: QUADPACK
adaptive quadrature, LSODA/solve_ivp ODE integration, and the sampled-data
rules. Each name below links to a page generated from its docstring: parameters,
returns, a runnable @njit example, and, where it applies, the ways it differs
from scipy.
Adaptive integration of |
|
Double integral of |
|
Triple integral of |
|
Integration over |
|
Integrate a system of ODEs with LSODA over a time grid. |
|
Solve an initial value problem for a system of ODEs. |
|
Continuous solution over the integrated span, |
|
Composite trapezoidal rule over samples. |
|
Composite Simpson's rule over samples. |
|
Running integral by composite Simpson's 1/3 rule. |
|
Running integral by the composite trapezoid rule. |
|
Romberg integration of equally-spaced samples. |
|
Weights and error coefficient of a Newton-Cotes rule. |
|
Definite integral by fixed-order Gauss-Legendre quadrature. |
|
Warning category emitted on a soft failure during integration. |
|
Warning class |
|
Exception class |