Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
Jacobian Matrix Calculation Routines
This section describes routines that compute the Jacobian matrix using the central difference algorithm. Jacobian matrix calculation is required to solve a nonlinear least squares problem and systems of nonlinear equations (with or without linear bound constraints). Routines for calculation of the Jacobian matrix have the "Black-Box" interfaces, where you pass the objective function via parameters. Your objective function must have a fixed interface.
Routine Name |
Operation |
---|---|
Initializes the solver. |
|
Computes the Jacobian matrix of the function on the basis of RCI using the central difference algorithm. |
|
Removes data. |
|
Computes the Jacobian matrix of the fcn function using the central difference algorithm. |
|
Presents an alternative interface for the ?jacobi function enabling you to pass additional data into the objective function. |