MatSeqAIJRestoreArrayWrite#
restore the write-only access array obtained from MatSeqAIJGetArrayWrite()
Synopsis#
#include "petscmat.h"
PetscErrorCode MatSeqAIJRestoreArrayWrite(Mat A, PetscScalar *array[])
Not Collective
Input Parameter#
A - a
MATSEQAIJmatrix
Output Parameter#
array - pointer to the data
See Also#
Matrices, Mat, MatSeqAIJGetArray(), MatSeqAIJGetArrayWrite()
Level#
intermediate
Location#
Implementations#
MatSeqAIJRestoreArrayWrite_SeqAIJKokkos() in src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
MatSeqAIJRestoreArrayWrite_SeqAIJCUSPARSE() in src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
MatSeqAIJRestoreArrayWrite_SeqAIJHIPSPARSE() in src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cxx
MatSeqAIJRestoreArrayWrite_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