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.h72 Index fst_col; // First column within small LU update in column_bmod() local
82 fst_col = (std::max)(fsupc, fpanelc); in column_bmod()
86 d_fsupc = fst_col - fsupc; in column_bmod()
88 luptr = glu.xlusup(fst_col) + d_fsupc; in column_bmod()
95 nsupc = krep - fst_col + 1; in column_bmod()
98 Index lda = glu.xlusup(fst_col+1) - glu.xlusup(fst_col); in column_bmod()
103 no_zeros = kfnz - fst_col; in column_bmod()
148 fst_col = (std::max)(fsupc, fpanelc); in column_bmod()
150 if (fst_col < jcol) in column_bmod()
154 d_fsupc = fst_col - fsupc; in column_bmod()
[all …]