SVDGetIP

Obtain the inner product object associated to the singular value solver object.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDGetIP(SVD svd,IP *ip)
Not Collective

Input Parameters

svd - singular value solver context obtained from SVDCreate()

Output Parameter

ip - inner product context

See Also

SVDSetIP()

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