IPGetBilinearForm

Retrieves the bilinear form to be used for inner products.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPGetBilinearForm(IP ip,Mat* mat,IPBilinearForm* form)

Input Parameter

ip - the inner product context

Output Parameter

mat - the matrix of the bilinear form (may be PETSC_NULL)
form - the type of bilinear form

See Also

IPSetBilinearForm(), IPInnerProduct(), IPNorm(), EPSSetProblemType(),
IPBilinearForm

Location: src/ip/ipform.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages