Skip to content

Commit 96a77de

Browse files
committed
Update comments
1 parent 1ddcea7 commit 96a77de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/source_hsolver/kernels/dngvd_op.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace hsolver
88
{
9-
9+
// hegvd and sygvd; dn for dense?
1010
template <typename T>
1111
struct dngvd_op<T, base_device::DEVICE_CPU>
1212
{

source/source_hsolver/kernels/dngvd_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ template <typename T, typename Device>
8585
struct heevx_op
8686
{
8787
using Real = typename GetTypeReal<T>::type;
88-
/// @brief DNEVX computes the first m eigenvalues and their corresponding eigenvectors of
88+
/// @brief heevx computes the first m eigenvalues and their corresponding eigenvectors of
8989
/// a complex generalized Hermitian-definite eigenproblem
9090
///
9191
/// In this op, the CPU version is implemented through the `evx` interface, and the CUDA version

0 commit comments

Comments
 (0)