Tatooine
tatooine::fixed_num_rows_mat Concept Reference

#include <tensor_concepts.h>

Concept definition

template<typename T, std::size_t M>
concept tatooine::fixed_num_rows_mat = static_mat<T> && std::decay_t<T>::dimension(0)
== M
Definition: tensor_concepts.h:48
Definition: tensor_concepts.h:26