diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index e77160ac9..93d28b474 100644 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -185,7 +185,7 @@ class Matrix implements \ArrayAccess, \Iterator */ public function getSubMatrixByColumnsRows(array $rows, array $cols) : Matrix { - $X = [[]]; + $X = [[]]; $rlength = count($rows); $clength = count($cols);