#include "slepcsvd.h" PetscErrorCode SVDErrorView(SVD svd,SVDErrorType etype,PetscViewer viewer)Collective
svd | - the singular value solver context | |
etype | - error type | |
viewer | - optional visualization context |
-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 |