Inner Product - IP

The IP package provides auxiliary routines that are internally used by the different SLEPc solvers. It provides an abstraction of a vector inner product that can be defined in different ways, and it includes important operations such as Gram-Schmidt orthogonalization.

These routines are usually not needed by application programmers.

Beginner - Basic usage
IPCreate IPSetFromOptions
IPDestroy IPView
Intermediate - Setting options for algorithms and data structures
IPGetOperationCounters IPResetOperationCounters
Advanced - Setting more advanced options and customization
IPAppendOptionsPrefix IPSetOptionsPrefix
IPGetOrthogonalization IPSetOrthogonalization
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
IPApplyMatrix IPInnerProductEnd IPNormEnd
IPBiOrthogonalize IPMInnerProduct IPOrthogonalize
IPGetBilinearForm IPMInnerProductBegin IPQRDecomposition
IPInitializePackage IPMInnerProductEnd IPSetBilinearForm
IPInnerProduct IPNorm
IPInnerProductBegin IPNormBegin
No deprecated routines

Table of Contents