PETSc version 3.17.5
Fix/Edit manual page

MatSeqAIJCUSPARSERestoreArrayRead

restore the read-only access array obtained from MatSeqAIJCUSPARSEGetArrayRead()

Synopsis

#include "petscmat.h" 
PetscErrorCode MatSeqAIJCUSPARSERestoreArrayRead(Mat A, const PetscScalar** a)
Not Collective

Input Parameter

A - a MATSEQAIJCUSPARSE matrix

Output Parameter

a - pointer to the device data

See Also

MatSeqAIJCUSPARSEGetArrayRead()

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