File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments