Skip to content

Commit fc53391

Browse files
committed
Update docs
1 parent 6646e66 commit fc53391

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/module_hsolver/diago_david.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class DiagoDavid : public DiagH<T, Device>
4343
*
4444
* @param[out] X Head address of input blockvector of type `T*`.
4545
* @param[in] HX Head address of output blockvector of type `T*`.
46-
* @param[in] ld Leading dimension of matrix.
47-
* @param[in] nvec Number of eigenpairs, i.e. number of vectors in a block.
46+
* @param[in] ld Leading dimension of blockvector.
47+
* @param[in] nvec Number of vectors in a block.
4848
*
4949
* @warning X and HX are the exact address to read input X and store output H*X,
5050
* @warning both of size ld * nvec.
@@ -58,8 +58,8 @@ class DiagoDavid : public DiagH<T, Device>
5858
* For generalized eigenvalue problem HX = λSX,
5959
* this function computes the product of the overlap matrix S and a blockvector X.
6060
*
61-
* @param[in] X Pointer to the input array.
62-
* @param[out] SX Pointer to the output array.
61+
* @param[in] X Pointer to the input blockvector.
62+
* @param[out] SX Pointer to the output blockvector.
6363
* @param[in] nrow Dimension of SX: nbands * nrow.
6464
* @param[in] npw Number of plane waves.
6565
* @param[in] nbands Number of bands.

0 commit comments

Comments
 (0)