slepc-main 2024-11-09
STGetMatrix
Gets the matrices associated with the original eigensystem.
Synopsis
#include "slepcst.h"
PetscErrorCode STGetMatrix(ST st,PetscInt k,Mat *A)
Not Collective
Input Parameters
| st | - the spectral transformation context
|
| k | - the index of the requested matrix (starting in 0)
|
Output Parameters
See Also
STSetMatrices(), STGetNumMatrices()
Level
intermediate
Location
src/sys/classes/st/interface/stfunc.c
Examples
src/eps/tutorials/ex10.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages