robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
riccati_factorization.hpp
Go to the documentation of this file.
1#ifndef ROBOTOC_RICCATI_FACTORIZATION_HPP_
2#define ROBOTOC_RICCATI_FACTORIZATION_HPP_
3
4#include "Eigen/Core"
5
8
9
10namespace robotoc {
11
17
18std::ostream& operator<<(std::ostream& os, const RiccatiFactorization& riccati);
19
20} // namespace robotoc
21
22#endif // ROBOTOC_RICCATI_FACTORIZATION_HPP_
Definition: constraint_component_base.hpp:17
std::ostream & operator<<(std::ostream &os, const Direction &d)
std::vector< T, Eigen::aligned_allocator< T > > aligned_vector
std vector with Eigen::aligned_allocator.
Definition: aligned_vector.hpp:14
aligned_vector< SplitRiccatiFactorization > RiccatiFactorization
Riccati factorization matices of the LQR subproblem.
Definition: riccati_factorization.hpp:16