MCPcopy Create free account

hub / github.com/NGT-labs/NGT / functions

Functions2,162 in github.com/NGT-labs/NGT

MethodisAvailable
lib/NGT/ObjectSpace.h:61
MethodisDeficient
lib/NGT/Thread.h:97
MethodisEmpty
lib/NGT/Thread.h:98
MethodisEmpty
lib/NGT/ObjectSpace.h:786
MethodisEmpty
lib/NGT/Common.h:2015
MethodisEmpty
lib/NGT/NGTQ/ObjectFile.h:363
MethodisEmptyObject
lib/NGT/Common.h:2546
MethodisFull
lib/NGT/Thread.h:99
MethodisOpen
lib/NGT/ArrayFile.h:187
MethodisOpen
lib/NGT/MmapManager.cpp:45
MethodisOpen
lib/NGT/NGTQ/ObjectFile.h:584
MethodisQsint8Quint8
lib/NGT/ObjectSpaceRepository.h:1409
Methodis_specialized
lib/NGT/Common.h:3009
Methodis_specialized
lib/NGT/Common.h:3018
Functionisfinite
Check if finite number. See also:** Documentation for [std::isfinite](https://en.cppreference.com/w/cpp/numeric/math/isfinite). \param arg number to c
lib/NGT/half.hpp:4371
Functionisgreater
Quiet comparison for greater than. See also:** Documentation for [std::isgreater](https://en.cppreference.com/w/cpp/numeric/math/isgreater). \param x
lib/NGT/half.hpp:4412
Functionisgreaterequal
Quiet comparison for greater equal. See also:** Documentation for [std::isgreaterequal](https://en.cppreference.com/w/cpp/numeric/math/isgreaterequal)
lib/NGT/half.hpp:4423
Functionisless
Quiet comparison for less than. See also:** Documentation for [std::isless](https://en.cppreference.com/w/cpp/numeric/math/isless). \param x first ope
lib/NGT/half.hpp:4434
Functionislessequal
Quiet comparison for less equal. See also:** Documentation for [std::islessequal](https://en.cppreference.com/w/cpp/numeric/math/islessequal). \param
lib/NGT/half.hpp:4445
Functionislessgreater
Quiet comarison for less or greater. See also:** Documentation for [std::islessgreater](https://en.cppreference.com/w/cpp/numeric/math/islessgreater).
lib/NGT/half.hpp:4456
Functionisnormal
Check if normal number. See also:** Documentation for [std::isnormal](https://en.cppreference.com/w/cpp/numeric/math/isnormal). \param arg number to c
lib/NGT/half.hpp:4392
Functionisunordered
Quiet check if unordered. See also:** Documentation for [std::isunordered](https://en.cppreference.com/w/cpp/numeric/math/isunordered). \param x first
lib/NGT/half.hpp:4467
Methoditerator
lib/NGT/Common.h:1513
MethodjaccardUint8
lib/NGT/Graph.cpp:135
MethodjaccardUint8ForLargeDataset
lib/NGT/Graph.cpp:309
MethodkmeansWithoutNGT
lib/NGT/Clustering.h:680
Methodl1Float
lib/NGT/Graph.cpp:88
Methodl1Float16
lib/NGT/Graph.cpp:163
Methodl1Float16ForLargeDataset
lib/NGT/Graph.cpp:343
Methodl1FloatForLargeDataset
lib/NGT/Graph.cpp:257
Methodl1Uint8
lib/NGT/Graph.cpp:120
Methodl1Uint8ForLargeDataset
lib/NGT/Graph.cpp:293
Methodl2Float
lib/NGT/Graph.cpp:93
Methodl2Float16
lib/NGT/Graph.cpp:168
Methodl2Float16ForLargeDataset
lib/NGT/Graph.cpp:348
Methodl2FloatForLargeDataset
lib/NGT/Graph.cpp:262
Methodl2Qint4
lib/NGT/Graph.cpp:211
Methodl2Qint4ForLargeDataset
lib/NGT/Graph.cpp:398
Methodl2Qsint8
lib/NGT/Graph.cpp:195
Methodl2Qsint8ForLargeDataset
lib/NGT/Graph.cpp:381
Methodl2Uint8
lib/NGT/Graph.cpp:125
Methodl2Uint8ForLargeDataset
lib/NGT/Graph.cpp:298
Functionlgamma
Natural logarithm of gamma function. This function may be 1 ULP off the correctly rounded exact result for any rounding mode in ~0.025% of inputs. Se
lib/NGT/half.hpp:4013
MethodlinearSearch
python/src/ngtpy.cpp:369
MethodlinearSearch
lib/NGT/ObjectSpaceRepository.h:860
Functionllrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::llrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
lib/NGT/half.hpp:4140
Functionllround
Nearest integer. See also:** Documentation for [std::llround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return
lib/NGT/half.hpp:4132
Methodload
lib/NGT/Index.h:1878
Methodload
lib/NGT/Index.h:2413
Methodload
lib/NGT/Common.h:1119
Methodload
lib/NGT/NGTQ/Matrix.h:588
Methodload
lib/NGT/NGTQ/QbgCli.h:30
MethodloadAndCreateIndex
lib/NGT/Index.cpp:218
MethodloadClusters
lib/NGT/Clustering.h:200
MethodloadGraph
lib/NGT/Index.cpp:1226
MethodloadGroundTruth
lib/NGT/Optimizer.h:227
MethodloadIndex
lib/NGT/Index.h:633
MethodloadIndex
lib/NGT/Index.h:1897
MethodloadIndex
lib/NGT/Index.cpp:1231
FunctionloadQuantizationCodebookAndRotation
lib/NGT/NGTQ/Quantizer.h:3887
MethodloadSearchGraph
lib/NGT/Graph.h:1399
MethodloadVector
lib/NGT/Clustering.h:179
MethodloadVectors
lib/NGT/Clustering.h:125
Methodlock
lib/NGT/Thread.cpp:75
Functionlog
Natural logarithm. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::log](https://en.cppreference.com/w/
lib/NGT/half.hpp:3050
Functionlog1p
Natural logarithm plus one. This function may be 1 ULP off the correctly rounded exact result in <0.05% of inputs for `std::round_to_nearest` and in ~
lib/NGT/half.hpp:3156
Functionlog2_post
lib/NGT/half.hpp:1720
Functionlogb
Extract exponent. See also:** Documentation for [std::logb](https://en.cppreference.com/w/cpp/numeric/math/logb). \param arg number to query \return f
lib/NGT/half.hpp:4265
MethodlorentzFloat
added by Nyapicom
lib/NGT/Graph.cpp:115
MethodlorentzFloat16
added by Nyapicom
lib/NGT/Graph.cpp:190
MethodlorentzFloat16ForLargeDataset
lib/NGT/Graph.cpp:374
MethodlorentzFloatForLargeDataset
lib/NGT/Graph.cpp:287
Functionlrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::lrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
lib/NGT/half.hpp:4118
Functionlround
Nearest integer. See also:** Documentation for [std::lround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return n
lib/NGT/half.hpp:4102
Functionmain
samples/l2-uint8/l2-uint8.cpp:6
Functionmain
samples/qg-l2-float/qg-l2-float.cpp:4
Functionmain
samples/qbg-capi/qbg-capi.cpp:4
Functionmain
samples/jaccard-sparse/jaccard-sparse.cpp:219
Functionmain
samples/hamming-uint8/hamming-uint8.cpp:6
Functionmain
samples/l2-uint8-range-search/l2-uint8-range-search.cpp:6
Functionmain
samples/qg-capi/qg-capi.cpp:4
Functionmain
samples/cosine-float/cosine-float.cpp:6
Functionmain
bin/ngt/ngt.cpp:55
Functionmain
bin/qbg/qbg.cpp:19
Methodmax
lib/NGT/Common.h:3016
MethodmeanObject
lib/NGT/Optimizer.h:1099
MethodmeanSumOfSquares
lib/NGT/Clustering.h:294
Methodmeasure
lib/NGT/Optimizer.h:662
MethodmeasureQueryTime
lib/NGT/GraphOptimizer.h:106
Methodmin
lib/NGT/Common.h:3008
Methodmin
lib/NGT/Common.h:3017
Methodmkdir
lib/NGT/Index.h:557
Functionmod
lib/NGT/half.hpp:1409
MethodmoveFartherObjectsToEmptyClusters
lib/NGT/Clustering.h:467
MethodmulBlas
lib/NGT/NGTQ/Quantizer.h:125
MethodmulBlas
lib/NGT/NGTQ/Matrix.h:272
MethodmulNaive
lib/NGT/NGTQ/Matrix.h:311
MethodmulSquare
lib/NGT/NGTQ/Matrix.h:390
Functionmulhi
lib/NGT/half.hpp:1355
MethodmultiLayerClustering
lib/NGT/NGTQ/HierarchicalKmeans.cpp:545
← previousnext →1,501–1,600 of 2,162, ranked by callers