Searched defs:_set_selector (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h598 _set_selector(other.derived(), typename internal::conditional<static_cast<bool>(int(OtherDerived::Flags) & EvalBeforeAssigningBit), internal::true_type, internal::false_type>::type());
603 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::true_type&) { _set_noalias(other.eval()); } function in class:Eigen::PlainObjectBase
606 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::false_type&) { _set_noalias(other); } function in class:Eigen::PlainObjectBase

Completed in 307 milliseconds