#include "slepcst.h" PetscErrorCode STSetOperators(ST st,Mat A,Mat B)Collective on ST and Mat
st | - the spectral transformation context | |
A | - the matrix associated with the eigensystem | |
B | - the second matrix in the case of generalized eigenproblems |
It must be called after STSetUp(). If it is called again after STSetUp() then the ST object is reset.
Location: src/st/interface/stfunc.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages