MCPcopy Create free account

hub / github.com/PX4/eigen / functions

Functions8,762 in github.com/PX4/eigen

↓ 12 callersFunctionhalf_to_float
Eigen/src/Core/arch/CUDA/Half.h:338
↓ 12 callersMethodinnerIndexPtr
Eigen/src/SparseCore/SparseBlock.h:224
↓ 12 callersFunctioninnerStride
\sa MapBase::innerStride() */
Eigen/src/Core/Block.h:390
↓ 12 callersMethodllt
Eigen/src/Cholesky/LLT.h:515
↓ 12 callersMethodmakeHouseholderInPlace
Eigen/src/Householder/Householder.h:42
↓ 12 callersMethodmemcpyDeviceToHost
unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h:231
↓ 12 callersMethodpacketOp
Eigen/src/Core/CoreEvaluators.h:351
↓ 12 callersFunctionpconj
Eigen/src/Core/arch/SSE/Complex.h:62
↓ 12 callersMethodpconj
Eigen/src/Core/util/BlasUtil.h:49
↓ 12 callersFunctionploadu
Eigen/src/Core/GenericPacketMath.h:217
↓ 12 callersFunctionprod
bench/product_threshold.cpp:39
↓ 12 callersFunctionpstoreu
Eigen/src/Core/GenericPacketMath.h:289
↓ 12 callersMethodptr
Eigen/src/Core/util/Memory.h:598
↓ 12 callersMethodrows
Eigen/src/SuperLUSupport/SuperLUSupport.h:347
↓ 12 callersMethodrows
unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:408
↓ 12 callersMethodrows
unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:345
↓ 12 callersFunctionrvalue_copyassign
test/rvalue_types.cpp:18
↓ 12 callersMethodsetIdentity
Sets *this to the identity matrix. * This function also turns the matrix into compressed mode, and drop any reserved memory. */
Eigen/src/SparseCore/SparseMatrix.h:744
↓ 12 callersFunctionsize
unsupported/Eigen/CXX11/src/Tensor/TensorRef.h:185
↓ 12 callersFunctiontestGeneral
unsupported/test/matrix_power.cpp:70
↓ 12 callersFunctiontestLogThenExp
unsupported/test/matrix_power.cpp:133
↓ 12 callersFunctiontestSingular
unsupported/test/matrix_power.cpp:100
↓ 12 callersFunctionvalue
Eigen/src/SparseCore/SparseBlock.h:559
↓ 12 callersFunctionverify_euler
test/geo_eulerangles.cpp:17
↓ 12 callersMethodz
\returns the \c z coefficient */
Eigen/src/Geometry/Quaternion.h:65
↓ 11 callersMethodPopFront
PopFront removes and returns the first element in the queue. If the queue was empty returns default-constructed Work.
unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h:69
↓ 11 callersMethodaccumulator
unsupported/Eigen/CXX11/src/Tensor/TensorScan.h:68
↓ 11 callersFunctionacos
Eigen/src/Core/MathFunctions.h:1161
↓ 11 callersMethodappend
Eigen/src/SparseCore/CompressedStorage.h:101
↓ 11 callersFunctionceil
Eigen/src/Core/MathFunctions.h:1008
↓ 11 callersFunctioncheck_qtvector_matrix
test/qtvector.cpp:19
↓ 11 callersFunctioncheck_stddeque_matrix
test/stddeque.cpp:16
↓ 11 callersFunctioncheck_stddeque_matrix
test/stddeque_overload.cpp:29
↓ 11 callersFunctioncheck_stdlist_matrix
test/stdlist.cpp:16
↓ 11 callersFunctioncheck_stdlist_matrix
test/stdlist_overload.cpp:45
↓ 11 callersFunctioncheck_stdvector_matrix
test/stdvector.cpp:15
↓ 11 callersFunctioncheck_stdvector_matrix
test/stdvector_overload.cpp:29
↓ 11 callersFunctioncosh
unsupported/test/mpreal/mpreal.h:2249
↓ 11 callersMethoddata
Eigen/src/Core/GeneralProduct.h:157
↓ 11 callersMethodindex
unsupported/Eigen/src/Skyline/SkylineMatrix.h:767
↓ 11 callersMethodinnerVectors
Eigen/src/SparseCore/SparseBlock.h:347
↓ 11 callersMethodmatrixH
\brief Constructs the Hessenberg matrix H in the decomposition * * \returns expression object representing the matrix H * * \p
Eigen/src/Eigenvalues/HessenbergDecomposition.h:262
↓ 11 callersMethodmatrixZ
\returns the matrix \b Z. */
Eigen/src/QR/CompleteOrthogonalDecomposition.h:159
↓ 11 callersFunctionpolygamma
unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h:1526
↓ 11 callersMethodreplicate
Eigen/src/Core/Replicate.h:118
↓ 11 callersMethodresize
Resizes the matrix to a \a rows x \a cols matrix and initializes it to zero. * * This function does not free the currently allocated memo
Eigen/src/SparseCore/SparseMatrix.h:621
↓ 11 callersMethodresize
* \brief Set the number of rows and columns blocks */
unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:538
↓ 11 callersMethodrows
Eigen/src/Core/TriangularMatrix.h:58
↓ 11 callersMethodrows
unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h:38
↓ 11 callersFunctionset_is_malloc_allowed
Eigen/src/Core/util/Memory.h:140
↓ 11 callersMethodsize
\returns the number of coefficients, which is \a rows()*cols(). * \sa rows(), cols(), SizeAtCompileTime. */
unsupported/Eigen/src/Skyline/SkylineMatrixBase.h:116
↓ 11 callersMethodsizes
Eigen/src/Geometry/AlignedBox.h:123
↓ 11 callersMethodslerp
Eigen/src/Geometry/Quaternion.h:720
↓ 11 callersMethodsolve
Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h:94
↓ 11 callersFunctionswap
test/swap.cpp:25
↓ 11 callersFunctiontestVectorType
test/nullary.cpp:64
↓ 10 callersMethodPushBack
PushBack adds w at the end of the queue. If queue is full returns w, otherwise returns default-constructed Work.
unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h:85
↓ 10 callersFunctionaligned_malloc
\internal Allocates \a size bytes. The returned pointer is guaranteed to have 16 or 32 bytes alignment depending on the requirements. * On allocatio
Eigen/src/Core/util/Memory.h:153
↓ 10 callersFunctionamd_flip
Eigen/src/OrderingMethods/Amd.h:38
↓ 10 callersFunctionapply_rotation_in_the_plane
Eigen/src/Jacobi/Jacobi.h:302
↓ 10 callersFunctionbenchLLT
bench/benchCholesky.cpp:29
↓ 10 callersFunctioncheck_all_var
test/geo_eulerangles.cpp:41
↓ 10 callersFunctioncheck_all_var
unsupported/test/EulerAngles.cpp:137
↓ 10 callersMethodcols
Eigen/src/QR/HouseholderQR.h:206
↓ 10 callersFunctioncopy_back
blas/common.h:151
↓ 10 callersMethoddimensionOfKernel
\returns the dimension of the kernel of the matrix of which *this is the LU decomposition. * * \note This method has to determine which pi
Eigen/src/LU/FullPivLU.h:349
↓ 10 callersFunctionerfc
unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h:1538
↓ 10 callersMethodeulerAngles
Eigen/src/Geometry/EulerAngles.h:36
↓ 10 callersFunctionfunctor
required by sycl in order to extract the accessor
unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:430
↓ 10 callersMethodgetSubMapper
unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:453
↓ 10 callersMethodget_prec
unsupported/test/mpreal/mpreal.h:1985
↓ 10 callersMethodinnerNonZeroPtr
\returns a const pointer to the array of the number of non zeros of the inner vectors. * This function is aimed at interoperability with other l
Eigen/src/SparseCore/SparseMatrix.h:175
↓ 10 callersFunctioninteger_type_tests
test/integer_types.cpp:50
↓ 10 callersFunctionisPlusInf
test/main.h:617
↓ 10 callersMethodisZero
Eigen/src/Core/CwiseNullaryOp.h:481
↓ 10 callersMethodjacobiSvd
Eigen/src/SVD/JacobiSVD.h:796
↓ 10 callersFunctionlinearStructure
test/linearstructure.cpp:16
↓ 10 callersMethodmaximum
unsupported/Eigen/CXX11/src/Tensor/TensorBase.h:566
↓ 10 callersFunctionnorm1
Eigen/src/Core/MathFunctions.h:938
↓ 10 callersFunctionoperator()
unsupported/Eigen/CXX11/src/Tensor/TensorRef.h:190
↓ 10 callersMethodouterIndexPtr
Eigen/src/SparseCore/SparseBlock.h:229
↓ 10 callersMethodouterSize
\returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
Eigen/src/SparseCore/SparseMatrix.h:143
↓ 10 callersFunctionpreverse
Eigen/src/Core/arch/SSE/Complex.h:148
↓ 10 callersFunctionrandom
Uniformly distributed random number generation a = random(seed); <- initialization & first random number generation a = random(); <- next random n
unsupported/test/mpreal/mpreal.h:2614
↓ 10 callersFunctionrelerr
unsupported/test/matrix_functions.h:64
↓ 10 callersMethodrows
Eigen/src/SparseCore/SparseSelfAdjointView.h:67
↓ 10 callersMethodrows
unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:346
↓ 10 callersMethodsign
unsupported/Eigen/CXX11/src/Tensor/TensorBase.h:89
↓ 10 callersMethodsin
unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:547
↓ 10 callersMethodsize
unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h:52
↓ 10 callersFunctiontest_first_aligned_helper
test/first_aligned.cpp:13
↓ 10 callersMethodvalue
Eigen/src/SparseCore/SparseCwiseBinaryOp.h:194
↓ 10 callersFunctionvreinterpretq_f64_u64
Eigen/src/Core/arch/NEON/PacketMath.h:550
↓ 9 callersMethodIndexOfColMajor
unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h:126
↓ 9 callersMethodIndexOfRowMajor
unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h:130
↓ 9 callersFunctionSQR
unsupported/test/BVH.cpp:38
↓ 9 callersFunctionacos
unsupported/test/mpreal/mpreal.h:2236
↓ 9 callersFunctionarg
Eigen/src/Core/MathFunctions.h:903
↓ 9 callersFunctionbetainc
unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h:1556
↓ 9 callersFunctionbetainc
unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h:21
← previousnext →401–500 of 8,762, ranked by callers