Package com.singularsys.exttests.matrix
Class MRpeMatrixFieldTest
- java.lang.Object
-
- com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
- com.singularsys.exttests.matrix.MRpeMatrixFieldTest
-
public class MRpeMatrixFieldTest extends MatrixFieldBaseTest
-
-
Constructor Summary
Constructors Constructor Description MRpeMatrixFieldTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckMatrix(java.lang.String str, java.lang.Object expect)voidcheckValue(java.lang.String str, java.lang.Object expect)booleanequalsMatrix(java.lang.Object expect, java.lang.Object res)voidsetUp()voidtestIdentity()does nothing-
Methods inherited from class com.singularsys.exttests.matrix.MatrixFieldBaseTest
buildMatrix, buildVector, checkMatrix, checkValue, equalsEle, equalsMatrix, getNumber, getNumber, printTestHeader, test_serialization_of_vectors_and_matricies, testEle, TestLightWeightComponents, testMatNaN, testMatrixOps, testMatZero, testSize, testSolve
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Overrides:
setUpin classMatrixFieldBaseTest- Throws:
java.lang.Exception
-
checkMatrix
public void checkMatrix(java.lang.String str, java.lang.Object expect) throws JepException- Overrides:
checkMatrixin classMatrixFieldBaseTest- Throws:
JepException
-
checkValue
public void checkValue(java.lang.String str, java.lang.Object expect) throws JepException- Overrides:
checkValuein classMatrixFieldBaseTest- Throws:
JepException
-
equalsMatrix
public boolean equalsMatrix(java.lang.Object expect, java.lang.Object res) throws EvaluationException- Overrides:
equalsMatrixin classMatrixFieldBaseTest- Throws:
EvaluationException
-
testIdentity
public void testIdentity() throws java.lang.Exceptiondoes nothing- Overrides:
testIdentityin classMatrixFieldBaseTest- Throws:
java.lang.Exception
-
-