Type Definition sprs::Shape

source ·
pub type Shape = (usize, usize);
Expand description

The shape of a matrix. This a 2-tuple with the first element indicating the number of rows, and the second element indicating the number of columns.