Skip to content

Commit 1d32ce5

Browse files
authored
Add ?GELST (Reference-LAPACK PR739)
1 parent 1497336 commit 1d32ce5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lapack-netlib/SRC/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ SLASRC_O = \
207207
ssytrd_2stage.o ssytrd_sy2sb.o ssytrd_sb2st.o ssb2st_kernels.o \
208208
ssyevd_2stage.o ssyev_2stage.o ssyevx_2stage.o ssyevr_2stage.o \
209209
ssbev_2stage.o ssbevx_2stage.o ssbevd_2stage.o ssygv_2stage.o \
210-
sgesvdq.o slarmm.o slatrs3.o strsyl3.o
210+
sgesvdq.o slarmm.o slatrs3.o strsyl3.o sgelst.o
211211

212212
endif
213213

@@ -316,7 +316,7 @@ CLASRC_O = \
316316
chetrd_2stage.o chetrd_he2hb.o chetrd_hb2st.o chb2st_kernels.o \
317317
cheevd_2stage.o cheev_2stage.o cheevx_2stage.o cheevr_2stage.o \
318318
chbev_2stage.o chbevx_2stage.o chbevd_2stage.o chegv_2stage.o \
319-
cgesvdq.o clatrs3.o ctrsyl3.o
319+
cgesvdq.o clatrs3.o ctrsyl3.o cgelst.o
320320
endif
321321

322322
ifdef USEXBLAS
@@ -417,7 +417,7 @@ DLASRC_O = \
417417
dsytrd_2stage.o dsytrd_sy2sb.o dsytrd_sb2st.o dsb2st_kernels.o \
418418
dsyevd_2stage.o dsyev_2stage.o dsyevx_2stage.o dsyevr_2stage.o \
419419
dsbev_2stage.o dsbevx_2stage.o dsbevd_2stage.o dsygv_2stage.o \
420-
dgesvdq.o dlarmm.o dlatrs3.o dtrsyl3.o
420+
dgesvdq.o dlarmm.o dlatrs3.o dtrsyl3.o dgelst.o
421421
endif
422422

423423
ifdef USEXBLAS
@@ -526,7 +526,7 @@ ZLASRC_O = \
526526
zhetrd_2stage.o zhetrd_he2hb.o zhetrd_hb2st.o zhb2st_kernels.o \
527527
zheevd_2stage.o zheev_2stage.o zheevx_2stage.o zheevr_2stage.o \
528528
zhbev_2stage.o zhbevx_2stage.o zhbevd_2stage.o zhegv_2stage.o \
529-
zgesvdq.o zlatrs3.o ztrsyl3.o
529+
zgesvdq.o zlatrs3.o ztrsyl3.o zgelst.o
530530
endif
531531

532532
ifdef USEXBLAS

0 commit comments

Comments
 (0)