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