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