mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
Making sure matrices looks like matrices
This commit is contained in:
@ -35,6 +35,7 @@ class MatrixTest extends TestCase
|
|||||||
$a = new SquareMatrix(1, 2, 3,
|
$a = new SquareMatrix(1, 2, 3,
|
||||||
4, 5, 6,
|
4, 5, 6,
|
||||||
7, 8, 9);
|
7, 8, 9);
|
||||||
|
|
||||||
$this->assertEquals(0, $a->getDeterminant());
|
$this->assertEquals(0, $a->getDeterminant());
|
||||||
|
|
||||||
$pi = new SquareMatrix(3, 1, 4,
|
$pi = new SquareMatrix(3, 1, 4,
|
||||||
|
Reference in New Issue
Block a user