Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ functions
Functions
1,126 in github.com/Simple-Robotics/aligator
⨍
Functions
1,126
◇
Types & classes
631
Method
getNumThreads
include/aligator/solvers/fddp/solver-fddp.hpp:81
Method
getNumThreads
include/aligator/solvers/proxddp/solver-proxddp.hpp:193
Method
getResidual
include/aligator/modelling/costs/log-residual-cost.hpp:57
Method
getResidual
include/aligator/modelling/costs/quad-residual-cost.hpp:51
Method
getResidual
include/aligator/modelling/costs/relaxed-log-barrier.hpp:48
Method
getTangentHeadWrite
include/aligator/modelling/spaces/tangent-bundle.hpp:64
Method
getTarget
include/aligator/modelling/costs/quad-state-cost.hpp:37
Method
getTarget
include/aligator/modelling/costs/quad-state-cost.hpp:71
Method
getU
include/aligator/core/bunchkaufman.hpp:430
Method
getU
include/aligator/core/bunchkaufman.hpp:444
Method
get_allocator
include/aligator/core/arena-matrix.hpp:51
Method
get_allocator
include/aligator/gar/parallel-solver.hpp:83
Method
get_allocator
include/aligator/gar/riccati-kernel.hpp:54
Method
get_allocator
include/aligator/gar/lqr-problem.hpp:187
Method
get_allocator
include/aligator/gar/proximal-riccati.hpp:38
Method
get_allocator
include/aligator/solvers/proxddp/workspace.hpp:126
Method
get_block
bindings/python/include/aligator/python/blk-matrix.hpp:23
Method
get_block2
bindings/python/include/aligator/python/blk-matrix.hpp:27
Method
get_cols
include/aligator/core/arena-matrix.hpp:227
Function
get_current_threads
Get the current number of threads.
include/aligator/threads.hpp:18
Method
get_from_index
bindings/python/include/aligator/python/functions.hpp:129
Method
get_from_indices
bindings/python/include/aligator/python/functions.hpp:133
Function
get_position_limit_constraint
()
examples/ur10_ballistic.py:237
Method
get_product_space
include/aligator/modelling/costs/cost-direct-sum.hpp:40
Method
get_ptr
bindings/python/include/aligator/python/polymorphic.hpp:128
Method
get_pytype
bindings/python/include/aligator/python/polymorphic.hpp:268
Method
get_rows
include/aligator/core/arena-matrix.hpp:221
Method
get_slice
bindings/python/include/aligator/python/functions.hpp:118
Function
get_thread_id
Get the current thread ID.
include/aligator/threads.hpp:23
Method
get_vector_space
include/aligator/modelling/costs/quad-costs.hpp:39
Method
hasCrossTerm
@copydoc has_cross_term_
include/aligator/modelling/costs/quad-costs.hpp:123
Method
hasDynModel
include/aligator/compat/crocoddyl/action-model-wrap.hpp:63
Method
hasDynModel
Whether the stage's dynamics model can be accessed. This boolean allows flexibility in solvers when dealing with different frontends e.g. Crocoddyl's
include/aligator/core/stage-model.hpp:87
Method
holds
required holder implementation
bindings/python/include/aligator/python/polymorphic.hpp:139
Method
holds_wrapped
bindings/python/include/aligator/python/polymorphic.hpp:150
Method
increaseRegularization
include/aligator/solvers/fddp/solver-fddp.hpp:151
Method
increaseRegularization
include/aligator/solvers/proxddp/solver-proxddp.hpp:356
Method
init
include/aligator/solvers/proxddp/solver-proxddp.hpp:86
Method
initialize
include/aligator/core/blk-matrix.hpp:234
Method
initializeRegularization
Initialize primal regularization for the inner loop. See sec. 3.1 of the IPOPT paper [Wächter, Biegler 2006] This called before first bwd pass attempt
include/aligator/solvers/proxddp/solver-proxddp.hpp:346
Method
integrate_impl
include/aligator/modelling/spaces/multibody.hpp:47
Method
integrate_impl
include/aligator/modelling/spaces/pinocchio-groups.hpp:66
Method
integrate_impl
include/aligator/compat/crocoddyl/state-wrap.hpp:46
Method
integrate_impl
include/aligator/core/vector-space.hpp:52
Method
interpolate_impl
include/aligator/modelling/spaces/multibody.hpp:96
Method
interpolate_impl
include/aligator/modelling/spaces/pinocchio-groups.hpp:106
Method
interpolate_impl
include/aligator/core/vector-space.hpp:86
Method
interpolate_impl
@brief Interpolation operation.
include/aligator/core/manifold-base.hpp:147
Method
invokeCallbacks
include/aligator/solvers/fddp/solver-fddp.hpp:205
Method
invokeCallbacks
@brief Invoke callbacks.
include/aligator/solvers/proxddp/solver-proxddp.hpp:293
Method
isExplicit
@brief Check if this dynamics model is implicit or explicit.
include/aligator/core/dynamics.hpp:36
Method
isInitialized
include/aligator/solvers/workspace-base.hpp:43
Method
isInitialized
include/aligator/solvers/results-base.hpp:37
Method
isNormalized
include/aligator/modelling/spaces/multibody.hpp:37
Method
isNormalized
include/aligator/modelling/spaces/pinocchio-groups.hpp:57
Method
isParameterized
include/aligator/gar/lqr-problem.hpp:163
Method
isUnderactuated
* @brief Determine whether the system is underactuated. * @details This is the case when the actuation matrix rank is lower to the * velocity d
include/aligator/modelling/dynamics/multibody-free-fwd.hpp:50
Method
isValid
include/aligator/solvers/proxddp/solver-proxddp.hpp:80
Method
kkt0_t
include/aligator/gar/riccati-kernel.hpp:117
Method
knot_fixture
tests/gar/knot.cpp:21
Method
last
include/aligator/third-party/boost/core/span.hpp:255
Method
lieGroup
include/aligator/modelling/spaces/pinocchio-groups.hpp:55
Method
linear_func_composition_impl
include/aligator/modelling/linear-function-composition.hpp:28
Method
log
src/utils/logger.cpp:23
Function
lqrDenseMatrix
tests/gar/test_util.hpp:90
Function
lqrDenseSolutionToTraj
include/aligator/gar/utils.hpp:81
Function
lqrKnotsSameDim
include/aligator/gar/lqr-problem.hpp:198
Function
lqr_create_sparse_wrap
bindings/python/src/gar/expose-utils.cpp:24
Function
lqr_problem
()
tests/python/test_solver.py:16
Function
lqr_problem_constrained
(lqr_problem)
tests/python/test_solver.py:80
Function
lqr_sol_initialize_wrap
bindings/python/src/gar/expose-utils.cpp:13
Function
main
examples/clqr.cpp:27
Function
main
examples/se2-car.cpp:7
Function
main
examples/talos-walk.cpp:16
Function
main
examples/talos-arm.cpp:12
Function
main
bench/croc-talos-arm.cpp:118
Function
main
bench/talos-walk.cpp:113
Function
main
bench/lqr.cpp:122
Function
main
bench/gar-riccati.cpp:93
Function
make_npendulum
(N, ub=True, lengths=None)
examples/utils/__init__.py:148
Function
make_setter_eigen_matrix
bindings/python/include/aligator/python/eigen-member.hpp:56
Function
make_span_from_indices
include/aligator/gar/riccati-kernel.hpp:17
Function
make_symmetric
include/aligator/math.hpp:210
Method
mimalloc_resource
include/aligator/core/mimalloc-resource.hpp:11
Function
mpc_problem
()
tests/python/test_mpc.py:21
Method
mu
include/aligator/core/constraint-set.hpp:108
Method
mu
include/aligator/solvers/proxddp/solver-proxddp.hpp:310
Method
mu_dyn
Used in linesearch.
include/aligator/solvers/proxddp/solver-proxddp.hpp:313
Method
mu_inv
include/aligator/core/constraint-set.hpp:109
Method
mu_inv
include/aligator/solvers/proxddp/solver-proxddp.hpp:311
Method
neutral_impl
include/aligator/modelling/spaces/multibody.hpp:101
Method
neutral_impl
include/aligator/modelling/spaces/pinocchio-groups.hpp:112
Method
neutral_impl
include/aligator/compat/crocoddyl/state-wrap.hpp:42
Method
neutral_impl
include/aligator/core/manifold-base.hpp:154
Method
normalConeProjection
include/aligator/modelling/constraints/equality-constraint.hpp:37
Method
normalConeProjection
include/aligator/modelling/constraints/negative-orthant.hpp:36
Method
normalConeProjection
include/aligator/modelling/constraints/l1-penalty.hpp:45
Method
normalConeProjection
include/aligator/modelling/constraints/constraint-set-product.hpp:77
Method
normal_unary_op
tests/test_util.hpp:8
Method
ntau
include/aligator/modelling/dynamics/multibody-free-fwd.hpp:40
← previous
next →
801–900 of 1,126, ranked by callers