Home
last modified time | relevance | path

Searched refs:cjj (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dmatptap.c194 PetscInt *ci = c->i, *cj = c->j, *cjj; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy() local
251 cjj = cj + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy()
256 if (cjj[k] == apj[nextap]) caj[k] += (*pA) * apa[apj[nextap++]]; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy()
H A Dmatmatmult.c1442 PetscInt cm = C->rmap->n, *ci = c->i, *cj = c->j, crow, *cjj, i, j, k; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() local
1466 cjj = cj + ci[crow]; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()
1470 if (cjj[k] == *(bj + nextb)) { /* ccol == bcol */ in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()
/petsc/src/mat/impls/maij/
H A Dmaij.c592 const PetscInt *ci = c->i, *cj = c->j, *cjj; in MatPtAPNumeric_SeqAIJ_SeqMAIJ() local
643 cjj = cj + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqMAIJ()
648 if (cjj[k] == apj[nextap]) caj[k] += (*pA) * apa[apj[nextap++]]; in MatPtAPNumeric_SeqAIJ_SeqMAIJ()