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

support StaticVector #7

Description

@tpapp

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.

Metadata

Metadata

Assignees

Labels

api-redesignRedesign of the interface

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions