nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
|
Describes a routine capable of computing the Jacobian matrix of M functions of N unknowns. More...
Public Member Functions | |
subroutine | jacobianfcn (x, jac) |
Describes a routine capable of computing the Jacobian matrix of M functions of N unknowns.
[in] | x | An N-element array containing the independent variables. |
[out] | jac | An M-by-N matrix where the Jacobian will be written. |
Definition at line 220 of file nonlin_core.f90.
subroutine nonlin_core::jacobianfcn::jacobianfcn | ( | real(real64), dimension(:), intent(in) | x, |
real(real64), dimension(:,:), intent(out) | jac ) |
Definition at line 220 of file nonlin_core.f90.