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

Function matrix_double__repr__

tools/python/src/matrix.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22string matrix_double__repr__(matrix<double>& c)
23{
24 ostringstream sout;
25 sout << "< dlib.matrix containing: \n";
26 sout << c;
27 return trim(sout.str()) + " >";
28}
29
30string matrix_double__str__(matrix<double>& c)
31{

Callers

nothing calls this directly

Calls 2

trimFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected