DetΒΆ

Det calculates determinant of a square matrix or batches of square matrices. Det takes one input tensor of shape [*, M, M], where * is zero or more batch dimensions, and the inner-most 2 dimensions form square matrices. The output is a tensor of shape [*], containing the determinants of all in…

Abstract Signature:

Det(X: Tensor)

PyTorch

API: torch.linalg.det
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.linalg.det
Strategy: Direct Mapping

NumPy

API: numpy.linalg.det
Strategy: Direct Mapping

Keras

API: keras.ops.linalg.det
Strategy: Direct Mapping

TensorFlow

API: tf.linalg.det
Strategy: Direct Mapping