JMSLTM Numerical Library 4.0

com.imsl.math
Interface NonlinLeastSquares.Jacobian

All Superinterfaces:
NonlinLeastSquares.Function
Enclosing interface:
NonlinLeastSquares

public static interface NonlinLeastSquares.Jacobian
extends NonlinLeastSquares.Function

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


Method Summary
 void jacobian(double[] x, double[][] jacobian)
          Public interface for the nonlinear least squares function.
 
Methods inherited from interface com.imsl.math.NonlinLeastSquares.Function
f
 

Method Detail

jacobian

public void jacobian(double[] x,
                     double[][] jacobian)
Public interface for the nonlinear least squares function.

Parameters:
x - is a double array containing the point at which the Jacobian of the function is to be evaluated
jacobian - is a double matrix containing the returned value of the Jacobian of the function at x

JMSLTM Numerical Library 4.0

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