STGetOperators

Gets the matrices associated with the eigensystem.

Synopsis

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

Input Parameter

st - the spectral transformation context

Output Parameters

A - the matrix associated with the eigensystem
B - the second matrix in the case of generalized eigenproblems

See Also

STSetOperators()

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

Examples

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