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

Describes a routine capable of computing the gradient vector of an equation of N variables. More...

Public Member Functions

subroutine gradientfcn (x, g)
 

Detailed Description

Describes a routine capable of computing the gradient vector of an equation of N variables.

Parameters
[in]xAn N-element array containing the independent variables.
[out]gAn N-element array where the gradient vector will be written as output.

Definition at line 242 of file nonlin_core.f90.

Constructor & Destructor Documentation

◆ gradientfcn()

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.


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