faiss/c_api
Eduardo Pinho 828dcea400 [C API] June 2019 update (#869)
* [c_api] use all relevant flags in compilation

* [c_api] Remove redundant IndexIVFFlat declarations

- From IndexIVF_c.h, already declared in IndexIVFFlat_c.h

* [c_api] type changes

- replace `long` with a more suitable type
- provide definitions for `faiss_component_t` and `faiss_distance_t`

* [c_api] Define CFLAGS and CUDACFLAGS
2019-06-24 13:29:38 +02:00
..
gpu [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
AutoTune_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AutoTune_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AuxIndexStructures_c.cpp [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
AuxIndexStructures_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
Clustering_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Clustering_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
INSTALL.md
IndexFlat_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexFlat_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexIVFFlat_c.cpp [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
IndexIVFFlat_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
IndexIVF_c.cpp [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
IndexIVF_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
IndexLSH_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexLSH_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexShards_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexShards_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Index_c.cpp [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
Index_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
Makefile [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
MetaIndexes_c.cpp [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
MetaIndexes_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
error_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
error_impl.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
error_impl.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
example_c.c [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
faiss_c.h [C API] June 2019 update (#869) 2019-06-24 13:29:38 +02:00
index_io_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
index_io_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
macros_impl.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00