Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ sum_vl_lut
Method
sum_vl_lut
include/rabitqlib/index/query.hpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
[[nodiscard]] T delta() const { return lookup_table_.delta(); }
37
38
[[nodiscard]] T sum_vl_lut() const { return lookup_table_.sum_vl(); }
39
40
[[nodiscard]] T k1xsumq() const { return G_k1xSumq_; }
41
Callers
2
split_batch_estdist
Function · 0.45
qg_batch_estdist
Function · 0.45
Calls
1
sum_vl
Method · 0.80
Tested by
no test coverage detected