Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.scipy.linalg.
tril
Make a copy of a matrix with elements above the kth diagonal zeroed.
LAX-backend implementation of tril().
tril()
Original docstring below.
m (array_like) β Matrix whose elements to return
k (int, optional) β Diagonal above which to zero elements. k == 0 is the main diagonal, k < 0 subdiagonal and k > 0 superdiagonal.
tril β Return is the same shape and type as m.
ndarray