Function crpropa::serialize¶
- Defined in File ModelMatrix.h
Function Documentation¶
-
void
serialize
(const string &filename, const ModelMatrixType &matrix)¶ Writes the ModelMatrix to disk as binary files with the format: Int (number of non zero elements), Int (size1), Int (size2) (Int, Int, Double) : (column, row, value) triples …