Home
last modified time | relevance | path

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

/petsc/src/mat/impls/kaij/
H A Dkaij.c1258 static PetscErrorCode MatGetRow_MPIKAIJ(Mat A, PetscInt row, PetscInt *ncols, PetscInt **cols, Pets… in MatGetRow_MPIKAIJ() function
1483 A->ops->getrow = MatGetRow_MPIKAIJ; in MatCreate_KAIJ()