Base class containing buffers for compressed and uncompressed data.
More...
|
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.
The documentation for this type was generated from the following file: