SVDGetType#
Gets the SVD type as a string from the SVD object.
Synopsis#
#include "slepcsvd.h"
PetscErrorCode SVDGetType(SVD svd,SVDType *type)
Not Collective
Input Parameter#
svd - the singular value solver context
Output Parameter#
type - name of SVD method
See Also#
SVDSetType()
Level#
intermediate
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