dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
293 stars 29 forks source link

Make ComplexField require Clone instead of Copy. #23

Closed sebcrozet closed 3 years ago

sebcrozet commented 3 years ago

This will allow these traits to be implemented for non-Copy types like these from the rug crate.