Decompresses the input data into the output buffer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_compressor), | intent(inout) | :: | self |
Compressor instance |
||
| integer(kind=int32), | intent(in) | :: | dims(:) |
Array dimensions |
||
| integer(kind=int32), | intent(in) | :: | displ |
Displacement in arrays |
||
| type(c_ptr), | intent(in) | :: | in |
Pointer to compressed data |
||
| type(c_ptr), | intent(in) | :: | out |
Pointer to uncompressed buffer |
||
| type(dtfft_stream_t), | intent(in) | :: | stream |
Stream handle |