Reexported integration algorithms
using SciMLExpectations also brings the integration algorithm selectors accepted by the quadalg keyword into scope. The names are owned and documented by Integrals.jl and its backends:
- Built-in and pure-Julia algorithms:
ArblibJL,FastTanhSinhQuadratureJL,GaussLegendre,HAdaptiveIntegrationJL,HCubatureJL,QuadGKJL,QuadratureRule,SimpsonsRule, andTrapezoidalRule - Cuba algorithms:
CubaCuhre,CubaDivonne,CubaSUAVE, andCubaVegas - Cubature algorithms:
CubatureJLhandCubatureJLp - VEGAS algorithms:
VEGASandVEGASMC - Domain transformation:
ChangeOfVariables
The corresponding backend package must still be loaded when an algorithm requires one. Anything else from Integrals must be imported from Integrals directly.