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#
Examples#
src/svd/tutorials/ex15f.F90
src/svd/tutorials/ex45.c
src/svd/tutorials/ex14.c
src/svd/tutorials/ex15.c
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages