aligator  0.13.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
 
Loading...
Searching...
No Matches
dense-kernel.hpp File Reference
#include <proxsuite-nlp/linalg/bunchkaufman.hpp>
#include "blk-matrix.hpp"
#include "lqr-problem.hpp"
#include "aligator/third-party/boost/core/span.hpp"
Include dependency graph for dense-kernel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::gar::DenseKernel< _Scalar >
 A dense Bunch-Kaufman based kernel. More...
 
struct  aligator::gar::DenseKernel< _Scalar >::Data
 
struct  aligator::gar::DenseKernel< _Scalar >::value
 

Namespaces

namespace  aligator
 Main package namespace.
 
namespace  aligator::gar
 

Functions

template<typename Derived, unsigned int UpLo = Eigen::Lower>
void aligator::gar::make_symmetric (const Eigen::MatrixBase< Derived > &matrix)
 Symmetrize a matrix using its lower triangular part.