JMSLTM Numerical Library 4.0

com.imsl.math
Interface ZeroSystem.Jacobian

All Superinterfaces:
ZeroSystem.Function
Enclosing interface:
ZeroSystem

public static interface ZeroSystem.Jacobian
extends ZeroSystem.Function

Public interface for user supplied function to ZeroSystem object.


Method Summary
 void jacobian(double[] x, double[][] jac)
          Returns the value of the Jacobian at the given point.
 
Methods inherited from interface com.imsl.math.ZeroSystem.Function
f
 

Method Detail

jacobian

public void jacobian(double[] x,
                     double[][] jac)
Returns the value of the Jacobian at the given point.

Parameters:
x - a double array which contains the point at which the Jacobian is to be evaluated. The contents of this array must not be altered by this function.
jac - a double matrix which contains the value of the Jacobian at x. The value of jac[i][j] is the derivative of f[i] with respect to x[j].

JMSLTM Numerical Library 4.0

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