Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h73 Index fst_col; // First column within small LU update in column_bmod() local
83 fst_col = (std::max)(fsupc, fpanelc); in column_bmod()
87 d_fsupc = fst_col - fsupc; in column_bmod()
89 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
96 nsupc = krep - fst_col + 1; in column_bmod()
99 Index lda = glu.xlusup(fst_col+1) - glu.xlusup(fst_col); in column_bmod()
104 no_zeros = kfnz - fst_col; in column_bmod()
149 fst_col = (std::max)(fsupc, fpanelc); in column_bmod()
151 if (fst_col < jcol) in column_bmod()
155 d_fsupc = fst_col - fsupc; in column_bmod()
[all …]