Searched defs:a_i (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 644 …PetscInt nzA, nzB, *a_i = a->i, *b_i = b->i, *a_j = a->j, *b_j = b->j, ctmp, imark, *cworkA… local
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 264 const PetscInt *a_i = a->i; in MatMultTranspose_MatMultTransposeAdd_SeqMAIJ_Template() local
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 2345 PetscInt nzA, nzB, *a_i = a->i, *b_i = b->i, lwrite; in MatCreateSubMatrices_MPIAIJ_Local() local 2626 PetscInt nzA, nzB, *a_i = a->i, *b_i = b->i, *cworkB, lwrite; in MatCreateSubMatrices_MPIAIJ_Local() local
|