Home
last modified time | relevance | path

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

/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c27 static PetscErrorCode MatGetRow_ConstantDiagonal(Mat A, PetscInt row, PetscInt *ncols, PetscInt *co… in MatGetRow_ConstantDiagonal() function
391 A->ops->getrow = MatGetRow_ConstantDiagonal; in MatCreate_ConstantDiagonal()