template<typename View, typename>
atlas::linalg::view::Convert struct

Public types

using value_type = typename std::conditional<std::is_const<View>::value, const introspection::value_type<View>, introspection::value_type<View>>::type
using type = array::LocalView<value_type, introspection::rank<View>()>

Public static functions

static auto apply(View& view) -> type