-mat_type aijcusparse | - sets the matrix type to "seqaijcusparse" during a call to MatSetFromOptions() | |
-mat_cusparse_storage_format csr | - sets the storage format of matrices (for MatMult and factors in MatSolve) during a call to MatSetFromOptions(). Other options include ell (ellpack) or hyb (hybrid). | |
-mat_cusparse_mult_storage_format csr | - sets the storage format of matrices (for MatMult) during a call to MatSetFromOptions(). Other options include ell (ellpack) or hyb (hybrid). |