triu

Function triu 

Source
pub fn triu<Args, Inp>(param: Args) -> <Args as TriuAPI<Inp>>::Out
where Args: TriuAPI<Inp>,
Expand description

Returns the upper triangular part of a matrix (or a stack of matrices) x.

ยงSee also