#include "slepcsvd.h" PetscErrorCode SVDSolve(SVD svd)Collective
svd | - singular value solver context obtained from SVDCreate() |
-svd_view | - print information about the solver used | |
-svd_view_mat0 | - view the first matrix (A) | |
-svd_view_mat1 | - view the second matrix (B) | |
-svd_view_signature | - view the signature matrix (omega) | |
-svd_view_vectors | - view the computed singular vectors | |
-svd_view_values | - view the 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 | |
-svd_error_norm | - print errors relative to the matrix norms of each singular triplet |