alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Namespaces | Functions
check-dim.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <optional>
#include <stdexcept>
#include <string>
+ Include dependency graph for check-dim.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alpaqa
 
namespace  alpaqa::util
 

Functions

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)