get_dims

Macro get_dims 

Source
macro_rules! get_dims {
    ( $( $matrix:expr ),+ ) => { ... };
}
Expand description

Returns the dimensions of an arbitrary number of matrices (e.g., A, B, C → (ma, na), (mb, nb), (mc, nc))