mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37: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,
|
||||
4, 5, 6,
|
||||
7, 8, 9);
|
||||
|
||||
$this->assertEquals(0, $a->getDeterminant());
|
||||
|
||||
$pi = new SquareMatrix(3, 1, 4,
|
||||
|
Reference in New Issue
Block a user