V3FIT
|
Base class containing buffers for compressed and uncompressed data. More...
Public Attributes | |
real(rprec), dimension(:,:), pointer | data_buffer => null() |
Uncompressed buffer. | |
real(rprec), dimension(:,:), pointer | u_buffer => null() |
Singular Value U buffer. | |
real(rprec), dimension(:,:), pointer | wvt_buffer => null() |
Singular Value V transpose buffer. | |
integer, dimension(:), pointer | data_dim => null() |
Dimensions of the data buffer. This is used in the special case that the orginal data buffer is all zeros. Otherwise it remains unallocated. | |
Base class containing buffers for compressed and uncompressed data.
Definition at line 47 of file compression.f.