Skip to main content

builtin_lower_tri

Function builtin_lower_tri 

Source
fn builtin_lower_tri(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Lower triangle of a matrix.

@param x a matrix @param diag logical; include the diagonal? (default FALSE) @return logical matrix with TRUE in the lower triangle