Package com.singularsys.exttests.matrix
Class MRpeMatrixFieldTest
java.lang.Object
com.singularsys.exttests.matrix.MatrixFieldBaseTest
com.singularsys.exttests.matrix.MRpeMatrixFieldTest
Tests for matrix operations using the
fastmatrix package.-
Field Summary
Fields inherited from class com.singularsys.exttests.matrix.MatrixFieldBaseTest
jep, mfac, mfield, myFalse, myTrue, numf, PRINT_RESULTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMatrix(String str, Object expect) voidcheckValue(String str, Object expect) booleanequalsMatrix(Object expect, Object res) voidsetUp()voiddoes nothingMethods inherited from class com.singularsys.exttests.matrix.MatrixFieldBaseTest
buildMatrix, buildVector, checkMatrix, checkValue, equalsEle, equalsMatrix, getNumber, getNumber, printTestHeader, test_serialization_of_vectors_and_matrices, test_solve_with_invalid_argument_throw_exceptions, testDuplicate, testEle, testLightWeightComponents, testMatNaN, testMatrixEquality, testMatrixOps, testMatZero, testMismatched_returns_null, testSize, testSolve, testTranspose
-
Constructor Details
-
MRpeMatrixFieldTest
public MRpeMatrixFieldTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
checkMatrix
- Overrides:
checkMatrixin classMatrixFieldBaseTest- Throws:
JepException
-
checkValue
- Overrides:
checkValuein classMatrixFieldBaseTest- Throws:
JepException
-
equalsMatrix
- Overrides:
equalsMatrixin classMatrixFieldBaseTest- Throws:
EvaluationException
-
testIdentity
public void testIdentity()does nothing- Overrides:
testIdentityin classMatrixFieldBaseTest
-