IPSetBilinearForm

Specifies the bilinear form to be used for inner products.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPSetBilinearForm(IP ip,Mat mat,IPBilinearForm form)
Collective on IP

Input Parameters

ip - the inner product context
mat - the matrix of the bilinear form (may be PETSC_NULL)
form - the type of bilinear form

Note

This function is called by EPSSetProblemType() and usually need not be called by the user.

See Also

IPGetBilinearForm(), 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