Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_copy_to_ucol.h59 StorageIndex nextu = glu.xusub(jcol); in copy_to_ucol() local
75 new_next = nextu + segsize; in copy_to_ucol()
78 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions); in copy_to_ucol()
80 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions); in copy_to_ucol()
88 … glu.usub(nextu) = perm_r(irow); // Unlike the L part, the U part is stored in its final order in copy_to_ucol()
89 glu.ucol(nextu) = dense(irow); in copy_to_ucol()
91 nextu++; in copy_to_ucol()
100 glu.xusub(jcol + 1) = nextu; // close U(*,jcol) in copy_to_ucol()