nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
Loading...
Searching...
No Matches
nonlin_core::jacobianfcn Interface Reference

Describes a routine capable of computing the Jacobian matrix of M functions of N unknowns. More...

Public Member Functions

subroutine jacobianfcn (x, jac)
 

Detailed Description

Describes a routine capable of computing the Jacobian matrix of M functions of N unknowns.

Parameters
[in]xAn N-element array containing the independent variables.
[out]jacAn M-by-N matrix where the Jacobian will be written.

Definition at line 220 of file nonlin_core.f90.

Constructor & Destructor Documentation

◆ jacobianfcn()

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.


The documentation for this interface was generated from the following file: