SVDSetIP

Associates an inner product object to the singular value solver.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDSetIP(SVD svd,IP ip)
Collective on SVD

Input Parameters

svd - singular value solver context obtained from SVDCreate()
ip - the inner product object

Note

Use SVDGetIP() to retrieve the inner product context (for example, to free it at the end of the computations).

See Also

SVDGetIP()

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