pub fn triu(a: impl AsRef<Array>, k: impl Into<Option<i32>>) -> Result<Array>
Zeros the array below the given diagonal
a
k
0