Returns the determinant of a square matrix (or a stack of square matrices) x
.
x (array) – input array having shape (..., M, M)
and whose innermost two dimensions form square matrices. Should have a floating-point data type.
out (array) – if x
is a two-dimensional array, a zero-dimensional array containing the determinant; otherwise, a non-zero dimensional array containing the determinant for each square matrix. The returned array must have the same data type as x
.
Notes
Changed in version 2022.12: Added complex data type support.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4