Home | History | Annotate | Download | only in Core

Lines Matching defs:_set

385       return _set(other);
574 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other)
586 /** \internal Like _set() but additionally makes the assumption that no aliasing effect can happen (which
589 * \sa operator=(const MatrixBase<OtherDerived>&), _set()