MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / begin

Method begin

include/rabitqlib/third/Eigen/src/Core/StlIterators.h:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 */
407template<typename Derived>
408inline typename DenseBase<Derived>::iterator DenseBase<Derived>::begin()
409{
410 EIGEN_STATIC_ASSERT_VECTOR_ONLY(Derived);
411 return iterator(derived(), 0);
412}
413
414/** const version of begin() */
415template<typename Derived>

Callers 15

get_columnFunction · 0.45
sizeFunction · 0.45
initializeMethod · 0.45
clearMethod · 0.45
quantize_clusterMethod · 0.45
loadMethod · 0.45
centroids_distancesMethod · 0.45
avg_degreeMethod · 0.45
add_pruned_edgesMethod · 0.45
search_new_neighborsMethod · 0.45
add_reverse_edgesMethod · 0.45
graph_refineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected