jax.numpy.triu_indices_from
Warning
This page was created from a pull request (#9655).
jax.numpy.triu_indices_fromΒΆ
- jax.numpy.triu_indices_from(arr, k=0)[source]ΒΆ
Return the indices for the upper-triangle of arr.
LAX-backend implementation of
triu_indices_from()
.Original docstring below.
See triu_indices for full details.