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

Describes a function of N variables. More...

Public Member Functions

real(real64) function fcnnvar (x)
 

Detailed Description

Describes a function of N variables.

Parameters
[in]xAn N-element array containing the independent variables.
Returns
The value of the function at x.

Definition at line 230 of file nonlin_core.f90.

Constructor & Destructor Documentation

◆ fcnnvar()

real(real64) function nonlin_core::fcnnvar::fcnnvar ( real(real64), dimension(:), intent(in) x)

Definition at line 230 of file nonlin_core.f90.


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