Package jscl.math
Class MatrixVariable
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.GenericVariable
-
- jscl.math.MatrixVariable
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class MatrixVariable extends GenericVariable
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Constructor Summary
Constructors Constructor Description MatrixVariable(Generic generic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Variablenewinstance()-
Methods inherited from class jscl.math.GenericVariable
antiderivative, compareTo, content, derivative, elementary, expand, factorize, function, isConstant, numeric, simplify, substitute, toMathML, toString, valueOf, valueOf
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Constructor Detail
-
MatrixVariable
public MatrixVariable(Generic generic)
-
-
Method Detail
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-