pub fn triu<T>( a: &ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>, ) -> ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>where T: Clone + Zero,
Returns the upper triangular portion of a matrix.