EPSSetLeftInitialVector

Sets the initial vector from which the eigensolver starts to iterate, corresponding to the left recurrence (two-sided solvers).

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSSetLeftInitialVector(EPS eps,Vec vec)
Collective on EPS and Vec

Input Parameters

eps - the eigensolver context
vec - the vector

See Also

EPSGetLeftInitialVector(), EPSSetInitialVector()

Location: src/eps/interface/setup.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages