dtfft_get_backend_pipelined_c Function

private function dtfft_get_backend_pipelined_c(backend) bind(C)

Returns true if passed backend is pipelined and false otherwise.

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int32_t), intent(in) :: backend

The enumerated type dtfft_backend_t

Return Value logical(kind=c_bool)


Calls

proc~~dtfft_get_backend_pipelined_c~~CallsGraph proc~dtfft_get_backend_pipelined_c dtfft_get_backend_pipelined_c proc~dtfft_get_backend_pipelined dtfft_get_backend_pipelined proc~dtfft_get_backend_pipelined_c->proc~dtfft_get_backend_pipelined