MCPcopy Create free account

hub / github.com/SS47816/fiss_planner / functions

Functions3,111 in github.com/SS47816/fiss_planner

↓ 18 callersFunctionresize
Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are * Matrix::resize() and Array::resize()
include/fiss_planner/Eigen/src/Core/DenseBase.h:213
↓ 18 callersMethodz
\returns the \c z coefficient */
include/fiss_planner/Eigen/src/Eigen2Support/Geometry/Quaternion.h:73
↓ 17 callersMethodat
\returns the stored value at index \a key * If the value does not exist, then the value \a defaultValue is returned without any insertion. */
include/fiss_planner/Eigen/src/SparseCore/CompressedStorage.h:147
↓ 17 callersFunctionei_abs
include/fiss_planner/Eigen/src/Eigen2Support/MathFunctions.h:18
↓ 17 callersMethodinverse
include/fiss_planner/Eigen/src/LU/Inverse.h:320
↓ 17 callersMethodmakeGivens
include/fiss_planner/Eigen/src/Jacobi/Jacobi.h:148
↓ 17 callersMethodrows
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:223
↓ 17 callersMethodsquaredNorm
include/fiss_planner/Eigen/src/Core/Dot.h:113
↓ 17 callersMethodx
\brief Retruns the x-translation by value. **/
include/fiss_planner/Eigen/src/Geometry/Translation.h:74
↓ 16 callersFunctioncols
include/fiss_planner/Eigen/src/SparseCore/SparseProduct.h:125
↓ 16 callersMethodcols
include/fiss_planner/Eigen/src/LU/FullPivLU.h:374
↓ 16 callersMethodeigen2_dot
\returns the dot product of \c *this and \a other * Geometrically speaking, the dot product of two unit quaternions * corresponds to the cosin
include/fiss_planner/Eigen/src/Eigen2Support/Geometry/Quaternion.h:161
↓ 16 callersFunctionextract_data
include/fiss_planner/Eigen/src/Core/util/BlasUtil.h:272
↓ 16 callersFunctionfirst_aligned
include/fiss_planner/Eigen/src/Core/util/Memory.h:467
↓ 16 callersMethodlinear
\returns a read-only expression of the linear part of the transformation */
include/fiss_planner/Eigen/src/Geometry/Transform.h:379
↓ 16 callersMethodreserve
include/fiss_planner/Eigen/src/SparseCore/CompressedStorage.h:73
↓ 16 callersMethodrows
include/fiss_planner/Eigen/src/Cholesky/LLT.h:170
↓ 16 callersMethodrows
include/fiss_planner/Eigen/src/LU/FullPivLU.h:373
↓ 16 callersMethodsetZero
Sets all coefficients to zero. */
include/fiss_planner/Eigen/src/Core/DiagonalMatrix.h:206
↓ 15 callersMethodcwiseProduct
include/fiss_planner/Eigen/src/Core/MatrixBase.h:446
↓ 15 callersMethoddata
\returns a const pointer to the data array of this matrix */
include/fiss_planner/Eigen/src/Core/PlainObjectBase.h:212
↓ 15 callersMethodinitAcc
include/fiss_planner/Eigen/src/Core/products/GeneralBlockPanelKernel.h:185
↓ 15 callersFunctionreal_ref
include/fiss_planner/Eigen/src/Core/MathFunctions.h:587
↓ 15 callersMethodrows
include/fiss_planner/Eigen/src/Geometry/Homogeneous.h:75
↓ 15 callersMethodvaluePtr
include/fiss_planner/Eigen/src/SparseCore/SparseBlock.h:214
↓ 14 callersMethodapplyHouseholderOnTheLeft
include/fiss_planner/Eigen/src/Householder/Householder.h:113
↓ 14 callersMethodcols
include/fiss_planner/Eigen/src/Core/TriangularMatrix.h:50
↓ 14 callersMethodcols
include/fiss_planner/Eigen/src/QR/FullPivHouseholderQR.h:290
↓ 14 callersMethoddiagonal
include/fiss_planner/Eigen/src/Eigenvalues/Tridiagonalization.h:304
↓ 14 callersMethodindex
include/fiss_planner/Eigen/src/SparseCore/SparseBlock.h:485
↓ 14 callersMethodinnerSize
include/fiss_planner/Eigen/src/SparseCore/SparseView.h:47
↓ 14 callersMethodpacketOp
include/fiss_planner/Eigen/src/Core/Functors.h:668
↓ 14 callersFunctionprefetch
include/fiss_planner/Eigen/src/Core/GenericPacketMath.h:184
↓ 14 callersFunctionresize
include/fiss_planner/Eigen/src/SparseCore/SparseVector.h:197
↓ 14 callersMethodrows
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:315
↓ 14 callersMethodrows
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:69
↓ 14 callersMethodrows
include/fiss_planner/Eigen/src/QR/FullPivHouseholderQR.h:289
↓ 14 callersFunctionswap
Swaps the values of \c *this and \a other. * Overloaded for performance: this version performs a \em shallow swap by swaping pointers and attrib
include/fiss_planner/Eigen/src/SparseCore/SparseVector.h:236
↓ 14 callersMethodtranslation
\returns a read-only expression of the translation vector of the transformation */
include/fiss_planner/Eigen/src/Geometry/Transform.h:389
↓ 14 callersMethodx
\returns the \c x coefficient */
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:60
↓ 14 callersMethody
\brief Retruns the y-translation by value. **/
include/fiss_planner/Eigen/src/Geometry/Translation.h:76
↓ 13 callersMethodc
include/fiss_planner/Eigen/src/Jacobi/Jacobi.h:46
↓ 13 callersMethodconjugate
\sa MatrixBase::conjugate() */
include/fiss_planner/Eigen/src/Core/TriangularMatrix.h:257
↓ 13 callersFunctiondistance
Calculate the Euclideam distance between two points
include/fiss_planner/math_utils.cc:54
↓ 13 callersMethoddot
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:133
↓ 13 callersMethoddot
include/fiss_planner/Eigen/src/Core/Dot.h:62
↓ 13 callersMethodindexPtr
include/fiss_planner/Eigen/src/SparseCore/CompressedStorage.h:107
↓ 13 callersMethodprod
include/fiss_planner/Eigen/src/Core/Redux.h:386
↓ 13 callersMethods
include/fiss_planner/Eigen/src/Jacobi/Jacobi.h:48
↓ 13 callersMethodsolveInPlace
include/fiss_planner/Eigen/src/Cholesky/LLT.h:458
↓ 13 callersMethody
\returns the \c y coefficient */
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:62
↓ 12 callersMethodall
include/fiss_planner/Eigen/src/Core/BooleanRedux.h:79
↓ 12 callersFunctionassign_scalar_eig2mkl
include/fiss_planner/Eigen/src/Core/util/MKL_support.h:119
↓ 12 callersMethodcols
include/fiss_planner/Eigen/src/QR/ColPivHouseholderQR.h:294
↓ 12 callersMethoddeterminant
include/fiss_planner/Eigen/src/LU/FullPivLU.h:515
↓ 12 callersFunctiondiagonal
\returns a const expression of the diagonal coefficients */
include/fiss_planner/Eigen/src/SparseCore/SparseMatrix.h:626
↓ 12 callersMethodeval
\return the equivalent permutation matrix */
include/fiss_planner/Eigen/src/Core/PermutationMatrix.h:686
↓ 12 callersFunctionpconj
include/fiss_planner/Eigen/src/Core/arch/SSE/Complex.h:55
↓ 12 callersMethodrows
include/fiss_planner/Eigen/src/LU/PartialPivLU.h:170
↓ 12 callersMethodz
\returns the \c z coefficient */
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:64
↓ 11 callersMethodadjoint
include/fiss_planner/Eigen/src/SparseQR/SparseQR.h:673
↓ 11 callersMethodcols
include/fiss_planner/Eigen/src/Cholesky/LLT.h:171
↓ 11 callersMethodconjugate
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:656
↓ 11 callersMethodcross
include/fiss_planner/Eigen/src/Geometry/OrthoMethods.h:25
↓ 11 callersFunctioninnerStride
include/fiss_planner/Eigen/src/Core/Array.h:239
↓ 11 callersMethodnorm
\returns the norm of the quaternion's coefficients * \sa QuaternionBase::squaredNorm(), MatrixBase::norm() */
include/fiss_planner/Eigen/src/Geometry/Quaternion.h:119
↓ 11 callersMethodnormal
\returns a constant reference to the unit normal vector of the plane, which corresponds * to the linear part of the implicit equation. */
include/fiss_planner/Eigen/src/Geometry/Hyperplane.h:157
↓ 11 callersMethodsize
\returns the size of a side of the respective square matrix, i.e., the number of indices */
include/fiss_planner/Eigen/src/Core/PermutationMatrix.h:114
↓ 11 callersFunctionthrow_std_bad_alloc
include/fiss_planner/Eigen/src/Core/util/Memory.h:85
↓ 11 callersMethodvalue
include/fiss_planner/Eigen/src/SparseCore/SparseVector.h:365
↓ 11 callersMethodz
\brief Retruns the z-translation by value. **/
include/fiss_planner/Eigen/src/Geometry/Translation.h:78
↓ 10 callersFunctionamd_flip
include/fiss_planner/Eigen/src/OrderingMethods/Amd.h:38
↓ 10 callersMethodapplyHouseholderOnTheRight
include/fiss_planner/Eigen/src/Householder/Householder.h:150
↓ 10 callersMethodhouseholderQ
include/fiss_planner/Eigen/src/QR/ColPivHouseholderQR.h:557
↓ 10 callersMethodindex
include/fiss_planner/Eigen/src/SparseCore/SparseTriangularView.h:109
↓ 10 callersMethodmatrixT
\brief Returns an expression of the tridiagonal matrix T in the decomposition * * \returns expression object representing the matrix T
include/fiss_planner/Eigen/src/Eigenvalues/Tridiagonalization.h:263
↓ 10 callersMethodnormal
\returns a constant reference to the unit normal vector of the plane, which corresponds * to the linear part of the implicit equation. */
include/fiss_planner/Eigen/src/Eigen2Support/Geometry/Hyperplane.h:136
↓ 10 callersMethodrows
include/fiss_planner/Eigen/src/SparseLU/SparseLU.h:120
↓ 10 callersMethodrows
include/fiss_planner/Eigen/src/PardisoSupport/PardisoSupport.h:130
↓ 10 callersFunctiontoRotationMatrix
include/fiss_planner/Eigen/src/Geometry/RotationBase.h:182
↓ 10 callersFunctionvalue
include/fiss_planner/Eigen/src/SparseCore/SparseBlock.h:595
↓ 9 callersMethodcols
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:316
↓ 9 callersMethodcols
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:68
↓ 9 callersMethodcols
\returns the number of columns of the represented matrix. */
include/fiss_planner/Eigen/src/SparseQR/SparseQR.h:112
↓ 9 callersMethodcols
include/fiss_planner/Eigen/src/QR/HouseholderQR.h:180
↓ 9 callersMethodfill
include/fiss_planner/Eigen/src/Core/CwiseNullaryOp.h:322
↓ 9 callersFunctionhypot
include/fiss_planner/Eigen/src/Core/MathFunctions.h:635
↓ 9 callersMethodindex
include/fiss_planner/Eigen/src/Core/Diagonal.h:139
↓ 9 callersMethodlinear
\returns a read-only expression of the linear (linear) part of the transformation */
include/fiss_planner/Eigen/src/Eigen2Support/Geometry/Transform.h:148
↓ 9 callersMethodmakeHouseholderInPlace
include/fiss_planner/Eigen/src/Householder/Householder.h:42
↓ 9 callersFunctionnorm1
include/fiss_planner/Eigen/src/Core/MathFunctions.h:629
↓ 9 callersFunctionpredux
include/fiss_planner/Eigen/src/Core/GenericPacketMath.h:200
↓ 9 callersFunctionpreverse
include/fiss_planner/Eigen/src/Core/arch/SSE/Complex.h:127
↓ 9 callersMethodrows
include/fiss_planner/Eigen/src/Eigenvalues/HessenbergDecomposition.h:362
↓ 9 callersMethodrows
include/fiss_planner/Eigen/src/QR/HouseholderQR.h:179
↓ 9 callersMethodswap
include/fiss_planner/Eigen/src/SparseCore/CompressedStorage.h:59
↓ 9 callersMethodtranslation
\returns a read-only expression of the translation vector of the transformation */
include/fiss_planner/Eigen/src/Eigen2Support/Geometry/Transform.h:153
↓ 8 callersMethodcolsPermutation
Get the permutation that was applied to columns of A
include/fiss_planner/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:198
↓ 8 callersMethodcompute
include/fiss_planner/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:344
↓ 8 callersMethoddata
include/fiss_planner/Eigen/src/Core/GeneralProduct.h:376
← previousnext →101–200 of 3,111, ranked by callers