PETSc version 3.15.5
MatDenseGetLDA
gets the leading dimension of the array returned from MatDenseGetArray() 
Synopsis
#include "petscmat.h" 
PetscErrorCode  MatDenseGetLDA(Mat A,PetscInt *lda)
Not collective
Input Parameter
Output Parameter
|  | lda | - the leading dimension | 
See Also
 MatDenseGetArray(), MatDenseRestoreArray(), MatDenseGetArrayRead(), MatDenseRestoreArrayRead(), MatDenseSetLDA()
Level
intermediate
Location
src/mat/impls/dense/seq/dense.c
Implementations
MatDenseGetLDA_MPIDense in src/mat/impls/dense/mpi/mpidense.c
MatDenseGetLDA_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