Trait Matrix
tensor_macros
pub trait Matrix { const ROWS: usize; const COLS: usize; }
const ROWS: usize
const COLS: usize