MCPcopy Create free account

hub / github.com/dblalock/bolt / functions

Functions5,231 in github.com/dblalock/bolt

Methodinverse
\returns the inverse rotation */
cpp/src/external/eigen/src/Geometry/RotationBase.h:53
Methodinverse
\returns the inverse rotation */
cpp/src/external/eigen/src/Geometry/Rotation2D.h:98
Methodinverse
\brief Inverse of the Householder sequence (equals the adjoint). */
cpp/src/external/eigen/src/Householder/HouseholderSequence.h:230
Methodinverse
\returns the inverse transformation */
cpp/src/external/eigen/src/Core/Transpositions.h:108
Methodinverse
\returns the inverse permutation matrix. * * \note \blank \note_try_to_help_rvo */
cpp/src/external/eigen/src/Core/PermutationMatrix.h:196
Methodinverse
cpp/src/external/eigen/src/Core/DiagonalMatrix.h:69
Methodinverse
\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
Methodinverse
\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
Methodinvoke
cpp/quantize/catch.hpp:483
Methodinvoke
cpp/quantize/catch.hpp:2534
Methodinvoke
cpp/quantize/catch.hpp:5506
Methodinvoke
cpp/test/external/catch.hpp:483
Methodinvoke
cpp/test/external/catch.hpp:2534
Methodinvoke
cpp/test/external/catch.hpp:5506
FunctionisApprox
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:360
MethodisApprox
\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
MethodisApprox
\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
MethodisApprox
\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
MethodisApprox
\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
MethodisApprox
\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
MethodisApprox
cpp/src/external/eigen/src/Geometry/Quaternion.h:161
MethodisApprox
cpp/src/external/eigen/src/Geometry/Hyperplane.h:270
MethodisApprox
\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
MethodisApprox
\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
MethodisApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1013
MethodisApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1035
MethodisApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1056
MethodisApprox
cpp/src/external/eigen/src/Core/MathFunctions.h:1108
MethodisApprox
cpp/src/external/eigen/src/Core/Fuzzy.h:103
FunctionisApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1079
MethodisApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1019
MethodisApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1040
MethodisApproxOrLessThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1114
MethodisApproxToConstant
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:299
MethodisCompressed
\copydoc SparseCompressedBase::isCompressed */
cpp/src/external/eigen/src/SparseCore/SparseMap.h:90
MethodisConstant
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:314
MethodisDiagonal
cpp/src/external/eigen/src/Core/DiagonalMatrix.h:292
MethodisEmpty
\returns true if the box is empty. * \sa setEmpty */
cpp/src/external/eigen/src/Geometry/AlignedBox.h:94
FunctionisFinite
\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
MethodisFixedPositional
cpp/quantize/catch.hpp:3604
MethodisFixedPositional
cpp/test/external/catch.hpp:3604
MethodisIdentity
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:720
FunctionisInf
\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
MethodisInjective
\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
MethodisInjective
\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
MethodisInjective
\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
MethodisInvertible
\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
MethodisInvertible
\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
MethodisInvertible
\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
FunctionisJustInfo
cpp/quantize/catch.hpp:613
FunctionisJustInfo
cpp/test/external/catch.hpp:613
MethodisLowerTriangular
cpp/src/external/eigen/src/Core/TriangularMatrix.h:669
MethodisMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1007
MethodisMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1030
MethodisMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1052
MethodisMuchSmallerThan
cpp/src/external/eigen/src/Core/MathFunctions.h:1102
MethodisMuchSmallerThan
cpp/src/external/eigen/src/Core/Fuzzy.h:125
FunctionisNaN
\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
MethodisNegative
\returns true if the matrix is negative (semidefinite) */
cpp/src/external/eigen/src/Cholesky/LDLT.h:158
MethodisNull
\deprecated use isEmpty() */
cpp/src/external/eigen/src/Geometry/AlignedBox.h:87
MethodisOnes
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:615
MethodisOrthogonal
cpp/src/external/eigen/src/Core/Dot.h:211
MethodisPositive
\returns true if the matrix is positive (semidefinite) */
cpp/src/external/eigen/src/Cholesky/LDLT.h:151
FunctionisRValue
cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:181
MethodisSurjective
\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
MethodisSurjective
\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
MethodisSurjective
\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
MethodisSymmetric
Indicate that the pattern of the input matrix is symmetric */
cpp/src/external/eigen/src/SparseLU/SparseLU.h:135
FunctionisTrue
This is just here to avoid compiler warnings with macro constants and boolean literals
cpp/quantize/catch.hpp:248
FunctionisTrue
This is just here to avoid compiler warnings with macro constants and boolean literals
cpp/test/external/catch.hpp:248
MethodisUnitary
cpp/src/external/eigen/src/Core/Dot.h:231
MethodisUpperTriangular
cpp/src/external/eigen/src/Core/TriangularMatrix.h:643
FunctionisVector
\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
MethodisZero
cpp/src/external/eigen/src/Core/CwiseNullaryOp.h:485
Functionis_dict
(x)
experiments/python/utils.py:16
Functionis_string
(x)
experiments/python/utils.py:28
Functionis_visible
(path)
experiments/python/files.py:15
Methoditerations
\returns the number of iterations performed during the last solve */
cpp/src/external/eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:296
Methoditerations
\brief Returns number of performed QR-like iterations. */
cpp/src/external/eigen/src/Eigenvalues/RealQZ.h:174
Methodkernel
\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
Methodkernel_retval_base
cpp/src/external/eigen/src/misc/Kernel.h:43
Functionkmeans_fig
(data=None, fname='kmeans')
experiments/python/figs.py:729
Functionknn
(X, q, k, dist_func=dists_sq)
experiments/python/utils.py:123
Functionl1CacheSize
\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
Functionl2CacheSize
\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
MethodlastErrorMessage
* \returns A string describing the type of error */
cpp/src/external/eigen/src/SparseLU/SparseLU.h:211
MethodlastErrorMessage
\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
MethodlazyPrint
cpp/quantize/catch.hpp:8260
MethodlazyPrint
cpp/test/external/catch.hpp:8260
MethodlazyPrintGroupInfo
cpp/quantize/catch.hpp:8286
MethodlazyPrintGroupInfo
cpp/test/external/catch.hpp:8286
MethodlazyPrintRunInfo
cpp/quantize/catch.hpp:8272
MethodlazyPrintRunInfo
cpp/test/external/catch.hpp:8272
Methodldlt
cpp/src/external/eigen/src/Cholesky/LDLT.h:581
Functionlearn_bopq
(X_train, ncodebooks, codebook_bits=4, niters=20, initial_kmeans_iters=1, R_sz=16, **sink)
experiments/python/product_quantize.py:343
Functionlearn_opq
init in {'gauss', 'identity', 'random'}
experiments/python/product_quantize.py:272
Methodlevel3_blocking
cpp/src/external/eigen/src/Core/products/GeneralMatrixMatrix.h:265
Functionlgamma
\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
MethodlinearExt
\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
Methodlinspaced_op
cpp/src/external/eigen/src/Core/functors/NullaryFunctors.h:108
← previousnext →3,201–3,300 of 5,231, ranked by callers