MCPcopy Create free account
hub / github.com/davisking/dlib / matrix_double_serialize

Function matrix_double_serialize

tools/python/src/matrix.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void matrix_double_serialize(const matrix<double>& m, const std::string& file)
112{
113 serialize(file) << m;
114}
115
116void matrix_double_deserialize(matrix<double>& m, const std::string& file)
117{

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.70

Tested by

no test coverage detected