Searched refs:kfnz (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_copy_to_ucol.h59 Index kfnz, isub, segsize; local
68 kfnz = repfnz(krep);
69 if (kfnz != emptyIdxLU)
72 isub = glu.xlsub(fsupc) + kfnz - fsupc;
73 segsize = krep - kfnz + 1;
H A DSparseLU_panel_bmod.h63 Index krep, kfnz; local
93 kfnz = repfnz_col(krep);
94 if ( kfnz == emptyIdxLU )
97 segsize = krep - kfnz + 1;
115 kfnz = repfnz_col(krep);
116 if ( kfnz == emptyIdxLU )
119 segsize = krep - kfnz + 1;
121 no_zeros = kfnz - fsupc;
162 kfnz = repfnz_col(krep);
163 if ( kfnz
[all...]
H A DSparseLU_column_bmod.h57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; local
63 * kfnz = first nonz in the k-th supernodal segment
91 kfnz = repfnz(krep);
92 kfnz = (std::max)(kfnz, fpanelc);
94 segsize = krep - kfnz + 1;
103 no_zeros = kfnz - fst_col;

Completed in 52 milliseconds