Package com.singularsys.exttests.matrix
Class RationalMatrixTest
- java.lang.Object
-
- com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
- com.singularsys.exttests.matrix.RationalMatrixTest
-
- Direct Known Subclasses:
RationalMatrixTest2,RationalMatrixTest3
public class RationalMatrixTest extends MatrixFieldBaseTest
-
-
Constructor Summary
Constructors Constructor Description RationalMatrixTest()
-
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()voidtestLogical()voidtestMatNaN()not implementedvoidtestRationalValue()-
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 classMatrixFieldBaseTest- Throws:
java.lang.Exception
-
testLogical
public void testLogical() throws JepException- Throws:
JepException
-
testMatNaN
public void testMatNaN() throws JepExceptionnot implemented- Overrides:
testMatNaNin classMatrixFieldBaseTest- Throws:
JepException
-
testRationalValue
public void testRationalValue()
-
buildMatrix
public MatrixI buildMatrix(java.lang.Object[][] data) throws EvaluationException
- Overrides:
buildMatrixin classMatrixFieldBaseTest- Throws:
EvaluationException
-
buildVector
public VectorI buildVector(java.lang.Object... data) throws EvaluationException
- Overrides:
buildVectorin classMatrixFieldBaseTest- Throws:
EvaluationException
-
getNumber
protected java.lang.Object getNumber(double val)
- Overrides:
getNumberin classMatrixFieldBaseTest
-
getNumber
protected java.lang.Object getNumber(java.lang.String s) throws ParseException- Overrides:
getNumberin classMatrixFieldBaseTest- Throws:
ParseException
-
-