slepc-3.19.2 2023-09-05
   
SVDGetDS
Obtain the direct solver object associated to the singular value solver object. 
Synopsis
#include "slepcsvd.h" 
PetscErrorCode SVDGetDS(SVD svd,DS *ds)
Not Collective
Input Parameters
|  | svd | - singular value solver context obtained from SVDCreate() | 
Output Parameter
|  | ds | - direct solver context | 
See Also
 SVDSetDS()
Level
advanced
Location
src/svd/interface/svdbasic.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages