Home
last modified time | relevance | path

Searched refs:jm1ptr (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h117 Index fsupc, jptr, jm1ptr, ito, ifrom, istop; in column_dfs() local
131 jm1ptr = glu.xlsub(jcolm1); in column_dfs()
134 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU; in column_dfs()
151 istop = ito + jptr - jm1ptr; in column_dfs()
155 for (ifrom = jm1ptr; ifrom < nextl; ++ifrom, ++ito) in column_dfs()