kotrix
/
operations
/
DeterminantKt
/
determinant
determinant
final static
Double
determinant
(
Matrix
$self)
Content copied to clipboard
final static
ComplexDouble
determinant
(
ComplexMatrix
$self)
Content copied to clipboard
Calculates a determiant using LU decomposition through recursion, O(n^3).
Return
determinant of a matrix.