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

StaticArray results and input #32

Open
4 tasks
tpapp opened this issue Dec 14, 2018 · 0 comments
Open
4 tasks

StaticArray results and input #32

tpapp opened this issue Dec 14, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tpapp
Copy link
Owner

tpapp commented Dec 14, 2018

Allow versions of transformations that return StaticArrays.

Roadmap:

  1. include size information in types
  2. SMatrix, SVector, and possibly MMatrix and MVector versions of UnitVector and CorrCholeskyFactor, maybe specified with the {} in the constructor, also include size there?
  3. Array aggregator should also allow this, maybe with as(SVector{size}, ...) syntax? Possibly a unified syntax for both static and plain vanilla arrays.
  4. Tuple and NamedTuple aggregators can probably be untouched, caching dimensions information could just lead to (minor) speedups.

Bikeshedding syntax/API is most welcome.

@tpapp tpapp added the enhancement New feature or request label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant