Making sure matrices looks like matrices

This commit is contained in:
Alexander Liljengård 2016-05-31 09:28:04 +02:00
parent c898353497
commit 92648f3eaa

@ -35,6 +35,7 @@ class MatrixTest extends TestCase
$a = new SquareMatrix(1, 2, 3,
4, 5, 6,
7, 8, 9);
$this->assertEquals(0, $a->getDeterminant());
$pi = new SquareMatrix(3, 1, 4,