20if (!function_exists(__NAMESPACE__ .
'\\determinant')) {
21 function determinant(
$matrix): float
27 throw new Exception(
'Must be Matrix or array');
An exception for terminatinating execution or to throw for unit testing.
static determinant(Matrix $matrix)
Return the determinant of this matrix.
Class for the creating "special" Matrices.