determinant

final static Double determinant(Matrix $self)
final static ComplexDouble determinant(ComplexMatrix $self)

Calculates a determiant using LU decomposition through recursion, O(n^3).

Return

determinant of a matrix.