Skip to content

Commit 2f1468a

Browse files
committed
Correct typo indentified by weslleyspereira
1 parent 5bfb960 commit 2f1468a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LAPACKE/include/lapack.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,7 +5973,7 @@ void LAPACK_sgtsvx_base(
59735973
#endif
59745974

59755975
#define LAPACK_zgtsvx_base LAPACK_GLOBAL(zgtsvx,ZGTSVX)
5976-
void LAPACK_zgtsv_basex(
5976+
void LAPACK_zgtsvx_base(
59775977
char const* fact, char const* trans,
59785978
lapack_int const* n, lapack_int const* nrhs,
59795979
lapack_complex_double const* DL,
@@ -6834,7 +6834,7 @@ void LAPACK_zheevd_base(
68346834
#endif
68356835

68366836
#define LAPACK_cheevd_2stage_base LAPACK_GLOBAL(cheevd_2stage,CHEEVD_2STAGE)
6837-
void LAPACK_cheevd_2stag_basee(
6837+
void LAPACK_cheevd_2stage_base(
68386838
char const* jobz, char const* uplo,
68396839
lapack_int const* n,
68406840
lapack_complex_float* A, lapack_int const* lda,

0 commit comments

Comments
 (0)