Package com.singularsys.exttests
Class MDJepTest
- java.lang.Object
-
- com.singularsys.exttests.MDJepTest
-
public class MDJepTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MDJepTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestComplex()Failing test with MDJep().voidtestCross()voidtestDDimVisitor()voidtestDDimVisitor2()voidtestDot()voidtestFocalSurface()voidtestLogical()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCross
public void testCross() throws ParseException- Throws:
ParseException
-
testDot
public void testDot() throws ParseException, EvaluationException- Throws:
ParseExceptionEvaluationException
-
testLogical
public void testLogical() throws ParseException, EvaluationException- Throws:
ParseExceptionEvaluationException
-
testFocalSurface
public void testFocalSurface() throws JepException- Throws:
JepException
-
testComplex
public void testComplex() throws JepExceptionFailing test with MDJep(). The MDJep construction process uses MDJep components these use a default MDJepComponents which was will use a default DoubleMatrixComponents this will override the supplied field/factory in MatrixOperatorTable/FunctionTable during init(). Here MatrixOperatorTable is specified with ComplexFields elements and overwritten with DoubleFields- Throws:
JepException
-
testDDimVisitor
public void testDDimVisitor() throws JepException- Throws:
JepException
-
testDDimVisitor2
public void testDDimVisitor2() throws JepException- Throws:
JepException
-
-