slepc-3.7.3 2016-09-29
Report Typos and Errors

STGetNumMatrices

Returns the number of matrices stored in the ST.

Synopsis

#include "slepcst.h" 
PetscErrorCode STGetNumMatrices(ST st,PetscInt *n)
Not collective

Input Parameter

st  - the spectral transformation context

Output Parameters

n  - the number of matrices passed in STSetOperators()

See Also

STSetOperators()

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