Function tril

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

Returns the lower triangular portion of a matrix.