nalgebra/nalgebra-macros
Avi Weinstock 317aef574a Implement `hstack` and `vstack`.
The implementation uses a trait to fold over tuples, summing the
dimensions in one direction and checking for equality in the other, and
then uses `fixed_{rows,columns}_mut` if the dimensions are static, or
`{rows,columns}_mut` if the dimensions are dynamic, together with
`copy_from` to construct the output matrix.
2023-01-30 23:14:20 -05:00
..
src Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
tests Implement `hstack` and `vstack`. 2023-01-30 23:14:20 -05:00
Cargo.toml Bump version of nalgebra-macros 2023-01-14 17:55:56 +01:00