Integrals.jl is an instantiation of the SciML common IntegralProblem interface for the common numerical integration packages of Julia, including both those based upon quadrature as well as Monte-Carlo approaches. By using Integrals.jl, you get a single predictable interface where many of the arguments are standardized throughout the various integrator libraries. This can be useful for benchmarking or for library implementations since libraries that internally use a quadrature can easily accept an integration method as an argument.
Features
- Tutorials and Documentation
- Examples available
- Integrals.jl is an instantiation of the SciML common IntegralProblem interface
- Can be useful for benchmarking or for library implementations
- Perform one-dimensional quadrature
