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

Function make_sparse_vector_inplace

dlib/svm/sparse_vector.h:967–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965 typename T
966 >
967 void make_sparse_vector_inplace(
968 T& vect
969 )
970 {
971 vect = make_sparse_vector(vect);
972 }
973
974// ----------------------------------------------------------------------------------------
975

Callers 4

_make_sparse_vectorFunction · 0.85
_make_sparse_vector2Function · 0.85
compact_sparse_vectorMethod · 0.85

Calls 5

make_sparse_vectorFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
resizeMethod · 0.45

Tested by 1