Home
last modified time | relevance | path

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

/petsc/src/tao/matrix/
H A Dsubmatfree.h33 PetscErrorCode MatGetRow_SMF(Mat, PetscInt, PetscInt *, const PetscInt **, const PetscScalar **);
H A Dsubmatfree.c244 PetscErrorCode MatGetRow_SMF(Mat mat, PetscInt row, PetscInt *ncols, const PetscInt **cols, const P… in MatGetRow_SMF() function