#include "slepceps.h" #include "slepcbv.h" PetscErrorCode EPSVectorsView(EPS eps,PetscViewer viewer)Collective on eps
eps | - the eigensolver context | |
viewer | - the viewer |
-eps_view_vectors | - output eigenvectors. |
If left eigenvectors were computed with a two-sided eigensolver, the right and left eigenvectors are interleaved, that is, the vectors are output in the following order: X0, Y0, X1, Y1, X2, Y2, ...
Location: src/eps/interface/epsview.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages