MCPcopy Create free account

hub / github.com/TinyMPC/TinyMPC / functions

Functions7,313 in github.com/TinyMPC/TinyMPC

MethodInnerStride
include/Eigen/Eigen/src/Core/Stride.h:105
MethodInverseImpl
include/Eigen/Eigen/src/Core/PermutationMatrix.h:544
FunctionInverseReturnType inverse
\returns an expression of the coefficient-wise inverse of *this. * * Example: \include Cwise_inverse.cpp * Output: \verbinclude Cwise_inverse.ou
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:411
MethodIsComplex), bool> isfinite_impl
include/Eigen/Eigen/src/Core/MathFunctions.h:852
MethodIsComplex), bool> isnan_impl
include/Eigen/Eigen/src/Core/MathFunctions.h:884
MethodIsComplex), bool> isinf_impl
include/Eigen/Eigen/src/Core/MathFunctions.h:868
FunctionIsFiniteReturnType isFinite
\returns an expression of the coefficient-wise isfinite of *this. * * Example: \include Cwise_isFinite.cpp * Output: \verbinclude Cwise_isFinite
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:576
FunctionIsInfReturnType isInf
\returns an expression of the coefficient-wise isinf of *this. * * Example: \include Cwise_isInf.cpp * Output: \verbinclude Cwise_isInf.out *
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:562
FunctionIsNaNReturnType isNaN
\returns an expression of the coefficient-wise isnan of *this. * * Example: \include Cwise_isNaN.cpp * Output: \verbinclude Cwise_isNaN.out *
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:548
MethodIsometryTransformType operator*
include/Eigen/Eigen/src/Geometry/Translation.h:108
MethodIterativeSolverBase
Default constructor. */
include/Eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:168
MethodIterator
Default constructor * \param vec the vector on which we iterate * \param epsilon the minimal value used to prune zero coefficients.
include/Eigen/Eigen/src/SparseCore/AmbiVector.h:298
MethodJacobiRotation
Default constructor without any initialization. */
include/Eigen/Eigen/src/Jacobi/Jacobi.h:42
MethodJacobiSVD
\brief Default Constructor. * * The default constructor is useful in cases in which the user intends to * perform decompositions via JacobiSV
include/Eigen/Eigen/src/SVD/JacobiSVD.h:546
MethodKLU
include/Eigen/Eigen/src/KLUSupport/KLUSupport.h:86
FunctionKLoop
include/Eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h:33
FunctionKLoop
include/Eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h:2994
MethodLDLT
\brief Default Constructor. * * The default constructor is useful in cases in which the user intends to * perform decompositions via
include/Eigen/Eigen/src/Cholesky/LDLT.h:87
MethodLLT
* \brief Default Constructor. * * The default constructor is useful in cases in which the user intends to * perform decompositions v
include/Eigen/Eigen/src/Cholesky/LLT.h:95
FunctionLUTempSpace
include/Eigen/Eigen/src/SparseLU/SparseLU_Memory.h:47
MethodLeastSquareDiagonalPreconditioner
include/Eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h:138
MethodLeastSquaresConjugateGradient
Default constructor. */
include/Eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h:168
FunctionLgammaReturnType lgamma
\cpp11 \returns an expression of the coefficient-wise ln(|gamma(*this)|). * * \specialfunctions_module * * \note This function supports only f
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:625
MethodLinSpaced
include/Eigen/Eigen/src/Core/CwiseNullaryOp.h:245
MethodLocalSteal
Steals work within threads belonging to the partition.
include/Eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h:364
FunctionLog10ReturnType log10
\returns an expression of the coefficient-wise base-10 logarithm of *this. * * This function computes the coefficient-wise base-10 logarithm. *
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:160
FunctionLog1pReturnType log1p
\returns an expression of the coefficient-wise logarithm of 1 plus \c *this. * * In exact arithmetic, \c x.log() is equivalent to \c (x+1).log(),
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:144
FunctionLog2ReturnType log2
\returns an expression of the coefficient-wise base-2 logarithm of *this. * * This function computes the coefficient-wise base-2 logarithm. *
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:172
FunctionLogReturnType log
\returns an expression of the coefficient-wise logarithm of *this. * * This function computes the coefficient-wise logarithm. The function MatrixB
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:130
FunctionLogisticReturnType logistic
\returns an expression of the coefficient-wise logistic of *this. */
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:397
MethodLowerBoundIndex
include/Eigen/Eigen/src/SparseCore/SparseUtil.h:145
FunctionMICRO_COMPLEX_EXTRA_ROW
include/Eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h:2367
FunctionMICRO_EXTRA_ROW
include/Eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h:1907
FunctionMap
\name Map * These are convenience functions returning Map objects. The Map() static functions return unaligned Map objects, * while the Al
include/Eigen/Eigen/src/Core/PlainObjectBase.h:636
MethodMap
include/Eigen/Eigen/src/Geometry/Quaternion.h:427
MethodMap
include/Eigen/Eigen/src/Geometry/Quaternion.h:464
MethodMap
include/Eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h:177
MethodMap
This is the const version of the above constructor. * * This constructor is available only if \c SparseMatrixType is const, e.g.: *
include/Eigen/Eigen/src/SparseCore/SparseMap.h:273
MethodMap
include/Eigen/Eigen/src/Core/Map.h:131
MethodMap
include/Eigen/Eigen/src/Core/Transpositions.h:225
MethodMap
include/Eigen/Eigen/src/Core/PermutationMatrix.h:418
FunctionMapAligned
include/Eigen/Eigen/src/Core/PlainObjectBase.h:649
MethodMapBase
include/Eigen/Eigen/src/Core/MapBase.h:154
MethodMapBase
include/Eigen/Eigen/src/Core/MapBase.h:291
MethodMappedSuperNodalMatrix
include/Eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:43
MethodMatrix
include/Eigen/Eigen/src/Geometry/RotationBase.h:142
MethodMatrix
include/Eigen/Eigen/src/Core/Matrix.h:261
FunctionMatrix<Scalar,2,2> toRotationMatrix
include/Eigen/Eigen/src/Geometry/RotationBase.h:184
FunctionMatrix<Scalar,Dim,Dim> toRotationMatrix
include/Eigen/Eigen/src/Geometry/RotationBase.h:191
FunctionMatrixType operatorInverseSqrt
\brief Computes the inverse square root of the matrix. * * \returns the inverse positive-definite square root of the matrix *
include/Eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:354
FunctionMatrixType operatorSqrt
\brief Computes the positive-definite square root of the matrix. * * \returns the positive-definite square root of the matrix *
include/Eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:329
MethodMatrixWrapper
include/Eigen/Eigen/src/Core/ArrayWrapper.h:161
FunctionNdtriReturnType ndtri
\returns an expression of the coefficient-wise inverse of the CDF of the Normal distribution function * function of *this. * * \specialfunctions
include/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:698
MethodNegateExpr
include/Eigen/Eigen/src/Core/util/SymbolicIndex.h:211
FunctionNegativeReturnType operator-
include/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h:43
MethodNestByValue
include/Eigen/Eigen/src/Core/NestByValue.h:50
MethodNoAlias
include/Eigen/Eigen/src/Core/NoAlias.h:39
MethodNonEmptyQueueIndex
include/Eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h:433
MethodNonInteger exteriorDistance
include/Eigen/Eigen/src/Geometry/AlignedBox.h:314
FunctionNormalReturnType normal
\returns a non-constant reference to the unit normal vector of the plane, which corresponds * to the linear part of the implicit equation. */
include/Eigen/Eigen/src/Geometry/Hyperplane.h:164
MethodNotification
include/Eigen/Eigen/src/ThreadPool/Barrier.h:64
MethodNotify
Notify wakes one or all waiting threads. Must be called after changing the associated wait predicate.
include/Eigen/Eigen/src/ThreadPool/EventCount.h:132
MethodNullaryExpr
include/Eigen/Eigen/src/Core/CwiseNullaryOp.h:112
MethodNumThreads
include/Eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h:155
MethodOnes
include/Eigen/Eigen/src/Core/CwiseNullaryOp.h:658
MethodOuterStride
include/Eigen/Eigen/src/Core/Stride.h:116
FunctionPacket16b padd<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:335
FunctionPacket16b pand<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:509
FunctionPacket16b pcast<Packet16f, Packet16b>
include/Eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h:37
FunctionPacket16b pcast<Packet4f, Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h:34
FunctionPacket16b pcast<Packet8f, Packet16b>
include/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h:40
FunctionPacket16b pgather<bool, Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:990
FunctionPacket16b pload<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:869
FunctionPacket16b ploaddup<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:937
FunctionPacket16b ploadu<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:901
FunctionPacket16b pmul<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:426
FunctionPacket16b por<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:515
FunctionPacket16b pset1<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:299
FunctionPacket16b psqrt<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h:35
FunctionPacket16b psub<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:345
FunctionPacket16b ptrue<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:492
FunctionPacket16b pxor<Packet16b>
include/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h:521
FunctionPacket16bf ploaddup<Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2372
FunctionPacket16bf ploadquad
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2385
FunctionPacket16bf F32ToBf16
Convert float to bfloat16 according to round-to-nearest-even/denormals algorithm.
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2399
FunctionPacket16bf pabs
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2521
FunctionPacket16bf padd<Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2527
FunctionPacket16bf pand
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2449
FunctionPacket16bf pandnot
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2454
FunctionPacket16bf pcast<Packet16f, Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h:164
FunctionPacket16bf pceil<Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2477
FunctionPacket16bf pcmp_eq
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2486
FunctionPacket16bf pcmp_le
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2492
FunctionPacket16bf pcmp_lt
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2498
FunctionPacket16bf pcmp_lt_or_nan
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2504
FunctionPacket16bf pconj
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2516
FunctionPacket16bf pdiv<Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2545
FunctionPacket16bf pfloor<Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2481
FunctionPacket16bf pfrexp
include/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h:35
FunctionPacket16bf pgather<bfloat16, Packet16bf>
include/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h:2607
← previousnext →1,501–1,600 of 7,313, ranked by callers