java.lang.Object
com.hartmath.loadable.EDiagonalMatrix
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator
- public class EDiagonalMatrix
- extends java.lang.Object
- implements com.hartmath.mapping.FunctionEvaluator
Description of the Class
|
Constructor Summary |
EDiagonalMatrix()
Constructor for the EDiagonalMatrix object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDiagonalMatrix
public EDiagonalMatrix()
- Constructor for the EDiagonalMatrix object
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
- Description of the Method
- Specified by:
evaluate in interface com.hartmath.mapping.FunctionEvaluator