SVDGetInitialVector

Gets the initial vector associated with the singular value solver; if the vector was not set it will return a 0 pointer or a vector randomly generated by SVDSetUp().

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDGetInitialVector(SVD svd,Vec *vec)
Not collective, but vector is shared by all processors that share the SVD

Input Parameter

svd - the singular value solver context

Output Parameter

vec - the vector

See Also

SVDSetInitialVector()

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