Class DVariableTable

All Implemented Interfaces:
JepComponent, Serializable

public class DVariableTable extends XVariableTable
A VariableTable which works with partial derivatives of variables. Closely linked with DVariableFactory
Author:
Rich Morris Created on 23-Nov-2003
See Also:
  • Constructor Details

    • DVariableTable

      public DVariableTable()
  • Method Details

    • getPartialDeriv

      public PartialDerivative getPartialDeriv(String name, String[] dnames)
      Gets the partial derivative of a variable.
      Parameters:
      name - name of variable to find derivative of
      dnames - array of names, ["x","y"] would give the derivative d/dxdy
      Returns:
      the derivative or null if it has not been calculated.