IPType
String with the name of the inner product. For complex scalars, it is possible to choose between a sesquilinear form (x,y)=x^H*M*y (the default) or a bilinear form (x,y)=x^T*M*y (without complex conjugation). In the case of real scalars, only the bilinear form (x,y)=x^T*M*y is available. Apart form these, there is also an indefinite inner product, defined by and indefinite matrix M.
Synopsis
typedef const char* IPType;
#define IPBILINEAR "bilinear"
#define IPSESQUILINEAR "sesquilinear"
#define IPINDEFINITE "indefinite"
See Also
IPSetType(), IP
Location: src/ip/../../include/slepcip.h
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages