slepc-3.6.3 2016-03-29
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
name - name of SVD method
See Also
SVDSetType()
Location: src/svd/interface/svdbasic.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/svd/examples/tutorials/ex14.c.html
src/svd/examples/tutorials/ex15.c.html
src/svd/examples/tutorials/ex15f.F.html