a Function

function a(k, params) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: k
complex(kind=real64), intent(in) :: params(:)

Return Value complex(kind=real64)