#include <alpaqa/config/config.hpp>
#include <optional>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
template<class V> |
void | check_dim_msg (const V &v, auto sz, std::string msg) |
template<class V> |
void | check_dim_msg (std::optional< V > &v, auto sz, std::string msg) |
template<class V> |
void | check_dim (std::string name, V &&v, auto sz) |
template<class M> |
void | check_dim_msg (const M &m, auto rows, auto cols, std::string msg) |
template<class M> |
void | check_dim (std::string name, M &&m, auto rows, auto cols) |