Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ functions
Functions
5,231 in github.com/dblalock/bolt
⨍
Functions
5,231
◇
Types & classes
2,370
Method
inverse
\returns the inverse rotation */
cpp/src/external/eigen/src/Geometry/RotationBase.h:53
Method
inverse
\returns the inverse rotation */
cpp/src/external/eigen/src/Geometry/Rotation2D.h:98
Method
inverse
\brief Inverse of the Householder sequence (equals the adjoint). */
cpp/src/external/eigen/src/Householder/HouseholderSequence.h:230
Method
inverse
\returns the inverse transformation */
cpp/src/external/eigen/src/Core/Transpositions.h:108
Method
inverse
\returns the inverse permutation matrix. * * \note \blank \note_try_to_help_rvo */
cpp/src/external/eigen/src/Core/PermutationMatrix.h:196
Method
inverse
cpp/src/external/eigen/src/Core/DiagonalMatrix.h:69
Method
inverse
\returns the inverse of the matrix of which *this is the QR decomposition. * * \note If this matrix is not invertible, the returned matrix
cpp/src/external/eigen/src/QR/FullPivHouseholderQR.h:294
Method
inverse
\returns the inverse of the matrix of which *this is the QR decomposition. * * \note If this matrix is not invertible, the returned matrix
cpp/src/external/eigen/src/QR/ColPivHouseholderQR.h:300
Method
invoke
cpp/quantize/catch.hpp:483
Method
invoke
cpp/quantize/catch.hpp:2534
Method
invoke
cpp/quantize/catch.hpp:5506
Method
invoke
cpp/test/external/catch.hpp:483
Method
invoke
cpp/test/external/catch.hpp:2534
Method
invoke
cpp/test/external/catch.hpp:5506
Function
isApprox
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:360
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/AlignedBox.h:302
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/ParametrizedLine.h:132
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/AngleAxis.h:149
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/Scaling.h:102
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/Translation.h:165
Method
isApprox
cpp/src/external/eigen/src/Geometry/Quaternion.h:161
Method
isApprox
cpp/src/external/eigen/src/Geometry/Hyperplane.h:270
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/Rotation2D.h:158
Method
isApprox
\returns \c true if \c *this is approximately equal to \a other, within the precision * determined by \a prec. * * \sa MatrixBase::isAppro
cpp/src/external/eigen/src/Geometry/Transform.h:627
Method
isApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1013
Method
isApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1035
Method
isApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1056
Method
isApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1108
Method
isApprox
cpp/src/external/eigen/src/Core/Fuzzy.h:103
Function
isApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1079
Method
isApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1019
Method
isApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1040
Method
isApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1114
Method
isApproxToConstant
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:299
Method
isCompressed
\copydoc SparseCompressedBase::isCompressed */
cpp/src/external/eigen/src/SparseCore/SparseMap.h:90
Method
isConstant
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:314
Method
isDiagonal
cpp/src/external/eigen/src/Core/DiagonalMatrix.h:292
Method
isEmpty
\returns true if the box is empty. * \sa setEmpty */
cpp/src/external/eigen/src/Geometry/AlignedBox.h:94
Function
isFinite
\returns an expression of the coefficient-wise isfinite of *this. * * Example: \include Cwise_isFinite.cpp * Output: \verbinclude Cwise_isFinite
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:481
Method
isFixedPositional
cpp/quantize/catch.hpp:3604
Method
isFixedPositional
cpp/test/external/catch.hpp:3604
Method
isIdentity
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:720
Function
isInf
\returns an expression of the coefficient-wise isinf of *this. * * Example: \include Cwise_isInf.cpp * Output: \verbinclude Cwise_isInf.out *
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:468
Method
isInjective
\returns true if the matrix of which *this is the QR decomposition represents an injective * linear map, i.e. has trivial kernel; false
cpp/src/external/eigen/src/QR/FullPivHouseholderQR.h:258
Method
isInjective
\returns true if the matrix of which *this is the QR decomposition represents an injective * linear map, i.e. has trivial kernel; false
cpp/src/external/eigen/src/QR/ColPivHouseholderQR.h:264
Method
isInjective
\returns true if the matrix of which *this is the LU decomposition represents an injective * linear map, i.e. has trivial kernel; false
cpp/src/external/eigen/src/LU/FullPivLU.h:338
Method
isInvertible
\returns true if the matrix of which *this is the QR decomposition is invertible. * * \note This method has to determine which pivots shou
cpp/src/external/eigen/src/QR/FullPivHouseholderQR.h:283
Method
isInvertible
\returns true if the matrix of which *this is the QR decomposition is invertible. * * \note This method has to determine which pivots shou
cpp/src/external/eigen/src/QR/ColPivHouseholderQR.h:289
Method
isInvertible
\returns true if the matrix of which *this is the LU decomposition is invertible. * * \note This method has to determine which pivots shou
cpp/src/external/eigen/src/LU/FullPivLU.h:363
Function
isJustInfo
cpp/quantize/catch.hpp:613
Function
isJustInfo
cpp/test/external/catch.hpp:613
Method
isLowerTriangular
cpp/src/external/eigen/src/Core/TriangularMatrix.h:669
Method
isMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1007
Method
isMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1030
Method
isMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1052
Method
isMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1102
Method
isMuchSmallerThan
cpp/src/external/eigen/src/Core/Fuzzy.h:125
Function
isNaN
\returns an expression of the coefficient-wise isnan of *this. * * Example: \include Cwise_isNaN.cpp * Output: \verbinclude Cwise_isNaN.out *
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:455
Method
isNegative
\returns true if the matrix is negative (semidefinite) */
cpp/src/external/eigen/src/Cholesky/LDLT.h:158
Method
isNull
\deprecated use isEmpty() */
cpp/src/external/eigen/src/Geometry/AlignedBox.h:87
Method
isOnes
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:615
Method
isOrthogonal
cpp/src/external/eigen/src/Core/Dot.h:211
Method
isPositive
\returns true if the matrix is positive (semidefinite) */
cpp/src/external/eigen/src/Cholesky/LDLT.h:151
Function
isRValue
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:181
Method
isSurjective
\returns true if the matrix of which *this is the QR decomposition represents a surjective * linear map; false otherwise. *
cpp/src/external/eigen/src/QR/FullPivHouseholderQR.h:271
Method
isSurjective
\returns true if the matrix of which *this is the QR decomposition represents a surjective * linear map; false otherwise. *
cpp/src/external/eigen/src/QR/ColPivHouseholderQR.h:277
Method
isSurjective
\returns true if the matrix of which *this is the LU decomposition represents a surjective * linear map; false otherwise. *
cpp/src/external/eigen/src/LU/FullPivLU.h:351
Method
isSymmetric
Indicate that the pattern of the input matrix is symmetric */
cpp/src/external/eigen/src/SparseLU/SparseLU.h:135
Function
isTrue
This is just here to avoid compiler warnings with macro constants and boolean literals
cpp/quantize/catch.hpp:248
Function
isTrue
This is just here to avoid compiler warnings with macro constants and boolean literals
cpp/test/external/catch.hpp:248
Method
isUnitary
cpp/src/external/eigen/src/Core/Dot.h:231
Method
isUpperTriangular
cpp/src/external/eigen/src/Core/TriangularMatrix.h:643
Function
isVector
\returns true if either the number of rows or the number of columns is equal to 1. * In other words, this function returns * \code rows()=
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:173
Method
isZero
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:485
Function
is_dict
(x)
experiments/python/utils.py:16
Function
is_string
(x)
experiments/python/utils.py:28
Function
is_visible
(path)
experiments/python/files.py:15
Method
iterations
\returns the number of iterations performed during the last solve */
cpp/src/external/eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:296
Method
iterations
\brief Returns number of performed QR-like iterations. */
cpp/src/external/eigen/src/Eigenvalues/RealQZ.h:174
Method
kernel
\returns the kernel of the matrix, also called its null-space. The columns of the returned matrix * will form a basis of the kernel. *
cpp/src/external/eigen/src/LU/FullPivLU.h:174
Method
kernel_retval_base
cpp/src/external/eigen/src/misc/Kernel.h:43
Function
kmeans_fig
(data=None, fname='kmeans')
experiments/python/figs.py:729
Function
knn
(X, q, k, dist_func=dists_sq)
experiments/python/utils.py:123
Function
l1CacheSize
\returns the currently set level 1 cpu cache size (in bytes) used to estimate the ideal blocking size parameters. * \sa setCpuCacheSize */
cpp/src/external/eigen/src/Core/products/GeneralBlockPanelKernel.h:2211
Function
l2CacheSize
\returns the currently set level 2 cpu cache size (in bytes) used to estimate the ideal blocking size parameters. * \sa setCpuCacheSize */
cpp/src/external/eigen/src/Core/products/GeneralBlockPanelKernel.h:2220
Method
lastErrorMessage
* \returns A string describing the type of error */
cpp/src/external/eigen/src/SparseLU/SparseLU.h:211
Method
lastErrorMessage
\returns A string describing the type of error. * This method is provided to ease debugging, not to handle errors. */
cpp/src/external/eigen/src/SparseQR/SparseQR.h:177
Method
lazyPrint
cpp/quantize/catch.hpp:8260
Method
lazyPrint
cpp/test/external/catch.hpp:8260
Method
lazyPrintGroupInfo
cpp/quantize/catch.hpp:8286
Method
lazyPrintGroupInfo
cpp/test/external/catch.hpp:8286
Method
lazyPrintRunInfo
cpp/quantize/catch.hpp:8272
Method
lazyPrintRunInfo
cpp/test/external/catch.hpp:8272
Method
ldlt
cpp/src/external/eigen/src/Cholesky/LDLT.h:581
Function
learn_bopq
(X_train, ncodebooks, codebook_bits=4, niters=20, initial_kmeans_iters=1, R_sz=16, **sink)
experiments/python/product_quantize.py:343
Function
learn_opq
init in {'gauss', 'identity', 'random'}
experiments/python/product_quantize.py:272
Method
level3_blocking
cpp/src/external/eigen/src/Core/products/GeneralMatrixMatrix.h:265
Function
lgamma
\returns an expression of the coefficient-wise ln(|gamma(*this)|). * * Example: \include Cwise_lgamma.cpp * Output: \verbinclude Cwise_lgamma.out
cpp/src/external/eigen/src/plugins/ArrayCwiseUnaryOps.h:315
Method
linearExt
\internal * \returns the Dim x Dim linear part if the transformation is affine, * and the HDim x Dim part for projective transformati
cpp/src/external/eigen/src/Geometry/Transform.h:641
Method
linspaced_op
cpp/src/external/eigen/src/Core/functors/NullaryFunctors.h:108
← previous
next →
3,201–3,300 of 5,231, ranked by callers