mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
Fix spacing
This commit is contained in:
parent
381ce558b9
commit
7db81b9bdd
|
|
@ -185,7 +185,7 @@ class Matrix implements \ArrayAccess, \Iterator
|
||||||
*/
|
*/
|
||||||
public function getSubMatrixByColumnsRows(array $rows, array $cols) : Matrix
|
public function getSubMatrixByColumnsRows(array $rows, array $cols) : Matrix
|
||||||
{
|
{
|
||||||
$X = [[]];
|
$X = [[]];
|
||||||
$rlength = count($rows);
|
$rlength = count($rows);
|
||||||
$clength = count($cols);
|
$clength = count($cols);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user