funcmod Module

Implementation of the objetcive function and derivatives.


Used by

  • module~~funcmod~~UsedByGraph module~funcmod funcmod module~optmod optmod module~optmod->module~funcmod program~main main program~main->module~optmod

Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: dimx = 2

Functions

public function fn(x)

Objective function

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(dimx) :: x

Return Value real(kind=8)

public function dfn_dx(x)

Objective function's derivative

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(dimx) :: x

Return Value real(kind=8), dimension(dimx)