#include "slepcst.h" PetscErrorCode STGetMatrix(ST st,PetscInt k,Mat *A)Not collective, though parallel Mats are returned if the ST is parallel
st | - the spectral transformation context | |
k | - the index of the requested matrix (starting in 0) |
A | - the requested matrix |
Location: src/sys/classes/st/interface/stfunc.c