Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daij.h463 PETSC_INTERN PetscErrorCode MatZeroEntries_SeqAIJ(Mat);
H A Daij.c1184 PetscErrorCode MatZeroEntries_SeqAIJ(Mat A) in MatZeroEntries_SeqAIJ() function
3422 MatZeroEntries_SeqAIJ,
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1143 PetscCall(MatZeroEntries_SeqAIJ(A)); in MatZeroEntries_SeqAIJKokkos()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3409 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4019 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJCUSPARSE()