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