SVDSetInitialVector

Sets the initial vector from which the singular value solver starts to iterate.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDSetInitialVector(SVD svd,Vec vec)
Collective on SVD and Vec

Input Parameters

svd - the singular value solver context
vec - the vector

See Also

SVDGetInitialVector()

Location: src/svd/interface/svdsetup.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages