Class MatrixListTest
java.lang.Object
com.singularsys.exttests.matrix.functions.MatrixListTest
- Direct Known Subclasses:
MatrixListWithStackTest
Tests for the
MatrixList class.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MatrixListTest
public MatrixListTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testMakeVector
- Throws:
JepException
-
testMakeUnitVector
- Throws:
JepException
-
testMakeEmptyVector
- Throws:
JepException
-
testMatrix1x0
- Throws:
JepException
-
testMatrix2x0
- Throws:
JepException
-
testMatrix2x1
- Throws:
JepException
-
testMatrix1x2
- Throws:
JepException
-
testMatrix2x2
- Throws:
JepException
-
testMatrix2x4
- Throws:
JepException
-
testMatrix4x2
- Throws:
JepException
-