#include "slepcnep.h" PetscErrorCode NEPVectorsView(NEP nep,PetscViewer viewer)Collective on nep
nep | - the nonlinear eigensolver context | |
viewer | - the viewer |
-nep_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/nep/interface/nepview.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages