Class Determinant
Find the Determinant of a square matrix det(M)
- Chippyash\Math\Matrix\Derivative\AbstractDerivative implements Chippyash\Math\Matrix\Interfaces\DerivativeInterface uses Chippyash\Matrix\Traits\Debug (not available)
-
Chippyash\Math\Matrix\Derivative\Determinant implements Chippyash\Math\Matrix\Interfaces\TuningInterface uses Chippyash\Matrix\Traits\AssertMatrixIsSquare (not available)
public
|
|
public
numeric
|
#
derive(
Find det(M) $mA must be none empty AND square |
public
mixed
|
__invoke()
|
integer |
METHOD_AUTO
|
#
0
|
integer |
METHOD_LAPLACE
|
#
1
|
integer |
METHOD_LU
|
#
2
|