Allocates pointer of rank 1
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 |
||
real(kind=real32), | intent(out), | pointer | :: | ptr(:) | ||
integer(kind=int32), | intent(in), | optional | :: | lbound | ||
integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |