ContinuousTransformations.jl icon indicating copy to clipboard operation
ContinuousTransformations.jl copied to clipboard

support StaticVector

Open tpapp opened this issue 7 years ago • 0 comments

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 avatar Apr 03 '18 07:04 tpapp