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