MCPcopy Create free account

hub / github.com/SS47816/fiss_planner / functions

Functions3,111 in github.com/SS47816/fiss_planner

MethodgetColor
include/fiss_planner/visualization.hpp:84
MethodgetL
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:260
MethodgetL
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:274
MethodgetL
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:423
MethodgetL
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:431
MethodgetL
include/fiss_planner/Eigen/src/Cholesky/LLT.h:365
MethodgetL
include/fiss_planner/Eigen/src/Cholesky/LLT.h:375
MethodgetMatrix
include/fiss_planner/Eigen/src/PardisoSupport/PardisoSupport.h:497
MethodgetMatrix
include/fiss_planner/Eigen/src/PardisoSupport/PardisoSupport.h:559
MethodgetMaxIterations
\brief Returns the maximum number of iterations. */
include/fiss_planner/Eigen/src/Eigenvalues/RealSchur.h:211
MethodgetMaxIterations
\brief Returns the maximum number of iterations. */
include/fiss_planner/Eigen/src/Eigenvalues/ComplexSchur.h:233
MethodgetMaxIterations
\brief Returns the maximum number of iterations. */
include/fiss_planner/Eigen/src/Eigenvalues/ComplexEigenSolver.h:231
MethodgetMaxIterations
\brief Returns the maximum number of iterations. */
include/fiss_planner/Eigen/src/Eigenvalues/EigenSolver.h:292
FunctiongetNextKinematicModelState
Get the next state std::vector of the bicycle vehicle kinematic model
include/fiss_planner/motion_model.cc:16
MethodgetSamplingWidthFromTargetLane
Calculate the sampling width for the planner
src/fiss_planner_node.cpp:637
MethodgetU
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:261
MethodgetU
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:275
MethodgetU
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:424
MethodgetU
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:432
MethodgetU
include/fiss_planner/Eigen/src/Cholesky/LLT.h:366
MethodgetU
include/fiss_planner/Eigen/src/Cholesky/LLT.h:376
Methodget_dot_product
* @brief Get the dot product between a point and an axis * * @param point * @param axis * @return double */
include/fiss_planner/sat_collision_checker.cc:106
Methodget_edge_direction
* @brief Get the direction of a single edge * * @param p0 Start point of the edge * @param p1 End point of the edge * @return geometry_msgs::Vect
include/fiss_planner/sat_collision_checker.cc:39
Methodget_orthogonal
* @brief Get the normal of a vector * * @param vec Vector to get the normal of * @return geometry_msgs::Vector3 */
include/fiss_planner/sat_collision_checker.cc:54
Methodget_symmetrized_graph
include/fiss_planner/Eigen/src/MetisSupport/MetisSupport.h:29
MethodgrabInput
include/fiss_planner/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:222
MethodgrabInput_impl
include/fiss_planner/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:229
MethodgrabMatrix
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:503
MethodgrabMatrix
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:607
MethodgrabMatrix
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:689
MethodgrapInput
include/fiss_planner/Eigen/src/UmfPackSupport/UmfPackSupport.h:331
MethodgrapInput_impl
include/fiss_planner/Eigen/src/UmfPackSupport/UmfPackSupport.h:302
Functionhead
\returns a dynamic-size expression of the first coefficients of *this. * * \only_for_vectors * * \param n the number of coefficients in the se
include/fiss_planner/Eigen/src/plugins/BlockMethods.h:805
Methodheap_relax_snode
include/fiss_planner/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:46
MethodhessenbergTriangular
include/fiss_planner/Eigen/src/Eigenvalues/RealQZ.h:217
Methodhighest
include/fiss_planner/Eigen/src/Core/NumTraits.h:77
Methodhnormalized
include/fiss_planner/Eigen/src/Geometry/Homogeneous.h:157
Methodhomogeneous
include/fiss_planner/Eigen/src/Geometry/Homogeneous.h:126
Methodhomogeneous_left_product_impl
include/fiss_planner/Eigen/src/Geometry/Homogeneous.h:241
Methodhomogeneous_right_product_impl
include/fiss_planner/Eigen/src/Geometry/Homogeneous.h:281
MethodhouseholderCoefficients
\brief Returns the Householder coefficients. * * \returns a const reference to the vector of Householder coefficients * * \pre
include/fiss_planner/Eigen/src/Eigenvalues/Tridiagonalization.h:180
MethodhouseholderQ
This method returns an expression of the unitary matrix Q as a sequence of Householder transformations. * * The returned expression can di
include/fiss_planner/Eigen/src/QR/HouseholderQR.h:133
MethodhouseholderU
include/fiss_planner/Eigen/src/SVD/UpperBidiagonalization.h:68
MethodhouseholderV
include/fiss_planner/Eigen/src/SVD/UpperBidiagonalization.h:74
MethodhypotNorm
include/fiss_planner/Eigen/src/Core/StableNorm.h:195
MethodhypotNorm
\returns a row (or column) vector expression of the norm * of each column (or row) of the referenced expression, avoiding * underflow and
include/fiss_planner/Eigen/src/Core/VectorwiseOp.h:347
Functionignore_unused_variable
include/fiss_planner/Eigen/src/Core/util/Macros.h:527
Functionimag
\returns an read-only expression of the imaginary part of \c *this. * * \sa real() */
include/fiss_planner/Eigen/src/plugins/CommonCwiseUnaryOps.h:115
Methodimage
\returns the image of the matrix, also called its column-space. The columns of the returned matrix * will form a basis of the kernel. *
include/fiss_planner/Eigen/src/LU/FullPivLU.h:187
Methodimage_retval_base
include/fiss_planner/Eigen/src/misc/Image.h:43
MethodincrementToNonZero
include/fiss_planner/Eigen/src/SparseCore/SparseView.h:81
Methodindex
include/fiss_planner/Eigen/src/SparseCore/MappedSparseMatrix.h:134
Methodindex
include/fiss_planner/Eigen/src/SparseCore/MappedSparseMatrix.h:165
Methodindex
include/fiss_planner/Eigen/src/SparseCore/SparseVector.h:400
Methodindex
include/fiss_planner/Eigen/src/SparseCore/SparseMatrix.h:922
Methodindex
include/fiss_planner/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:199
Methodindex
include/fiss_planner/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:279
Methodindex
include/fiss_planner/Eigen/src/Core/CoreIterators.h:46
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/UmfPackSupport/UmfPackSupport.h:172
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:225
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:326
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/SparseLU/SparseLU.h:207
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:234
Methodinfo
\returns Success if the iterations converged, and NoConvergence otherwise. */
include/fiss_planner/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:195
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h:131
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/SparseCholesky/SimplicialCholesky.h:76
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/CholmodSupport/CholmodSupport.h:205
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was successful, * \c Num
include/fiss_planner/Eigen/src/SparseQR/SparseQR.h:229
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/Cholesky/LDLT.h:231
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/Cholesky/LLT.h:164
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, * \c Nume
include/fiss_planner/Eigen/src/PardisoSupport/PardisoSupport.h:137
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, \c NoConvergence otherwi
include/fiss_planner/Eigen/src/Eigenvalues/RealSchur.h:193
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, \c NoConvergence otherwi
include/fiss_planner/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:312
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, \c NoConvergence otherwi
include/fiss_planner/Eigen/src/Eigenvalues/ComplexSchur.h:215
Methodinfo
\brief Reports whether previous computation was successful. * * \returns \c Success if computation was succesful, \c NoConvergence other
include/fiss_planner/Eigen/src/Eigenvalues/RealQZ.h:166
Methodinfo
\brief Reports whether the QR factorization was succesful. * * \note This function always returns \c Success. It is provided for compatibi
include/fiss_planner/Eigen/src/QR/ColPivHouseholderQR.h:377
Methodinit
include/fiss_planner/Eigen/src/UmfPackSupport/UmfPackSupport.h:289
Methodinit
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:287
Methodinit
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:496
Methodinit
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:601
Methodinit
include/fiss_planner/Eigen/src/PaStiXSupport/PaStiXSupport.h:683
Methodinit
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:414
Methodinit
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:587
Methodinit
include/fiss_planner/Eigen/src/SuperLUSupport/SuperLUSupport.h:896
Methodinit
include/fiss_planner/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:242
Methodinit
include/fiss_planner/Eigen/src/CholmodSupport/CholmodSupport.h:403
Methodinit
include/fiss_planner/Eigen/src/CholmodSupport/CholmodSupport.h:450
Methodinit
include/fiss_planner/Eigen/src/CholmodSupport/CholmodSupport.h:495
Methodinit
include/fiss_planner/Eigen/src/CholmodSupport/CholmodSupport.h:568
Methodinit
include/fiss_planner/Eigen/src/Core/Block.h:390
MethodinitAcc
include/fiss_planner/Eigen/src/Core/products/GeneralBlockPanelKernel.h:256
MethodinitAcc
include/fiss_planner/Eigen/src/Core/products/GeneralBlockPanelKernel.h:339
MethodinitAcc
include/fiss_planner/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461
MethodinitFrancisQRStep
include/fiss_planner/Eigen/src/Eigenvalues/RealSchur.h:439
MethodinitializeMarker
include/fiss_planner/visualization.hpp:183
Methodinitperfvalues
Functions
include/fiss_planner/Eigen/src/SparseLU/SparseLU.h:363
MethodinnerIndexPtr
include/fiss_planner/Eigen/src/SparseCore/SparseBlock.h:325
FunctioninnerSize
\returns the inner size. * * \note For a vector, this is just the size. For a matrix (non-vector), this is the minor dimension * wit
include/fiss_planner/Eigen/src/Core/DenseBase.h:203
MethodinnerSize
include/fiss_planner/Eigen/src/SparseCore/MappedSparseMatrix.h:51
FunctioninnerStride
include/fiss_planner/Eigen/src/Core/Matrix.h:336
← previousnext →1,701–1,800 of 3,111, ranked by callers