Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu361 static PetscErrorCode MatCUSPARSESetFormat_MPIAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation op, Mat… in MatCUSPARSESetFormat_MPIAIJCUSPARSE()
/petsc/include/
H A Dpetscmat.h2546 } MatCUSPARSEFormatOperation; typedef
2550 PETSC_EXTERN PetscErrorCode MatCUSPARSESetFormat(Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorag…
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu72 PETSC_INTERN PetscErrorCode MatCUSPARSESetFormat_SeqAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation o… in MatCUSPARSESetFormat_SeqAIJCUSPARSE()
106 PetscErrorCode MatCUSPARSESetFormat(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat … in MatCUSPARSESetFormat()
110 …PetscTryMethod(A, "MatCUSPARSESetFormat_C", (Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorageFo… in MatCUSPARSESetFormat()