nalgebra/nalgebra-macros
Andreas Longva 9142dc8f84 Implement SMatrix::from_array_storage and use it in matriX! impl
This allows us to avoid injecting unsafe code into every macro
invocation, which seems desirable.
2021-05-03 13:52:34 +02:00
..
src Implement SMatrix::from_array_storage and use it in matriX! impl 2021-05-03 13:52:34 +02:00
tests Test that matrix![] can be used with const 2021-05-03 13:52:34 +02:00
Cargo.toml Update nalgebra-macros to nalgebra 0.26 and const generics 2021-05-03 13:52:34 +02:00