praktikum.operator
Class TotalDiff

java.lang.Object
  |
  +--praktikum.matrix.Matrix
        |
        +--praktikum.matrix.Term
              |
              +--praktikum.operator.TotalDiff
All Implemented Interfaces:
Function, TermOperator

public class TotalDiff
extends Term
implements TermOperator

Die Klasse TotalDiff ermittelt die (totale) Ableitung eines Terms.


Fields inherited from class praktikum.matrix.Term
arguments, latex, operatorLatex, term, type
 
Fields inherited from class praktikum.matrix.Matrix
number
 
Constructor Summary
TotalDiff()
          Konstruiert einen Total-DiffTerm.
 
Method Summary
 Term operate()
          Liefert einen neuen Term
 
Methods inherited from class praktikum.matrix.Term
copyTerm, eval, execute, fit, fit, latex, latex, latexResult, numberOfArguments, result, toString
 
Methods inherited from class praktikum.matrix.Matrix
columns, copy, copy, entries, get, newEntries, newEntries, rows, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface praktikum.matrix.Function
columns, rows
 

Constructor Detail

TotalDiff

public TotalDiff()
Konstruiert einen Total-DiffTerm.
Method Detail

operate

public Term operate()
             throws OperatorException,
                    IllegalLatexRepresentationException
Description copied from interface: TermOperator
Liefert einen neuen Term
Specified by:
operate in interface TermOperator
Following copied from interface: praktikum.matrix.TermOperator
Returns:
Ergebnisterm