mirror of
https://github.com/furyfire/trueskill.git
synced 2025-06-28 07:30:54 +00:00
More types.
This commit is contained in:
@ -4,6 +4,9 @@ namespace DNW\Skills\Numerics;
|
||||
|
||||
class Vector extends Matrix
|
||||
{
|
||||
/**
|
||||
* @param float[] $vectorValues
|
||||
*/
|
||||
public function __construct(array $vectorValues)
|
||||
{
|
||||
$columnValues = [];
|
||||
|
Reference in New Issue
Block a user