Searched refs:need_writeable (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h414 static constexpr bool need_writeable = is_eigen_mutable_map<Type>::value; member in struct:type_caster
437 if (aref && (!need_writeable || aref.writeable())) {
454 if (!convert || need_writeable) return false;

Completed in 7 milliseconds