File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/source_hsolver/kernels Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77namespace hsolver
88{
9-
9+ // hegvd and sygvd; dn for dense?
1010template <typename T>
1111struct dngvd_op <T, base_device::DEVICE_CPU>
1212{
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ template <typename T, typename Device>
8585struct 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
You can’t perform that action at this time.
0 commit comments