Home | History | Annotate | Download | only in bench

Lines Matching refs:Bp

305                      int Bp[],
310 std::fill(Bp, Bp + n_row, 0);
313 Bp[Aij[n].x()]++;
316 //cumsum the nnz per row to get Bp[]
318 int temp = Bp[i];
319 Bp[i] = cumsum;
322 Bp[n_row] = nnz;
327 int dest = Bp[row];
332 Bp[row]++;
336 int temp = Bp[i];
337 Bp[i] = last;
341 //now Bp,Bj,Bx form a CSR representation (with possible duplicates)