matreex
A simple matrix implementation.
Quick Start
Addition
use matrix;
let lhs = matrix!;
let rhs = matrix!;
assert_eq!;
Subtraction
use matrix;
let lhs = matrix!;
let rhs = matrix!;
assert_eq!;
Multiplication
use matrix;
let lhs = matrix!;
let rhs = matrix!;
assert_eq!;
FAQs
Why matreex instead of matrix?
Hmm ... Who knows? Could be a name conflict.