pub fn triu<T>(a: &Array2<T>) -> Array2<T>where T: Clone + Zero,
Returns the upper triangular portion of a matrix.