Searched refs:SkipDiag (Results 1 – 2 of 2) sorted by relevance
31 SkipDiag = (Mode&ZeroDiag) ? 1 : 0, enumerator83 SkipDiag = (Mode&ZeroDiag) ? 1 : 0,110 while((*this) && ((HasUnitDiag||SkipDiag) ? this->index()<=outer : this->index()<outer))147 if (SkipDiag) return (Base::operator bool() && this->index() < this->outer());
273 SkipDiag = (UpLo&(UnitDiag|ZeroDiag))!=0277 if(SkipDiag)291 &actualLhs.coeffRef(SkipDiag&&(UpLo&Lower)==Lower ? 1 : 0,0), actualLhs.outerStride(),292 &actualRhs.coeffRef(0,SkipDiag&&(UpLo&Upper)==Upper ? 1 : 0), actualRhs.outerStride(),293 …mat.data() + (SkipDiag ? (bool(IsRowMajor) != ((UpLo&Lower)==Lower) ? 1 : mat.outerStride() ) : 0)…