Package com.singularsys.exttests
Class MatrixLambdaFunTest
java.lang.Object
com.singularsys.exttests.LambdaFunTest
com.singularsys.exttests.MatrixLambdaFunTest
Lambda function tests using a matrix field.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.exttests.LambdaFunTest
LambdaFunTest.ComplexFieldTests, LambdaFunTest.RationalFieldTests -
Field Summary
Fields inherited from class com.singularsys.exttests.LambdaFunTest
jep, lambdaOp, ListType, lp, MatrixType, PRINT_RESULTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidOverridden.voidvoidvoidvoidvoidMethods inherited from class com.singularsys.exttests.LambdaFunTest
iterate_produces_a_geometric_sequence, setUp, test_accumulate, test_anyMatch, test_apply_with_different_signatures, test_boolean_map_with_doubles, test_can_build_lambda_function_with_EMPTY_LIST_as_param_list, test_can_build_lambda_function_with_empty_Operator_list_as_param_list, test_can_define_a_nullay_function, test_count, test_countEmpty, test_distinct, test_first, test_firstNone, test_firstOr, test_firstOrNone, test_flatten, test_GCD, test_last, test_lastNone, test_lightweightInstances, test_limit, test_limitNone, test_limitZero, test_nsort, test_range_op, test_rsort, test_signature_errors, test_skip, test_skipNone, test_skipZero, test_while, test_whileNone, testAllFunctionsHaveDescriptions, testAllOperatorHaveDescriptions, testAppend, testApply, testCalcE, testCalcE2, testDefine, testDefineOperator, testDefineOverloadedFunction, testDefineOverloadedOperator, testEmptyListTest, testExernalFilter_NaN, testExernalFilter_PFMCNaN, testExternalMapFunction, testFilter, testFilterBinaryLambda, testFold, testFoldMap, testFoldMapRange, testFoldOr, testFoldOrEmpty, testFoldOrOne, testHigerOrderFunction_with_non_lambda_arg, testLambdaFunctionDescriptions, testListPasingWithDouble, testListPasingWithDoubleSingleEle, testMap, testMapBinaryLambda, testMapSin, testMapSin2, testMerge, testMergeShortL, testMergeShortR, testMin, testMinEmptyThrowException, testMinOne, testPi, testRangeParsing, testRecursiveLambda, testReduce, testReduceNone, testSort, testSort2, testSymbolicAndLambda, testTerminal, testTerminalNaryBinary, testTerminalNaryBinaryEmpty, testTerminalNaryBinarySingle, testTerminalNaryBinaryWithStartEmpty, testTerminalNaryBinaryWithStartSingle
-
Constructor Details
-
MatrixLambdaFunTest
public MatrixLambdaFunTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp()- Overrides:
setUpin classLambdaFunTest
-
testMatrixListProcessor
- Throws:
Exception
-
testPaddingListProcessor
- Throws:
Exception
-
testFactors
- Overrides:
testFactorsin classLambdaFunTest- Throws:
Exception
-
testSendTo
- Overrides:
testSendToin classLambdaFunTest- Throws:
JepException
-
testExternalMap_ToInt
Overridden. As we are using DoubleMatricies here the int values will be converted to doubles, so toString will give rounded double and not ints.- Overrides:
testExternalMap_ToIntin classLambdaFunTest- Throws:
JepException
-
testFieldRange
- Overrides:
testFieldRangein classLambdaFunTest- Throws:
Exception
-
test_nested_cartesian
- Overrides:
test_nested_cartesianin classLambdaFunTest- Throws:
Exception
-
test_cartesian
- Overrides:
test_cartesianin classLambdaFunTest- Throws:
Exception
-
test_apply_with_tensor_signatures
@Disabled("Can\'t work with tensors") public void test_apply_with_tensor_signatures() throws JepException- Overrides:
test_apply_with_tensor_signaturesin classLambdaFunTest- Throws:
JepException
-
test_primesBuilder
- Overrides:
test_primesBuilderin classLambdaFunTest- Throws:
Exception
-