pub type RMatrix3D<T> = RArray<T, [usize; 3]>;
Get the number of rows.
Get the number of columns.
Get the number of submatrices.