slogdetΒΆ

Returns the sign and the natural logarithm of the absolute value of the determinant of a square matrix (or a stack of square matrices) x.

Abstract Signature:

slogdet(x: array)

PyTorch

API: torch.linalg.slogdet
Strategy: Direct Mapping

JAX (Core)

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

NumPy

API: numpy.linalg.slogdet
Strategy: Direct Mapping

Keras

API: keras.ops.slogdet
Strategy: Direct Mapping

TensorFlow

API: tf.linalg.slogdet
Strategy: Direct Mapping