DSHSVDGetDimensions#

Returns the number of columns for a DSHSVD.

Synopsis#

#include "slepcds.h" 
PetscErrorCode DSHSVDGetDimensions(DS ds,PetscInt *m)

Not Collective

Input Parameter#

  • ds - the direct solver context

Output Parameter#

  • m - the number of columns

See Also#

DS: Direct Solver (or Dense System), DSHSVDSetDimensions()

Level#

intermediate

Location#

src/sys/classes/ds/impls/hsvd/dshsvd.c

Implementations#

DSHSVDGetDimensions_HSVD() in src/sys/classes/ds/impls/hsvd/dshsvd.c


Index of all DS routines Table of Contents for all manual pages Index of all manual pages