nalgebra/nalgebra-macros/tests
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
..
trybuild Add trybuild tests to test error message reported when matrix dims mismatch 2021-05-03 13:52:34 +02:00
tests.rs Implement `hstack` and `vstack`. 2023-01-30 23:14:20 -05:00