JMSLTM Numerical Library 6.0

com.imsl.math
Interface BoundedLeastSquares.Jacobian

Enclosing class:
BoundedLeastSquares

public static interface BoundedLeastSquares.Jacobian

Public interface for the user-supplied function to compute the Jacobian.


Method Summary
 void compute(double[] x, double[] fjac)
          Public interface for the user-supplied function to compute the Jacobian.
 

Method Detail

compute

void compute(double[] x,
             double[] fjac)
Public interface for the user-supplied function to compute the Jacobian.

Parameters:
x - a double array, the point at which the Jacobian is to evaluated. x.length = nVariables
fjac - a double array, the computed Jacobian at the point x. point x. fjac.length = mFunctions x nVariables

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.