slepc-3.13.2 2020-05-12
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 SLEPC_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