Package com.singularsys.exttests.matrix
Class BigDecimalBooleanMatrixTest
- java.lang.Object
-
- com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
- com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
-
public class BigDecimalBooleanMatrixTest extends MatrixFieldBaseTest
-
-
Constructor Summary
Constructors Constructor Description BigDecimalBooleanMatrixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsEle(java.lang.Object expect, java.lang.Object res, double prec)protected java.lang.ObjectgetNumber(double val)protected java.lang.ObjectgetNumber(java.lang.String val)voidsetUp()voidtestMatNaN()-
Methods inherited from class com.singularsys.exttests.matrix.MatrixFieldBaseTest
buildMatrix, buildVector, checkMatrix, checkMatrix, checkValue, checkValue, equalsMatrix, equalsMatrix, printTestHeader, test_serialization_of_vectors_and_matricies, testEle, testIdentity, TestLightWeightComponents, testMatrixOps, testMatZero, testSize, testSolve
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Overrides:
setUpin classMatrixFieldBaseTest- Throws:
java.lang.Exception
-
getNumber
protected java.lang.Object getNumber(double val)
- Overrides:
getNumberin classMatrixFieldBaseTest
-
getNumber
protected java.lang.Object getNumber(java.lang.String val)
- Overrides:
getNumberin classMatrixFieldBaseTest
-
testMatNaN
public void testMatNaN() throws JepException- Overrides:
testMatNaNin classMatrixFieldBaseTest- Throws:
JepException
-
equalsEle
public boolean equalsEle(java.lang.Object expect, java.lang.Object res, double prec)- Overrides:
equalsElein classMatrixFieldBaseTest
-
-