Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daij.h429 PETSC_INTERN PetscErrorCode MatRestoreRowIJ_SeqAIJ(Mat, PetscInt, PetscBool, PetscBool, PetscInt *,…
H A Dinode.c241 PetscCall(MatRestoreRowIJ_SeqAIJ(A, oshift, symmetric, blockcompressed, n, ia, ja, done)); in MatRestoreRowIJ_SeqAIJ_Inode()
3903 A->ops->restorerowij = MatRestoreRowIJ_SeqAIJ; in MatSeqAIJ_Inode_ResetOps()
H A Daij.c227 PetscErrorCode MatRestoreRowIJ_SeqAIJ(Mat A, PetscInt oshift, PetscBool symmetric, PetscBool inodec… in MatRestoreRowIJ_SeqAIJ() function
3450 MatRestoreRowIJ_SeqAIJ,