fortran-astrodynamics-toolkit
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
func
Interface
9 statements
Source File
brent_module.f90
brent_module
func
Contents
None
interface
private function func(me, x) result(f)
Arguments
Type
Intent
Optional
Attributes
Name
class(
brent_class
),
intent(inout)
::
me
real(kind=wp),
intent(in)
::
x
Return Value
real(kind=wp)
Description
Interface to the function to be minimized. It should evaluate f(x) for any x in the interval (ax,bx)