mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 03:25:31 +00:00
Insert missing @Test annotation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1083706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
840143f195
commit
ff8535a61b
@ -223,6 +223,7 @@ public final class Array2DRowRealMatrixTest {
|
||||
TestUtils.assertEquals("m3*m4=m5", m3.multiply(m4), m5, entryTolerance);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testPower() {
|
||||
Array2DRowRealMatrix m = new Array2DRowRealMatrix(testData);
|
||||
Array2DRowRealMatrix mInv = new Array2DRowRealMatrix(testDataInv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user