Returns dimensions of plan, C/C++ interface
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | value | :: | plan_ptr |
C pointer to Fortran plan |
||
integer(kind=c_int8_t), | intent(out) | :: | ndims |
Number of dimensions |
||
type(c_ptr), | intent(out) | :: | dims |
Array of dimensions |
The enumerated type dtfft_error_t defines API call result codes.