HomeSort by relevance Sort by last modified time
    Searched defs:lazyAssign (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
Assign.h 20 ::lazyAssign(const DenseBase<OtherDerived>& other)
PlainObjectBase.h 462 /** \sa MatrixBase::lazyAssign() */
465 EIGEN_STRONG_INLINE Derived& lazyAssign(const DenseBase<OtherDerived>& other)
468 return Base::lazyAssign(other.derived());
723 // I don't think we need this resize call since the lazyAssign will anyways resize
724 // and lazyAssign will be called by the assign selector.
726 // the 'false' below means to enforce lazy evaluation. We don't use lazyAssign() because
    [all...]
TriangularMatrix.h 441 void lazyAssign(const TriangularBase<OtherDerived>& other);
446 void lazyAssign(const MatrixBase<OtherDerived>& other);
567 void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const MatrixBase<OtherDerived>& other)
586 void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const TriangularBase<OtherDerived>& other)
    [all...]

Completed in 116 milliseconds