typedef enum {MAT_CUSPARSE_MULT_DIAG, MAT_CUSPARSE_MULT_OFFDIAG, MAT_CUSPARSE_MULT, MAT_CUSPARSE_ALL} MatCUSPARSEFormatOperation;Not Collective Many br
MAT_CUSPARSE_MULT_DIAG | - sets the storage format for the diagonal matrix in the parallel MatMult Many br | |
MAT_CUSPARSE_MULT_OFFDIAG | - sets the storage format for the offdiagonal matrix in the parallel MatMult Many br | |
MAT_CUSPARSE_MULT | - sets the storage format for the entire matrix in the serial (single GPU) MatMult Many br | |
MAT_CUSPARSE_ALL | - sets the storage format for all CUSPARSE (GPU) matrices Many br |
Many br
Level:intermediate
Location:src/mat/../../include/petscmat.h
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages