mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
bump
This commit is contained in:
parent
58120ac97d
commit
ab5230b8bd
|
|
@ -493,6 +493,10 @@ final class MatrixTest extends \PHPUnit\Framework\TestCase
|
|||
$A->mult($B);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers phpOMS\Math\Matrix\Matrix
|
||||
* @group framework
|
||||
*/
|
||||
public function testDotVectors() : void
|
||||
{
|
||||
$v1 = Vector::fromArray([1, 3, -5])->transpose();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user