Searched refs:is_eigen_mutable_map (Results 1 – 1 of 1) sorted by relevance
61 template <typename T> using is_eigen_mutable_map = std::is_base_of<Eigen::MapBase<T, Eigen::WriteAc… variable189 …static constexpr bool show_writeable = is_eigen_dense_map<Type>::value && is_eigen_mutable_map<Typ…374 return eigen_array_cast<props>(src, parent, is_eigen_mutable_map<MapType>::value);378 return eigen_array_cast<props>(src, none(), is_eigen_mutable_map<MapType>::value);414 static constexpr bool need_writeable = is_eigen_mutable_map<Type>::value;477 template <typename T = Type, enable_if_t<is_eigen_mutable_map<T>::value, int> = 0>480 template <typename T = Type, enable_if_t<!is_eigen_mutable_map<T>::value, int> = 0>