Closed mircomarahrens closed 2 years ago
Regarding #141:
Changing
const auto& dM = M.derived_cast();
to
auto&& dM = xt::view_eval<T::static_layout>(M.derived_cast());
should do it.
Regarding #141:
Changing
to
should do it.