MCPcopy Create free account

hub / github.com/dblalock/bolt / functions

Functions5,231 in github.com/dblalock/bolt

↓ 1 callersFunctionsolveInPlace
cpp/src/external/eigen/src/Core/TriangularMatrix.h:506
↓ 1 callersMethodsolveInPlace
cpp/src/external/eigen/src/Core/SolveTriangular.h:166
↓ 1 callersFunctionsort_neighbors_ascending_distance
cpp/src/utils/nn_utils.hpp:77
↓ 1 callersFunctionsort_neighbors_descending_distance
cpp/src/utils/nn_utils.hpp:87
↓ 1 callersFunctionsq_dists_to_vectors
(X, queries, rowNorms=None, queryNorms=None)
experiments/python/utils.py:52
↓ 1 callersMethodsqueeze
cpp/src/external/eigen/src/SparseCore/CompressedStorage.h:83
↓ 1 callersMethodstableNorm
cpp/src/external/eigen/src/Core/StableNorm.h:156
↓ 1 callersMethodstartCol
cpp/src/external/eigen/src/Core/Block.h:316
↓ 1 callersMethodstartRow
cpp/src/external/eigen/src/Core/Block.h:310
↓ 1 callersMethodsubs
\returns the number of sub diagonals */
cpp/src/external/eigen/src/Core/BandMatrix.h:223
↓ 1 callersMethodsupers
\returns the number of super diagonals */
cpp/src/external/eigen/src/Core/BandMatrix.h:220
↓ 1 callersMethodtestCaseEnded
cpp/quantize/catch.hpp:6562
↓ 1 callersMethodtestCaseEnded
cpp/test/external/catch.hpp:6562
↓ 1 callersMethodtestCaseStarting
cpp/quantize/catch.hpp:6530
↓ 1 callersMethodtestCaseStarting
cpp/test/external/catch.hpp:6530
↓ 1 callersMethodtestRunEnded
cpp/quantize/catch.hpp:6574
↓ 1 callersMethodtestRunEnded
cpp/test/external/catch.hpp:6574
↓ 1 callersMethodtestRunStarting
cpp/quantize/catch.hpp:6524
↓ 1 callersMethodtestRunStarting
cpp/test/external/catch.hpp:6524
↓ 1 callersFunctiontest_basic
()
tests/test_encoder.py:169
↓ 1 callersMethodthrows
cpp/quantize/catch.hpp:6353
↓ 1 callersMethodthrows
cpp/test/external/catch.hpp:6353
↓ 1 callersFunctiontoDense
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:350
↓ 1 callersFunctiontoLowerInPlace
cpp/quantize/catch.hpp:6647
↓ 1 callersFunctiontoLowerInPlace
cpp/test/external/catch.hpp:6647
↓ 1 callersFunctiontopRows
cpp/src/external/eigen/src/plugins/BlockMethods.h:425
↓ 1 callersMethodtranslate
cpp/test/external/catch.hpp:1986
↓ 1 callersFunctiontranslateActiveException
cpp/quantize/catch.hpp:5715
↓ 1 callersFunctiontranslateActiveException
cpp/test/external/catch.hpp:5715
↓ 1 callersMethodtranslateActiveException
cpp/quantize/catch.hpp:5608
↓ 1 callersMethodtranslateActiveException
cpp/test/external/catch.hpp:5608
↓ 1 callersFunctiontranspose
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:334
↓ 1 callersMethodtranspose
To use for operations with the transpose of Q
cpp/src/external/eigen/src/SPQRSupport/SuiteSparseQRSupport.h:293
↓ 1 callersMethodtranspose
Returns the transposed transformation */
cpp/src/external/eigen/src/Jacobi/Jacobi.h:59
↓ 1 callersMethodtranspose
\returns an expression of the transposed of the factored matrix. * * A typical usage is to solve for the transposed problem A^T x = b:
cpp/src/external/eigen/src/Core/SolverBase.h:90
↓ 1 callersFunctionumfpack_defaults
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:20
↓ 1 callersFunctionumfpack_get_determinant
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:106
↓ 1 callersFunctionumfpack_get_lunz
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:80
↓ 1 callersFunctionumfpack_get_numeric
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:90
↓ 1 callersFunctionumfpack_numeric
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:52
↓ 1 callersFunctionumfpack_solve
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:66
↓ 1 callersFunctionumfpack_symbolic
cpp/src/external/eigen/src/UmfPackSupport/UmfPackSupport.h:38
↓ 1 callersFunctionupdate_func_from_dict
(d)
experiments/python/pyience.py:175
↓ 1 callersMethodupdate_segrep
cpp/src/external/eigen/src/SparseLU/SparseLU_panel_dfs.h:44
↓ 1 callersFunctionupperbidiagonalization_inplace_blocked
cpp/src/external/eigen/src/SVD/UpperBidiagonalization.h:282
↓ 1 callersMethoduseActiveException
cpp/quantize/catch.hpp:7040
↓ 1 callersMethoduseActiveException
cpp/test/external/catch.hpp:7040
↓ 1 callersFunctionuseSpecificBlockingSizes
cpp/src/external/eigen/src/Core/products/GeneralBlockPanelKernel.h:266
↓ 1 callersMethodwarnAboutMissingAssertions
cpp/quantize/catch.hpp:3133
↓ 1 callersMethodwarnAboutMissingAssertions
cpp/test/external/catch.hpp:3133
↓ 1 callersMethodwithName
cpp/quantize/catch.hpp:6370
↓ 1 callersMethodwithName
cpp/test/external/catch.hpp:6370
↓ 1 callersFunctionwriteToDebugConsole
cpp/quantize/catch.hpp:6817
↓ 1 callersFunctionwriteToDebugConsole
cpp/test/external/catch.hpp:6817
Method(max)
cpp/src/external/eigen/src/Core/util/Meta.h:219
Method(min)
cpp/src/external/eigen/src/Core/util/Meta.h:221
FunctionAcosReturnType acos
\returns an expression of the coefficient-wise arc cosine of *this. * * Example: \include Cwise_acos.cpp * Output: \verbinclude Cwise_acos.out
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:248
MethodAlignedBox
Default constructor initializing a null box. */
cpp/src/external/eigen/src/Geometry/AlignedBox.h:64
FunctionAllOf
cpp/quantize/catch.hpp:2267
FunctionAllOf
cpp/test/external/catch.hpp:2267
MethodAllOf
cpp/quantize/catch.hpp:2127
MethodAllOf
cpp/test/external/catch.hpp:2127
MethodAmbiVector
cpp/src/external/eigen/src/SparseCore/AmbiVector.h:30
MethodAngleAxis
Default constructor without initialization. */
cpp/src/external/eigen/src/Geometry/AngleAxis.h:72
FunctionAnyOf
cpp/quantize/catch.hpp:2278
FunctionAnyOf
cpp/test/external/catch.hpp:2278
MethodAnyOf
cpp/quantize/catch.hpp:2161
MethodAnyOf
cpp/test/external/catch.hpp:2161
MethodApprox
cpp/quantize/catch.hpp:2025
MethodApprox
cpp/test/external/catch.hpp:2025
MethodApprox>
cpp/quantize/catch.hpp:2089
MethodApprox>
cpp/test/external/catch.hpp:2089
MethodArg
cpp/quantize/catch.hpp:3613
MethodArg
cpp/test/external/catch.hpp:3613
MethodArgBuilder
cpp/quantize/catch.hpp:3678
MethodArgBuilder
cpp/test/external/catch.hpp:3678
MethodArray
cpp/src/external/eigen/src/Core/Array.h:132
MethodArrayBase
cpp/src/external/eigen/src/Core/ArrayBase.h:156
MethodArrayWrapper
cpp/src/external/eigen/src/Core/ArrayWrapper.h:58
FunctionAsinReturnType asin
\returns an expression of the coefficient-wise arc sine of *this. * * Example: \include Cwise_asin.cpp * Output: \verbinclude Cwise_asin.out *
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:262
MethodAssertionInfo
cpp/quantize/catch.hpp:645
MethodAssertionInfo
cpp/quantize/catch.hpp:6160
MethodAssertionInfo
cpp/test/external/catch.hpp:645
MethodAssertionInfo
cpp/test/external/catch.hpp:6160
MethodAssertionPrinter
cpp/quantize/catch.hpp:8129
MethodAssertionPrinter
cpp/quantize/catch.hpp:8532
MethodAssertionPrinter
cpp/test/external/catch.hpp:8129
MethodAssertionPrinter
cpp/test/external/catch.hpp:8532
MethodAssertionResult
cpp/quantize/catch.hpp:672
MethodAssertionResult
cpp/quantize/catch.hpp:6170
MethodAssertionResult
cpp/test/external/catch.hpp:672
MethodAssertionResult
cpp/test/external/catch.hpp:6170
MethodAssertionResultData
cpp/quantize/catch.hpp:659
MethodAssertionResultData
cpp/test/external/catch.hpp:659
MethodAssertionStats
cpp/quantize/catch.hpp:4440
MethodAssertionStats
cpp/test/external/catch.hpp:4440
MethodAutoReg
cpp/quantize/catch.hpp:512
MethodAutoReg
cpp/quantize/catch.hpp:5531
MethodAutoReg
cpp/test/external/catch.hpp:512
MethodAutoReg
cpp/test/external/catch.hpp:5531
← previousnext →1,201–1,300 of 5,231, ranked by callers