dpnp.linalg.det

dpnp.linalg.det(input)[source]

Compute the determinant of an array.

Parameters

input ((..., M, M) array_like) – Input array to compute determinants for.

Returns

det – Determinant of input.

Return type

(…) array_like