matrix_get_col

Function matrix_get_col 

Source
pub fn matrix_get_col(matrix: &Tensor, col: usize) -> Result<Tensor, String>
Expand description

Get a column from a matrix