aligator  0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
 
Loading...
Searching...
No Matches
constraint-set-product.hpp File Reference
Include dependency graph for constraint-set-product.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::ConstraintSetProductTpl< Scalar >
 Cartesian product of multiple constraint sets. This class makes computing multipliers and Jacobian matrix projections more convenient. More...
 

Namespaces

namespace  aligator
 Main package namespace.
 

Functions

template<typename Derived>
auto aligator::blockMatrixGetRow (const Eigen::MatrixBase< Derived > &matrix, const std::vector< Eigen::Index > &rowBlockSizes, std::size_t rowIdx)
 
template<typename Derived>
auto aligator::blockVectorGetRow (const Eigen::MatrixBase< Derived > &matrix, const std::vector< Eigen::Index > &blockSizes, std::size_t blockIdx)
 

Detailed Description

Definition in file constraint-set-product.hpp.