Function tril

Source
pub fn tril<T>(
    a: &ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>,
) -> ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>
where T: Clone + Zero,
Expand description

Returns the lower triangular portion of a matrix.