STSetOperators

Sets the matrices associated with the eigenvalue problem.

Synopsis

#include "slepcst.h" 
PetscErrorCode STSetOperators(ST st,Mat A,Mat B)
Collective on ST and Mat

Input Parameters

st - the spectral transformation context
A - the matrix associated with the eigensystem
B - the second matrix in the case of generalized eigenproblems

Notes

To specify a standard eigenproblem, use PETSC_NULL for B.

See Also

STGetOperators()

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