Skip to content

Commit a6c1dd6

Browse files
committed
Adding missing entries
1 parent 0e4c25b commit a6c1dd6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

SRC/lapack_64.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@
5656
#define CGELQ CGELQ_64
5757
#define CGELQ2 CGELQ2_64
5858
#define CGELQF CGELQF_64
59+
#define CGELQS CGELQS_64
5960
#define CGELQT CGELQT_64
6061
#define CGELQT3 CGELQT3_64
62+
#define CGELRS CGELRS_64
6163
#define CGELS CGELS_64
6264
#define CGELSD CGELSD_64
6365
#define CGELSS CGELSS_64
@@ -81,6 +83,7 @@
8183
#define CGEQRF CGEQRF_64
8284
#define CGEQRF CGEQRF_64
8385
#define CGEQRFP CGEQRFP_64
86+
#define CGEQRS CGEQRS_64
8487
#define CGEQRT CGEQRT_64
8588
#define CGEQRT2 CGEQRT2_64
8689
#define CGEQRT3 CGEQRT3_64
@@ -612,8 +615,10 @@
612615
#define DGELQ DGELQ_64
613616
#define DGELQ2 DGELQ2_64
614617
#define DGELQF DGELQF_64
618+
#define DGELQS DGELQS_64
615619
#define DGELQT DGELQT_64
616620
#define DGELQT3 DGELQT3_64
621+
#define DGELRS DGELRS_64
617622
#define DGELS DGELS_64
618623
#define DGELSD DGELSD_64
619624
#define DGELSS DGELSS_64
@@ -637,6 +642,7 @@
637642
#define DGEQRF DGEQRF_64
638643
#define DGEQRF DGEQRF_64
639644
#define DGEQRFP DGEQRFP_64
645+
#define DGEQRS DGEQRS_64
640646
#define DGEQRT DGEQRT_64
641647
#define DGEQRT2 DGEQRT2_64
642648
#define DGEQRT3 DGEQRT3_64
@@ -1205,8 +1211,10 @@
12051211
#define SGELQ2 SGELQ2_64
12061212
#define SGELQF SGELQF_64
12071213
#define SGELQT SGELQT_64
1214+
#define SGELQS SGELQS_64
12081215
#define SGELQT3 SGELQT3_64
12091216
#define SGELS SGELS_64
1217+
#define SGELRS SGELRS_64
12101218
#define SGELSD SGELSD_64
12111219
#define SGELSS SGELSS_64
12121220
#define SGELST SGELST_64
@@ -1229,6 +1237,7 @@
12291237
#define SGEQRF SGEQRF_64
12301238
#define SGEQRF SGEQRF_64
12311239
#define SGEQRFP SGEQRFP_64
1240+
#define SGEQRS SGEQRS_64
12321241
#define SGEQRT SGEQRT_64
12331242
#define SGEQRT2 SGEQRT2_64
12341243
#define SGEQRT3 SGEQRT3_64
@@ -1763,9 +1772,11 @@
17631772
#define ZGELQ ZGELQ_64
17641773
#define ZGELQ2 ZGELQ2_64
17651774
#define ZGELQF ZGELQF_64
1775+
#define ZGELQS ZGELQS_64
17661776
#define ZGELQT ZGELQT_64
17671777
#define ZGELQT3 ZGELQT3_64
17681778
#define ZGELS ZGELS_64
1779+
#define ZGELRS ZGELRS_64
17691780
#define ZGELSD ZGELSD_64
17701781
#define ZGELSS ZGELSS_64
17711782
#define ZGELST ZGELST_64
@@ -1788,6 +1799,7 @@
17881799
#define ZGEQRF ZGEQRF_64
17891800
#define ZGEQRF ZGEQRF_64
17901801
#define ZGEQRFP ZGEQRFP_64
1802+
#define ZGEQRS ZGEQRS_64
17911803
#define ZGEQRT ZGEQRT_64
17921804
#define ZGEQRT2 ZGEQRT2_64
17931805
#define ZGEQRT3 ZGEQRT3_64

0 commit comments

Comments
 (0)