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

Function mat_row__repr__

tools/python/src/matrix.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150string mat_row__repr__(mat_row& c)
151{
152 ostringstream sout;
153 sout << "< matrix row: " << mat(c.data,1, c.size);
154 return trim(sout.str()) + " >";
155}
156
157long mat_row__len__(mat_row& m)
158{

Callers

nothing calls this directly

Calls 3

trimFunction · 0.85
matFunction · 0.50
strMethod · 0.45

Tested by

no test coverage detected