#include "slepcsvd.h" PetscErrorCode SVDGetSingularTriplet(SVD svd,PetscInt i,PetscReal *sigma,Vec u,Vec v)Not Collective, but vectors are shared by all processors that share the SVD
svd | - singular value solver context | |
i | - index of the solution |
sigma | - singular value | |
u | - left singular vector | |
v | - right singular vector |
The index i should be a value between 0 and nconv-1 (see SVDGetConverged()). Singular triplets are indexed according to the ordering criterion established with SVDSetWhichSingularTriplets().
Location: src/svd/interface/svdsolve.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages