This commit is contained in:
Dennis Eichhorn 2023-10-23 01:49:26 +00:00
parent 8c5486bed4
commit 660e2dbbfd

View File

@ -533,6 +533,10 @@ final class MatrixTest extends \PHPUnit\Framework\TestCase
);
}
/**
* @covers phpOMS\Math\Matrix\Matrix
* @group framework
*/
public function testDotVectorMatrix() : void
{
$v = Vector::fromArray([3, 4])->transpose();