Lines Matching refs:IA
76 const PetscInt *IA = NULL; in matrestorerow_() local
85 *ierr = F90Array1dAccess(ia, MPIU_INT, (void **)&IA PETSC_F90_2PTR_PARAM(iad)); in matrestorerow_()
99 *ierr = MatRestoreRow(*B, *row, &n, &IA, NULL); in matrestorerow_()
101 *ierr = MatRestoreRow(*B, *row, &n, &IA, &A); in matrestorerow_()
315 const PetscInt *IA, *JA; in matgetrowij_() local
316 *ierr = MatGetRowIJ(*B, *shift, *sym, *blockcompressed, n, &IA, &JA, done); in matgetrowij_()
319 *ierr = F90Array1dCreate((PetscInt *)IA, MPIU_INT, 1, *n + 1, ia PETSC_F90_2PTR_PARAM(iad)); in matgetrowij_()
320 *ierr = F90Array1dCreate((PetscInt *)JA, MPIU_INT, 1, IA[*n], ja PETSC_F90_2PTR_PARAM(jad)); in matgetrowij_()
324 const PetscInt *IA, *JA; in matrestorerowij_() local
325 *ierr = F90Array1dAccess(ia, MPIU_INT, (void **)&IA PETSC_F90_2PTR_PARAM(iad)); in matrestorerowij_()
333 *ierr = MatRestoreRowIJ(*B, *shift, *sym, *blockcompressed, n, &IA, &JA, done); in matrestorerowij_()