Skip to content
New issue

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

use StaticArrays #18

Open
stevengj opened this issue Jan 24, 2019 · 0 comments
Open

use StaticArrays #18

stevengj opened this issue Jan 24, 2019 · 0 comments

Comments

@stevengj
Copy link
Member

stevengj commented Jan 24, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant