jax.numpy.linalg.det

Warning

This page was created from a pull request (#9655).

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