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