#include "aligator/core/bunchkaufman.hpp"
#include "aligator/core/blk-matrix.hpp"
#include "lqr-problem.hpp"
#include <boost/core/make_span.hpp>
#include <optional>
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.
|
| |