Checks if dtFFT Plan is using Z-slab optimization
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in), | value | :: | plan_ptr |
C pointer to Fortran plan |
|
logical(kind=c_bool), | intent(out) | :: | is_z_slab_enabled |
Is plan internally using Z-slab optimization |
The enumerated type dtfft_error_t defines API call result codes.