slepc-main 2024-11-09
Report Typos and Errors
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
()
Level
advanced
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