MCPcopy Create free account

hub / github.com/dblalock/bolt / functions

Functions5,231 in github.com/dblalock/bolt

↓ 4 callersFunctioncoletree
cpp/src/external/eigen/src/SparseCore/SparseColEtree.h:61
↓ 4 callersFunctioncols
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:62
↓ 4 callersMethodcols
cpp/src/external/eigen/src/SparseCore/SparseBlock.h:40
↓ 4 callersMethodcols
cpp/src/external/eigen/src/Core/Redux.h:356
↓ 4 callersMethodcols
cpp/src/external/eigen/src/Cholesky/LDLT.h:211
↓ 4 callersMethodcolsPermutation
Get the permutation that was applied to columns of A
cpp/src/external/eigen/src/SPQRSupport/SuiteSparseQRSupport.h:194
↓ 4 callersMethodcolwise
cpp/src/external/eigen/src/Core/VectorwiseOp.h:662
↓ 4 callersMethodcomputeV
\returns true if \a V (full or thin) is asked for in this SVD decomposition */
cpp/src/external/eigen/src/SVD/SVDBase.h:191
↓ 4 callersFunctioncompute_reconstruction_error
(X, X_hat, subvect_len=-1)
experiments/python/product_quantize.py:75
↓ 4 callersMethodconservativeResize
cpp/src/external/eigen/src/Core/PlainObjectBase.h:363
↓ 4 callersFunctionconstruct_elements_of_array
cpp/src/external/eigen/src/Core/util/Memory.h:356
↓ 4 callersMethoddiagonal
\returns an expression for the bounding box diagonal vector * if the length of the diagonal is needed: diagonal().norm() * will provide it.
cpp/src/external/eigen/src/Geometry/AlignedBox.h:134
↓ 4 callersMethodevalTo
cpp/src/external/eigen/src/Core/TriangularMatrix.h:596
↓ 4 callersFunctionfiles_matching
(dir, prefix=None, suffix=None, absPaths=False, onlyFiles=False, onlyDirs=False)
experiments/python/files.py:23
↓ 4 callersMethodfirstAligned
cpp/src/external/eigen/src/Core/util/BlasUtil.h:229
↓ 4 callersFunctionfloor
\returns an expression of the coefficient-wise floor of *this. * * Example: \include Cwise_floor.cpp * Output: \verbinclude Cwise_floor.out *
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:429
↓ 4 callersMethodgetConfig
cpp/quantize/catch.hpp:5853
↓ 4 callersMethodgetConfig
cpp/test/external/catch.hpp:5853
↓ 4 callersFunctiongetCurrentTicks
cpp/quantize/catch.hpp:6596
↓ 4 callersFunctiongetCurrentTicks
cpp/test/external/catch.hpp:6596
↓ 4 callersMethodgetExpandedExpression
cpp/quantize/catch.hpp:6218
↓ 4 callersMethodgetExpandedExpression
cpp/test/external/catch.hpp:6218
↓ 4 callersMethodgetFilteredTests
cpp/quantize/catch.hpp:5481
↓ 4 callersMethodgetFilteredTests
cpp/test/external/catch.hpp:5481
↓ 4 callersMethodget_lut
simple getters
cpp/src/quantize/bolt.cpp:469
↓ 4 callersMethodindex
cpp/src/external/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:205
↓ 4 callersMethodindex
inline Index row() const { return (ArgType::Flags&RowMajorBit ? Base::outer() : this->index()); } inline Index col() const { return (ArgType::Flags&Ro
cpp/src/external/eigen/src/SparseCore/SparseTriangularView.h:256
↓ 4 callersMethodinnerIndexPtr
cpp/src/external/eigen/src/SparseCore/SparseBlock.h:214
↓ 4 callersMethodinnerNonZeroPtr
cpp/src/external/eigen/src/SparseCore/SparseBlock.h:224
↓ 4 callersMethodinverse
\returns the inverse of the matrix of which *this is the LU decomposition. * * \note If this matrix is not invertible, the returned matrix
cpp/src/external/eigen/src/LU/FullPivLU.h:376
↓ 4 callersMethodlazyAssign
cpp/src/external/eigen/src/Core/TriangularMatrix.h:563
↓ 4 callersMethodmakeAffine
Sets the last row to [0 ... 0 1] */
cpp/src/external/eigen/src/Geometry/Transform.h:632
↓ 4 callersMethodmatrixL
\returns a view of the lower triangular matrix L */
cpp/src/external/eigen/src/Cholesky/LLT.h:106
↓ 4 callersMethodmatrixQ
\returns an expression of the matrix Q as products of sparse Householder reflectors. * The common usage of this function is to apply it to a dense
cpp/src/external/eigen/src/SparseQR/SparseQR.h:162
↓ 4 callersMethodminCoeff
cpp/src/external/eigen/src/Core/Redux.h:423
↓ 4 callersMethodnormalized
\returns a normalized copy of \c *this * \sa normalize(), MatrixBase::normalized() */
cpp/src/external/eigen/src/Geometry/Quaternion.h:127
↓ 4 callersFunctionouterSize
\returns the size of the storage major dimension, * i.e., the number of columns for a columns major matrix, and the number of rows otherwise */
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:176
↓ 4 callersFunctionouter_product_selector_run
cpp/src/external/eigen/src/Core/ProductEvaluators.h:245
↓ 4 callersFunctionpcplxflip
cpp/src/external/eigen/src/Core/arch/SSE/Complex.h:258
↓ 4 callersFunctionperformOptionalSelector
cpp/quantize/catch.hpp:1010
↓ 4 callersFunctionperformOptionalSelector
cpp/test/external/catch.hpp:1010
↓ 4 callersFunctionpmadd
cpp/src/external/eigen/src/Core/GenericPacketMath.h:463
↓ 4 callersFunctionrandom
cpp/src/external/eigen/src/Core/MathFunctions.h:667
↓ 4 callersFunctionreconstruct_X_pq
assignments: N x M ints; codebooks: 2**nbits x M x D/M floats
experiments/python/product_quantize.py:32
↓ 4 callersMethodrelease
cpp/quantize/catch.hpp:5819
↓ 4 callersMethodrelease
cpp/test/external/catch.hpp:5819
↓ 4 callersMethodrestart
cpp/src/external/eigen/src/SparseCore/AmbiVector.h:163
↓ 4 callersMethodrow
cpp/src/external/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:206
↓ 4 callersMethodrow
cpp/src/external/eigen/src/SparseCore/SparseDenseProduct.h:238
↓ 4 callersMethodrowStride
\returns the pointer increment between two consecutive rows. * * \sa innerStride(), outerStride(), colStride() */
cpp/src/external/eigen/src/Core/DenseCoeffsBase.h:498
↓ 4 callersFunctionrows
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:43
↓ 4 callersMethodrows
\internal */
cpp/src/external/eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:250
↓ 4 callersMethodrows
cpp/src/external/eigen/src/SparseCore/SparseBlock.h:39
↓ 4 callersMethodrows
cpp/src/external/eigen/src/Core/Redux.h:355
↓ 4 callersFunctionsmart_memmove
cpp/src/external/eigen/src/Core/util/Memory.h:591
↓ 4 callersMethodsupToCol
* Return the array of supernode-to-column mapping */
cpp/src/external/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:141
↓ 4 callersMethodswap
cpp/src/external/eigen/src/Core/PlainObjectBase.h:844
↓ 4 callersFunctiontimeNow
cpp/src/utils/timing_utils.hpp:35
↓ 4 callersFunctiontoRotationMatrix
cpp/src/external/eigen/src/Geometry/RotationBase.h:182
↓ 4 callersFunctiontridiagonalization_inplace
cpp/src/external/eigen/src/Eigenvalues/Tridiagonalization.h:347
↓ 4 callersFunctionumfpack_free_numeric
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:26
↓ 4 callersMethodunitOrthogonal
cpp/src/external/eigen/src/Geometry/OrthoMethods.h:224
↓ 4 callersMethodupdate
cpp/src/external/eigen/src/Cholesky/LDLT.h:385
↓ 4 callersMethodvalueOr
cpp/quantize/catch.hpp:2390
↓ 4 callersMethodvalueOr
cpp/test/external/catch.hpp:2390
↓ 4 callersMethodvaluePtr
* Return the array of nonzero values packed by column * * The size is nnz */
cpp/src/external/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:90
↓ 4 callersMethodvisit
cpp/src/external/eigen/src/Core/Visitor.h:106
↓ 3 callersFunctionQuickSplit
cpp/src/external/eigen/src/IterativeLinearSolvers/IncompleteLUT.h:29
↓ 3 callersFunction_fit_pq_lut
(q, centroids, elemwise_dist_func)
python/bolt/bolt_api.py:183
↓ 3 callersFunction_load_digits_X_Q
(nqueries)
tests/test_encoder.py:113
↓ 3 callersFunctionapply_rotation_in_the_plane
cpp/src/external/eigen/src/Jacobi/Jacobi.h:301
↓ 3 callersFunctionarcSafeRelease
cpp/quantize/catch.hpp:1007
↓ 3 callersFunctionarcSafeRelease
cpp/test/external/catch.hpp:1007
↓ 3 callersMethodassignOppositeCoeff
cpp/src/external/eigen/src/Core/TriangularMatrix.h:771
↓ 3 callersFunctionbruteforce_det3_helper
cpp/src/external/eigen/src/LU/Determinant.h:18
↓ 3 callersFunctionc_to_fortran_numbering
cpp/src/external/eigen/src/PaStiXSupport/PaStiXSupport.h:97
↓ 3 callersFunctioncdiv
cpp/src/external/eigen/src/Eigenvalues/EigenSolver.h:456
↓ 3 callersFunctioncheck_offset_scaled_lut
cpp/test/quantize/test_bolt.cpp:108
↓ 3 callersFunctionclear_mark
cpp/src/external/eigen/src/OrderingMethods/Eigen_Colamd.h:1826
↓ 3 callersMethodcodes
cpp/src/include/public.hpp:72
↓ 3 callersMethodcol
cpp/src/external/eigen/src/SparseCore/SparseCwiseBinaryOp.h:119
↓ 3 callersMethodcolToSup
* Return the array of column-to-supernode mapping */
cpp/src/external/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:132
↓ 3 callersMethodcols
cpp/src/external/eigen/src/misc/Kernel.h:50
↓ 3 callersMethodcols
cpp/src/external/eigen/src/IterativeLinearSolvers/BasicPreconditioners.h:56
↓ 3 callersMethodcols
\returns number of columns of the factored matrix */
cpp/src/external/eigen/src/IterativeLinearSolvers/IncompleteCholesky.h:91
↓ 3 callersMethodcols
cpp/src/external/eigen/src/CholmodSupport/CholmodSupport.h:202
↓ 3 callersMethodcols
cpp/src/external/eigen/src/Core/VectorwiseOp.h:70
↓ 3 callersMethodcommands
cpp/quantize/catch.hpp:3625
↓ 3 callersMethodcommands
cpp/test/external/catch.hpp:3625
↓ 3 callersFunctioncpuid_is_vendor
cpp/src/external/eigen/src/Core/util/Memory.h:858
↓ 3 callersFunctiondeleteAll
cpp/quantize/catch.hpp:198
↓ 3 callersFunctiondeleteAll
cpp/test/external/catch.hpp:198
↓ 3 callersFunctiondestruct_elements_of_array
cpp/src/external/eigen/src/Core/util/Memory.h:346
↓ 3 callersMethoddiagonal
\returns a vector expression of the main diagonal */
cpp/src/external/eigen/src/Core/BandMatrix.h:84
↓ 3 callersMethoddot
cpp/src/external/eigen/src/SparseCore/SparseDot.h:17
↓ 3 callersMethodeigenvalues
cpp/src/external/eigen/src/Eigenvalues/MatrixBaseEigenvalues.h:66
↓ 3 callersFunctionendsWith
cpp/quantize/catch.hpp:6641
↓ 3 callersFunctionendsWith
cpp/test/external/catch.hpp:6641
↓ 3 callersFunctionensure_num_cols_multiple_of
(X, multiple_of)
experiments/python/datasets.py:186
↓ 3 callersMethodepsilon
cpp/src/external/eigen/src/SparseCore/SparseView.h:55
← previousnext →401–500 of 5,231, ranked by callers