slepc-3.13.2 2020-05-12
SVDDestroy
Destroys the SVD context.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDDestroy(SVD *svd)
Collective on svd
Input Parameter
| svd | - singular value solver context obtained from SVDCreate()
|
See Also
SVDCreate(), SVDSetUp(), SVDSolve()
Location: src/svd/interface/svdbasic.c
Examples
src/svd/tutorials/ex8.c.html
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