Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/
H A Dsell.c227 static PetscErrorCode MatRestoreRow_SeqSELL(Mat A, PetscInt row, PetscInt *nz, PetscInt **idx, Pets… in MatRestoreRow_SeqSELL() function
256 PetscCall(MatRestoreRow_SeqSELL(A, i, &nz, &cols, &vals)); in MatConvert_SeqSELL_SeqAIJ()
1787 MatRestoreRow_SeqSELL,