jax.numpy.linalg.det
jax.numpy.linalg.det#
- jax.numpy.linalg.det = <jax._src.custom_derivatives.custom_jvp object>[source]#
Compute the determinant of an array.
LAX-backend implementation of
numpy.linalg.det()
.Original docstring below.
- Parameters
a ((..., M, M) array_like) – Input array to compute determinants for.
- Returns
det – Determinant of a.
- Return type
(…) array_like