File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( http://integrals.sciml.ai/dev/ )
6
6
7
7
Integrals.jl is an instantiation of the SciML common ` IntegralProblem `
8
- interface for the common quadrature packages of Julia. By using Integrals.jl,
9
- you get a single predictable interface where many of the arguments are
10
- standardized throughout the various integrator libraries. This can be useful
11
- for benchmarking or for library implementations, since libraries which internally
12
- use a quadrature can easily accept a quadrature method as an argument.
8
+ interface for the common numerical integration packages of Julia, including
9
+ both those based upon quadrature as well as Monte-Carlo approaches. By using
10
+ Integrals.jl, you get a single predictable interface where many of the
11
+ arguments are standardized throughout the various integrator libraries. This
12
+ can be useful for benchmarking or for library implementations, since libraries
13
+ which internally use a quadrature can easily accept a integration method as an
14
+ argument.
13
15
14
16
## Tutorials and Documentation
15
17
@@ -50,4 +52,4 @@ the change is a one-argument change:
50
52
``` julia
51
53
using IntegralsCuba
52
54
sol = solve (prob,CubaCuhre (),reltol= 1e-3 ,abstol= 1e-3 )
53
- ```
55
+ ```
You can’t perform that action at this time.
0 commit comments