MatSeqAIJCUSPARSERestoreIJ#
restore the device row storage i and j indices obtained with MatSeqAIJCUSPARSEGetIJ()
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatSeqAIJCUSPARSERestoreIJ(Mat A, PetscBool compressed, const int **i, const int **j)
Not Collective
Input Parameters#
- A - the matrix 
- compressed - - PETSC_TRUEor- PETSC_FALSEindicating the matrix data structure should be always returned in compressed form
- i - the CSR row pointers 
- j - the CSR column indices 
See Also#
Level#
developer
Location#
src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages