JMSLTM Numerical Library 4.0

com.imsl.math
Interface ZeroSystem.Function

All Known Subinterfaces:
ZeroSystem.Jacobian
Enclosing interface:
ZeroSystem

public static interface ZeroSystem.Function

Public interface for user supplied function to ZeroSystem object.


Method Summary
 void f(double[] x, double[] f)
          Returns the value of the function at the given point.
 

Method Detail

f

public void f(double[] x,
              double[] f)
Returns the value of the function at the given point.

Parameters:
x - a double array which contains the point at which the function is to be evaluated. The contents of this array must not be altered by this function.
f - a double array which contains the value of the function at x.

JMSLTM Numerical Library 4.0

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