Package jscl.math.operator
Class Operator
java.lang.Object
jscl.math.Variable
jscl.math.operator.Operator
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject
- Direct Known Subclasses:
Binomial,Coefficient,Derivative,Determinant,Division,Elementary,EulerPhi,Expand,Factorial,Factorize,FactorOf,Graph,Groebner,IndefiniteIntegral,Integral,Limit,Mod,ModInverse,ModPow,Numeric,PrimitiveRoots,Product,Quote,Remainder,Simplify,Solve,Substitute,Sum,Taylor,Trace,Transpose,VectorOperator
-
Field Summary
FieldsFields inherited from class jscl.math.Variable
comparator, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantiderivative(Variable variable) abstract Genericcompute()derivative(Variable variable) eval()expand()booleanisConstant(Variable variable) numeric()Generic[]simplify()substitute(Variable variable, Generic generic) toMathML()toString()intvariableCompareTo(Variable variable) protected static Variable[]variables(JSCLVector vector) Methods inherited from class jscl.math.Variable
compareTo, compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
Field Details
-
parameter
-
-
Constructor Details
-
Operator
-
-
Method Details
-
parameters
-
compute
-
antiderivative
- Specified by:
antiderivativein classVariable- Throws:
NotIntegrableException
-
derivative
- Specified by:
derivativein classVariable
-
substitute
- Specified by:
substitutein classVariable
-
eval
-
expand
-
factorize
-
elementary
- Specified by:
elementaryin classVariable
-
simplify
-
function
-
numeric
-
isConstant
- Specified by:
isConstantin classVariable
-
variableCompareTo
- Specified by:
variableCompareToin classVariable
-
variables
- Throws:
NotVariableException
-
toString
-
toMathML
-