FMUTIL  0.1
Fortran Miscellaneous UTILities
rootfinding::func Interface Reference

Interface of the function whose root needs to be computed. More...

+ Collaboration diagram for rootfinding::func:

Public Member Functions

pure real(wp) function func (x)
 

Detailed Description

Interface of the function whose root needs to be computed.

Definition at line 46 of file rootfinding.f90.

Constructor & Destructor Documentation

◆ func()

pure real(wp) function rootfinding::func::func ( real(wp), intent(in)  x)
Parameters
[in]xindependent variable

Definition at line 46 of file rootfinding.f90.

References fmutilbase::wp.


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