org.omegahat.Numerics.Optimizers
Interface Derivatives

All Superinterfaces:
Evaluable, Gradient, Hessian
All Known Implementing Classes:
BasicDerivatives

public interface Derivatives
extends Gradient, Hessian


Method Summary
 DerivativeValues derivativeValues(ParameterSet parameters)
           
 
Methods inherited from interface org.omegahat.Numerics.Optimizers.Gradient
gradient
 
Methods inherited from interface org.omegahat.Environment.Language.Evaluable
eval, eval
 
Methods inherited from interface org.omegahat.Numerics.Optimizers.Hessian
hessian
 

Method Detail

derivativeValues

public DerivativeValues derivativeValues(ParameterSet parameters)