MatDenseRestoreColumn#
returns access to a column of a MATDENSE matrix which is returned by MatDenseGetColumn().
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatDenseRestoreColumn(Mat A, PetscScalar *vals[])
Not Collective
Input Parameters#
- A - a - MATSEQDENSEor- MATMPIDENSEmatrix
- vals - pointer to the data (may be - NULL)
See Also#
Level#
intermediate
Location#
Examples#
Implementations#
MatDenseRestoreColumn_MPIDense() in src/mat/impls/dense/mpi/mpidense.c
MatDenseRestoreColumn_SeqDense() in src/mat/impls/dense/seq/dense.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages