SVDVectorsView#
Outputs computed singular vectors to a viewer.
Synopsis#
#include "slepcsvd.h" 
PetscErrorCode SVDVectorsView(SVD svd,PetscViewer viewer)
Collective
Input Parameters#
- svd - the singular value solver context 
- viewer - the viewer 
Options Database Key#
- -svd_view_vectors - output singular vectors 
Note#
Right and left singular vectors are interleaved, that is, the vectors are output in the following order V0, U0, V1, U1, V2, U2, …
See Also#
SVD: Singular Value Decomposition, SVDSolve(), SVDValuesView(), SVDErrorView()
Level#
intermediate
Location#
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages
