Module compressed_data

Module compressed_data 

Source
Expand description

Compressed data structures for adaptive memory compression

This module contains the data structures used to represent compressed sparse matrices and their component blocks.

Structs§

BlockSizeInfo
Block size information
CompressedBlock
Compressed block of matrix data
CompressedMatrix
Compressed sparse matrix representation
MatrixMetadataExport
Matrix metadata for export/import

Enums§

BlockType
Type of data stored in a block