We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22283fe commit 01bfc77Copy full SHA for 01bfc77
tests/RindowTest/Math/Matrix/LinearAlgebraTest.php
@@ -2379,9 +2379,6 @@ public function testSvdFull2()
2379
$this->assertTrue(true);
2380
}
2381
2382
- /**
2383
- * @requires extension rindow_openblas
2384
- */
2385
public function testSvdSmallU()
2386
{
2387
$mo = $this->newMatrixOperator();
@@ -2431,6 +2428,9 @@ public function testSvdSmallU()
2431
2428
2432
2429
2433
2430
+ /**
+ * @requires extension rindow_openblas
+ */
2434
public function testSvdSmallVT()
2435
2436
0 commit comments