Function jamml::core::dims

source ·
pub fn dims<T: NumAssign + Copy>(m: &Mat<T>) -> (usize, usize)
Expand description

Return the dimensions of a matrix.

Panicks if the matrix isn’t valid