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 0f0c838 commit f663d1fCopy full SHA for f663d1f
source/module_hsolver/diago_lapack.h
@@ -20,13 +20,13 @@
20
namespace hsolver
21
{
22
template <typename T>
23
-class DiagoLapack : public DiagH<T>
+class DiagoLapack
24
25
private:
26
using Real = typename GetTypeReal<T>::type;
27
28
public:
29
- void diag(hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in) override;
+ void diag(hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in);
30
31
void dsygvx_diag(const int ncol,
32
const int nrow,
0 commit comments