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

Describes an M-element vector-valued function of N-variables. More...

Public Member Functions

subroutine vecfcn (x, f)
 

Detailed Description

Describes an M-element vector-valued function of N-variables.

Parameters
[in]xAn N-element array containing the independent variables.
[out]fAn M-element array that, on output, contains the values of the M functions.

Definition at line 209 of file nonlin_core.f90.

Constructor & Destructor Documentation

◆ vecfcn()

subroutine nonlin_core::vecfcn::vecfcn ( real(real64), dimension(:), intent(in) x,
real(real64), dimension(:), intent(out) f )

Definition at line 209 of file nonlin_core.f90.


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