EPSGetInitialVector
Gets the initial vector associated with the eigensolver; if the vector was not set it will return a 0 pointer or a vector randomly generated by EPSSetUp().
Synopsis
#include "slepceps.h"
int EPSGetInitialVector(EPS eps,Vec *vec)
Not collective, but vector is shared by all processors that share the EPS
Input Parameter
eps -the eigensolve context
Output Parameter
vec -the vector
See Also
EPSSetInitialVector()
Level:intermediate
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages