Skip to content

Commit bd8a7b1

Browse files
author
scr2016
committed
++ SRC/cungtsqr.f
++ SRC/cunhr_col.f ++ SRC/claunhr_col_getrfnp.f ++ SRC/claunhr_col_getrfnp2.f mod TESTING/LIN/cchkaa.f ++ TESTING/LIN/cchkunhr_col.f ++ TESTING/LIN/cerrorhr_col.f ++ TESTING/LIN/cunhr_col01.f deleted: -- SRC/corhr.f -- SRC/claorhr.f -- SRC/claorhr_getrfnp.f -- SRC/claorhr_getrfnp.f -- TESTING/LIN/cchkorhr.f -- TESTING/LIN/cerrorhr.f -- TESTING/LIN/corhr01.f
1 parent 6dec6b2 commit bd8a7b1

15 files changed

+1070
-1487
lines changed

SRC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ set(CLASRC
249249
cgetsls.f cgeqr.f clatsqr.f clamtsqr.f cgemqr.f
250250
cgelq.f claswlq.f clamswlq.f cgemlq.f
251251
ctplqt.f ctplqt2.f ctpmlqt.f
252-
corhr.f claorhr.f claorhr_getrfnp.f claorhr_getrfnp2.f
252+
cunhr_col.f claunhr_col_getrfnp.f claunhr_col_getrfnp2.f
253253
chetrd_2stage.f chetrd_he2hb.f chetrd_hb2st.F chb2st_kernels.f
254254
cheevd_2stage.f cheev_2stage.f cheevx_2stage.f cheevr_2stage.f
255255
chbev_2stage.f chbevx_2stage.f chbevd_2stage.f chegv_2stage.f

SRC/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ CLASRC = \
265265
ctptrs.o ctrcon.o ctrevc.o ctrevc3.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \
266266
ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrzf.o cung2l.o cung2r.o \
267267
cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o \
268-
cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunm22.o \
268+
cungrq.o cungtr.o cungtsqr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunm22.o \
269269
cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o \
270270
cunmtr.o cupgtr.o cupmtr.o icmax1.o scsum1.o cstemr.o \
271271
chfrk.o ctfttp.o clanhf.o cpftrf.o cpftri.o cpftrs.o ctfsm.o ctftri.o \
@@ -279,7 +279,7 @@ CLASRC = \
279279
cgetsls.o cgeqr.o clatsqr.o clamtsqr.o cgemqr.o \
280280
cgelq.o claswlq.o clamswlq.o cgemlq.o \
281281
ctplqt.o ctplqt2.o ctpmlqt.o \
282-
corhr.o claorhr.o claorhr_getrfnp.o claorhr_getrfnp2.o \
282+
cunhr_col.o claunhr_col_getrfnp.o claunhr_col_getrfnp2.o \
283283
chetrd_2stage.o chetrd_he2hb.o chetrd_hb2st.o chb2st_kernels.o \
284284
cheevd_2stage.o cheev_2stage.o cheevx_2stage.o cheevr_2stage.o \
285285
chbev_2stage.o chbevx_2stage.o chbevd_2stage.o chegv_2stage.o \

0 commit comments

Comments
 (0)