MatSeqAIJRestoreArray#
returns access to the array where the data for a MATSEQAIJ
matrix is stored obtained by MatSeqAIJGetArray()
Synopsis#
#include "petscmat.h"
PetscErrorCode MatSeqAIJRestoreArray(Mat A, PetscScalar *array[])
Not Collective
Input Parameters#
A - a
MATSEQAIJ
matrixarray - pointer to the data
Fortran Notes#
MatSeqAIJRestoreArray()
Fortran binding is deprecated (since PETSc 3.19), use MatSeqAIJRestoreArrayF90()
See Also#
Matrices, Mat
, MatSeqAIJGetArray()
, MatSeqAIJRestoreArrayF90()
Level#
intermediate
Location#
Implementations#
MatSeqAIJRestoreArray_SeqAIJ() in src/mat/impls/aij/seq/aij.c
MatSeqAIJRestoreArray_SeqAIJKokkos() in src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
MatSeqAIJRestoreArray_SeqAIJCUSPARSE() in src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
MatSeqAIJRestoreArray_SeqAIJHIPSPARSE() in src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.c
MatSeqAIJRestoreArray_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