JMSLTM Numerical Library 4.0

com.imsl.math
Interface MinUnconMultiVar.Function

All Known Subinterfaces:
MinUnconMultiVar.Gradient
All Known Implementing Classes:
QuasiNewtonTrainer.GradObjective, QuasiNewtonTrainer.Objective
Enclosing interface:
MinUnconMultiVar

public static interface MinUnconMultiVar.Function

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


Method Summary
 double f(double[] x)
          Public interface for the multivariate function to be minimized.
 

Method Detail

f

public double f(double[] x)
Public interface for the multivariate function to be minimized.

Parameters:
x - a double array, 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.