Class MatrixCmp
java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
com.singularsys.jep.functions.Comparative
com.singularsys.extensions.matrix.functions.MatrixCmp
- All Implemented Interfaces:
MatrixFunctionI,PostfixMathCommandI,Serializable
Compare two elements using a MatrixField.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.jep.functions.BinaryFunction
BinaryFunction.BiFunctionWithException<T> -
Field Summary
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, description, name, NaN, numberOfParameters -
Constructor Summary
ConstructorsConstructorDescriptionMatrixCmp(MatrixFieldI mfact, int id_in) MatrixCmp(MatrixFieldI mfact, int id, double tolerance) -
Method Summary
Modifier and TypeMethodDescriptioncalcDims(Dimensions... inDims) Attempts to calculate the dimensions of a result of a PostfixMathCommand.booleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class com.singularsys.jep.functions.Comparative
compare, eval, getDescription, getId, getTolerance, setToleranceMethods inherited from class com.singularsys.jep.functions.BinaryFunction
instanceOf, instanceOf, instanceOf, instanceOf, runMethods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, asType, checkNumberOfParameters, getDescription, getDescriptionWithType, getName, getNumberOfParameters, setCurNumberOfParameters, setDescription, setName, toString, toString
-
Constructor Details
-
MatrixCmp
- Parameters:
id-tolerance-
-
MatrixCmp
- Parameters:
id_in-
-
-
Method Details
-
eq
- Overrides:
eqin classComparative- Throws:
EvaluationException
-
ne
- Overrides:
nein classComparative- Throws:
EvaluationException
-
ge
- Overrides:
gein classComparative- Throws:
EvaluationException
-
gt
- Overrides:
gtin classComparative- Throws:
EvaluationException
-
le
- Overrides:
lein classComparative- Throws:
EvaluationException
-
lt
- Overrides:
ltin classComparative- Throws:
EvaluationException
-
calcDims
Description copied from interface:MatrixFunctionIAttempts to calculate the dimensions of a result of a PostfixMathCommand.- Specified by:
calcDimsin interfaceMatrixFunctionI- Parameters:
inDims- the dimensions of each argument- Returns:
- the dimension of the result, or null, if it cannot be calculated
- Throws:
ParseException- if there is a parse error
-