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

/external/eigen/Eigen/src/Core/
H A DMap.h180 this->_set_noalias(Eigen::Map<const Array>(data));
187 this->_set_noalias(Eigen::Map<const Matrix>(data));
H A DArray.h189 Base::_set_noalias(other);
196 Base::_set_noalias(other);
H A DMatrix.h281 Base::_set_noalias(other);
288 Base::_set_noalias(other);
H A DPlainObjectBase.h569 * \sa operator=(const MatrixBase<OtherDerived>&), _set_noalias()
581 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::true_type&) { _set_noalias(other.eval()); }
584 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::false_type&) { _set_noalias(other); }
592 EIGEN_STRONG_INLINE Derived& _set_noalias(const DenseBase<OtherDerived>& other) function in class:Eigen::PlainObjectBase

Completed in 214 milliseconds