MCPcopy Create free account
hub / github.com/davisking/dlib / assert_is_vector

Function assert_is_vector

dlib/svm/kernel_matrix.h:78–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 template <typename T>
78 typename disable_if<is_matrix<T> >::type assert_is_vector(const T&)
79 {}
80
81 template <typename T>
82 // This funny #ifdef thing is here because gcc sometimes gives a warning

Callers 2

op_kern_matMethod · 0.85
op_kern_mat_singleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected