Lines Matching refs:ajj
145 const PetscInt *ai, *aj, *bi, *bj, *garray, m = A->rmap->n, *ajj, *bjj;
184 ajj = aj + ai[i]; /* ptr to the beginning of this row */
188 colA_start = rstart + ajj[0]; /* the smallest global col index of A */
200 col[nz] = rstart + ajj[j];
216 const PetscInt *ai, *aj, *bi, *bj, *garray, bs = A->rmap->bs, bs2 = bs * bs, m = A->rmap->n / bs, *ajj, *bjj;
255 ajj = aj + ai[i]; /* ptr to the beginning of this row */
259 colA_start = rstart + (countA > 0 ? ajj[0] : 0); /* the smallest global col index of A */
272 for (j = 0; j < countA; j++) col[nz++] = rstart + ajj[j] + 1;
289 const PetscInt *ai, *aj, *bi, *bj, *garray, bs = A->rmap->bs, bs2 = bs * bs, m = A->rmap->n / bs, *ajj, *bjj;
327 ajj = aj + ai[i]; /* ptr to the beginning of this row */
331 for (j = 0; j < countA; j++) col[nz++] = rstart + ajj[j] + 1;