robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
kkt_matrix.hpp File Reference
#include <iostream>
#include "robotoc/core/split_kkt_matrix.hpp"
#include "robotoc/utils/aligned_vector.hpp"
Include dependency graph for kkt_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  robotoc
 

Typedefs

using robotoc::KKTMatrix = aligned_vector< SplitKKTMatrix >
 The KKT matrix of the optimal control problem. More...
 

Functions

std::ostream & robotoc::operator<< (std::ostream &os, const KKTMatrix &kkt_matrix)