pub fn row_mat2x3_col<T>(mat: [[T; 3]; 2], i: usize) -> [T; 2]where
    T: Copy,
Expand description

Returns a column vector of a row matrix.