Skip to content

Commit

Permalink
...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Aug 9, 2024
1 parent 2b24208 commit 9e0a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nwpw/nwpwlib/blas/blas.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define IZAMAX_PWDFT(nn, hml, one) cblas_izamax(nn, hml, one)

#define ZEIGEN_PWDFT(n, hml, eig, xtmp, nn, rtmp,ierr) \
ierr = LAPACKE_zheev(LAPACK_COL_MAJOR, 'V', 'L', n, hml, n, eig)
ierr = LAPACKE_zheev(LAPACK_COL_MAJOR, 'V', 'L', n, reinterpret_cast<MKL_Complex16*> (hml), n, eig)

#define ZLACPY_PWDFT(s1, m, n, a, ida, b, idb) \
auto ierr0 = LAPACKE_dlacpy(LAPACK_COL_MAJOR, (s1)[0], m, n, a, ida, b, idb)
Expand Down

0 comments on commit 9e0a546

Please sign in to comment.