slepc-3.13.3 2020-06-14
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
Examples
src/svd/tutorials/ex14.c.html
src/svd/tutorials/ex15.c.html
src/svd/tutorials/ex15f.F.html
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages