Skip to content

Commit d36ea4e

Browse files
Update README.md
1 parent d2f4441 commit d36ea4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If we would like to compare the results against Cuba.jl's `Cuhre` method, then
3939
the change is a one-argument change:
4040

4141
```julia
42-
using Cuba
42+
using QuadratureCuba
4343
sol = 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

0 commit comments

Comments
 (0)