slepc-3.17.1 2022-04-11
Report Typos and Errors

EPSLyapIIGetRanks

Return the rank values used for the Lyapunov step.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSLyapIIGetRanks(EPS eps,PetscInt *rkc,PetscInt *rkl)
Not Collective

Input Parameter

eps  - the eigenproblem solver context

Output Parameters

rkc  - the compressed rank
rkl  - the Lyapunov rank

See Also

EPSLyapIISetRanks()

Location: src/eps/impls/lyapii/lyapii.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages