#include "slepcsvd.h" PetscErrorCode SVDSolve(SVD svd)Collective on SVD
svd | - singular value solver context obtained from SVDCreate() |
-svd_view | - print information about the solver used | |
-svd_view_mat binary | - save the matrix to the default binary viewer | |
-svd_view_vectors binary | - save the computed singular vectors to the default binary viewer | |
-svd_view_values | - print computed singular values | |
-svd_converged_reason | - print reason for convergence, and number of iterations | |
-svd_error_absolute | - print absolute errors of each singular triplet | |
-svd_error_relative | - print relative errors of each singular triplet |
Location: src/svd/interface/svdsolve.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages