HomeSort by relevance Sort by last modified time
    Searched defs:no_zeros (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_bmod.h 57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; local
64 * no_zeros = no lf leading zeros in a supernodal U-segment
103 no_zeros = kfnz - fst_col;
105 LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
107 LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
SparseLU_panel_bmod.h 66 Index segsize,no_zeros ; local
121 no_zeros = kfnz - fsupc;
123 Index isub = lptr + no_zeros;
137 no_zeros = (krep - u_rows + 1) - fsupc;
138 luptr += lda * no_zeros + no_zeros;
167 no_zeros = kfnz - fsupc;
168 Index isub = lptr + no_zeros;
208 no_zeros = kfnz - fsupc;
209 if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
    [all...]

Completed in 49 milliseconds