HomeSort by relevance Sort by last modified time
    Searched full:lastl (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 696 int lastl = 0, lastu = 0; local
750 Lval[lastl] = 1.0; /* unit diagonal */
751 Lrow[lastl++] = L_SUB(istart + upper - 1);
754 Lval[lastl] = SNptr[i];
756 if (Lval[lastl] != 0.0)
757 Lrow[lastl++] = L_SUB(istart+i);
759 Lcol[j+1] = lastl;
767 m_l.resizeNonZeros(lastl);

Completed in 57 milliseconds