We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
SVector
Vector
SobolSeq
However, for very high dimensions, a Vector is probably more appropriate, so the array type should probably be an additional type parameter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Might be nice to use StaticArrays (i.e. return an
SVector
, not aVector
), since dimension of aSobolSeq
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.The text was updated successfully, but these errors were encountered: