Package jscl.math.operator
Class VectorOperator
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.operator.Operator
-
- jscl.math.operator.VectorOperator
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
- Direct Known Subclasses:
ComplexProduct,Curl,Dalembertian,Del,Divergence,GeometricProduct,Grad,Jacobian,Laplacian,MatrixProduct,QuaternionProduct,TensorProduct,VectorProduct
public abstract class VectorOperator extends Operator
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Constructor Summary
Constructors Constructor Description VectorOperator(java.lang.String name, Generic[] parameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Variableoperator(java.lang.String name)-
Methods inherited from class jscl.math.operator.Operator
antiderivative, compareTo, compute, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString, variables
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
-