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