#include "blk-matrix.hpp"
#include <proxsuite-nlp/linalg/bunchkaufman.hpp>
#include <Eigen/LU>
#include <Eigen/Cholesky>
#include "aligator/third-party/boost/core/make_span.hpp"
#include <optional>
#include "./riccati-impl.hxx"
Go to the source code of this file.
|
template<class T, class A> |
boost::span< T > | aligator::gar::make_span_from_indices (std::vector< T, A > &vec, size_t i0, size_t i1) |
| Create a boost::span object from a vector and two indices.
|
|
template<class T, class A> |
boost::span< const T > | aligator::gar::make_span_from_indices (const std::vector< T, A > &vec, size_t i0, size_t i1) |
| Create a boost::span object from a vector and two indices.
|
|