nalgebra 0.34.2

General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
1
2
3
4
5
6
7
error: Block row 0 cannot consist entirely of implicit zero blocks.
 --> tests/macros/trybuild/stack_empty_row.rs:5:5
  |
5 |     stack![0; m];
  |     ^^^^^^^^^^^^
  |
  = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)