STGetOperators

Gets the matrices associated with the eigensystem.

Synopsis

#include "slepcst.h" 
int 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()

Level:intermediate
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/examples/ex10.c.html