slepc-3.5.2 2014-10-10
Report Typos and Errors

STMatGetVecs

Get vector(s) compatible with the ST matrices.

Synopsis

#include "slepcst.h" 
PetscErrorCode STMatGetVecs(ST st,Vec *right,Vec *left)
Collective on ST

Input Parameter

st - the spectral transformation context

Output Parameters

right - (optional) vector that the matrix can be multiplied against
left - (optional) vector that the matrix vector product can be stored in

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