Class DVariableTable

  • All Implemented Interfaces:
    JepComponent, java.io.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:
    Serialized Form
    • Constructor Detail

      • DVariableTable

        public DVariableTable()
    • Method Detail

      • getPartialDeriv

        public PartialDerivative getPartialDeriv​(java.lang.String name,
                                                 java.lang.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.