SVDPrintSolution
Prints the computed singular values.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDPrintSolution(SVD svd,PetscViewer viewer)
Collective on SVD
Input Parameters
| svd | - the singular value solver context
|
| viewer | - optional visualization context
|
Options Database Key
-svd_terse - print only minimal information
Note
By default, this function prints a table with singular values and associated
relative errors. With -svd_terse only the singular values are printed.
See Also
PetscViewerASCIIOpen()
Location: src/svd/interface/svdbasic.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/svd/examples/tutorials/ex14.c.html