IPGetMatrix
Retrieves the matrix representation of the inner product.
Synopsis
#include "slepcip.h"
PetscErrorCode IPGetMatrix(IP ip,Mat* mat)
Not collective, though a parallel Mat may be returned
Input Parameter
ip - the inner product context
Output Parameter
mat - the matrix of the inner product (may be NULL)
See Also
IPSetMatrix(), 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