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

Function matrix_double__str__

tools/python/src/matrix.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30string matrix_double__str__(matrix<double>& c)
31{
32 ostringstream sout;
33 sout << c;
34 return trim(sout.str());
35}
36
37std::shared_ptr<matrix<double> > make_matrix_from_size(long nr, long nc)
38{

Callers

nothing calls this directly

Calls 2

trimFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected