Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

support StaticVector #7

Open
tpapp opened this issue Apr 3, 2018 · 0 comments
Open

support StaticVector #7

tpapp opened this issue Apr 3, 2018 · 0 comments
Assignees
Labels
api-redesign Redesign of the interface

Comments

@tpapp
Copy link
Owner

tpapp commented Apr 3, 2018

Support StaticVector and possibly other StaticArrays.

Two possible use cases:

  1. map an AbstractVector to StaticVector elements when that is required by the transformation. Pro: more flexible interface. Con: transformations would require a result type specification.

  2. only map SVector to SVector, etc. This would keep the interface simple, but require conversion by the user, either for the inputs or the outputs. It is also conceivable that one would want to map an SVector to a bunch of MVectors.

@tpapp tpapp self-assigned this Apr 3, 2018
@tpapp tpapp added the api-redesign Redesign of the interface label Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-redesign Redesign of the interface
Projects
None yet
Development

No branches or pull requests

1 participant