Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ symm
Function
symm
dlib/test/matrix_chol.cpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
template <typename mat_type>
31
const matrix<typename mat_type::type> symm(const mat_type& m) { return m*trans(m); }
32
33
// ----------------------------------------------------------------------------------------
34
Callers
2
matrix_test_double
Function · 0.70
matrix_test_float
Function · 0.70
Calls
1
trans
Function · 0.50
Tested by
no test coverage detected