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

Describes a function of one variable. More...

Public Member Functions

real(real64) function fcn1var (x)
 

Detailed Description

Describes a function of one variable.

Parameters
[in]xThe independent variable.
Returns
The value of the function at x.

Definition at line 198 of file nonlin_core.f90.

Constructor & Destructor Documentation

◆ fcn1var()

real(real64) function nonlin_core::fcn1var::fcn1var ( real(real64), intent(in) x)

Definition at line 198 of file nonlin_core.f90.


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