my_function10 Module


Uses

    • kinds
  • module~~my_function10~~UsesGraph module~my_function10 my_function10 kinds kinds module~my_function10->kinds

Used by

  • module~~my_function10~~UsedByGraph module~my_function10 my_function10 program~test_solver10 test_solver10 program~test_solver10->module~my_function10

Functions

public function F3(x) result(F_val)

Arguments

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

Return Value real(kind=rk), dimension(:), allocatable

public function dF3dx(x) result(dFdx_val)

Arguments

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

Return Value real(kind=rk), dimension(:,:), allocatable