Wiki

Clone wiki

blaze / Serialization


Sometimes it is necessary to store vector and/or matrices on disk, for instance for storing results or for sharing specific setups with other people. The Blaze math serialization module provides the according functionality to create platform independent, portable, binary representations of vectors and matrices that can be used to store the Blaze data structures without loss of precision and to reliably transfer them from one machine to another.

The following two pages explain how to serialize vectors and matrices:


Previous: Serial Execution ---- Next: Vector Serialization

Updated