nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
|
Describes an M-element vector-valued function of N-variables. More...
Public Member Functions | |
subroutine | vecfcn (x, f) |
Describes an M-element vector-valued function of N-variables.
[in] | x | An N-element array containing the independent variables. |
[out] | f | An M-element array that, on output, contains the values of the M functions. |
Definition at line 209 of file nonlin_core.f90.
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.