Creates a compression configuration object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dtfft_compression_lib_t), | intent(in) | :: | lib |
Compression library to use |
||
| type(dtfft_compression_mode_t), | intent(in) | :: | mode |
Compression mode |
||
| real(kind=c_double), | intent(in), | optional | :: | rate |
Compression rate (for fixed rate mode) |
|
| integer(kind=c_int32_t), | intent(in), | optional | :: | precision |
Precision (for fixed precision mode) |
|
| real(kind=c_double), | intent(in), | optional | :: | tolerance |
Tolerance (for fixed accuracy mode) |