Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching full:lastu

714     int         lastl = 0, lastu = 0;
752 Uval[lastu] = ((Scalar*)Ustore->nzval)[i];
754 if (Uval[lastu] != 0.0)
755 Urow[lastu++] = U_SUB(i);
760 Uval[lastu] = SNptr[i];
762 if (Uval[lastu] != 0.0)
763 Urow[lastu++] = L_SUB(istart+i);
765 Ucol[j+1] = lastu;
786 m_u.resizeNonZeros(lastu);