mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 04:58:40 +00:00
bump
This commit is contained in:
parent
8c5486bed4
commit
660e2dbbfd
|
|
@ -533,6 +533,10 @@ final class MatrixTest extends \PHPUnit\Framework\TestCase
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @covers phpOMS\Math\Matrix\Matrix
|
||||||
|
* @group framework
|
||||||
|
*/
|
||||||
public function testDotVectorMatrix() : void
|
public function testDotVectorMatrix() : void
|
||||||
{
|
{
|
||||||
$v = Vector::fromArray([3, 4])->transpose();
|
$v = Vector::fromArray([3, 4])->transpose();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user