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
295 stars 29 forks source link

Rename Closed* to Closed*Assign and introduce non-Assign Closed* traits #5

Closed z33ky closed 5 months ago

z33ky commented 4 years ago

As per suggestion in nalgebra#728.

sebcrozet commented 4 years ago

Thanks! It looks like the CI does not accept the formatting. Did you run a cargo fmt (using a stable version of the compiler because the nightly version does not give the same results)?

sebcrozet commented 5 months ago

Thanks!