Function arrayfire::lower
[−]
[src]
pub fn lower(input: &Array, is_unit_diag: bool) -> Array
Create lower triangular matrix
Parameters
inputis the input Arrayis_unit_diagdictates if the output Array should have 1's along diagonal
Return Values
Array