numpy.triu()

numpy.triu

numpy.triu(m, k=0) [source]

Upper triangle of an array.

Return a copy of a matrix with the elements below the k-th diagonal zeroed.

Please refer to the documentation for tril for further details.

See also

tril
lower triangle of an array

Examples

登录查看完整内容