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