IPApplyMatrix

Multiplies a vector with the matrix associated to the bilinear form.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPApplyMatrix(IP ip,Vec x,Vec y)
Collective on IP

Input Parameters

ip - the inner product context
x - the vector

Output Parameter

y - the result

Note

If the bilinear form has no associated matrix this function copies the vector.

See Also

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

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