pub fn matrix_get_col(matrix: &Tensor, col: usize) -> Result<Tensor, String>
Get a column from a matrix