mkl_dfti_set_value Interface

public interface mkl_dfti_set_value

Sets one particular configuration parameter with the specified configuration value.

Called by

interface~~mkl_dfti_set_value~~CalledByGraph interface~mkl_dfti_set_value mkl_dfti_set_value proc~execute~4 mkl_executor%execute proc~execute~4->interface~mkl_dfti_set_value proc~make_plan make_plan proc~make_plan->interface~mkl_dfti_set_value proc~create~3 mkl_executor%create proc~create~3->proc~make_plan

Functions

private function mkl_dfti_set_integer(desc, param, value) result(status) bind(C)

Sets one particular configuration parameter with integer value.

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: desc

FFT descriptor.

integer(kind=c_int), intent(in), value :: param

Configuration parameter.

integer(kind=c_int), intent(in), value :: value

Configuration value.

Return Value integer(kind=c_long)

Function completion status.

private function mkl_dfti_set_pointer(desc, param, value) result(status) bind(C)

Sets one particular configuration parameter with pointer value.

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: desc

FFT descriptor.

integer(kind=c_int), intent(in), value :: param

Configuration parameter.

integer(kind=c_long), intent(in) :: value(*)

Configuration value.

Return Value integer(kind=c_long)

Function completion status.