dtfft_transpose_c Function

private function dtfft_transpose_c(plan_ptr, in, out, transpose_type) result(error_code) bind(C)

Executes single transposition, C interface.

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: plan_ptr

C pointer to Fortran plan

type(c_ptr), intent(in), value :: in

Incomming pointer, not NULL

type(c_ptr), intent(in), value :: out

Outgoing buffer, not NULL

type(dtfft_transpose_t), intent(in) :: transpose_type

Type of transposition.

Return Value integer(kind=c_int32_t)

The enumerated type dtfft_error_t defines API call result codes.


Calls

proc~~dtfft_transpose_c~~CallsGraph proc~dtfft_transpose_c dtfft_transpose_c is_null_ptr is_null_ptr proc~dtfft_transpose_c->is_null_ptr proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~dtfft_transpose_c->proc~transpose_ptr proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~transpose_ptr->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~transpose_ptr->proc~push_nvtx_domain_range proc~transpose_private dtfft_plan_t%transpose_private proc~transpose_ptr->proc~transpose_private interface~nvtxdomainrangepop_c nvtxDomainRangePop_c proc~pop_nvtx_domain_range->interface~nvtxdomainrangepop_c interface~nvtxdomainrangepushex_c nvtxDomainRangePushEx_c proc~push_nvtx_domain_range->interface~nvtxdomainrangepushex_c proc~astring_f2c astring_f2c proc~push_nvtx_domain_range->proc~astring_f2c proc~create_nvtx_domain create_nvtx_domain proc~push_nvtx_domain_range->proc~create_nvtx_domain proc~execute transpose_plan%execute proc~transpose_private->proc~execute proc~string_f2c string_f2c proc~astring_f2c->proc~string_f2c proc~create_nvtx_domain->proc~astring_f2c interface~nvtxdomaincreate_c nvtxDomainCreate_c proc~create_nvtx_domain->interface~nvtxdomaincreate_c proc~execute->proc~pop_nvtx_domain_range proc~execute->proc~push_nvtx_domain_range execute execute proc~execute->execute