Lines Matching refs:anzi

150   PetscInt           i, j, anzi, brow, bnzj, cnzi, *bj, *aj, *lnk, ndouble = 0, Crmax;  in MatMatMultSymbolic_SeqAIJ_SeqAIJ_LLCondensed()  local
177 anzi = ai[i + 1] - ai[i]; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_LLCondensed()
179 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_LLCondensed()
254 PetscInt i, j, k, anzi, bnzi, cnzi, brow; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted() local
285 anzi = ai[i + 1] - ai[i]; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
286 for (j = 0; j < anzi; j++) { in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
296 aj = PetscSafePointerPlusOffset(aj, anzi); in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
297 aa = PetscSafePointerPlusOffset(aa, anzi); in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
327 PetscInt i, j, k, anzi, bnzi, cnzi, brow; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable() local
347 anzi = ai[i + 1] - ai[i]; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
349 for (j = 0; j < anzi; j++) { in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
364 aj += anzi; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
365 aa += anzi; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
387 PetscInt i, j, anzi, brow, bnzj, cnzi, *bj, *aj, *lnk, ndouble = 0, Crmax; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable_fast() local
411 anzi = ai[i + 1] - ai[i]; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable_fast()
413 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable_fast()
490 PetscInt i, j, anzi, brow, bnzj, cnzi, *bj, *aj, *lnk, ndouble = 0, Crmax; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable() local
513 anzi = ai[i + 1] - ai[i]; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable()
515 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Scalable()
612 …const PetscInt anzi = ai[i + 1] - ai[i]; /* number of nonzeros in this row of A, this is the numb… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Heap() local
616 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Heap()
717 …const PetscInt anzi = ai[i + 1] - ai[i]; /* number of nonzeros in this row of A, this is the n… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_BTHeap() local
722 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_BTHeap()
826 …const PetscInt anzi = ai[i + 1] - ai[i]; /* number of nonzeros in this row of A, this is the numb… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge() local
829 for (k = 0; k < anzi; ++k) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
853 …const PetscInt anzi = ai[i + 1] - ai[i]; /* number of nonzeros in this row of A, this is the numb… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge() local
855 rowsleft = anzi; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
910 if (anzi > 8) outputj = workj_L1 + L1_nnz; /* Level 1 rowmerge*/ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
972 if (anzi > 8) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
978 if (anzi <= 64) outputj = cj + ci_nnz; /* Merge from L1 work array to C */ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
1016 if (anzi > 64 && (L2_nrows == 8 || rowsleft == 0)) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
1129 …const PetscInt anzi = ai[i + 1] - ai[i]; /* number of nonzeros in this row of… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local
1134 for (j = 0; j < anzi; j++) { in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted()
1301 …PetscInt *ai = a->i, *aj = a->j, *bi = b->i, *bj = b->j, anzi, bnzj, nexta, n… in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ() local
1339 anzi = ai[i + 1] - ai[i]; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1354 while (nexta < anzi && nextb < bnzj) { in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1355 while (nexta < anzi && acol[nexta] < bcol[nextb]) nexta++; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1356 if (nexta == anzi) break; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1441 PetscInt am = A->rmap->n, anzi, *ai = a->i, *aj = a->j, *bi = b->i, *bj, bnzi, nextb; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() local
1462 anzi = ai[i + 1] - ai[i]; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()
1463 for (j = 0; j < anzi; j++) { in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()