cunumeric.triu#

cunumeric.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.

See also

numpy.triu

Availability

Multiple GPUs, Multiple CPUs