Return the indices for the upper-triangle of an (n, n) array.
See triu_indices for full details.
arr : array_like
The indices will be valid for square arrays whose dimensions are the same as arr.
k : int, optional
Diagonal offset (see triu for details).
See also
triu_indices, triu
Notes
New in version 1.4.0.
numpy.triu_indices
numpy.take
Enter search terms or a module, class or function name.