28 template<band_container_t CT>
auto to_band(CT&& custom) {
33 else static_assert(always_false_v<CT>,
"invalid container type");
36 template<band_symm_container_t CT>
auto to_band_symm(CT&& custom) {
41 else static_assert(always_false_v<CT>,
"invalid container type");
48 , trans_ctx(1, rows,
'R') {}
Definition traits.hpp:176