File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If we would like to compare the results against Cuba.jl's `Cuhre` method, then
3939the change is a one-argument change:
4040
4141``` julia
42- using Cuba
42+ using QuadratureCuba
4343sol = solve (prob,CubaCuhre (),reltol= 1e-3 ,abstol= 1e-3 )
4444```
4545
@@ -100,12 +100,12 @@ The following algorithms are available:
100100- ` QuadGKJL ` : Uses QuadGK.jl. Requires ` nout=1 ` and ` batch=0 ` .
101101- ` HCubatureJL ` : Uses HCubature.jl. Requires ` batch=0 ` .
102102- ` VEGAS ` : Uses MonteCarloIntegration.jl. Requires ` nout=1 ` .
103- - ` CubatureJLh ` : h-Cubature from Cubature.jl. Requires ` using Cubature ` .
104- - ` CubatureJLp ` : p-Cubature from Cubature.jl. Requires ` using Cubature ` .
105- - ` CubaVegas ` : Vegas from Cuba.jl. Requires ` using Cuba ` .
106- - ` CubaSUAVE ` : SUAVE from Cuba.jl. Requires ` using Cuba ` .
107- - ` CubaDivonne ` : Divonne from Cuba.jl. Requires ` using Cuba ` .
108- - ` CubaCuhre ` : Cuhre from Cuba.jl. Requires ` using Cuba ` .
103+ - ` CubatureJLh ` : h-Cubature from Cubature.jl. Requires ` using QuadratureCubature ` .
104+ - ` CubatureJLp ` : p-Cubature from Cubature.jl. Requires ` using QuadratureCubature ` .
105+ - ` CubaVegas ` : Vegas from Cuba.jl. Requires ` using QuadratureCuba ` .
106+ - ` CubaSUAVE ` : SUAVE from Cuba.jl. Requires ` using QuadratureCuba ` .
107+ - ` CubaDivonne ` : Divonne from Cuba.jl. Requires ` using QuadratureCuba ` .
108+ - ` CubaCuhre ` : Cuhre from Cuba.jl. Requires ` using QuadratureCuba ` .
109109
110110## Common Solve Keyword Arguments
111111
You can’t perform that action at this time.
0 commit comments