symplex 0.9.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! needs at least one row: `matrix![ctx, [a, b], [c, d]]`
 --> tests/ui/matrix_empty.rs:3:14
  |
3 |     let _m = symplex::matrix![ctx,];
  |              ^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `symplex::matrix` (in Nightly builds, run with -Z macro-backtrace for more info)