Allocates pointer of rank 2
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_t), | intent(inout) | :: | self |
Abstract plan |
||
integer(kind=int64), | intent(in) | :: | alloc_size |
Number of elements to allocate |
||
complex(kind=real64), | intent(out), | pointer | :: | ptr(:,:) | ||
integer(kind=int32), | intent(in) | :: | sizes(2) | |||
integer(kind=int32), | intent(in), | optional | :: | lbounds(2) | ||
integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |