Package com.singularsys.exttests.matrix
Class RationalMatrixTest2
- java.lang.Object
-
- com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
- com.singularsys.exttests.matrix.RationalMatrixTest
-
- com.singularsys.exttests.matrix.RationalMatrixTest2
-
public class RationalMatrixTest2 extends RationalMatrixTest
-
-
Constructor Summary
Constructors Constructor Description RationalMatrixTest2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixIbuildMatrix(java.lang.Object[][] data)VectorIbuildVector(java.lang.Object... data)protected java.lang.ObjectgetNumber(double val)protected java.lang.ObjectgetNumber(java.lang.String s)voidsetUp()voidtestMatNaN()not implemented-
Methods inherited from class com.singularsys.exttests.matrix.RationalMatrixTest
testLogical, testRationalValue
-
Methods inherited from class com.singularsys.exttests.matrix.MatrixFieldBaseTest
checkMatrix, checkMatrix, checkValue, checkValue, equalsEle, 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 classRationalMatrixTest- Throws:
java.lang.Exception
-
testMatNaN
public void testMatNaN() throws JepExceptionnot implemented- Overrides:
testMatNaNin classRationalMatrixTest- Throws:
JepException
-
buildMatrix
public MatrixI buildMatrix(java.lang.Object[][] data) throws EvaluationException
- Overrides:
buildMatrixin classRationalMatrixTest- Throws:
EvaluationException
-
buildVector
public VectorI buildVector(java.lang.Object... data) throws EvaluationException
- Overrides:
buildVectorin classRationalMatrixTest- Throws:
EvaluationException
-
getNumber
protected java.lang.Object getNumber(double val)
- Overrides:
getNumberin classRationalMatrixTest
-
getNumber
protected java.lang.Object getNumber(java.lang.String s) throws ParseException- Overrides:
getNumberin classRationalMatrixTest- Throws:
ParseException
-
-