Home | History | Annotate | Download | only in Core

Lines Matching refs:lazyAssign

409     /** \sa MatrixBase::lazyAssign() */
411 EIGEN_STRONG_INLINE Derived& lazyAssign(const DenseBase<OtherDerived>& other)
414 return Base::lazyAssign(other.derived());
616 // I don't think we need this resize call since the lazyAssign will anyways resize
617 // and lazyAssign will be called by the assign selector.
619 // the 'false' below means to enforce lazy evaluation. We don't use lazyAssign() because