Package jscl.math
Class GenericVariable
java.lang.Object
jscl.math.Variable
jscl.math.GenericVariable
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject
- Direct Known Subclasses:
DoubleVariable,ExpressionVariable,MatrixVariable,VectorVariable
-
Field Summary
Fields inherited from class jscl.math.Variable
comparator, name -
Method Summary
Modifier and TypeMethodDescriptionantiderivative(Variable variable) static Genericderivative(Variable variable) eval()expand()booleanisConstant(Variable variable) numeric()simplify()substitute(Variable variable, Generic generic) toMathML()toString()intvariableCompareTo(Variable variable) Methods inherited from class jscl.math.Variable
compareTo, compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
Method Details
-
content
-
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
-
toString
-
toMathML
-