Package com.singularsys.exttests
Class DimensionVisitorTest
- java.lang.Object
-
- com.singularsys.exttests.DimensionVisitorTest
-
public class DimensionVisitorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DimensionVisitorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtest_deimension_which_depend_on_constant_arguments()Functions like id(2,3) has variable output dimensions, check correct dimensions.voidtest_serialization_of_node_with_dimensions()voidtest_serialization_of_variable_with_dimensions()voidtest_vistVariable_with_no_equation_thows()voidtestMatrixOperations()voidtestSettingGettingVariableDimensions()voidtestSetVariableDimensionsAndOperation()voidtestVectorOperations()voidtestVistVariableWithEquation()
-
-
-
Method Detail
-
testVectorOperations
@Test public void testVectorOperations() throws JepException- Throws:
JepException
-
testMatrixOperations
@Test public void testMatrixOperations() throws JepException- Throws:
JepException
-
test_deimension_which_depend_on_constant_arguments
@Test public void test_deimension_which_depend_on_constant_arguments() throws JepExceptionFunctions like id(2,3) has variable output dimensions, check correct dimensions.- Throws:
JepException
-
testSettingGettingVariableDimensions
public void testSettingGettingVariableDimensions()
-
testSetVariableDimensionsAndOperation
@Test public void testSetVariableDimensionsAndOperation() throws JepException- Throws:
JepException
-
testVistVariableWithEquation
@Test public void testVistVariableWithEquation() throws JepException- Throws:
JepException
-
test_vistVariable_with_no_equation_thows
@Test public void test_vistVariable_with_no_equation_thows() throws JepException- Throws:
JepException
-
test_serialization_of_node_with_dimensions
@Test public void test_serialization_of_node_with_dimensions() throws JepException, java.io.IOException, java.lang.ClassNotFoundException- Throws:
JepExceptionjava.io.IOExceptionjava.lang.ClassNotFoundException
-
test_serialization_of_variable_with_dimensions
@Test public void test_serialization_of_variable_with_dimensions() throws JepException, java.io.IOException, java.lang.ClassNotFoundException- Throws:
JepExceptionjava.io.IOExceptionjava.lang.ClassNotFoundException
-
-