Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
string matrix_double__str__(matrix<double>& c)
31
{
32
ostringstream sout;
33
sout << c;
34
return trim(sout.str());
35
}
36
37
std::shared_ptr<matrix<double> > make_matrix_from_size(long nr, long nc)
38
{
Callers
nothing calls this directly
Calls
2
trim
Function · 0.85
str
Method · 0.45
Tested by
no test coverage detected