slepc-3.16.1 2021-11-17
Report Typos and Errors
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/ex45.c.html
src/svd/tutorials/ex48.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