slepc-main 2024-11-09
Report Typos and Errors
EPSGDGetBlockSize
Returns the number of vectors to be added to the searching space in every iteration.
Synopsis
#include "slepceps.h"
PetscErrorCode
EPSGDGetBlockSize
(
EPS
eps,
PetscInt
*blocksize)
Not Collective
Input Parameter
eps
- the eigenproblem solver context
Output Parameter
blocksize
- number of vectors added to the search space in every iteration
See Also
EPSGDSetBlockSize
()
Level
advanced
Location
src/eps/impls/davidson/gd/gd.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages