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.h70 Index d_fsupc; // distance between the first column of the current panel and the in column_bmod() local
86 d_fsupc = fst_col - fsupc; in column_bmod()
88 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
89 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
97 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
154 d_fsupc = fst_col - fsupc; in column_bmod()
156 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
157 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
160 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
163 ufirst = glu.xlusup(jcol) + d_fsupc; in column_bmod()