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 gradient vector of an equation of N variables. More...
Public Member Functions | |
subroutine | gradientfcn (x, g) |
Describes a routine capable of computing the gradient vector of an equation of N variables.
[in] | x | An N-element array containing the independent variables. |
[out] | g | An N-element array where the gradient vector will be written as output. |
Definition at line 242 of file nonlin_core.f90.
subroutine nonlin_core::gradientfcn::gradientfcn | ( | real(real64), dimension(:), intent(in) | x, |
real(real64), dimension(:), intent(out) | g ) |
Definition at line 242 of file nonlin_core.f90.