MatSeqAIJRestoreArrayRead#
restore the read-only access array obtained from MatSeqAIJGetArrayRead()
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatSeqAIJRestoreArrayRead(Mat A, const PetscScalar *array[])
Not Collective; No Fortran Support
Input Parameter#
- A - a - MATSEQAIJmatrix
Output Parameter#
- array - pointer to the data 
See Also#
Level#
intermediate
Location#
Implementations#
MatSeqAIJRestoreArrayRead_SeqAIJKokkos() in src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
MatSeqAIJRestoreArrayRead_SeqAIJCUSPARSE() in src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
MatSeqAIJRestoreArrayRead_SeqAIJHIPSPARSE() in src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.c
MatSeqAIJRestoreArrayRead_SeqAIJViennaCL() in src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages