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

/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h591 * \sa operator=(const MatrixBase<OtherDerived>&), _set_noalias()
603 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::true_type&) { _set_noalias(other.eval()); }
606 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::false_type&) { _set_noalias(other); }
614 EIGEN_STRONG_INLINE Derived& _set_noalias(const DenseBase<OtherDerived>& other) function in class:Eigen::PlainObjectBase

Completed in 73 milliseconds