EPSSetInitialVector

Sets the initial vector from which the eigensolver starts to iterate.

Synopsis

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

Input Parameters

eps - the eigensolver context
vec - the vector

See Also

EPSGetInitialVector()

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

Examples

src/examples/ex5.c.html