symplex 0.28.0

Exact symbolic mathematics for Rust: calculus, summation, solving, linear algebra, transforms, compile-time dimensional analysis, and Rust/C code generation
Documentation
1
2
3
4
5
6
7
error: matrix! row 1 has 1 columns, but row 0 has 2 columns
 --> tests/ui/matrix_ragged.rs:3:14
  |
3 |     let _m = symplex::matrix![ctx, [1, 2], [3]];
  |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `symplex::matrix` (in Nightly builds, run with -Z macro-backtrace for more info)