EPSGetLeftInitialVector
Gets the left 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"
PetscErrorCode EPSGetLeftInitialVector(EPS eps,Vec *vec)
Not collective, but vector is shared by all processors that share the EPS
Input Parameter
eps - the eigensolver context
Output Parameter
vec - the vector
See Also
EPSSetLeftInitialVector(), EPSGetLeftInitialVector()
Location: src/eps/interface/setup.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages