MatDenseRestoreColumnVec#

Returns access to a column of a dense matrix obtained from MatDenseGetColumnVec().

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatDenseRestoreColumnVec(Mat A, PetscInt col, Vec *v)

Collective

Input Parameters#

  • A - the Mat object

  • col - the column index

  • v - the Vec object (may be NULL)

See Also#

Matrices, Mat, MATDENSE, MATDENSECUDA, MATDENSEHIP, MatDenseGetColumnVec(), MatDenseGetColumnVecRead(), MatDenseGetColumnVecWrite(), MatDenseRestoreColumnVecRead(), MatDenseRestoreColumnVecWrite()

Level#

intermediate

Location#

src/mat/impls/dense/seq/dense.c

Implementations#

MatDenseRestoreColumnVec_MPIDense() in src/mat/impls/dense/mpi/mpidense.c
MatDenseRestoreColumnVec_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