slepc-3.18.2 2023-01-26
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
()
Level
beginner
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
src/svd/tutorials/ex45.c.html
src/svd/tutorials/ex48.c.html
src/svd/tutorials/ex51.c.html
src/svd/tutorials/ex52.c.html
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages