mirror of
https://github.com/furyfire/trueskill.git
synced 2025-10-28 15:02:29 +01:00
This commit is contained in:
@@ -302,6 +302,7 @@ class Matrix
|
||||
if ($isEven) {
|
||||
return $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant();
|
||||
}
|
||||
|
||||
return -1.0 * $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user