OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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