pub type RMatrix3D<T> = RArray<T, 3>;
pub struct RMatrix3D<T> { /* private fields */ }
Get the number of rows.
Get the number of columns.
Get the number of submatrices.