Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
string 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
30
string matrix_double__str__(matrix<double>& c)
31
{
Callers
nothing calls this directly
Calls
2
trim
Function · 0.85
str
Method · 0.45
Tested by
no test coverage detected