MCPcopy 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_doubleFunction · 0.70
matrix_test_floatFunction · 0.70

Calls 1

transFunction · 0.50

Tested by

no test coverage detected