EPSGDGetBlockSize
Gets the number of vectors added to the searching space every iteration.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSGDGetBlockSize(EPS eps,PetscInt *blocksize)
Collective on EPS
Input Parameter
eps - the eigenproblem solver context
Output Parameter
blocksize - integer indicating the number of vectors added to the searching
space every iteration.
See Also
EPSGDSetBlockSize()
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