STSetVector

Sets a vector associated with the ST object.

Synopsis

#include "slepcst.h" 
int STSetVector(ST st,Vec vec)
Collective on ST and Vec

Input Parameters

st - the spectral transformation context
vec - the vector

Notes

The vector must be set so that the ST object knows what type of vector to allocate if necessary.

See Also

STGetVector()

Level:intermediate
Location:
src/st/interface/stfunc.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages