|
typedef CMax< T, int > | HC |
|
|
| SemiSortedArray (int N) |
|
void | init (const T *x) |
|
void | grow (int next_k) |
| grow the sorted part of the array to size next_k
|
|
T | get_0 () |
|
T | get_diff (int n) |
|
int | get_ord (int n) |
|
|
const T * | x |
|
int | N |
|
std::vector< int > | perm |
|
int | k |
|
int | initial_k |
|
int | k_factor |
|
template<typename T>
struct faiss::SemiSortedArray< T >
same as SortedArray, but only the k first elements are sorted
Definition at line 559 of file IndexPQ.cpp.
The documentation for this struct was generated from the following file: