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
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages