Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_kernel_bmod.h34 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
40 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run() argument
46 Index isub = lptr + no_zeros; in run()
56 luptr += lda * no_zeros + no_zeros; in run()
76 isub = lptr + no_zeros; in run()
95 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
101 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
105 Scalar f = dense(lsub(lptr + no_zeros));
106 luptr += lda * no_zeros + no_zeros + 1;
108 const StorageIndex* irow(lsub.data()+lptr + no_zeros + 1);
DSparseLU_panel_bmod.h66 Index segsize,no_zeros ; in panel_bmod() local
121 no_zeros = kfnz - fsupc; in panel_bmod()
123 Index isub = lptr + no_zeros; in panel_bmod()
137 no_zeros = (krep - u_rows + 1) - fsupc; in panel_bmod()
138 luptr += lda * no_zeros + no_zeros; in panel_bmod()
167 no_zeros = kfnz - fsupc; in panel_bmod()
168 Index isub = lptr + no_zeros; in panel_bmod()
208 no_zeros = kfnz - fsupc; in panel_bmod()
209 …nel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
210 …nel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
[all …]
DSparseLU_column_bmod.h58 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; in column_bmod() local
104 no_zeros = kfnz - fst_col; in column_bmod()
106 …_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in column_bmod()
108 …l_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in column_bmod()