slepc-3.7.4 2017-05-17
Report Typos and Errors

STGetOperators

Gets the matrices associated with the original eigensystem.

Synopsis

#include "slepcst.h" 
PetscErrorCode STGetOperators(ST st,PetscInt k,Mat *A)
Not collective, though parallel Mats are returned if the ST is parallel

Input Parameter

st  - the spectral transformation context
k  - the index of the requested matrix (starting in 0)

Output Parameters

A  - the requested matrix

See Also

STSetOperators(), STGetNumMatrices()

Location: src/sys/classes/st/interface/stfunc.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/eps/examples/tutorials/ex10.c.html