美文网首页
【Python】np.triu 函数

【Python】np.triu 函数

作者: 元气小地瓜 | 来源:发表于2019-12-11 19:41 被阅读0次

Help on function triu in module numpy:

triu(m, k=0)

    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.

相关文章

网友评论

      本文标题:【Python】np.triu 函数

      本文链接:https://www.haomeiwen.com/subject/fieagctx.html