JMSLTM Numerical Library 5.0.1

com.imsl.math
Interface MinUncon.Derivative

All Superinterfaces:
MinUncon.Function
Enclosing class:
MinUncon

public static interface MinUncon.Derivative
extends MinUncon.Function

Public interface for the user supplied function to the MinUncon object.


Method Summary
 double g(double x)
          Public interface for the smooth function of a single variable to be minimized.
 
Methods inherited from interface com.imsl.math.MinUncon.Function
f
 

Method Detail

g

double g(double x)
Public interface for the smooth function of a single variable to be minimized.

Parameters:
x - a double, the point at which the derivative of the function is to be evaluated
Returns:
a double, the value of the derivative of the function at x

JMSLTM Numerical Library 5.0.1

Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.