Function triu

Source
pub fn triu<T>(a: &Array2<T>) -> Array2<T>
where T: Clone + Zero,
Expand description

Returns the upper triangular portion of a matrix.