We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cd89c commit 61eaedeCopy full SHA for 61eaede
source/module_hsolver/diago_david.h
@@ -14,7 +14,7 @@ namespace hsolver
14
{
15
/**
16
* @class DiagoDavid
17
- * @brief A class that implements the Davidson diagonalization algorithm for solving eigenvalue problems.
+ * @brief A class that implements the block-Davidson algorithm for solving generalized eigenvalue problems.
18
*
19
* The DiagoDavid class provides methods for performing iterative diagonalization using the Davidson algorithm.
20
* It supports both real and complex data types and can be executed on different devices (CPU or GPU).
0 commit comments