![]() |
Blaze 3.9
|
Classes | |
class | blaze::MatrixSerializer |
Serializer for dense and sparse matrices. More... | |
struct | blaze::TypeValueMapping< T > |
Conversion from a data type to a serial representation. More... | |
class | blaze::VectorSerializer |
Serializer for dense and sparse vectors. More... | |
The math serialization module provides the functionality to create platform independent, portable, binary representations of vectors and matrices. The resulting data structures can be used to reconstitute the vectors and matrices in a different context, on another platform, etc.
The following example demonstrates the functionality of this module by means of vectors:
The (de-)serialization of vectors is not restricted to vectors of built-in data type, but can also be used for vectors with vector or matrix element type: