tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::linalg::inout_matrix Concept Reference

#include <concepts.hpp>

Concept definition

template<typename T>
&& T::rank() == 2
&& is_same_v<remove_const_t<typename T::element_type>, typename T::element_type>
&& T::is_always_unique()
Definition concepts.hpp:152
static constexpr Type value
Definition integral_constant.hpp:11