slepc-3.8.0 2017-10-20
Report Typos and Errors

STSetWorkVecs

Sets a number of work vectors into the ST object.

Synopsis

#include "slepcst.h" 
PetscErrorCode STSetWorkVecs(ST st,PetscInt nw)
Collective on ST

Input Parameters

st  - the spectral transformation context
nw  - number of work vectors to allocate

Developers Note

This is PETSC_EXTERN because it may be required by shell STs.

Location: src/sys/classes/st/interface/stsolve.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages