slepc-3.13.3 2020-06-14
SVDCreate
Creates the default SVD context.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDCreate(MPI_Comm comm,SVD *outsvd)
Collective
Input Parameter
Output Parameter
| svd | - location to put the SVD context
|
Note
The default SVD type is SVDCROSS
See Also
SVDSetUp(), SVDSolve(), SVDDestroy(), SVD
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