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.h35 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
41 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run() argument
47 Index isub = lptr + no_zeros; in run()
57 luptr += lda * no_zeros + no_zeros; in run()
77 isub = lptr + no_zeros; in run()
96 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
102 … 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 /*typename IndexVector::Scalar*/Index* 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.h57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; in column_bmod() local
103 no_zeros = kfnz - fst_col; in column_bmod()
105 …_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in column_bmod()
107 …l_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in column_bmod()