cunumeric.triu#

cunumeric.triu(m: ndarray, k: int = 0) ndarray#

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

numpy.triu

Availability:

Multiple GPUs, Multiple CPUs