JMSLTM Numerical Library 4.0

com.imsl.math
Interface MinUncon.Function

All Known Subinterfaces:
MinUncon.Derivative
Enclosing interface:
MinUncon

public static interface MinUncon.Function

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


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

Method Detail

f

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

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

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.