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