my_function3 Module


Uses

  • module~~my_function3~~UsesGraph module~my_function3 my_function3 module~forsolver_kinds forsolver_kinds module~my_function3->module~forsolver_kinds

Used by

  • module~~my_function3~~UsedByGraph module~my_function3 my_function3 program~test_solver3 test_solver3 program~test_solver3->module~my_function3

Functions

public function F1(x) result(F_val)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: x

Return Value real(kind=rk)

public function dF1dx(x) result(dFdx_val)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: x

Return Value real(kind=rk)