decompress_private_interface Interface

interface
private subroutine decompress_private_interface(self, dims, in, out, stream)

Arguments

Type IntentOptional Attributes Name
class(abstract_compressor), intent(inout) :: self

Compressor instance

integer(kind=int32), intent(in) :: dims(:)

Array dimensions

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

Description

Performs decompression using the implementation