Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h71 Index d_fsupc; // distance between the first column of the current panel and the in column_bmod() local
87 d_fsupc = fst_col - fsupc; in column_bmod()
89 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
90 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
98 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
155 d_fsupc = fst_col - fsupc; in column_bmod()
157 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
158 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
161 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
164 ufirst = glu.xlusup(jcol) + d_fsupc; in column_bmod()