PETSc version 3.16.0
Fix/Edit manual page
MatSeqAIJCUSPARSERestoreArray
restore the read-write access array obtained from
MatSeqAIJCUSPARSEGetArray
()
Synopsis
#include "petscmat.h"
PetscErrorCode
MatSeqAIJCUSPARSERestoreArray
(
Mat
A,
PetscScalar
** a)
Not Collective
Input Parameter
A
- a
MATSEQAIJCUSPARSE
matrix
Output Parameter
a
- pointer to the device data
See Also
MatSeqAIJCUSPARSEGetArray
()
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