slepc-3.19.2 2023-09-05
   
SVDType
String with the name of a SLEPc singular value solver 
Synopsis
typedef const char* SVDType;
#define SVDCROSS       "cross"
#define SVDCYCLIC      "cyclic"
#define SVDLAPACK      "lapack"
#define SVDLANCZOS     "lanczos"
#define SVDTRLANCZOS   "trlanczos"
#define SVDRANDOMIZED  "randomized"
#define SVDSCALAPACK   "scalapack"
#define SVDKSVD        "ksvd"
#define SVDELEMENTAL   "elemental"
#define SVDPRIMME      "primme"
See Also
 SVDSetType(), SVD
Level
beginner
Location
include/slepcsvd.h
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages