Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
string 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
157
long mat_row__len__(mat_row& m)
158
{
Callers
nothing calls this directly
Calls
3
trim
Function · 0.85
mat
Function · 0.50
str
Method · 0.45
Tested by
no test coverage detected