EPSEVSLDOSMethod#
The method to approximate the density of states (DOS) in the EPSEVSL solver.
Synopsis#
typedef enum { EPS_EVSL_DOS_KPM,
EPS_EVSL_DOS_LANCZOS } EPSEVSLDOSMethod;
Values#
EPS_EVSL_DOS_KPM- Kernel Polynomial MethodEPS_EVSL_DOS_LANCZOS- Lanczos method
Note#
See the documentation of EVSL [Li et al., 2019] for an explanation.
References#
[Li19]
R. Li, Y. Xi, L. Erlandson, and Y. Saad. The eigenvalues slicing library (EVSL): algorithms, implementation, and software. SIAM J. Sci. Comput., 41(4):C393–C415, 2019. doi:10.1137/18M1170935.
See Also#
EPS: Eigenvalue Problem Solver, EPSEVSLSetDOSParameters(), EPSEVSLGetDOSParameters()
Level#
advanced
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages