JuliaMath / JuliaMath/Sobol.jl
use StaticArrays
Open
- Dominant language
- Julia
- Stars
- 82
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Might be nice to use StaticArrays (i.e. return an `SVector`, not a `Vector`), since dimension of a `SobolSeq` is part of the type already.
However, for very high dimensions, a `Vector` is probably more appropriate, so the array type should probably be an additional type parameter.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.