slepc-3.23.1 2025-05-01
   
SVDSetWhichSingularTriplets
Specifies which singular triplets are to be sought. 
Synopsis
#include "slepcsvd.h" 
PetscErrorCode SVDSetWhichSingularTriplets(SVD svd,SVDWhich which)
Logically Collective
Input Parameter
|  | svd | - singular value solver context obtained from SVDCreate() | 
Output Parameter
|  | which | - which singular triplets are to be sought | 
Options Database Keys
|  | -svd_largest | - Sets largest singular values | 
|  | -svd_smallest | - Sets smallest singular values | 
Notes
The parameter 'which' can have one of these values
See Also
 SVDGetWhichSingularTriplets(), SVDWhich
Level
intermediate
Location
src/svd/interface/svdopts.c
Examples
src/svd/tutorials/ex8.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages