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

MatDenseGetArrayRead

gives read-only access to the array where the data for a dense matrix is stored

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatDenseGetArrayRead(Mat A,const PetscScalar **array)
Not Collective

Input Parameter

mat - a dense matrix

Output Parameter

array - pointer to the data

See Also

MatDenseRestoreArrayRead(), MatDenseGetArray(), MatDenseRestoreArray(), MatDenseGetArrayWrite(), MatDenseRestoreArrayWrite()

Level

intermediate

Location

src/mat/impls/dense/seq/dense.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages