20if (!function_exists(__NAMESPACE__ .
'\\minors')) {
27 throw new Exception(
'Must be Matrix or array');
An exception for terminatinating execution or to throw for unit testing.
static minors(Matrix $matrix)
Return the minors of the matrix The minor of a matrix A is the determinant of some smaller square mat...
Class for the creating "special" Matrices.