package and depencies
This commit is contained in:
6
vendor/markbaker/matrix/examples/test.php
vendored
6
vendor/markbaker/matrix/examples/test.php
vendored
@@ -6,13 +6,13 @@ use Matrix\Decomposition\QR;
|
||||
include __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$grid = [
|
||||
[1, 2],
|
||||
[3, 4],
|
||||
[0, 1],
|
||||
[-1, 0],
|
||||
];
|
||||
|
||||
$targetGrid = [
|
||||
[-1],
|
||||
[-2],
|
||||
[2],
|
||||
];
|
||||
|
||||
$matrix = new Matrix($grid);
|
||||
|
Reference in New Issue
Block a user