Searched refs:MatCUSPARSEStorageFormat (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mpicusparse/ ! |
| H A D | mpicusparsematimpl.h | 7 MatCUSPARSEStorageFormat diagGPUMatFormat = MAT_CUSPARSE_CSR; 8 MatCUSPARSEStorageFormat offdiagGPUMatFormat = MAT_CUSPARSE_CSR;
|
| H A D | mpiaijcusparse.cu | 361 …ARSESetFormat_MPIAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat format) in MatCUSPARSESetFormat_MPIAIJCUSPARSE() 386 MatCUSPARSEStorageFormat format; in MatSetFromOptions_MPIAIJCUSPARSE()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ ! |
| H A D | cusparsematimpl.h | 313 …MatCUSPARSEStorageFormat format; /* the storage format for the matrix on the device */
|
| H A D | aijcusparse.cu | 61 …ode MatSeqAIJCUSPARSEMultStruct_Destroy(Mat_SeqAIJCUSPARSEMultStruct **, MatCUSPARSEStorageFormat); 72 …ARSESetFormat_SeqAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat format) in MatCUSPARSESetFormat_SeqAIJCUSPARSE() 106 PetscErrorCode MatCUSPARSESetFormat(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat … in MatCUSPARSESetFormat() 110 …(A, "MatCUSPARSESetFormat_C", (Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorageFormat), (A, op,… in MatCUSPARSESetFormat() 165 MatCUSPARSEStorageFormat format; in MatSetFromOptions_SeqAIJCUSPARSE() 4224 …SPARSEMultStruct_Destroy(Mat_SeqAIJCUSPARSEMultStruct **matstruct, MatCUSPARSEStorageFormat format) in MatSeqAIJCUSPARSEMultStruct_Destroy()
|
| /petsc/include/ ! |
| H A D | petscmat.h | 2522 } MatCUSPARSEStorageFormat; typedef 2550 …ERN PetscErrorCode MatCUSPARSESetFormat(Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorageFormat);
|