Uses of Class
org.gersteinlab.regulation.numeric.DoublyDifferentiableMultivariateFunction

Packages that use DoublyDifferentiableMultivariateFunction
org.gersteinlab.regulation.model   
org.gersteinlab.regulation.numeric   
 

Uses of DoublyDifferentiableMultivariateFunction in org.gersteinlab.regulation.model
 

Subclasses of DoublyDifferentiableMultivariateFunction in org.gersteinlab.regulation.model
 class PolynomialSqrDiff
           A function that equals the total squared difference between a polynomial and some target values at a set of points, treating the coefficients of the polynomial as the variables.
 class RateModelSqrDiff
           A function that equals the total squared difference between the predicted value of a differential equation rate model and some target values at a set of time points, treating the parameters of the model as the variables.
 

Uses of DoublyDifferentiableMultivariateFunction in org.gersteinlab.regulation.numeric
 

Constructors in org.gersteinlab.regulation.numeric with parameters of type DoublyDifferentiableMultivariateFunction
NewtonMethod(DoublyDifferentiableMultivariateFunction funcIn)
          Construct an instance for a function.