Searched refs:nextu (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_copy_to_ucol.h | 58 Index nextu = glu.xusub(jcol); in copy_to_ucol() local 74 new_next = nextu + segsize; in copy_to_ucol() 77 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions); in copy_to_ucol() 79 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions); in copy_to_ucol() 87 … glu.usub(nextu) = perm_r(irow); // Unlike the L part, the U part is stored in its final order in copy_to_ucol() 88 glu.ucol(nextu) = dense(irow); in copy_to_ucol() 90 nextu++; in copy_to_ucol() 99 glu.xusub(jcol + 1) = nextu; // close U(*,jcol) in copy_to_ucol()
|