petsc-3.14.6 2021-03-30
Report Typos and Errors

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

mat - the Mat object
col - the column index
v - the Vec object

See Also

MATDENSE, MATDENSECUDA, MatDenseGetColumnVec(), MatDenseGetColumnVecRead(), MatDenseGetColumnVecWrite(), MatDenseRestoreColumnVecRead(), MatDenseRestoreColumnVecWrite()

Level

intermediate

Location

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

Implementations

MatDenseRestoreColumnVec_MPIDenseCUDA in src/mat/impls/dense/mpi/mpidense.c
MatDenseRestoreColumnVec_MPIDense in src/mat/impls/dense/mpi/mpidense.c
MatDenseRestoreColumnVec_SeqDenseCUDA in src/mat/impls/dense/seq/cuda/densecuda.cu
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