slepc-3.7.0 2016-05-16
Report Typos and Errors

STSetOperators

Sets the matrices associated with the eigenvalue problem.

Synopsis

#include "slepcst.h" 
PetscErrorCode STSetOperators(ST st,PetscInt n,Mat A[])
Collective on ST and Mat

Input Parameters

st  - the spectral transformation context
n  - number of matrices in array A
A  - the array of matrices associated with the eigensystem

Notes

It must be called before STSetUp(). If it is called again after STSetUp() then the ST object is reset.

See Also

STGetOperators(), STGetNumMatrices(), STSetUp(), STReset()

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