slepc-3.6.3 2016-03-29
DSGetLeadingDimension
Returns the leading dimension of the allocated matrices.
Synopsis
#include "slepcds.h"
PetscErrorCode DSGetLeadingDimension(DS ds,PetscInt *ld)
Not Collective
Input Parameter
ds - the direct solver context
Output Parameter
ld - leading dimension (maximum allowed dimension for the matrices)
See Also
DSAllocate(), DSSetDimensions()
Location: src/sys/classes/ds/interface/dsops.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages