summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-06-18 13:26:30 -0700
committerJulie <julie@cs.utk.edu>2016-06-18 13:26:30 -0700
commit5efe3599486cc73ceead93f61ce1999eed96be11 (patch)
treee3d4a1795b398215f472ad5d2a8fe0372134f129
parentc497f0ffe4f36876756e0232eb3771a83c9b848b (diff)
downloadlapack-5efe3599486cc73ceead93f61ce1999eed96be11.tar.gz
lapack-5efe3599486cc73ceead93f61ce1999eed96be11.tar.bz2
lapack-5efe3599486cc73ceead93f61ce1999eed96be11.zip
Update date, version for 3.6.1 release
-rw-r--r--.gitignore3
-rw-r--r--CMakeLists.txt2
-rw-r--r--INSTALL/ilaver.f6
-rw-r--r--INSTALL/make.inc.ifort2
-rw-r--r--LAPACKE/include/lapacke_mangling.h17
-rw-r--r--LAPACKE/src/lapacke_cgejsv.c2
-rw-r--r--LAPACKE/src/lapacke_cgejsv_work.c2
-rw-r--r--LAPACKE/src/lapacke_cgemqrt.c2
-rw-r--r--LAPACKE/src/lapacke_cgesvdx.c2
-rw-r--r--LAPACKE/src/lapacke_cgesvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_cgesvj.c2
-rw-r--r--LAPACKE/src/lapacke_cgesvj_work.c2
-rw-r--r--LAPACKE/src/lapacke_chbtrd.c2
-rw-r--r--LAPACKE/src/lapacke_cheswapr.c2
-rw-r--r--LAPACKE/src/lapacke_cheswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_chetri2x.c2
-rw-r--r--LAPACKE/src/lapacke_clantr.c2
-rw-r--r--LAPACKE/src/lapacke_clascl.c2
-rw-r--r--LAPACKE/src/lapacke_clascl_work.c2
-rw-r--r--LAPACKE/src/lapacke_cstedc.c2
-rw-r--r--LAPACKE/src/lapacke_csteqr.c2
-rw-r--r--LAPACKE/src/lapacke_csyconv.c2
-rw-r--r--LAPACKE/src/lapacke_csyconv_work.c2
-rw-r--r--LAPACKE/src/lapacke_csyswapr.c2
-rw-r--r--LAPACKE/src/lapacke_csyswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_ctpmqrt.c2
-rw-r--r--LAPACKE/src/lapacke_ctprfb.c2
-rw-r--r--LAPACKE/src/lapacke_cuncsd2by1.c2
-rw-r--r--LAPACKE/src/lapacke_cuncsd2by1_work.c2
-rw-r--r--LAPACKE/src/lapacke_cunmbr_work.c2
-rw-r--r--LAPACKE/src/lapacke_cunmlq_work.c2
-rw-r--r--LAPACKE/src/lapacke_dbdsvdx.c2
-rw-r--r--LAPACKE/src/lapacke_dbdsvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_dgejsv.c2
-rw-r--r--LAPACKE/src/lapacke_dgejsv_work.c2
-rw-r--r--LAPACKE/src/lapacke_dgemqrt.c2
-rw-r--r--LAPACKE/src/lapacke_dgesvdx.c2
-rw-r--r--LAPACKE/src/lapacke_dgesvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_dgesvj.c2
-rw-r--r--LAPACKE/src/lapacke_dgesvj_work.c2
-rw-r--r--LAPACKE/src/lapacke_dlantr.c2
-rw-r--r--LAPACKE/src/lapacke_dlantr_work.c2
-rw-r--r--LAPACKE/src/lapacke_dlascl.c2
-rw-r--r--LAPACKE/src/lapacke_dlascl_work.c2
-rw-r--r--LAPACKE/src/lapacke_dorcsd2by1_work.c2
-rw-r--r--LAPACKE/src/lapacke_dormbr_work.c2
-rw-r--r--LAPACKE/src/lapacke_dormlq_work.c2
-rw-r--r--LAPACKE/src/lapacke_dsbtrd.c2
-rw-r--r--LAPACKE/src/lapacke_dstedc.c2
-rw-r--r--LAPACKE/src/lapacke_dsteqr.c2
-rw-r--r--LAPACKE/src/lapacke_dsyconv.c2
-rw-r--r--LAPACKE/src/lapacke_dsyconv_work.c2
-rw-r--r--LAPACKE/src/lapacke_dsyswapr.c2
-rw-r--r--LAPACKE/src/lapacke_dsyswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_dsytri2.c2
-rw-r--r--LAPACKE/src/lapacke_dsytri2_work.c2
-rw-r--r--LAPACKE/src/lapacke_dtpmqrt.c2
-rw-r--r--LAPACKE/src/lapacke_dtprfb.c2
-rw-r--r--LAPACKE/src/lapacke_dtprfb_work.c2
-rw-r--r--LAPACKE/src/lapacke_ilaver.c2
-rw-r--r--LAPACKE/src/lapacke_sbdsvdx.c2
-rw-r--r--LAPACKE/src/lapacke_sbdsvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_sgejsv.c2
-rw-r--r--LAPACKE/src/lapacke_sgejsv_work.c2
-rw-r--r--LAPACKE/src/lapacke_sgemqrt.c2
-rw-r--r--LAPACKE/src/lapacke_sgesvdx.c2
-rw-r--r--LAPACKE/src/lapacke_sgesvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_sgesvj.c2
-rw-r--r--LAPACKE/src/lapacke_sgesvj_work.c2
-rw-r--r--LAPACKE/src/lapacke_slantr.c2
-rw-r--r--LAPACKE/src/lapacke_slantr_work.c2
-rw-r--r--LAPACKE/src/lapacke_slascl.c2
-rw-r--r--LAPACKE/src/lapacke_slascl_work.c2
-rw-r--r--LAPACKE/src/lapacke_sorcsd2by1_work.c2
-rw-r--r--LAPACKE/src/lapacke_sormbr_work.c2
-rw-r--r--LAPACKE/src/lapacke_sormlq_work.c2
-rw-r--r--LAPACKE/src/lapacke_ssbtrd.c2
-rw-r--r--LAPACKE/src/lapacke_sstedc.c2
-rw-r--r--LAPACKE/src/lapacke_ssteqr.c2
-rw-r--r--LAPACKE/src/lapacke_ssyconv.c2
-rw-r--r--LAPACKE/src/lapacke_ssyconv_work.c2
-rw-r--r--LAPACKE/src/lapacke_ssyswapr.c2
-rw-r--r--LAPACKE/src/lapacke_ssyswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_ssytri2.c2
-rw-r--r--LAPACKE/src/lapacke_ssytri2_work.c2
-rw-r--r--LAPACKE/src/lapacke_stpmqrt.c2
-rw-r--r--LAPACKE/src/lapacke_stprfb.c2
-rw-r--r--LAPACKE/src/lapacke_stprfb_work.c2
-rw-r--r--LAPACKE/src/lapacke_zgejsv.c2
-rw-r--r--LAPACKE/src/lapacke_zgejsv_work.c2
-rw-r--r--LAPACKE/src/lapacke_zgemqrt.c2
-rw-r--r--LAPACKE/src/lapacke_zgesvdx.c2
-rw-r--r--LAPACKE/src/lapacke_zgesvdx_work.c2
-rw-r--r--LAPACKE/src/lapacke_zgesvj.c2
-rw-r--r--LAPACKE/src/lapacke_zgesvj_work.c2
-rw-r--r--LAPACKE/src/lapacke_zhbtrd.c2
-rw-r--r--LAPACKE/src/lapacke_zheswapr.c2
-rw-r--r--LAPACKE/src/lapacke_zheswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_zhetri2x.c2
-rw-r--r--LAPACKE/src/lapacke_zlantr.c2
-rw-r--r--LAPACKE/src/lapacke_zlantr_work.c2
-rw-r--r--LAPACKE/src/lapacke_zlascl.c2
-rw-r--r--LAPACKE/src/lapacke_zlascl_work.c2
-rw-r--r--LAPACKE/src/lapacke_zstedc.c2
-rw-r--r--LAPACKE/src/lapacke_zsteqr.c2
-rw-r--r--LAPACKE/src/lapacke_zsyconv.c2
-rw-r--r--LAPACKE/src/lapacke_zsyconv_work.c2
-rw-r--r--LAPACKE/src/lapacke_zsyswapr.c2
-rw-r--r--LAPACKE/src/lapacke_zsyswapr_work.c2
-rw-r--r--LAPACKE/src/lapacke_ztpmqrt.c2
-rw-r--r--LAPACKE/src/lapacke_ztprfb.c2
-rw-r--r--LAPACKE/src/lapacke_zuncsd2by1.c2
-rw-r--r--LAPACKE/src/lapacke_zuncsd2by1_work.c2
-rw-r--r--LAPACKE/src/lapacke_zunmbr_work.c2
-rw-r--r--LAPACKE/src/lapacke_zunmlq_work.c2
-rw-r--r--LICENSE6
-rw-r--r--README2
-rw-r--r--SRC/cbbcsd.f6
-rw-r--r--SRC/cgbequb.f6
-rw-r--r--SRC/cgbrfsx.f2
-rw-r--r--SRC/cgeesx.f6
-rw-r--r--SRC/cgeev.f6
-rw-r--r--SRC/cgeevx.f6
-rw-r--r--SRC/cgejsv.f6
-rw-r--r--SRC/cgelss.f6
-rw-r--r--SRC/cgeqrt3.f6
-rw-r--r--SRC/cgesdd.f6
-rw-r--r--SRC/cgesvd.f2
-rw-r--r--SRC/cgesvdx.f6
-rw-r--r--SRC/cgesvj.f6
-rw-r--r--SRC/cgetc2.f6
-rw-r--r--SRC/cgetrf2.f6
-rw-r--r--SRC/cgges3.f2
-rw-r--r--SRC/cggev3.f2
-rw-r--r--SRC/cgghd3.f2
-rw-r--r--SRC/cggsvp3.f2
-rw-r--r--SRC/cgsvj0.f6
-rw-r--r--SRC/cgsvj1.f6
-rw-r--r--SRC/chbevx.f6
-rw-r--r--SRC/chbgvd.f6
-rw-r--r--SRC/chbgvx.f6
-rw-r--r--SRC/cheevr.f6
-rw-r--r--SRC/cheevx.f6
-rw-r--r--SRC/chegvx.f6
-rw-r--r--SRC/chetrf_rook.f8
-rw-r--r--SRC/chgeqz.f2
-rw-r--r--SRC/chpevx.f6
-rw-r--r--SRC/chpgvx.f6
-rw-r--r--SRC/cla_gbamv.f6
-rw-r--r--SRC/cla_herpvgrw.f6
-rw-r--r--SRC/cla_lin_berr.f6
-rw-r--r--SRC/cla_porcond_c.f6
-rw-r--r--SRC/cla_porpvgrw.f6
-rw-r--r--SRC/claed7.f6
-rw-r--r--SRC/claqr3.f6
-rw-r--r--SRC/claqr5.f6
-rw-r--r--SRC/clarcm.f6
-rw-r--r--SRC/clarrv.f6
-rw-r--r--SRC/clarscl2.f6
-rw-r--r--SRC/clascl.f6
-rw-r--r--SRC/clascl2.f6
-rw-r--r--SRC/clatdf.f6
-rw-r--r--SRC/cpotrf2.f6
-rw-r--r--SRC/cpttrs.f6
-rw-r--r--SRC/cptts2.f6
-rw-r--r--SRC/cstegr.f6
-rw-r--r--SRC/cstemr.f6
-rw-r--r--SRC/csytrf_rook.f8
-rw-r--r--SRC/ctgsen.f6
-rw-r--r--SRC/ctrttf.f6
-rw-r--r--SRC/cunbdb1.f2
-rw-r--r--SRC/cunbdb2.f2
-rw-r--r--SRC/cunbdb3.f2
-rw-r--r--SRC/cunbdb4.f2
-rw-r--r--SRC/cuncsd.f6
-rw-r--r--SRC/cuncsd2by1.f6
-rw-r--r--SRC/dbbcsd.f6
-rw-r--r--SRC/dbdsdc.f6
-rw-r--r--SRC/dbdsvdx.f4
-rw-r--r--SRC/dgbrfsx.f2
-rw-r--r--SRC/dgeesx.f6
-rw-r--r--SRC/dgeev.f6
-rw-r--r--SRC/dgeevx.f6
-rw-r--r--SRC/dgejsv.f6
-rw-r--r--SRC/dgeqrt3.f6
-rw-r--r--SRC/dgesdd.f6
-rw-r--r--SRC/dgesvd.f2
-rw-r--r--SRC/dgesvdx.f6
-rw-r--r--SRC/dgetc2.f6
-rw-r--r--SRC/dgetrf2.f6
-rw-r--r--SRC/dgghd3.f2
-rw-r--r--SRC/dgsvj1.f6
-rw-r--r--SRC/dhgeqz.f6
-rw-r--r--SRC/dlaed1.f6
-rw-r--r--SRC/dlaed7.f6
-rw-r--r--SRC/dlag2.f6
-rw-r--r--SRC/dlamrg.f6
-rw-r--r--SRC/dlaqr3.f6
-rw-r--r--SRC/dlaqr5.f6
-rw-r--r--SRC/dlarrc.f6
-rw-r--r--SRC/dlarrd.f6
-rw-r--r--SRC/dlarre.f6
-rw-r--r--SRC/dlarrf.f6
-rw-r--r--SRC/dlarrv.f6
-rw-r--r--SRC/dlarscl2.f6
-rw-r--r--SRC/dlascl.f6
-rw-r--r--SRC/dlascl2.f6
-rw-r--r--SRC/dlasd1.f6
-rw-r--r--SRC/dlasd6.f6
-rw-r--r--SRC/dlasdq.f6
-rw-r--r--SRC/dlasq3.f6
-rw-r--r--SRC/dlasq4.f6
-rw-r--r--SRC/dlasrt.f6
-rw-r--r--SRC/dlasy2.f6
-rw-r--r--SRC/dlatdf.f6
-rw-r--r--SRC/dorbdb1.f2
-rw-r--r--SRC/dorbdb2.f2
-rw-r--r--SRC/dorbdb3.f2
-rw-r--r--SRC/dorbdb4.f2
-rw-r--r--SRC/dsbevx.f6
-rw-r--r--SRC/dsbgvd.f6
-rw-r--r--SRC/dsbgvx.f6
-rw-r--r--SRC/dsgesv.f6
-rw-r--r--SRC/dspevx.f6
-rw-r--r--SRC/dspgvx.f6
-rw-r--r--SRC/dsposv.f6
-rw-r--r--SRC/dstebz.f6
-rw-r--r--SRC/dstegr.f6
-rw-r--r--SRC/dstemr.f6
-rw-r--r--SRC/dstevr.f6
-rw-r--r--SRC/dstevx.f6
-rw-r--r--SRC/dsyevr.f6
-rw-r--r--SRC/dsyevx.f6
-rw-r--r--SRC/dsygvx.f6
-rw-r--r--SRC/dsytrf_rook.f2
-rw-r--r--SRC/dsytrs2.f6
-rw-r--r--SRC/dtgsen.f6
-rw-r--r--SRC/ilaenv.f6
-rw-r--r--SRC/ilaver.f8
-rw-r--r--SRC/sbbcsd.f6
-rw-r--r--SRC/sbdsdc.f6
-rw-r--r--SRC/sbdsvdx.f4
-rw-r--r--SRC/sgbequb.f6
-rw-r--r--SRC/sgbrfsx.f2
-rw-r--r--SRC/sgeesx.f6
-rw-r--r--SRC/sgeev.f6
-rw-r--r--SRC/sgeevx.f6
-rw-r--r--SRC/sgejsv.f6
-rw-r--r--SRC/sgeqrt3.f6
-rw-r--r--SRC/sgesdd.f6
-rw-r--r--SRC/sgesvd.f2
-rw-r--r--SRC/sgesvdx.f6
-rw-r--r--SRC/sgetc2.f6
-rw-r--r--SRC/sgetrf2.f6
-rw-r--r--SRC/sgghd3.f2
-rw-r--r--SRC/sggsvp3.f2
-rw-r--r--SRC/shgeqz.f6
-rw-r--r--SRC/slaed1.f6
-rw-r--r--SRC/slaed7.f6
-rw-r--r--SRC/slag2.f6
-rw-r--r--SRC/slamrg.f6
-rw-r--r--SRC/slaqr3.f6
-rw-r--r--SRC/slaqr5.f6
-rw-r--r--SRC/slarrc.f6
-rw-r--r--SRC/slarrd.f6
-rw-r--r--SRC/slarre.f6
-rw-r--r--SRC/slarrf.f6
-rw-r--r--SRC/slarrv.f6
-rw-r--r--SRC/slarscl2.f6
-rw-r--r--SRC/slascl.f6
-rw-r--r--SRC/slascl2.f6
-rw-r--r--SRC/slasd1.f6
-rw-r--r--SRC/slasd6.f6
-rw-r--r--SRC/slasdq.f6
-rw-r--r--SRC/slasq3.f6
-rw-r--r--SRC/slasq4.f6
-rw-r--r--SRC/slasrt.f6
-rw-r--r--SRC/slasy2.f6
-rw-r--r--SRC/slatdf.f6
-rw-r--r--SRC/sorbdb1.f2
-rw-r--r--SRC/sorbdb2.f2
-rw-r--r--SRC/sorbdb3.f2
-rw-r--r--SRC/sorbdb4.f2
-rw-r--r--SRC/sorcsd2by1.f2
-rw-r--r--SRC/ssbevx.f6
-rw-r--r--SRC/ssbgvd.f6
-rw-r--r--SRC/ssbgvx.f6
-rw-r--r--SRC/sspevx.f6
-rw-r--r--SRC/sspgvx.f6
-rw-r--r--SRC/sstebz.f6
-rw-r--r--SRC/sstegr.f6
-rw-r--r--SRC/sstemr.f6
-rw-r--r--SRC/sstevr.f6
-rw-r--r--SRC/sstevx.f6
-rw-r--r--SRC/ssyevr.f6
-rw-r--r--SRC/ssyevx.f6
-rw-r--r--SRC/ssygvx.f6
-rw-r--r--SRC/ssytrf_rook.f8
-rw-r--r--SRC/stgsen.f6
-rw-r--r--SRC/zbbcsd.f6
-rw-r--r--SRC/zcgesv.f6
-rw-r--r--SRC/zcposv.f6
-rw-r--r--SRC/zgbequb.f6
-rw-r--r--SRC/zgbrfsx.f2
-rw-r--r--SRC/zgeesx.f6
-rw-r--r--SRC/zgeev.f6
-rw-r--r--SRC/zgeevx.f6
-rw-r--r--SRC/zgejsv.f6
-rw-r--r--SRC/zgelss.f6
-rw-r--r--SRC/zgeqrt3.f6
-rw-r--r--SRC/zgesdd.f6
-rw-r--r--SRC/zgesvd.f2
-rw-r--r--SRC/zgesvdx.f6
-rw-r--r--SRC/zgesvj.f6
-rw-r--r--SRC/zgetc2.f6
-rw-r--r--SRC/zgetrf2.f6
-rw-r--r--SRC/zggbal.f6
-rw-r--r--SRC/zgges3.f2
-rw-r--r--SRC/zggev3.f2
-rw-r--r--SRC/zgghd3.f2
-rw-r--r--SRC/zggsvd3.f2
-rw-r--r--SRC/zggsvp3.f2
-rw-r--r--SRC/zgsvj0.f6
-rw-r--r--SRC/zgsvj1.f6
-rw-r--r--SRC/zhbevx.f6
-rw-r--r--SRC/zhbgvd.f6
-rw-r--r--SRC/zhbgvx.f6
-rw-r--r--SRC/zheevr.f6
-rw-r--r--SRC/zheevx.f6
-rw-r--r--SRC/zhegvx.f6
-rw-r--r--SRC/zhetrf_rook.f8
-rw-r--r--SRC/zhetrs2.f6
-rw-r--r--SRC/zhgeqz.f2
-rw-r--r--SRC/zhpevx.f6
-rw-r--r--SRC/zhpgvx.f6
-rw-r--r--SRC/zla_gerpvgrw.f6
-rw-r--r--SRC/zla_herpvgrw.f6
-rw-r--r--SRC/zla_lin_berr.f6
-rw-r--r--SRC/zla_porpvgrw.f6
-rw-r--r--SRC/zlaed7.f6
-rw-r--r--SRC/zlaqr3.f6
-rw-r--r--SRC/zlaqr5.f6
-rw-r--r--SRC/zlarcm.f6
-rw-r--r--SRC/zlarft.f6
-rw-r--r--SRC/zlarrv.f6
-rw-r--r--SRC/zlarscl2.f6
-rw-r--r--SRC/zlascl.f6
-rw-r--r--SRC/zlascl2.f6
-rw-r--r--SRC/zlatdf.f6
-rw-r--r--SRC/zpbrfs.f6
-rw-r--r--SRC/zpftrf.f6
-rw-r--r--SRC/zpttrs.f6
-rw-r--r--SRC/zptts2.f6
-rw-r--r--SRC/zstegr.f6
-rw-r--r--SRC/zstemr.f6
-rw-r--r--SRC/zsytrf_rook.f8
-rw-r--r--SRC/zsytrs2.f6
-rw-r--r--SRC/ztgsen.f6
-rw-r--r--SRC/zunbdb1.f2
-rw-r--r--SRC/zunbdb2.f2
-rw-r--r--SRC/zunbdb3.f2
-rw-r--r--SRC/zunbdb4.f2
-rw-r--r--SRC/zuncsd2by1.f2
-rw-r--r--TESTING/EIG/cchkbd.f6
-rw-r--r--TESTING/EIG/cchkee.f6
-rw-r--r--TESTING/EIG/cchkgg.f6
-rw-r--r--TESTING/EIG/cdrges.f6
-rw-r--r--TESTING/EIG/cdrges3.f2
-rw-r--r--TESTING/EIG/cdrgev.f6
-rw-r--r--TESTING/EIG/cdrgev3.f2
-rw-r--r--TESTING/EIG/cdrgsx.f6
-rw-r--r--TESTING/EIG/cdrgvx.f6
-rw-r--r--TESTING/EIG/cdrvbd.f6
-rw-r--r--TESTING/EIG/cdrves.f6
-rw-r--r--TESTING/EIG/cdrvsx.f6
-rw-r--r--TESTING/EIG/cdrvvx.f6
-rw-r--r--TESTING/EIG/cerred.f6
-rw-r--r--TESTING/EIG/cerrgg.f6
-rw-r--r--TESTING/EIG/clctes.f6
-rw-r--r--TESTING/EIG/cslect.f6
-rw-r--r--TESTING/EIG/dchkbd.f6
-rw-r--r--TESTING/EIG/dchkee.f6
-rw-r--r--TESTING/EIG/dchkgg.f6
-rw-r--r--TESTING/EIG/ddrges.f6
-rw-r--r--TESTING/EIG/ddrges3.f2
-rw-r--r--TESTING/EIG/ddrgev.f6
-rw-r--r--TESTING/EIG/ddrgev3.f2
-rw-r--r--TESTING/EIG/ddrgsx.f6
-rw-r--r--TESTING/EIG/ddrgvx.f2
-rw-r--r--TESTING/EIG/ddrvbd.f6
-rw-r--r--TESTING/EIG/ddrves.f6
-rw-r--r--TESTING/EIG/ddrvsx.f6
-rw-r--r--TESTING/EIG/ddrvvx.f6
-rw-r--r--TESTING/EIG/derrbd.f6
-rw-r--r--TESTING/EIG/derred.f6
-rw-r--r--TESTING/EIG/derrgg.f6
-rw-r--r--TESTING/EIG/dlctes.f6
-rw-r--r--TESTING/EIG/dslect.f6
-rw-r--r--TESTING/EIG/schkbd.f6
-rw-r--r--TESTING/EIG/schkee.f6
-rw-r--r--TESTING/EIG/schkgg.f6
-rw-r--r--TESTING/EIG/sdrges.f6
-rw-r--r--TESTING/EIG/sdrges3.f2
-rw-r--r--TESTING/EIG/sdrgev.f6
-rw-r--r--TESTING/EIG/sdrgev3.f2
-rw-r--r--TESTING/EIG/sdrgsx.f6
-rw-r--r--TESTING/EIG/sdrgvx.f6
-rw-r--r--TESTING/EIG/sdrvbd.f6
-rw-r--r--TESTING/EIG/sdrves.f6
-rw-r--r--TESTING/EIG/sdrvsx.f6
-rw-r--r--TESTING/EIG/sdrvvx.f6
-rw-r--r--TESTING/EIG/serrbd.f6
-rw-r--r--TESTING/EIG/serred.f6
-rw-r--r--TESTING/EIG/serrgg.f6
-rw-r--r--TESTING/EIG/slctes.f6
-rw-r--r--TESTING/EIG/sslect.f6
-rw-r--r--TESTING/EIG/zchkbd.f6
-rw-r--r--TESTING/EIG/zchkee.f6
-rw-r--r--TESTING/EIG/zchkgg.f6
-rw-r--r--TESTING/EIG/zdrges.f6
-rw-r--r--TESTING/EIG/zdrges3.f2
-rw-r--r--TESTING/EIG/zdrgev.f6
-rw-r--r--TESTING/EIG/zdrgev3.f2
-rw-r--r--TESTING/EIG/zdrgsx.f6
-rw-r--r--TESTING/EIG/zdrgvx.f6
-rw-r--r--TESTING/EIG/zdrvbd.f6
-rw-r--r--TESTING/EIG/zdrves.f6
-rw-r--r--TESTING/EIG/zdrvsx.f6
-rw-r--r--TESTING/EIG/zdrvvx.f6
-rw-r--r--TESTING/EIG/zerred.f6
-rw-r--r--TESTING/EIG/zerrgg.f6
-rw-r--r--TESTING/EIG/zlctes.f6
-rw-r--r--TESTING/EIG/zslect.f6
-rw-r--r--TESTING/LIN/cqrt04.f2
-rw-r--r--TESTING/LIN/cqrt05.f2
-rw-r--r--TESTING/LIN/zqrt04.f2
-rw-r--r--TESTING/LIN/zqrt05.f2
-rw-r--r--TESTING/MATGEN/clatm2.f6
-rw-r--r--TESTING/MATGEN/clatm3.f6
-rw-r--r--TESTING/MATGEN/clatm5.f6
-rw-r--r--TESTING/MATGEN/dlatm2.f6
-rw-r--r--TESTING/MATGEN/dlatm3.f6
-rw-r--r--TESTING/MATGEN/dlatm5.f6
-rw-r--r--TESTING/MATGEN/slatm2.f6
-rw-r--r--TESTING/MATGEN/slatm3.f6
-rw-r--r--TESTING/MATGEN/slatm5.f6
-rw-r--r--TESTING/MATGEN/zlatm2.f6
-rw-r--r--TESTING/MATGEN/zlatm3.f6
-rw-r--r--TESTING/MATGEN/zlatm5.f6
-rw-r--r--make.inc.example4
450 files changed, 1034 insertions, 1012 deletions
diff --git a/.gitignore b/.gitignore
index 66ab9795..9993c826 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ BLAS/x*
TESTING/x*
TESTING/*.out
TESTING/*.txt
+
+# LAPACKE example
+LAPACKE/example/xexample*
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18641abd..657875fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(LAPACK Fortran)
set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 6)
-set(LAPACK_PATCH_VERSION 0)
+set(LAPACK_PATCH_VERSION 1)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index c882d03f..b32ea197 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -41,7 +41,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -51,7 +51,7 @@
* -- LAPACK computational routine (version 3.6.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 6
- VERS_PATCH = 0
+ VERS_PATCH = 1
* =====================================================================
*
RETURN
diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort
index 9598e1a3..504ab1c3 100644
--- a/INSTALL/make.inc.ifort
+++ b/INSTALL/make.inc.ifort
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
# LAPACK, Version 3.6.0 #
-# November 2015 #
+# June 2016 #
####################################################################
#
SHELL = /bin/sh
diff --git a/LAPACKE/include/lapacke_mangling.h b/LAPACKE/include/lapacke_mangling.h
new file mode 100644
index 00000000..6211fd14
--- /dev/null
+++ b/LAPACKE/include/lapacke_mangling.h
@@ -0,0 +1,17 @@
+#ifndef LAPACK_HEADER_INCLUDED
+#define LAPACK_HEADER_INCLUDED
+
+#ifndef LAPACK_GLOBAL
+#if defined(LAPACK_GLOBAL_PATTERN_LC) || defined(ADD_)
+#define LAPACK_GLOBAL(lcname,UCNAME) lcname##_
+#elif defined(LAPACK_GLOBAL_PATTERN_UC) || defined(UPPER)
+#define LAPACK_GLOBAL(lcname,UCNAME) UCNAME
+#elif defined(LAPACK_GLOBAL_PATTERN_MC) || defined(NOCHANGE)
+#define LAPACK_GLOBAL(lcname,UCNAME) lcname
+#else
+#define LAPACK_GLOBAL(lcname,UCNAME) lcname##_
+#endif
+#endif
+
+#endif
+
diff --git a/LAPACKE/src/lapacke_cgejsv.c b/LAPACKE/src/lapacke_cgejsv.c
index c3071cbc..5bfb1553 100644
--- a/LAPACKE/src/lapacke_cgejsv.c
+++ b/LAPACKE/src/lapacke_cgejsv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgejsv_work.c b/LAPACKE/src/lapacke_cgejsv_work.c
index 7a5b2d9b..1311ab93 100644
--- a/LAPACKE/src/lapacke_cgejsv_work.c
+++ b/LAPACKE/src/lapacke_cgejsv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cgejsv
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgemqrt.c b/LAPACKE/src/lapacke_cgemqrt.c
index 4dde4c98..c0631af4 100644
--- a/LAPACKE/src/lapacke_cgemqrt.c
+++ b/LAPACKE/src/lapacke_cgemqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function cgemqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgesvdx.c b/LAPACKE/src/lapacke_cgesvdx.c
index de6f3dff..6882a8b8 100644
--- a/LAPACKE/src/lapacke_cgesvdx.c
+++ b/LAPACKE/src/lapacke_cgesvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgesvdx
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgesvdx_work.c b/LAPACKE/src/lapacke_cgesvdx_work.c
index 0fb278b3..f9b4a966 100644
--- a/LAPACKE/src/lapacke_cgesvdx_work.c
+++ b/LAPACKE/src/lapacke_cgesvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgesvj.c b/LAPACKE/src/lapacke_cgesvj.c
index c9851e71..9d3b81e4 100644
--- a/LAPACKE/src/lapacke_cgesvj.c
+++ b/LAPACKE/src/lapacke_cgesvj.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgesvj
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cgesvj_work.c b/LAPACKE/src/lapacke_cgesvj_work.c
index c2bcef1c..914813a9 100644
--- a/LAPACKE/src/lapacke_cgesvj_work.c
+++ b/LAPACKE/src/lapacke_cgesvj_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cgesvj
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_chbtrd.c b/LAPACKE/src/lapacke_chbtrd.c
index 69b234ef..351382ed 100644
--- a/LAPACKE/src/lapacke_chbtrd.c
+++ b/LAPACKE/src/lapacke_chbtrd.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chbtrd
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cheswapr.c b/LAPACKE/src/lapacke_cheswapr.c
index 268816b2..de512fda 100644
--- a/LAPACKE/src/lapacke_cheswapr.c
+++ b/LAPACKE/src/lapacke_cheswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cheswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cheswapr_work.c b/LAPACKE/src/lapacke_cheswapr_work.c
index b6d4621c..fe14cac5 100644
--- a/LAPACKE/src/lapacke_cheswapr_work.c
+++ b/LAPACKE/src/lapacke_cheswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cheswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_chetri2x.c b/LAPACKE/src/lapacke_chetri2x.c
index 550a210f..23957f1f 100644
--- a/LAPACKE/src/lapacke_chetri2x.c
+++ b/LAPACKE/src/lapacke_chetri2x.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chetri2x
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_clantr.c b/LAPACKE/src/lapacke_clantr.c
index 33e6e57f..5a38fb0d 100644
--- a/LAPACKE/src/lapacke_clantr.c
+++ b/LAPACKE/src/lapacke_clantr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function clantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_clascl.c b/LAPACKE/src/lapacke_clascl.c
index 63e5e751..d393eb5e 100644
--- a/LAPACKE/src/lapacke_clascl.c
+++ b/LAPACKE/src/lapacke_clascl.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function slaswp
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_clascl_work.c b/LAPACKE/src/lapacke_clascl_work.c
index 0fdfc1d9..5945c5c1 100644
--- a/LAPACKE/src/lapacke_clascl_work.c
+++ b/LAPACKE/src/lapacke_clascl_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function slaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cstedc.c b/LAPACKE/src/lapacke_cstedc.c
index b82a1503..22c4a354 100644
--- a/LAPACKE/src/lapacke_cstedc.c
+++ b/LAPACKE/src/lapacke_cstedc.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cstedc
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_csteqr.c b/LAPACKE/src/lapacke_csteqr.c
index 368ba1cb..57249e7d 100644
--- a/LAPACKE/src/lapacke_csteqr.c
+++ b/LAPACKE/src/lapacke_csteqr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csteqr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_csyconv.c b/LAPACKE/src/lapacke_csyconv.c
index fc001610..da602786 100644
--- a/LAPACKE/src/lapacke_csyconv.c
+++ b/LAPACKE/src/lapacke_csyconv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_csyconv_work.c b/LAPACKE/src/lapacke_csyconv_work.c
index 48741722..80a85179 100644
--- a/LAPACKE/src/lapacke_csyconv_work.c
+++ b/LAPACKE/src/lapacke_csyconv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function csyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_csyswapr.c b/LAPACKE/src/lapacke_csyswapr.c
index 51e1b89d..78577aad 100644
--- a/LAPACKE/src/lapacke_csyswapr.c
+++ b/LAPACKE/src/lapacke_csyswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_csyswapr_work.c b/LAPACKE/src/lapacke_csyswapr_work.c
index 5ce2893e..ed215531 100644
--- a/LAPACKE/src/lapacke_csyswapr_work.c
+++ b/LAPACKE/src/lapacke_csyswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function csyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ctpmqrt.c b/LAPACKE/src/lapacke_ctpmqrt.c
index c9ec1a86..96db86be 100644
--- a/LAPACKE/src/lapacke_ctpmqrt.c
+++ b/LAPACKE/src/lapacke_ctpmqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function ctpmqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ctprfb.c b/LAPACKE/src/lapacke_ctprfb.c
index 45840e1a..d2e84106 100644
--- a/LAPACKE/src/lapacke_ctprfb.c
+++ b/LAPACKE/src/lapacke_ctprfb.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function ctprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cuncsd2by1.c b/LAPACKE/src/lapacke_cuncsd2by1.c
index bd163f01..4b9cf7fe 100644
--- a/LAPACKE/src/lapacke_cuncsd2by1.c
+++ b/LAPACKE/src/lapacke_cuncsd2by1.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cuncsd2by1
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cuncsd2by1_work.c b/LAPACKE/src/lapacke_cuncsd2by1_work.c
index 22017b2f..4ab11b18 100644
--- a/LAPACKE/src/lapacke_cuncsd2by1_work.c
+++ b/LAPACKE/src/lapacke_cuncsd2by1_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cuncsd2by1
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cunmbr_work.c b/LAPACKE/src/lapacke_cunmbr_work.c
index 380f229f..0da3b2a8 100644
--- a/LAPACKE/src/lapacke_cunmbr_work.c
+++ b/LAPACKE/src/lapacke_cunmbr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cunmbr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_cunmlq_work.c b/LAPACKE/src/lapacke_cunmlq_work.c
index 3e4226a8..b0bac9d4 100644
--- a/LAPACKE/src/lapacke_cunmlq_work.c
+++ b/LAPACKE/src/lapacke_cunmlq_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cunmlq
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dbdsvdx.c b/LAPACKE/src/lapacke_dbdsvdx.c
index 735634ff..f61e11c4 100644
--- a/LAPACKE/src/lapacke_dbdsvdx.c
+++ b/LAPACKE/src/lapacke_dbdsvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dbdsvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dbdsvdx_work.c b/LAPACKE/src/lapacke_dbdsvdx_work.c
index 2f5fbed9..29217a82 100644
--- a/LAPACKE/src/lapacke_dbdsvdx_work.c
+++ b/LAPACKE/src/lapacke_dbdsvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dbdsvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgejsv.c b/LAPACKE/src/lapacke_dgejsv.c
index 11e617d8..85416056 100644
--- a/LAPACKE/src/lapacke_dgejsv.c
+++ b/LAPACKE/src/lapacke_dgejsv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgejsv_work.c b/LAPACKE/src/lapacke_dgejsv_work.c
index 7b468d15..fba9a374 100644
--- a/LAPACKE/src/lapacke_dgejsv_work.c
+++ b/LAPACKE/src/lapacke_dgejsv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgemqrt.c b/LAPACKE/src/lapacke_dgemqrt.c
index b5456a0e..3fb17f0b 100644
--- a/LAPACKE/src/lapacke_dgemqrt.c
+++ b/LAPACKE/src/lapacke_dgemqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function dgemqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgesvdx.c b/LAPACKE/src/lapacke_dgesvdx.c
index d04e49aa..ca82202d 100644
--- a/LAPACKE/src/lapacke_dgesvdx.c
+++ b/LAPACKE/src/lapacke_dgesvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgesvdx_work.c b/LAPACKE/src/lapacke_dgesvdx_work.c
index 977f7e28..893cce0a 100644
--- a/LAPACKE/src/lapacke_dgesvdx_work.c
+++ b/LAPACKE/src/lapacke_dgesvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgesvj.c b/LAPACKE/src/lapacke_dgesvj.c
index 8723c80b..542e52f7 100644
--- a/LAPACKE/src/lapacke_dgesvj.c
+++ b/LAPACKE/src/lapacke_dgesvj.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dgesvj
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dgesvj_work.c b/LAPACKE/src/lapacke_dgesvj_work.c
index 83f07b49..200b346c 100644
--- a/LAPACKE/src/lapacke_dgesvj_work.c
+++ b/LAPACKE/src/lapacke_dgesvj_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dgesvj
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dlantr.c b/LAPACKE/src/lapacke_dlantr.c
index 8fd11208..480f31d9 100644
--- a/LAPACKE/src/lapacke_dlantr.c
+++ b/LAPACKE/src/lapacke_dlantr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dlantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dlantr_work.c b/LAPACKE/src/lapacke_dlantr_work.c
index ee5e665e..2d570ce4 100644
--- a/LAPACKE/src/lapacke_dlantr_work.c
+++ b/LAPACKE/src/lapacke_dlantr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dlantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dlascl.c b/LAPACKE/src/lapacke_dlascl.c
index a237035e..9729389f 100644
--- a/LAPACKE/src/lapacke_dlascl.c
+++ b/LAPACKE/src/lapacke_dlascl.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dlaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dlascl_work.c b/LAPACKE/src/lapacke_dlascl_work.c
index e45d7c3d..95870dd7 100644
--- a/LAPACKE/src/lapacke_dlascl_work.c
+++ b/LAPACKE/src/lapacke_dlascl_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dlaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dorcsd2by1_work.c b/LAPACKE/src/lapacke_dorcsd2by1_work.c
index fe067b6b..cea20f40 100644
--- a/LAPACKE/src/lapacke_dorcsd2by1_work.c
+++ b/LAPACKE/src/lapacke_dorcsd2by1_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dorcsd2by1
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dormbr_work.c b/LAPACKE/src/lapacke_dormbr_work.c
index dcd8842f..d6d1756e 100644
--- a/LAPACKE/src/lapacke_dormbr_work.c
+++ b/LAPACKE/src/lapacke_dormbr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dormbr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dormlq_work.c b/LAPACKE/src/lapacke_dormlq_work.c
index f46c6d3b..599a8032 100644
--- a/LAPACKE/src/lapacke_dormlq_work.c
+++ b/LAPACKE/src/lapacke_dormlq_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dormlq
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsbtrd.c b/LAPACKE/src/lapacke_dsbtrd.c
index 26781ddb..c1c9c03c 100644
--- a/LAPACKE/src/lapacke_dsbtrd.c
+++ b/LAPACKE/src/lapacke_dsbtrd.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dsbtrd
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dstedc.c b/LAPACKE/src/lapacke_dstedc.c
index 80e286bd..a974f456 100644
--- a/LAPACKE/src/lapacke_dstedc.c
+++ b/LAPACKE/src/lapacke_dstedc.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dstedc
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsteqr.c b/LAPACKE/src/lapacke_dsteqr.c
index 5f80455c..81f325e6 100644
--- a/LAPACKE/src/lapacke_dsteqr.c
+++ b/LAPACKE/src/lapacke_dsteqr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dsteqr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsyconv.c b/LAPACKE/src/lapacke_dsyconv.c
index 188558d5..39be12ef 100644
--- a/LAPACKE/src/lapacke_dsyconv.c
+++ b/LAPACKE/src/lapacke_dsyconv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dsyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsyconv_work.c b/LAPACKE/src/lapacke_dsyconv_work.c
index cf6aeef2..05e81246 100644
--- a/LAPACKE/src/lapacke_dsyconv_work.c
+++ b/LAPACKE/src/lapacke_dsyconv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dsyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsyswapr.c b/LAPACKE/src/lapacke_dsyswapr.c
index f8eada25..eed600c6 100644
--- a/LAPACKE/src/lapacke_dsyswapr.c
+++ b/LAPACKE/src/lapacke_dsyswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dsyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsyswapr_work.c b/LAPACKE/src/lapacke_dsyswapr_work.c
index 117bdbd3..15048032 100644
--- a/LAPACKE/src/lapacke_dsyswapr_work.c
+++ b/LAPACKE/src/lapacke_dsyswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dsyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsytri2.c b/LAPACKE/src/lapacke_dsytri2.c
index 3fa583a2..8ab5d82f 100644
--- a/LAPACKE/src/lapacke_dsytri2.c
+++ b/LAPACKE/src/lapacke_dsytri2.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dsytri2
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dsytri2_work.c b/LAPACKE/src/lapacke_dsytri2_work.c
index dba46c1a..1f7f9088 100644
--- a/LAPACKE/src/lapacke_dsytri2_work.c
+++ b/LAPACKE/src/lapacke_dsytri2_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dsytri2
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dtpmqrt.c b/LAPACKE/src/lapacke_dtpmqrt.c
index dbb559e6..9015ef09 100644
--- a/LAPACKE/src/lapacke_dtpmqrt.c
+++ b/LAPACKE/src/lapacke_dtpmqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function dtpmqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dtprfb.c b/LAPACKE/src/lapacke_dtprfb.c
index 0aa5e917..9db94653 100644
--- a/LAPACKE/src/lapacke_dtprfb.c
+++ b/LAPACKE/src/lapacke_dtprfb.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function dtprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_dtprfb_work.c b/LAPACKE/src/lapacke_dtprfb_work.c
index 8f6765ff..2c3d64af 100644
--- a/LAPACKE/src/lapacke_dtprfb_work.c
+++ b/LAPACKE/src/lapacke_dtprfb_work.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native middle-level C interface to LAPACK function dtprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ilaver.c b/LAPACKE/src/lapacke_ilaver.c
index f4c8025f..86e6e490 100644
--- a/LAPACKE/src/lapacke_ilaver.c
+++ b/LAPACKE/src/lapacke_ilaver.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dgesv
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sbdsvdx.c b/LAPACKE/src/lapacke_sbdsvdx.c
index 53afba25..127417fc 100644
--- a/LAPACKE/src/lapacke_sbdsvdx.c
+++ b/LAPACKE/src/lapacke_sbdsvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function sbdsvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sbdsvdx_work.c b/LAPACKE/src/lapacke_sbdsvdx_work.c
index 8e8ea668..214c412d 100644
--- a/LAPACKE/src/lapacke_sbdsvdx_work.c
+++ b/LAPACKE/src/lapacke_sbdsvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sbdsvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgejsv.c b/LAPACKE/src/lapacke_sgejsv.c
index a99554b6..2dc52090 100644
--- a/LAPACKE/src/lapacke_sgejsv.c
+++ b/LAPACKE/src/lapacke_sgejsv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function sgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgejsv_work.c b/LAPACKE/src/lapacke_sgejsv_work.c
index 71c58bce..55925627 100644
--- a/LAPACKE/src/lapacke_sgejsv_work.c
+++ b/LAPACKE/src/lapacke_sgejsv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgemqrt.c b/LAPACKE/src/lapacke_sgemqrt.c
index 5cf83e01..1fa1c82d 100644
--- a/LAPACKE/src/lapacke_sgemqrt.c
+++ b/LAPACKE/src/lapacke_sgemqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function sgemqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgesvdx.c b/LAPACKE/src/lapacke_sgesvdx.c
index c7f545ac..6387451a 100644
--- a/LAPACKE/src/lapacke_sgesvdx.c
+++ b/LAPACKE/src/lapacke_sgesvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function sgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgesvdx_work.c b/LAPACKE/src/lapacke_sgesvdx_work.c
index f151563a..7bcf3b50 100644
--- a/LAPACKE/src/lapacke_sgesvdx_work.c
+++ b/LAPACKE/src/lapacke_sgesvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgesvj.c b/LAPACKE/src/lapacke_sgesvj.c
index f776d832..c49c5412 100644
--- a/LAPACKE/src/lapacke_sgesvj.c
+++ b/LAPACKE/src/lapacke_sgesvj.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function sgesvj
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sgesvj_work.c b/LAPACKE/src/lapacke_sgesvj_work.c
index ba89c117..add5e60d 100644
--- a/LAPACKE/src/lapacke_sgesvj_work.c
+++ b/LAPACKE/src/lapacke_sgesvj_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sgesvj
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_slantr.c b/LAPACKE/src/lapacke_slantr.c
index 23b19b15..e92dc62f 100644
--- a/LAPACKE/src/lapacke_slantr.c
+++ b/LAPACKE/src/lapacke_slantr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function slantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_slantr_work.c b/LAPACKE/src/lapacke_slantr_work.c
index 92a0e401..e9f84b55 100644
--- a/LAPACKE/src/lapacke_slantr_work.c
+++ b/LAPACKE/src/lapacke_slantr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function slantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_slascl.c b/LAPACKE/src/lapacke_slascl.c
index 7d47db56..b5368e4b 100644
--- a/LAPACKE/src/lapacke_slascl.c
+++ b/LAPACKE/src/lapacke_slascl.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function slaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_slascl_work.c b/LAPACKE/src/lapacke_slascl_work.c
index da769e56..e39db388 100644
--- a/LAPACKE/src/lapacke_slascl_work.c
+++ b/LAPACKE/src/lapacke_slascl_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function slaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sorcsd2by1_work.c b/LAPACKE/src/lapacke_sorcsd2by1_work.c
index 8bac8bac..5990a1e3 100644
--- a/LAPACKE/src/lapacke_sorcsd2by1_work.c
+++ b/LAPACKE/src/lapacke_sorcsd2by1_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sorcsd2by1
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sormbr_work.c b/LAPACKE/src/lapacke_sormbr_work.c
index 34bc41f3..e714fa2f 100644
--- a/LAPACKE/src/lapacke_sormbr_work.c
+++ b/LAPACKE/src/lapacke_sormbr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sormbr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sormlq_work.c b/LAPACKE/src/lapacke_sormlq_work.c
index b02a2d10..fb143359 100644
--- a/LAPACKE/src/lapacke_sormlq_work.c
+++ b/LAPACKE/src/lapacke_sormlq_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function sormlq
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssbtrd.c b/LAPACKE/src/lapacke_ssbtrd.c
index 3b31250e..03a3ac9e 100644
--- a/LAPACKE/src/lapacke_ssbtrd.c
+++ b/LAPACKE/src/lapacke_ssbtrd.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function ssbtrd
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_sstedc.c b/LAPACKE/src/lapacke_sstedc.c
index 29a914b6..b5b6b49c 100644
--- a/LAPACKE/src/lapacke_sstedc.c
+++ b/LAPACKE/src/lapacke_sstedc.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function sstedc
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssteqr.c b/LAPACKE/src/lapacke_ssteqr.c
index cb651e4d..fc7ea29b 100644
--- a/LAPACKE/src/lapacke_ssteqr.c
+++ b/LAPACKE/src/lapacke_ssteqr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function ssteqr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssyconv.c b/LAPACKE/src/lapacke_ssyconv.c
index e33e42d8..044a3dac 100644
--- a/LAPACKE/src/lapacke_ssyconv.c
+++ b/LAPACKE/src/lapacke_ssyconv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function ssyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssyconv_work.c b/LAPACKE/src/lapacke_ssyconv_work.c
index 5238a7dc..2ffaf8de 100644
--- a/LAPACKE/src/lapacke_ssyconv_work.c
+++ b/LAPACKE/src/lapacke_ssyconv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function ssyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssyswapr.c b/LAPACKE/src/lapacke_ssyswapr.c
index fbbecff6..43a5a3e0 100644
--- a/LAPACKE/src/lapacke_ssyswapr.c
+++ b/LAPACKE/src/lapacke_ssyswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function ssyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssyswapr_work.c b/LAPACKE/src/lapacke_ssyswapr_work.c
index b157ac6c..b376abd6 100644
--- a/LAPACKE/src/lapacke_ssyswapr_work.c
+++ b/LAPACKE/src/lapacke_ssyswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function ssyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssytri2.c b/LAPACKE/src/lapacke_ssytri2.c
index fe77c133..eb348b11 100644
--- a/LAPACKE/src/lapacke_ssytri2.c
+++ b/LAPACKE/src/lapacke_ssytri2.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function ssytri2
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ssytri2_work.c b/LAPACKE/src/lapacke_ssytri2_work.c
index b678bec1..8a9c7295 100644
--- a/LAPACKE/src/lapacke_ssytri2_work.c
+++ b/LAPACKE/src/lapacke_ssytri2_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function ssytri2
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_stpmqrt.c b/LAPACKE/src/lapacke_stpmqrt.c
index 98c6848e..29df845a 100644
--- a/LAPACKE/src/lapacke_stpmqrt.c
+++ b/LAPACKE/src/lapacke_stpmqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function stpmqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_stprfb.c b/LAPACKE/src/lapacke_stprfb.c
index cc83808a..e9321854 100644
--- a/LAPACKE/src/lapacke_stprfb.c
+++ b/LAPACKE/src/lapacke_stprfb.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function stprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_stprfb_work.c b/LAPACKE/src/lapacke_stprfb_work.c
index 09153fec..dd1d9c2b 100644
--- a/LAPACKE/src/lapacke_stprfb_work.c
+++ b/LAPACKE/src/lapacke_stprfb_work.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native middle-level C interface to LAPACK function stprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgejsv.c b/LAPACKE/src/lapacke_zgejsv.c
index f25dff2c..18761eaa 100644
--- a/LAPACKE/src/lapacke_zgejsv.c
+++ b/LAPACKE/src/lapacke_zgejsv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zgejsv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgejsv_work.c b/LAPACKE/src/lapacke_zgejsv_work.c
index e25ad945..83e0d647 100644
--- a/LAPACKE/src/lapacke_zgejsv_work.c
+++ b/LAPACKE/src/lapacke_zgejsv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zgejsv
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgemqrt.c b/LAPACKE/src/lapacke_zgemqrt.c
index a17d5f54..f1f32bb5 100644
--- a/LAPACKE/src/lapacke_zgemqrt.c
+++ b/LAPACKE/src/lapacke_zgemqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function zgemqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgesvdx.c b/LAPACKE/src/lapacke_zgesvdx.c
index d2c42c3f..4847dbf1 100644
--- a/LAPACKE/src/lapacke_zgesvdx.c
+++ b/LAPACKE/src/lapacke_zgesvdx.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zgesvdx
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgesvdx_work.c b/LAPACKE/src/lapacke_zgesvdx_work.c
index 9de02617..24966943 100644
--- a/LAPACKE/src/lapacke_zgesvdx_work.c
+++ b/LAPACKE/src/lapacke_zgesvdx_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zgesvdx
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgesvj.c b/LAPACKE/src/lapacke_zgesvj.c
index a7e91bf4..dfa0ca88 100644
--- a/LAPACKE/src/lapacke_zgesvj.c
+++ b/LAPACKE/src/lapacke_zgesvj.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zgesvj
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zgesvj_work.c b/LAPACKE/src/lapacke_zgesvj_work.c
index 5d139a02..d48a5f5e 100644
--- a/LAPACKE/src/lapacke_zgesvj_work.c
+++ b/LAPACKE/src/lapacke_zgesvj_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zgesvj
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zhbtrd.c b/LAPACKE/src/lapacke_zhbtrd.c
index b475b8fd..c3abb6a2 100644
--- a/LAPACKE/src/lapacke_zhbtrd.c
+++ b/LAPACKE/src/lapacke_zhbtrd.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zhbtrd
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zheswapr.c b/LAPACKE/src/lapacke_zheswapr.c
index 28edca6a..61dbb24e 100644
--- a/LAPACKE/src/lapacke_zheswapr.c
+++ b/LAPACKE/src/lapacke_zheswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zheswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zheswapr_work.c b/LAPACKE/src/lapacke_zheswapr_work.c
index 94dc2fcf..73853a8a 100644
--- a/LAPACKE/src/lapacke_zheswapr_work.c
+++ b/LAPACKE/src/lapacke_zheswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zheswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zhetri2x.c b/LAPACKE/src/lapacke_zhetri2x.c
index 55b005e3..b991412b 100644
--- a/LAPACKE/src/lapacke_zhetri2x.c
+++ b/LAPACKE/src/lapacke_zhetri2x.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zhetri2x
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zlantr.c b/LAPACKE/src/lapacke_zlantr.c
index 2b645e75..29f7cf27 100644
--- a/LAPACKE/src/lapacke_zlantr.c
+++ b/LAPACKE/src/lapacke_zlantr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zlantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zlantr_work.c b/LAPACKE/src/lapacke_zlantr_work.c
index 0988bf6e..0d8bcf55 100644
--- a/LAPACKE/src/lapacke_zlantr_work.c
+++ b/LAPACKE/src/lapacke_zlantr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zlantr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zlascl.c b/LAPACKE/src/lapacke_zlascl.c
index f063de20..a0d382f1 100644
--- a/LAPACKE/src/lapacke_zlascl.c
+++ b/LAPACKE/src/lapacke_zlascl.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dlaswp
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zlascl_work.c b/LAPACKE/src/lapacke_zlascl_work.c
index 33f77f2d..44775d93 100644
--- a/LAPACKE/src/lapacke_zlascl_work.c
+++ b/LAPACKE/src/lapacke_zlascl_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dlaswp
* Author: Intel Corporation
-* Generated November, 2011
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zstedc.c b/LAPACKE/src/lapacke_zstedc.c
index c1dfe04e..4e194f19 100644
--- a/LAPACKE/src/lapacke_zstedc.c
+++ b/LAPACKE/src/lapacke_zstedc.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zstedc
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zsteqr.c b/LAPACKE/src/lapacke_zsteqr.c
index 7c11fe48..c25b99fe 100644
--- a/LAPACKE/src/lapacke_zsteqr.c
+++ b/LAPACKE/src/lapacke_zsteqr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zsteqr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zsyconv.c b/LAPACKE/src/lapacke_zsyconv.c
index fd7e3699..12eaa469 100644
--- a/LAPACKE/src/lapacke_zsyconv.c
+++ b/LAPACKE/src/lapacke_zsyconv.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zsyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zsyconv_work.c b/LAPACKE/src/lapacke_zsyconv_work.c
index 36a6ea6e..259f4d74 100644
--- a/LAPACKE/src/lapacke_zsyconv_work.c
+++ b/LAPACKE/src/lapacke_zsyconv_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zsyconv
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zsyswapr.c b/LAPACKE/src/lapacke_zsyswapr.c
index 777f2b46..9a08cf72 100644
--- a/LAPACKE/src/lapacke_zsyswapr.c
+++ b/LAPACKE/src/lapacke_zsyswapr.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zsyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zsyswapr_work.c b/LAPACKE/src/lapacke_zsyswapr_work.c
index cfe9649d..44a297de 100644
--- a/LAPACKE/src/lapacke_zsyswapr_work.c
+++ b/LAPACKE/src/lapacke_zsyswapr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zsyswapr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ztpmqrt.c b/LAPACKE/src/lapacke_ztpmqrt.c
index bef62053..72b83fc0 100644
--- a/LAPACKE/src/lapacke_ztpmqrt.c
+++ b/LAPACKE/src/lapacke_ztpmqrt.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function ztpmqrt
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_ztprfb.c b/LAPACKE/src/lapacke_ztprfb.c
index 1698bd55..944ca25e 100644
--- a/LAPACKE/src/lapacke_ztprfb.c
+++ b/LAPACKE/src/lapacke_ztprfb.c
@@ -28,7 +28,7 @@
******************************************************************************
* Contents: Native high-level C interface to LAPACK function ztprfb
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zuncsd2by1.c b/LAPACKE/src/lapacke_zuncsd2by1.c
index c58d4f51..65e6bd5c 100644
--- a/LAPACKE/src/lapacke_zuncsd2by1.c
+++ b/LAPACKE/src/lapacke_zuncsd2by1.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function zuncsd2by1
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zuncsd2by1_work.c b/LAPACKE/src/lapacke_zuncsd2by1_work.c
index 6f6cf57c..9f0ad5fa 100644
--- a/LAPACKE/src/lapacke_zuncsd2by1_work.c
+++ b/LAPACKE/src/lapacke_zuncsd2by1_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zuncsd2by1
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zunmbr_work.c b/LAPACKE/src/lapacke_zunmbr_work.c
index ce5563ec..13191a90 100644
--- a/LAPACKE/src/lapacke_zunmbr_work.c
+++ b/LAPACKE/src/lapacke_zunmbr_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zunmbr
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LAPACKE/src/lapacke_zunmlq_work.c b/LAPACKE/src/lapacke_zunmlq_work.c
index d75224b2..95a99705 100644
--- a/LAPACKE/src/lapacke_zunmlq_work.c
+++ b/LAPACKE/src/lapacke_zunmlq_work.c
@@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function zunmlq
* Author: Intel Corporation
-* Generated November 2015
+* Generated June 2016
*****************************************************************************/
#include "lapacke_utils.h"
diff --git a/LICENSE b/LICENSE
index 8d713b6a..eefcbdae 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,9 @@
-Copyright (c) 1992-2015 The University of Tennessee and The University
+Copyright (c) 1992-2016 The University of Tennessee and The University
of Tennessee Research Foundation. All rights
reserved.
-Copyright (c) 2000-2015 The University of California Berkeley. All
+Copyright (c) 2000-2016 The University of California Berkeley. All
rights reserved.
-Copyright (c) 2006-2015 The University of Colorado Denver. All rights
+Copyright (c) 2006-2016 The University of Colorado Denver. All rights
reserved.
$COPYRIGHT$
diff --git a/README b/README
index 9f5562a5..809fd70f 100644
--- a/README
+++ b/README
@@ -22,6 +22,8 @@ VERSION 3.4.1 : April 2012
VERSION 3.4.2 : September 2012
VERSION 3.5.0 : November 2013
VERSION 3.6.0 : November 2015
+VERSION 3.6.1 : June 2016
+
LAPACK is a library of Fortran 90 with subroutines for solving
the most commonly occurring problems in numerical linear algebra.
diff --git a/SRC/cbbcsd.f b/SRC/cbbcsd.f
index eadb6846..a2d1a133 100644
--- a/SRC/cbbcsd.f
+++ b/SRC/cbbcsd.f
@@ -322,7 +322,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -332,10 +332,10 @@
$ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
$ B22D, B22E, RWORK, LRWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS
diff --git a/SRC/cgbequb.f b/SRC/cgbequb.f
index a2069df4..f93413be 100644
--- a/SRC/cgbequb.f
+++ b/SRC/cgbequb.f
@@ -153,7 +153,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexGBcomputational
*
@@ -161,10 +161,10 @@
SUBROUTINE CGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND,
$ AMAX, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, KL, KU, LDAB, M, N
diff --git a/SRC/cgbrfsx.f b/SRC/cgbrfsx.f
index 1caee82a..31caebe6 100644
--- a/SRC/cgbrfsx.f
+++ b/SRC/cgbrfsx.f
@@ -440,7 +440,7 @@
$ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/cgeesx.f b/SRC/cgeesx.f
index e7c135e7..4d3c459a 100644
--- a/SRC/cgeesx.f
+++ b/SRC/cgeesx.f
@@ -230,7 +230,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexGEeigen
*
@@ -239,10 +239,10 @@
$ VS, LDVS, RCONDE, RCONDV, WORK, LWORK, RWORK,
$ BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVS, SENSE, SORT
diff --git a/SRC/cgeev.f b/SRC/cgeev.f
index ec787ef9..7d19c022 100644
--- a/SRC/cgeev.f
+++ b/SRC/cgeev.f
@@ -169,7 +169,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
* @generated from zgeev.f, fortran z -> c, Tue Apr 19 01:47:44 2016
*
@@ -180,10 +180,10 @@
$ WORK, LWORK, RWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVL, JOBVR
diff --git a/SRC/cgeevx.f b/SRC/cgeevx.f
index 0d63cd00..7ad229e7 100644
--- a/SRC/cgeevx.f
+++ b/SRC/cgeevx.f
@@ -276,7 +276,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
* @generated from zgeevx.f, fortran z -> c, Tue Apr 19 01:47:44 2016
*
@@ -288,10 +288,10 @@
$ RCONDV, WORK, LWORK, RWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER BALANC, JOBVL, JOBVR, SENSE
diff --git a/SRC/cgejsv.f b/SRC/cgejsv.f
index 58d17cd7..bee18fdf 100644
--- a/SRC/cgejsv.f
+++ b/SRC/cgejsv.f
@@ -433,7 +433,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexGEsing
*
@@ -517,10 +517,10 @@
$ M, N, A, LDA, SVA, U, LDU, V, LDV,
$ CWORK, LWORK, RWORK, LRWORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
IMPLICIT NONE
diff --git a/SRC/cgelss.f b/SRC/cgelss.f
index 8a56a404..6cb4026a 100644
--- a/SRC/cgelss.f
+++ b/SRC/cgelss.f
@@ -170,7 +170,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexGEsolve
*
@@ -178,10 +178,10 @@
SUBROUTINE CGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK,
$ WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK
diff --git a/SRC/cgeqrt3.f b/SRC/cgeqrt3.f
index 62b76e86..9bcb82d7 100644
--- a/SRC/cgeqrt3.f
+++ b/SRC/cgeqrt3.f
@@ -100,7 +100,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexGEcomputational
*
@@ -132,10 +132,10 @@
* =====================================================================
RECURSIVE SUBROUTINE CGEQRT3( M, N, A, LDA, T, LDT, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N, LDT
diff --git a/SRC/cgesdd.f b/SRC/cgesdd.f
index 323f606a..986619c6 100644
--- a/SRC/cgesdd.f
+++ b/SRC/cgesdd.f
@@ -212,7 +212,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexGEsing
*
@@ -227,10 +227,10 @@
$ WORK, LWORK, RWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ
diff --git a/SRC/cgesvd.f b/SRC/cgesvd.f
index 33d26b6c..d147dee5 100644
--- a/SRC/cgesvd.f
+++ b/SRC/cgesvd.f
@@ -214,7 +214,7 @@
SUBROUTINE CGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT,
$ WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/cgesvdx.f b/SRC/cgesvdx.f
index 170f6138..1e32637c 100644
--- a/SRC/cgesvdx.f
+++ b/SRC/cgesvdx.f
@@ -261,7 +261,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexGEsing
*
@@ -270,10 +270,10 @@
$ IL, IU, NS, S, U, LDU, VT, LDVT, WORK,
$ LWORK, RWORK, IWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU, JOBVT, RANGE
diff --git a/SRC/cgesvj.f b/SRC/cgesvj.f
index 742d6469..28f3eb30 100644
--- a/SRC/cgesvj.f
+++ b/SRC/cgesvj.f
@@ -270,7 +270,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexGEcomputational
*
@@ -330,10 +330,10 @@
SUBROUTINE CGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V,
$ LDV, CWORK, LWORK, RWORK, LRWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
IMPLICIT NONE
* .. Scalar Arguments ..
diff --git a/SRC/cgetc2.f b/SRC/cgetc2.f
index 99eb69d9..021ec672 100644
--- a/SRC/cgetc2.f
+++ b/SRC/cgetc2.f
@@ -98,7 +98,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complexGEauxiliary
*
@@ -111,10 +111,10 @@
* =====================================================================
SUBROUTINE CGETC2( N, A, LDA, IPIV, JPIV, INFO )
*
-* -- LAPACK auxiliary routine (version 3.5.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, N
diff --git a/SRC/cgetrf2.f b/SRC/cgetrf2.f
index 574445df..d761806e 100644
--- a/SRC/cgetrf2.f
+++ b/SRC/cgetrf2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexGEcomputational
*
* =====================================================================
RECURSIVE SUBROUTINE CGETRF2( M, N, A, LDA, IPIV, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N
diff --git a/SRC/cgges3.f b/SRC/cgges3.f
index 373b2757..876a26df 100644
--- a/SRC/cgges3.f
+++ b/SRC/cgges3.f
@@ -269,7 +269,7 @@
$ LDB, SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR,
$ WORK, LWORK, RWORK, BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/cggev3.f b/SRC/cggev3.f
index decdae50..f34b8f2c 100644
--- a/SRC/cggev3.f
+++ b/SRC/cggev3.f
@@ -216,7 +216,7 @@
SUBROUTINE CGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA,
$ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/cgghd3.f b/SRC/cgghd3.f
index d434b7f7..a9468a24 100644
--- a/SRC/cgghd3.f
+++ b/SRC/cgghd3.f
@@ -231,7 +231,7 @@
SUBROUTINE CGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,
$ LDQ, Z, LDZ, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/cggsvp3.f b/SRC/cggsvp3.f
index 1aefd64c..feee3644 100644
--- a/SRC/cggsvp3.f
+++ b/SRC/cggsvp3.f
@@ -278,7 +278,7 @@
$ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ,
$ IWORK, RWORK, TAU, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* August 2015
diff --git a/SRC/cgsvj0.f b/SRC/cgsvj0.f
index 66855330..66074bdb 100644
--- a/SRC/cgsvj0.f
+++ b/SRC/cgsvj0.f
@@ -193,7 +193,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -218,10 +218,10 @@
SUBROUTINE CGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS,
$ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
IMPLICIT NONE
* .. Scalar Arguments ..
diff --git a/SRC/cgsvj1.f b/SRC/cgsvj1.f
index 4c4a649d..ca71a4ea 100644
--- a/SRC/cgsvj1.f
+++ b/SRC/cgsvj1.f
@@ -223,7 +223,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -236,10 +236,10 @@
SUBROUTINE CGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV,
$ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
REAL EPS, SFMIN, TOL
diff --git a/SRC/chbevx.f b/SRC/chbevx.f
index 69651d78..47dd8069 100644
--- a/SRC/chbevx.f
+++ b/SRC/chbevx.f
@@ -258,7 +258,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexOTHEReigen
*
@@ -267,10 +267,10 @@
$ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/chbgvd.f b/SRC/chbgvd.f
index 8a8609e7..64dd1f6d 100644
--- a/SRC/chbgvd.f
+++ b/SRC/chbgvd.f
@@ -238,7 +238,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHEReigen
*
@@ -252,10 +252,10 @@
$ Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, UPLO
diff --git a/SRC/chbgvx.f b/SRC/chbgvx.f
index 11c93566..43ae794d 100644
--- a/SRC/chbgvx.f
+++ b/SRC/chbgvx.f
@@ -286,7 +286,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHEReigen
*
@@ -300,10 +300,10 @@
$ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z,
$ LDZ, WORK, RWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/cheevr.f b/SRC/cheevr.f
index 7787ed8e..9b8ffb4e 100644
--- a/SRC/cheevr.f
+++ b/SRC/cheevr.f
@@ -336,7 +336,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexHEeigen
*
@@ -355,10 +355,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
$ RWORK, LRWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/cheevx.f b/SRC/cheevx.f
index 5ac6e8d2..f41479bd 100644
--- a/SRC/cheevx.f
+++ b/SRC/cheevx.f
@@ -250,7 +250,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexHEeigen
*
@@ -259,10 +259,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, LWORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/chegvx.f b/SRC/chegvx.f
index 095bb0c9..52fb983d 100644
--- a/SRC/chegvx.f
+++ b/SRC/chegvx.f
@@ -293,7 +293,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexHEeigen
*
@@ -307,10 +307,10 @@
$ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK,
$ LWORK, RWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/chetrf_rook.f b/SRC/chetrf_rook.f
index 8b1c28e1..0217150d 100644
--- a/SRC/chetrf_rook.f
+++ b/SRC/chetrf_rook.f
@@ -150,7 +150,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complexHEcomputational
*
@@ -199,7 +199,7 @@
*>
*> \verbatim
*>
-*> November 2013, Igor Kozachenko,
+*> June 2016, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -212,10 +212,10 @@
* =====================================================================
SUBROUTINE CHETRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/chgeqz.f b/SRC/chgeqz.f
index 193ba978..15aaaa44 100644
--- a/SRC/chgeqz.f
+++ b/SRC/chgeqz.f
@@ -284,7 +284,7 @@
$ ALPHA, BETA, Q, LDQ, Z, LDZ, WORK, LWORK,
$ RWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/chpevx.f b/SRC/chpevx.f
index 4ab1ae7d..e6bf245e 100644
--- a/SRC/chpevx.f
+++ b/SRC/chpevx.f
@@ -231,7 +231,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexOTHEReigen
*
@@ -240,10 +240,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/chpgvx.f b/SRC/chpgvx.f
index 8cedd479..cc4b296b 100644
--- a/SRC/chpgvx.f
+++ b/SRC/chpgvx.f
@@ -263,7 +263,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHEReigen
*
@@ -277,10 +277,10 @@
$ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/cla_gbamv.f b/SRC/cla_gbamv.f
index 03e79347..074ca90a 100644
--- a/SRC/cla_gbamv.f
+++ b/SRC/cla_gbamv.f
@@ -178,7 +178,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexGBcomputational
*
@@ -186,10 +186,10 @@
SUBROUTINE CLA_GBAMV( TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X,
$ INCX, BETA, Y, INCY )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
REAL ALPHA, BETA
diff --git a/SRC/cla_herpvgrw.f b/SRC/cla_herpvgrw.f
index a9ae8487..9326299c 100644
--- a/SRC/cla_herpvgrw.f
+++ b/SRC/cla_herpvgrw.f
@@ -115,7 +115,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexHEcomputational
*
@@ -123,10 +123,10 @@
REAL FUNCTION CLA_HERPVGRW( UPLO, N, INFO, A, LDA, AF, LDAF, IPIV,
$ WORK )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*1 UPLO
diff --git a/SRC/cla_lin_berr.f b/SRC/cla_lin_berr.f
index 1074217a..4ac5abec 100644
--- a/SRC/cla_lin_berr.f
+++ b/SRC/cla_lin_berr.f
@@ -94,17 +94,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
* =====================================================================
SUBROUTINE CLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
INTEGER N, NZ, NRHS
diff --git a/SRC/cla_porcond_c.f b/SRC/cla_porcond_c.f
index 079ef0a1..01e07a14 100644
--- a/SRC/cla_porcond_c.f
+++ b/SRC/cla_porcond_c.f
@@ -122,7 +122,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexPOcomputational
*
@@ -130,10 +130,10 @@
REAL FUNCTION CLA_PORCOND_C( UPLO, N, A, LDA, AF, LDAF, C, CAPPLY,
$ INFO, WORK, RWORK )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/cla_porpvgrw.f b/SRC/cla_porpvgrw.f
index a190911e..d60cfe62 100644
--- a/SRC/cla_porpvgrw.f
+++ b/SRC/cla_porpvgrw.f
@@ -98,17 +98,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexPOcomputational
*
* =====================================================================
REAL FUNCTION CLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF, LDAF, WORK )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*1 UPLO
diff --git a/SRC/claed7.f b/SRC/claed7.f
index 02e0cab2..a42ee681 100644
--- a/SRC/claed7.f
+++ b/SRC/claed7.f
@@ -239,7 +239,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -249,10 +249,10 @@
$ GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ,
diff --git a/SRC/claqr3.f b/SRC/claqr3.f
index a9b93eb5..f3ee410b 100644
--- a/SRC/claqr3.f
+++ b/SRC/claqr3.f
@@ -251,7 +251,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
@@ -266,10 +266,10 @@
$ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT,
$ NV, WV, LDWV, WORK, LWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,
diff --git a/SRC/claqr5.f b/SRC/claqr5.f
index 2402b7b8..22e55def 100644
--- a/SRC/claqr5.f
+++ b/SRC/claqr5.f
@@ -228,7 +228,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
@@ -251,10 +251,10 @@
$ H, LDH, ILOZ, IHIZ, Z, LDZ, V, LDV, U, LDU, NV,
$ WV, LDWV, NH, WH, LDWH )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV,
diff --git a/SRC/clarcm.f b/SRC/clarcm.f
index 7f26253e..63038ec2 100644
--- a/SRC/clarcm.f
+++ b/SRC/clarcm.f
@@ -107,17 +107,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
* =====================================================================
SUBROUTINE CLARCM( M, N, A, LDA, B, LDB, C, LDC, RWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, M, N
diff --git a/SRC/clarrv.f b/SRC/clarrv.f
index 78ecae36..31f374cb 100644
--- a/SRC/clarrv.f
+++ b/SRC/clarrv.f
@@ -266,7 +266,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
@@ -286,10 +286,10 @@
$ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER DOL, DOU, INFO, LDZ, M, N
diff --git a/SRC/clarscl2.f b/SRC/clarscl2.f
index b4f72bf6..77876771 100644
--- a/SRC/clarscl2.f
+++ b/SRC/clarscl2.f
@@ -84,17 +84,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
* =====================================================================
SUBROUTINE CLARSCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/clascl.f b/SRC/clascl.f
index 9acfab5a..776d6cd3 100644
--- a/SRC/clascl.f
+++ b/SRC/clascl.f
@@ -136,17 +136,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
* =====================================================================
SUBROUTINE CLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TYPE
diff --git a/SRC/clascl2.f b/SRC/clascl2.f
index 69fc9b8d..01fbe698 100644
--- a/SRC/clascl2.f
+++ b/SRC/clascl2.f
@@ -84,17 +84,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
* =====================================================================
SUBROUTINE CLASCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/clatdf.f b/SRC/clatdf.f
index fa20f8db..ff56cdeb 100644
--- a/SRC/clatdf.f
+++ b/SRC/clatdf.f
@@ -134,7 +134,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERauxiliary
*
@@ -169,10 +169,10 @@
SUBROUTINE CLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
$ JPIV )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IJOB, LDZ, N
diff --git a/SRC/cpotrf2.f b/SRC/cpotrf2.f
index 0bbf2e0a..dfd06fa9 100644
--- a/SRC/cpotrf2.f
+++ b/SRC/cpotrf2.f
@@ -99,17 +99,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexPOcomputational
*
* =====================================================================
RECURSIVE SUBROUTINE CPOTRF2( UPLO, N, A, LDA, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/cpttrs.f b/SRC/cpttrs.f
index 70e1fbc0..68f650e0 100644
--- a/SRC/cpttrs.f
+++ b/SRC/cpttrs.f
@@ -114,17 +114,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexPTcomputational
*
* =====================================================================
SUBROUTINE CPTTRS( UPLO, N, NRHS, D, E, B, LDB, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/cptts2.f b/SRC/cptts2.f
index ecd005b3..c545b8fe 100644
--- a/SRC/cptts2.f
+++ b/SRC/cptts2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexPTcomputational
*
* =====================================================================
SUBROUTINE CPTTS2( IUPLO, N, NRHS, D, E, B, LDB )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IUPLO, LDB, N, NRHS
diff --git a/SRC/cstegr.f b/SRC/cstegr.f
index c5e77e8e..aaecf36d 100644
--- a/SRC/cstegr.f
+++ b/SRC/cstegr.f
@@ -249,7 +249,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -265,10 +265,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/cstemr.f b/SRC/cstemr.f
index 972bbe9b..90f050ad 100644
--- a/SRC/cstemr.f
+++ b/SRC/cstemr.f
@@ -320,7 +320,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -338,10 +338,10 @@
$ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/csytrf_rook.f b/SRC/csytrf_rook.f
index daa64360..139569f9 100644
--- a/SRC/csytrf_rook.f
+++ b/SRC/csytrf_rook.f
@@ -146,7 +146,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complexSYcomputational
*
@@ -195,7 +195,7 @@
*>
*> \verbatim
*>
-*> November 2015, Igor Kozachenko,
+*> June 2016, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -208,10 +208,10 @@
* =====================================================================
SUBROUTINE CSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/ctgsen.f b/SRC/ctgsen.f
index 894db3be..3de430bf 100644
--- a/SRC/ctgsen.f
+++ b/SRC/ctgsen.f
@@ -290,7 +290,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -433,10 +433,10 @@
$ ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,
$ WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL WANTQ, WANTZ
diff --git a/SRC/ctrttf.f b/SRC/ctrttf.f
index 6606ab76..95a24ea6 100644
--- a/SRC/ctrttf.f
+++ b/SRC/ctrttf.f
@@ -101,7 +101,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -216,10 +216,10 @@
* =====================================================================
SUBROUTINE CTRTTF( TRANSR, UPLO, N, A, LDA, ARF, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TRANSR, UPLO
diff --git a/SRC/cunbdb1.f b/SRC/cunbdb1.f
index 70b7515c..7d36547d 100644
--- a/SRC/cunbdb1.f
+++ b/SRC/cunbdb1.f
@@ -202,7 +202,7 @@
SUBROUTINE CUNBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/cunbdb2.f b/SRC/cunbdb2.f
index 2d186198..6571befd 100644
--- a/SRC/cunbdb2.f
+++ b/SRC/cunbdb2.f
@@ -202,7 +202,7 @@
SUBROUTINE CUNBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/cunbdb3.f b/SRC/cunbdb3.f
index b508795a..05eab91b 100644
--- a/SRC/cunbdb3.f
+++ b/SRC/cunbdb3.f
@@ -202,7 +202,7 @@
SUBROUTINE CUNBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/cunbdb4.f b/SRC/cunbdb4.f
index 53364b29..ce3a8660 100644
--- a/SRC/cunbdb4.f
+++ b/SRC/cunbdb4.f
@@ -213,7 +213,7 @@
$ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/cuncsd.f b/SRC/cuncsd.f
index a988b6c4..09c9b305 100644
--- a/SRC/cuncsd.f
+++ b/SRC/cuncsd.f
@@ -308,7 +308,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -320,10 +320,10 @@
$ LDV2T, WORK, LWORK, RWORK, LRWORK,
$ IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS
diff --git a/SRC/cuncsd2by1.f b/SRC/cuncsd2by1.f
index 05685927..54b774b8 100644
--- a/SRC/cuncsd2by1.f
+++ b/SRC/cuncsd2by1.f
@@ -244,7 +244,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date July 2012
+*> \date June 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -254,10 +254,10 @@
$ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* July 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T
diff --git a/SRC/dbbcsd.f b/SRC/dbbcsd.f
index d4d554b3..962071cf 100644
--- a/SRC/dbbcsd.f
+++ b/SRC/dbbcsd.f
@@ -322,7 +322,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
@@ -332,10 +332,10 @@
$ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
$ B22D, B22E, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS
diff --git a/SRC/dbdsdc.f b/SRC/dbdsdc.f
index 3cb084c7..a5af1b0f 100644
--- a/SRC/dbdsdc.f
+++ b/SRC/dbdsdc.f
@@ -191,7 +191,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -205,10 +205,10 @@
SUBROUTINE DBDSDC( UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER COMPQ, UPLO
diff --git a/SRC/dbdsvdx.f b/SRC/dbdsvdx.f
index 790974a5..89a8aab4 100644
--- a/SRC/dbdsvdx.f
+++ b/SRC/dbdsvdx.f
@@ -218,7 +218,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -226,7 +226,7 @@
SUBROUTINE DBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU,
$ NS, S, Z, LDZ, WORK, IWORK, INFO)
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2016
diff --git a/SRC/dgbrfsx.f b/SRC/dgbrfsx.f
index 92ed4ecf..e50ef67b 100644
--- a/SRC/dgbrfsx.f
+++ b/SRC/dgbrfsx.f
@@ -440,7 +440,7 @@
$ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/dgeesx.f b/SRC/dgeesx.f
index f87d0584..67e08487 100644
--- a/SRC/dgeesx.f
+++ b/SRC/dgeesx.f
@@ -272,7 +272,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleGEeigen
*
@@ -281,10 +281,10 @@
$ WR, WI, VS, LDVS, RCONDE, RCONDV, WORK, LWORK,
$ IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVS, SENSE, SORT
diff --git a/SRC/dgeev.f b/SRC/dgeev.f
index 3640b7d1..eb043d95 100644
--- a/SRC/dgeev.f
+++ b/SRC/dgeev.f
@@ -181,7 +181,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
* @precisions fortran d -> s
*
@@ -192,10 +192,10 @@
$ LDVR, WORK, LWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVL, JOBVR
diff --git a/SRC/dgeevx.f b/SRC/dgeevx.f
index e8610de0..3067f346 100644
--- a/SRC/dgeevx.f
+++ b/SRC/dgeevx.f
@@ -294,7 +294,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
* @precisions fortran d -> s
*
@@ -306,10 +306,10 @@
$ RCONDE, RCONDV, WORK, LWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER BALANC, JOBVL, JOBVR, SENSE
diff --git a/SRC/dgejsv.f b/SRC/dgejsv.f
index 0387ec7d..fc91ab51 100644
--- a/SRC/dgejsv.f
+++ b/SRC/dgejsv.f
@@ -391,7 +391,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleGEsing
*
@@ -476,10 +476,10 @@
$ M, N, A, LDA, SVA, U, LDU, V, LDV,
$ WORK, LWORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
IMPLICIT NONE
diff --git a/SRC/dgeqrt3.f b/SRC/dgeqrt3.f
index 07b6d488..42453dbf 100644
--- a/SRC/dgeqrt3.f
+++ b/SRC/dgeqrt3.f
@@ -100,7 +100,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleGEcomputational
*
@@ -132,10 +132,10 @@
* =====================================================================
RECURSIVE SUBROUTINE DGEQRT3( M, N, A, LDA, T, LDT, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N, LDT
diff --git a/SRC/dgesdd.f b/SRC/dgesdd.f
index 4bdc8a64..02beb3be 100644
--- a/SRC/dgesdd.f
+++ b/SRC/dgesdd.f
@@ -204,7 +204,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleGEsing
*
@@ -220,10 +220,10 @@
$ WORK, LWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ
diff --git a/SRC/dgesvd.f b/SRC/dgesvd.f
index f20350e5..0c40673a 100644
--- a/SRC/dgesvd.f
+++ b/SRC/dgesvd.f
@@ -211,7 +211,7 @@
SUBROUTINE DGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU,
$ VT, LDVT, WORK, LWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.1) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/dgesvdx.f b/SRC/dgesvdx.f
index e2952530..accf2594 100644
--- a/SRC/dgesvdx.f
+++ b/SRC/dgesvdx.f
@@ -254,7 +254,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleGEsing
*
@@ -263,10 +263,10 @@
$ IL, IU, NS, S, U, LDU, VT, LDVT, WORK,
$ LWORK, IWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU, JOBVT, RANGE
diff --git a/SRC/dgetc2.f b/SRC/dgetc2.f
index 3cd7eeb2..3f6be168 100644
--- a/SRC/dgetc2.f
+++ b/SRC/dgetc2.f
@@ -98,7 +98,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup doubleGEauxiliary
*
@@ -111,10 +111,10 @@
* =====================================================================
SUBROUTINE DGETC2( N, A, LDA, IPIV, JPIV, INFO )
*
-* -- LAPACK auxiliary routine (version 3.5.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, N
diff --git a/SRC/dgetrf2.f b/SRC/dgetrf2.f
index 2f3f96af..30aa42d6 100644
--- a/SRC/dgetrf2.f
+++ b/SRC/dgetrf2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleGEcomputational
*
* =====================================================================
RECURSIVE SUBROUTINE DGETRF2( M, N, A, LDA, IPIV, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N
diff --git a/SRC/dgghd3.f b/SRC/dgghd3.f
index 946aece3..034e9438 100644
--- a/SRC/dgghd3.f
+++ b/SRC/dgghd3.f
@@ -230,7 +230,7 @@
SUBROUTINE DGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,
$ LDQ, Z, LDZ, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/dgsvj1.f b/SRC/dgsvj1.f
index f5ddeeb8..a0620d65 100644
--- a/SRC/dgsvj1.f
+++ b/SRC/dgsvj1.f
@@ -223,7 +223,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
@@ -236,10 +236,10 @@
SUBROUTINE DGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV,
$ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
DOUBLE PRECISION EPS, SFMIN, TOL
diff --git a/SRC/dhgeqz.f b/SRC/dhgeqz.f
index b2ad1e5e..e5b02fc7 100644
--- a/SRC/dhgeqz.f
+++ b/SRC/dhgeqz.f
@@ -282,7 +282,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup doubleGEcomputational
*
@@ -304,10 +304,10 @@
$ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, WORK,
$ LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER COMPQ, COMPZ, JOB
diff --git a/SRC/dlaed1.f b/SRC/dlaed1.f
index ffee218d..b4e01836 100644
--- a/SRC/dlaed1.f
+++ b/SRC/dlaed1.f
@@ -148,7 +148,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -163,10 +163,10 @@
SUBROUTINE DLAED1( N, D, Q, LDQ, INDXQ, RHO, CUTPNT, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CUTPNT, INFO, LDQ, N
diff --git a/SRC/dlaed7.f b/SRC/dlaed7.f
index 31999b7c..babd57be 100644
--- a/SRC/dlaed7.f
+++ b/SRC/dlaed7.f
@@ -244,7 +244,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -260,10 +260,10 @@
$ PERM, GIVPTR, GIVCOL, GIVNUM, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CURLVL, CURPBM, CUTPNT, ICOMPQ, INFO, LDQ, N,
diff --git a/SRC/dlag2.f b/SRC/dlag2.f
index 791161e0..1e3366c9 100644
--- a/SRC/dlag2.f
+++ b/SRC/dlag2.f
@@ -148,7 +148,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleOTHERauxiliary
*
@@ -156,10 +156,10 @@
SUBROUTINE DLAG2( A, LDA, B, LDB, SAFMIN, SCALE1, SCALE2, WR1,
$ WR2, WI )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB
diff --git a/SRC/dlamrg.f b/SRC/dlamrg.f
index c31e9e14..8e9d37bd 100644
--- a/SRC/dlamrg.f
+++ b/SRC/dlamrg.f
@@ -92,17 +92,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
* =====================================================================
SUBROUTINE DLAMRG( N1, N2, A, DTRD1, DTRD2, INDEX )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER DTRD1, DTRD2, N1, N2
diff --git a/SRC/dlaqr3.f b/SRC/dlaqr3.f
index 09b4ae88..103cd366 100644
--- a/SRC/dlaqr3.f
+++ b/SRC/dlaqr3.f
@@ -260,7 +260,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleOTHERauxiliary
*
@@ -275,10 +275,10 @@
$ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T,
$ LDT, NV, WV, LDWV, WORK, LWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,
diff --git a/SRC/dlaqr5.f b/SRC/dlaqr5.f
index e431580a..b28df32a 100644
--- a/SRC/dlaqr5.f
+++ b/SRC/dlaqr5.f
@@ -236,7 +236,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleOTHERauxiliary
*
@@ -259,10 +259,10 @@
$ SR, SI, H, LDH, ILOZ, IHIZ, Z, LDZ, V, LDV, U,
$ LDU, NV, WV, LDWV, NH, WH, LDWH )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV,
diff --git a/SRC/dlarrc.f b/SRC/dlarrc.f
index 5fe45589..9a6f7f79 100644
--- a/SRC/dlarrc.f
+++ b/SRC/dlarrc.f
@@ -120,7 +120,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -137,10 +137,10 @@
SUBROUTINE DLARRC( JOBT, N, VL, VU, D, E, PIVMIN,
$ EIGCNT, LCNT, RCNT, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBT
diff --git a/SRC/dlarrd.f b/SRC/dlarrd.f
index 701f36b2..00add6f9 100644
--- a/SRC/dlarrd.f
+++ b/SRC/dlarrd.f
@@ -319,7 +319,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -329,10 +329,10 @@
$ M, W, WERR, WL, WU, IBLOCK, INDEXW,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ORDER, RANGE
diff --git a/SRC/dlarre.f b/SRC/dlarre.f
index 45301f02..d8e9c845 100644
--- a/SRC/dlarre.f
+++ b/SRC/dlarre.f
@@ -276,7 +276,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -305,10 +305,10 @@
$ W, WERR, WGAP, IBLOCK, INDEXW, GERS, PIVMIN,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER RANGE
diff --git a/SRC/dlarrf.f b/SRC/dlarrf.f
index de062817..afec65c9 100644
--- a/SRC/dlarrf.f
+++ b/SRC/dlarrf.f
@@ -174,7 +174,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -193,10 +193,10 @@
$ SPDIAM, CLGAPL, CLGAPR, PIVMIN, SIGMA,
$ DPLUS, LPLUS, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CLSTRT, CLEND, INFO, N
diff --git a/SRC/dlarrv.f b/SRC/dlarrv.f
index 3e0ca24f..0628d49e 100644
--- a/SRC/dlarrv.f
+++ b/SRC/dlarrv.f
@@ -266,7 +266,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHERauxiliary
*
@@ -286,10 +286,10 @@
$ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER DOL, DOU, INFO, LDZ, M, N
diff --git a/SRC/dlarscl2.f b/SRC/dlarscl2.f
index d66e94f8..acd57783 100644
--- a/SRC/dlarscl2.f
+++ b/SRC/dlarscl2.f
@@ -83,17 +83,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
* =====================================================================
SUBROUTINE DLARSCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/dlascl.f b/SRC/dlascl.f
index ba26392a..13c176ce 100644
--- a/SRC/dlascl.f
+++ b/SRC/dlascl.f
@@ -136,17 +136,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TYPE
diff --git a/SRC/dlascl2.f b/SRC/dlascl2.f
index c24b0b5c..f9b3b8a1 100644
--- a/SRC/dlascl2.f
+++ b/SRC/dlascl2.f
@@ -83,17 +83,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
* =====================================================================
SUBROUTINE DLASCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/dlasd1.f b/SRC/dlasd1.f
index c9e4353a..cf7ae908 100644
--- a/SRC/dlasd1.f
+++ b/SRC/dlasd1.f
@@ -190,7 +190,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -204,10 +204,10 @@
SUBROUTINE DLASD1( NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT,
$ IDXQ, IWORK, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDU, LDVT, NL, NR, SQRE
diff --git a/SRC/dlasd6.f b/SRC/dlasd6.f
index 1c7f5e8d..d562cc53 100644
--- a/SRC/dlasd6.f
+++ b/SRC/dlasd6.f
@@ -297,7 +297,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -313,10 +313,10 @@
$ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK,
$ IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL,
diff --git a/SRC/dlasdq.f b/SRC/dlasdq.f
index cbfdb4a5..94cc1141 100644
--- a/SRC/dlasdq.f
+++ b/SRC/dlasdq.f
@@ -197,7 +197,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -211,10 +211,10 @@
SUBROUTINE DLASDQ( UPLO, SQRE, N, NCVT, NRU, NCC, D, E, VT, LDVT,
$ U, LDU, C, LDC, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/dlasq3.f b/SRC/dlasq3.f
index df4c3a47..3ae35ad1 100644
--- a/SRC/dlasq3.f
+++ b/SRC/dlasq3.f
@@ -173,7 +173,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -182,10 +182,10 @@
$ ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1,
$ DN2, G, TAU )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL IEEE
diff --git a/SRC/dlasq4.f b/SRC/dlasq4.f
index a7ec4c1c..45361b2c 100644
--- a/SRC/dlasq4.f
+++ b/SRC/dlasq4.f
@@ -135,7 +135,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -151,10 +151,10 @@
SUBROUTINE DLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,
$ DN1, DN2, TAU, TTYPE, G )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER I0, N0, N0IN, PP, TTYPE
diff --git a/SRC/dlasrt.f b/SRC/dlasrt.f
index 6d7cbb13..fca457ef 100644
--- a/SRC/dlasrt.f
+++ b/SRC/dlasrt.f
@@ -81,17 +81,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
* =====================================================================
SUBROUTINE DLASRT( ID, N, D, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ID
diff --git a/SRC/dlasy2.f b/SRC/dlasy2.f
index c883ae54..0af00d39 100644
--- a/SRC/dlasy2.f
+++ b/SRC/dlasy2.f
@@ -166,7 +166,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleSYauxiliary
*
@@ -174,10 +174,10 @@
SUBROUTINE DLASY2( LTRANL, LTRANR, ISGN, N1, N2, TL, LDTL, TR,
$ LDTR, B, LDB, SCALE, X, LDX, XNORM, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL LTRANL, LTRANR
diff --git a/SRC/dlatdf.f b/SRC/dlatdf.f
index 2a8fabe0..5eba2843 100644
--- a/SRC/dlatdf.f
+++ b/SRC/dlatdf.f
@@ -133,7 +133,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleOTHERauxiliary
*
@@ -171,10 +171,10 @@
SUBROUTINE DLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
$ JPIV )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IJOB, LDZ, N
diff --git a/SRC/dorbdb1.f b/SRC/dorbdb1.f
index 0d5e8a97..8d616bc1 100644
--- a/SRC/dorbdb1.f
+++ b/SRC/dorbdb1.f
@@ -203,7 +203,7 @@
SUBROUTINE DORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/dorbdb2.f b/SRC/dorbdb2.f
index cc53cbe5..554cc2ff 100644
--- a/SRC/dorbdb2.f
+++ b/SRC/dorbdb2.f
@@ -202,7 +202,7 @@
SUBROUTINE DORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/dorbdb3.f b/SRC/dorbdb3.f
index 5d6c0083..003c4402 100644
--- a/SRC/dorbdb3.f
+++ b/SRC/dorbdb3.f
@@ -201,7 +201,7 @@
SUBROUTINE DORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/dorbdb4.f b/SRC/dorbdb4.f
index 302c5a32..a8fe7435 100644
--- a/SRC/dorbdb4.f
+++ b/SRC/dorbdb4.f
@@ -213,7 +213,7 @@
$ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/dsbevx.f b/SRC/dsbevx.f
index 984f0f8d..fc8836f7 100644
--- a/SRC/dsbevx.f
+++ b/SRC/dsbevx.f
@@ -256,7 +256,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -265,10 +265,10 @@
$ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsbgvd.f b/SRC/dsbgvd.f
index c73fd1aa..a259ad78 100644
--- a/SRC/dsbgvd.f
+++ b/SRC/dsbgvd.f
@@ -214,7 +214,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -227,10 +227,10 @@
SUBROUTINE DSBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W,
$ Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, UPLO
diff --git a/SRC/dsbgvx.f b/SRC/dsbgvx.f
index e1de0085..2db4ac34 100644
--- a/SRC/dsbgvx.f
+++ b/SRC/dsbgvx.f
@@ -280,7 +280,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -294,10 +294,10 @@
$ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z,
$ LDZ, WORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsgesv.f b/SRC/dsgesv.f
index 9d42c329..99eb122c 100644
--- a/SRC/dsgesv.f
+++ b/SRC/dsgesv.f
@@ -187,7 +187,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleGEsolve
*
@@ -195,10 +195,10 @@
SUBROUTINE DSGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK,
$ SWORK, ITER, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, ITER, LDA, LDB, LDX, N, NRHS
diff --git a/SRC/dspevx.f b/SRC/dspevx.f
index 1ffd74d4..4f9e8d46 100644
--- a/SRC/dspevx.f
+++ b/SRC/dspevx.f
@@ -225,7 +225,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -234,10 +234,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL,
$ INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dspgvx.f b/SRC/dspgvx.f
index 2693893d..e87ad5fc 100644
--- a/SRC/dspgvx.f
+++ b/SRC/dspgvx.f
@@ -258,7 +258,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -272,10 +272,10 @@
$ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsposv.f b/SRC/dsposv.f
index 49896a31..f7573dd3 100644
--- a/SRC/dsposv.f
+++ b/SRC/dsposv.f
@@ -191,7 +191,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doublePOsolve
*
@@ -199,10 +199,10 @@
SUBROUTINE DSPOSV( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK,
$ SWORK, ITER, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/dstebz.f b/SRC/dstebz.f
index 253f3391..25d27120 100644
--- a/SRC/dstebz.f
+++ b/SRC/dstebz.f
@@ -264,7 +264,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -273,10 +273,10 @@
$ M, NSPLIT, W, IBLOCK, ISPLIT, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ORDER, RANGE
diff --git a/SRC/dstegr.f b/SRC/dstegr.f
index c4514c0f..a56f9063 100644
--- a/SRC/dstegr.f
+++ b/SRC/dstegr.f
@@ -249,7 +249,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
@@ -265,10 +265,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/dstemr.f b/SRC/dstemr.f
index 32b58abf..60884672 100644
--- a/SRC/dstemr.f
+++ b/SRC/dstemr.f
@@ -303,7 +303,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
@@ -321,10 +321,10 @@
$ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/dstevr.f b/SRC/dstevr.f
index eabdc79d..dd40cf99 100644
--- a/SRC/dstevr.f
+++ b/SRC/dstevr.f
@@ -287,7 +287,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -304,10 +304,10 @@
$ M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/dstevx.f b/SRC/dstevx.f
index d2274e04..0cdfe999 100644
--- a/SRC/dstevx.f
+++ b/SRC/dstevx.f
@@ -219,7 +219,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHEReigen
*
@@ -227,10 +227,10 @@
SUBROUTINE DSTEVX( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL,
$ M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/dsyevr.f b/SRC/dsyevr.f
index e6dc7317..c78fb156 100644
--- a/SRC/dsyevr.f
+++ b/SRC/dsyevr.f
@@ -313,7 +313,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup doubleSYeigen
*
@@ -332,10 +332,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsyevx.f b/SRC/dsyevx.f
index d34da33f..52c84777 100644
--- a/SRC/dsyevx.f
+++ b/SRC/dsyevx.f
@@ -244,7 +244,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleSYeigen
*
@@ -253,10 +253,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsygvx.f b/SRC/dsygvx.f
index 23359e62..13ab094d 100644
--- a/SRC/dsygvx.f
+++ b/SRC/dsygvx.f
@@ -283,7 +283,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleSYeigen
*
@@ -297,10 +297,10 @@
$ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK,
$ LWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/dsytrf_rook.f b/SRC/dsytrf_rook.f
index 000580c6..a7f40537 100644
--- a/SRC/dsytrf_rook.f
+++ b/SRC/dsytrf_rook.f
@@ -208,7 +208,7 @@
* =====================================================================
SUBROUTINE DSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/dsytrs2.f b/SRC/dsytrs2.f
index fe40ec29..9d1205b7 100644
--- a/SRC/dsytrs2.f
+++ b/SRC/dsytrs2.f
@@ -124,7 +124,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleSYcomputational
*
@@ -132,10 +132,10 @@
SUBROUTINE DSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB,
$ WORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/dtgsen.f b/SRC/dtgsen.f
index 11928c36..14719e4f 100644
--- a/SRC/dtgsen.f
+++ b/SRC/dtgsen.f
@@ -305,7 +305,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup doubleOTHERcomputational
*
@@ -452,10 +452,10 @@
$ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL,
$ PR, DIF, WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL WANTQ, WANTZ
diff --git a/SRC/ilaenv.f b/SRC/ilaenv.f
index a8daf00a..b963ad73 100644
--- a/SRC/ilaenv.f
+++ b/SRC/ilaenv.f
@@ -132,7 +132,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -162,10 +162,10 @@
* =====================================================================
INTEGER FUNCTION ILAENV( ISPEC, NAME, OPTS, N1, N2, N3, N4 )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*( * ) NAME, OPTS
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index 6060dc1b..0da02707 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -47,17 +47,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
@@ -65,7 +65,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 6
- VERS_PATCH = 0
+ VERS_PATCH = 1
* =====================================================================
*
RETURN
diff --git a/SRC/sbbcsd.f b/SRC/sbbcsd.f
index 72b8495b..d2cd707f 100644
--- a/SRC/sbbcsd.f
+++ b/SRC/sbbcsd.f
@@ -322,7 +322,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
@@ -332,10 +332,10 @@
$ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
$ B22D, B22E, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS
diff --git a/SRC/sbdsdc.f b/SRC/sbdsdc.f
index ebafecdc..b31cc0bf 100644
--- a/SRC/sbdsdc.f
+++ b/SRC/sbdsdc.f
@@ -191,7 +191,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -205,10 +205,10 @@
SUBROUTINE SBDSDC( UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER COMPQ, UPLO
diff --git a/SRC/sbdsvdx.f b/SRC/sbdsvdx.f
index 870e3e19..6b5c3c41 100644
--- a/SRC/sbdsvdx.f
+++ b/SRC/sbdsvdx.f
@@ -218,7 +218,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -226,7 +226,7 @@
SUBROUTINE SBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU,
$ NS, S, Z, LDZ, WORK, IWORK, INFO)
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2016
diff --git a/SRC/sgbequb.f b/SRC/sgbequb.f
index eace329c..d94b8851 100644
--- a/SRC/sgbequb.f
+++ b/SRC/sgbequb.f
@@ -152,7 +152,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realGBcomputational
*
@@ -160,10 +160,10 @@
SUBROUTINE SGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND,
$ AMAX, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, KL, KU, LDAB, M, N
diff --git a/SRC/sgbrfsx.f b/SRC/sgbrfsx.f
index 8c9efc5a..234ea170 100644
--- a/SRC/sgbrfsx.f
+++ b/SRC/sgbrfsx.f
@@ -440,7 +440,7 @@
$ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/sgeesx.f b/SRC/sgeesx.f
index b1f28025..1deb4d5f 100644
--- a/SRC/sgeesx.f
+++ b/SRC/sgeesx.f
@@ -272,7 +272,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realGEeigen
*
@@ -281,10 +281,10 @@
$ WR, WI, VS, LDVS, RCONDE, RCONDV, WORK, LWORK,
$ IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVS, SENSE, SORT
diff --git a/SRC/sgeev.f b/SRC/sgeev.f
index c9377b46..9f21d1fc 100644
--- a/SRC/sgeev.f
+++ b/SRC/sgeev.f
@@ -181,7 +181,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
* @generated from dgeev.f, fortran d -> s, Tue Apr 19 01:47:44 2016
*
@@ -192,10 +192,10 @@
$ LDVR, WORK, LWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVL, JOBVR
diff --git a/SRC/sgeevx.f b/SRC/sgeevx.f
index f1ae89e7..db20e8be 100644
--- a/SRC/sgeevx.f
+++ b/SRC/sgeevx.f
@@ -294,7 +294,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
* @generated from dgeevx.f, fortran d -> s, Tue Apr 19 01:47:44 2016
*
@@ -306,10 +306,10 @@
$ RCONDE, RCONDV, WORK, LWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER BALANC, JOBVL, JOBVR, SENSE
diff --git a/SRC/sgejsv.f b/SRC/sgejsv.f
index 8d4065e4..7d80d4ec 100644
--- a/SRC/sgejsv.f
+++ b/SRC/sgejsv.f
@@ -391,7 +391,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realGEsing
*
@@ -476,10 +476,10 @@
$ M, N, A, LDA, SVA, U, LDU, V, LDV,
$ WORK, LWORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
IMPLICIT NONE
diff --git a/SRC/sgeqrt3.f b/SRC/sgeqrt3.f
index 872f8b40..a0e1c2c1 100644
--- a/SRC/sgeqrt3.f
+++ b/SRC/sgeqrt3.f
@@ -100,7 +100,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realGEcomputational
*
@@ -132,10 +132,10 @@
* =====================================================================
RECURSIVE SUBROUTINE SGEQRT3( M, N, A, LDA, T, LDT, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N, LDT
diff --git a/SRC/sgesdd.f b/SRC/sgesdd.f
index 612ad8b5..cae69939 100644
--- a/SRC/sgesdd.f
+++ b/SRC/sgesdd.f
@@ -204,7 +204,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realGEsing
*
@@ -219,10 +219,10 @@
$ WORK, LWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ
diff --git a/SRC/sgesvd.f b/SRC/sgesvd.f
index 6e6234b1..4e37528b 100644
--- a/SRC/sgesvd.f
+++ b/SRC/sgesvd.f
@@ -211,7 +211,7 @@
SUBROUTINE SGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT,
$ WORK, LWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.1) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/sgesvdx.f b/SRC/sgesvdx.f
index 9da2005e..8a2fc9b0 100644
--- a/SRC/sgesvdx.f
+++ b/SRC/sgesvdx.f
@@ -254,7 +254,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realGEsing
*
@@ -263,10 +263,10 @@
$ IL, IU, NS, S, U, LDU, VT, LDVT, WORK,
$ LWORK, IWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU, JOBVT, RANGE
diff --git a/SRC/sgetc2.f b/SRC/sgetc2.f
index 59844651..ce6a5b39 100644
--- a/SRC/sgetc2.f
+++ b/SRC/sgetc2.f
@@ -98,7 +98,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup realGEauxiliary
*
@@ -111,10 +111,10 @@
* =====================================================================
SUBROUTINE SGETC2( N, A, LDA, IPIV, JPIV, INFO )
*
-* -- LAPACK auxiliary routine (version 3.5.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, N
diff --git a/SRC/sgetrf2.f b/SRC/sgetrf2.f
index cb145a1f..02b6c345 100644
--- a/SRC/sgetrf2.f
+++ b/SRC/sgetrf2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realGEcomputational
*
* =====================================================================
RECURSIVE SUBROUTINE SGETRF2( M, N, A, LDA, IPIV, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N
diff --git a/SRC/sgghd3.f b/SRC/sgghd3.f
index fd530834..758f4b5c 100644
--- a/SRC/sgghd3.f
+++ b/SRC/sgghd3.f
@@ -230,7 +230,7 @@
SUBROUTINE SGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,
$ LDQ, Z, LDZ, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/sggsvp3.f b/SRC/sggsvp3.f
index 34c5c270..595afab1 100644
--- a/SRC/sggsvp3.f
+++ b/SRC/sggsvp3.f
@@ -272,7 +272,7 @@
$ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ,
$ IWORK, TAU, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* August 2015
diff --git a/SRC/shgeqz.f b/SRC/shgeqz.f
index 9e52f03e..6d55c556 100644
--- a/SRC/shgeqz.f
+++ b/SRC/shgeqz.f
@@ -282,7 +282,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup realGEcomputational
*
@@ -304,10 +304,10 @@
$ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, WORK,
$ LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER COMPQ, COMPZ, JOB
diff --git a/SRC/slaed1.f b/SRC/slaed1.f
index bef873a1..c6f52d0f 100644
--- a/SRC/slaed1.f
+++ b/SRC/slaed1.f
@@ -148,7 +148,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -163,10 +163,10 @@
SUBROUTINE SLAED1( N, D, Q, LDQ, INDXQ, RHO, CUTPNT, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CUTPNT, INFO, LDQ, N
diff --git a/SRC/slaed7.f b/SRC/slaed7.f
index 8e3e8d93..f6615e03 100644
--- a/SRC/slaed7.f
+++ b/SRC/slaed7.f
@@ -244,7 +244,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -260,10 +260,10 @@
$ PERM, GIVPTR, GIVCOL, GIVNUM, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CURLVL, CURPBM, CUTPNT, ICOMPQ, INFO, LDQ, N,
diff --git a/SRC/slag2.f b/SRC/slag2.f
index 03baa0c5..da18f6b2 100644
--- a/SRC/slag2.f
+++ b/SRC/slag2.f
@@ -148,7 +148,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realOTHERauxiliary
*
@@ -156,10 +156,10 @@
SUBROUTINE SLAG2( A, LDA, B, LDB, SAFMIN, SCALE1, SCALE2, WR1,
$ WR2, WI )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB
diff --git a/SRC/slamrg.f b/SRC/slamrg.f
index 815c6bff..7f171cbe 100644
--- a/SRC/slamrg.f
+++ b/SRC/slamrg.f
@@ -92,17 +92,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
* =====================================================================
SUBROUTINE SLAMRG( N1, N2, A, STRD1, STRD2, INDEX )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER N1, N2, STRD1, STRD2
diff --git a/SRC/slaqr3.f b/SRC/slaqr3.f
index e6462f87..b80b27af 100644
--- a/SRC/slaqr3.f
+++ b/SRC/slaqr3.f
@@ -260,7 +260,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realOTHERauxiliary
*
@@ -275,10 +275,10 @@
$ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T,
$ LDT, NV, WV, LDWV, WORK, LWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,
diff --git a/SRC/slaqr5.f b/SRC/slaqr5.f
index 0d88a3aa..d9ed7922 100644
--- a/SRC/slaqr5.f
+++ b/SRC/slaqr5.f
@@ -236,7 +236,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realOTHERauxiliary
*
@@ -259,10 +259,10 @@
$ SR, SI, H, LDH, ILOZ, IHIZ, Z, LDZ, V, LDV, U,
$ LDU, NV, WV, LDWV, NH, WH, LDWH )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV,
diff --git a/SRC/slarrc.f b/SRC/slarrc.f
index cce814bb..ec9c252c 100644
--- a/SRC/slarrc.f
+++ b/SRC/slarrc.f
@@ -120,7 +120,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -137,10 +137,10 @@
SUBROUTINE SLARRC( JOBT, N, VL, VU, D, E, PIVMIN,
$ EIGCNT, LCNT, RCNT, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBT
diff --git a/SRC/slarrd.f b/SRC/slarrd.f
index 81c95fac..5ac428e2 100644
--- a/SRC/slarrd.f
+++ b/SRC/slarrd.f
@@ -319,7 +319,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -329,10 +329,10 @@
$ M, W, WERR, WL, WU, IBLOCK, INDEXW,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ORDER, RANGE
diff --git a/SRC/slarre.f b/SRC/slarre.f
index 67d2c1b1..bf56986c 100644
--- a/SRC/slarre.f
+++ b/SRC/slarre.f
@@ -276,7 +276,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -305,10 +305,10 @@
$ W, WERR, WGAP, IBLOCK, INDEXW, GERS, PIVMIN,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER RANGE
diff --git a/SRC/slarrf.f b/SRC/slarrf.f
index b136e61e..f686018d 100644
--- a/SRC/slarrf.f
+++ b/SRC/slarrf.f
@@ -174,7 +174,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -193,10 +193,10 @@
$ SPDIAM, CLGAPL, CLGAPR, PIVMIN, SIGMA,
$ DPLUS, LPLUS, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CLSTRT, CLEND, INFO, N
diff --git a/SRC/slarrv.f b/SRC/slarrv.f
index 59546642..b098c3d1 100644
--- a/SRC/slarrv.f
+++ b/SRC/slarrv.f
@@ -266,7 +266,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHERauxiliary
*
@@ -286,10 +286,10 @@
$ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER DOL, DOU, INFO, LDZ, M, N
diff --git a/SRC/slarscl2.f b/SRC/slarscl2.f
index bd454ac5..3f51d722 100644
--- a/SRC/slarscl2.f
+++ b/SRC/slarscl2.f
@@ -83,17 +83,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
* =====================================================================
SUBROUTINE SLARSCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/slascl.f b/SRC/slascl.f
index cdc8ca83..d67ea0f0 100644
--- a/SRC/slascl.f
+++ b/SRC/slascl.f
@@ -136,17 +136,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE SLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TYPE
diff --git a/SRC/slascl2.f b/SRC/slascl2.f
index 37643dad..bb2f960b 100644
--- a/SRC/slascl2.f
+++ b/SRC/slascl2.f
@@ -83,17 +83,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
* =====================================================================
SUBROUTINE SLASCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/slasd1.f b/SRC/slasd1.f
index 06c68828..63d878be 100644
--- a/SRC/slasd1.f
+++ b/SRC/slasd1.f
@@ -190,7 +190,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -204,10 +204,10 @@
SUBROUTINE SLASD1( NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT,
$ IDXQ, IWORK, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDU, LDVT, NL, NR, SQRE
diff --git a/SRC/slasd6.f b/SRC/slasd6.f
index 4c2f0045..9f31e6cc 100644
--- a/SRC/slasd6.f
+++ b/SRC/slasd6.f
@@ -297,7 +297,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -313,10 +313,10 @@
$ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK,
$ IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL,
diff --git a/SRC/slasdq.f b/SRC/slasdq.f
index defbe352..7b72fb98 100644
--- a/SRC/slasdq.f
+++ b/SRC/slasdq.f
@@ -197,7 +197,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERauxiliary
*
@@ -211,10 +211,10 @@
SUBROUTINE SLASDQ( UPLO, SQRE, N, NCVT, NRU, NCC, D, E, VT, LDVT,
$ U, LDU, C, LDC, WORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/slasq3.f b/SRC/slasq3.f
index e3f1130e..879fdfbb 100644
--- a/SRC/slasq3.f
+++ b/SRC/slasq3.f
@@ -173,7 +173,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -182,10 +182,10 @@
$ ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1,
$ DN2, G, TAU )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL IEEE
diff --git a/SRC/slasq4.f b/SRC/slasq4.f
index 21be5580..1ad5a911 100644
--- a/SRC/slasq4.f
+++ b/SRC/slasq4.f
@@ -135,7 +135,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -151,10 +151,10 @@
SUBROUTINE SLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,
$ DN1, DN2, TAU, TTYPE, G )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER I0, N0, N0IN, PP, TTYPE
diff --git a/SRC/slasrt.f b/SRC/slasrt.f
index 05a492ad..d3aa1292 100644
--- a/SRC/slasrt.f
+++ b/SRC/slasrt.f
@@ -81,17 +81,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
* =====================================================================
SUBROUTINE SLASRT( ID, N, D, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ID
diff --git a/SRC/slasy2.f b/SRC/slasy2.f
index 815e3317..ed34a823 100644
--- a/SRC/slasy2.f
+++ b/SRC/slasy2.f
@@ -166,7 +166,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realSYauxiliary
*
@@ -174,10 +174,10 @@
SUBROUTINE SLASY2( LTRANL, LTRANR, ISGN, N1, N2, TL, LDTL, TR,
$ LDTR, B, LDB, SCALE, X, LDX, XNORM, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL LTRANL, LTRANR
diff --git a/SRC/slatdf.f b/SRC/slatdf.f
index 4f8c0391..dc5e2b74 100644
--- a/SRC/slatdf.f
+++ b/SRC/slatdf.f
@@ -133,7 +133,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realOTHERauxiliary
*
@@ -171,10 +171,10 @@
SUBROUTINE SLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
$ JPIV )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IJOB, LDZ, N
diff --git a/SRC/sorbdb1.f b/SRC/sorbdb1.f
index b679b7de..a8c2e96b 100644
--- a/SRC/sorbdb1.f
+++ b/SRC/sorbdb1.f
@@ -203,7 +203,7 @@
SUBROUTINE SORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/sorbdb2.f b/SRC/sorbdb2.f
index 4c047a37..c9919a17 100644
--- a/SRC/sorbdb2.f
+++ b/SRC/sorbdb2.f
@@ -201,7 +201,7 @@
SUBROUTINE SORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/sorbdb3.f b/SRC/sorbdb3.f
index 74ea60f6..8ce74d40 100644
--- a/SRC/sorbdb3.f
+++ b/SRC/sorbdb3.f
@@ -202,7 +202,7 @@
SUBROUTINE SORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/sorbdb4.f b/SRC/sorbdb4.f
index 2916ba98..1efe146b 100644
--- a/SRC/sorbdb4.f
+++ b/SRC/sorbdb4.f
@@ -214,7 +214,7 @@
$ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/sorcsd2by1.f b/SRC/sorcsd2by1.f
index 72d0dbfe..3354d091 100644
--- a/SRC/sorcsd2by1.f
+++ b/SRC/sorcsd2by1.f
@@ -232,7 +232,7 @@
$ X21, LDX21, THETA, U1, LDU1, U2, LDU2, V1T,
$ LDV1T, WORK, LWORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/ssbevx.f b/SRC/ssbevx.f
index 922df105..a03c4a41 100644
--- a/SRC/ssbevx.f
+++ b/SRC/ssbevx.f
@@ -256,7 +256,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -265,10 +265,10 @@
$ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/ssbgvd.f b/SRC/ssbgvd.f
index 554d22e3..fac2baad 100644
--- a/SRC/ssbgvd.f
+++ b/SRC/ssbgvd.f
@@ -214,7 +214,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -227,10 +227,10 @@
SUBROUTINE SSBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W,
$ Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, UPLO
diff --git a/SRC/ssbgvx.f b/SRC/ssbgvx.f
index 3ff9ffc6..2b27f023 100644
--- a/SRC/ssbgvx.f
+++ b/SRC/ssbgvx.f
@@ -280,7 +280,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -294,10 +294,10 @@
$ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z,
$ LDZ, WORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/sspevx.f b/SRC/sspevx.f
index 30ca41a3..c2bbaf71 100644
--- a/SRC/sspevx.f
+++ b/SRC/sspevx.f
@@ -225,7 +225,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -234,10 +234,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL,
$ INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/sspgvx.f b/SRC/sspgvx.f
index 81bf139d..8f8ed9a8 100644
--- a/SRC/sspgvx.f
+++ b/SRC/sspgvx.f
@@ -258,7 +258,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -272,10 +272,10 @@
$ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/sstebz.f b/SRC/sstebz.f
index 11b95ae3..1e231ec8 100644
--- a/SRC/sstebz.f
+++ b/SRC/sstebz.f
@@ -264,7 +264,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup auxOTHERcomputational
*
@@ -273,10 +273,10 @@
$ M, NSPLIT, W, IBLOCK, ISPLIT, WORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER ORDER, RANGE
diff --git a/SRC/sstegr.f b/SRC/sstegr.f
index f041035e..4c8350e6 100644
--- a/SRC/sstegr.f
+++ b/SRC/sstegr.f
@@ -249,7 +249,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
@@ -265,10 +265,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/sstemr.f b/SRC/sstemr.f
index 41295c21..5ffe96d4 100644
--- a/SRC/sstemr.f
+++ b/SRC/sstemr.f
@@ -303,7 +303,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
@@ -321,10 +321,10 @@
$ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/sstevr.f b/SRC/sstevr.f
index 44e69ad4..2dec8695 100644
--- a/SRC/sstevr.f
+++ b/SRC/sstevr.f
@@ -287,7 +287,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -306,10 +306,10 @@
$ M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/sstevx.f b/SRC/sstevx.f
index eb657999..427ad742 100644
--- a/SRC/sstevx.f
+++ b/SRC/sstevx.f
@@ -219,7 +219,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHEReigen
*
@@ -227,10 +227,10 @@
SUBROUTINE SSTEVX( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL,
$ M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/ssyevr.f b/SRC/ssyevr.f
index b7f63e77..7e274b4e 100644
--- a/SRC/ssyevr.f
+++ b/SRC/ssyevr.f
@@ -315,7 +315,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup realSYeigen
*
@@ -334,10 +334,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/ssyevx.f b/SRC/ssyevx.f
index 7e753fd9..611f4f24 100644
--- a/SRC/ssyevx.f
+++ b/SRC/ssyevx.f
@@ -244,7 +244,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realSYeigen
*
@@ -253,10 +253,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/ssygvx.f b/SRC/ssygvx.f
index 6ba44b5f..8c909946 100644
--- a/SRC/ssygvx.f
+++ b/SRC/ssygvx.f
@@ -283,7 +283,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realSYeigen
*
@@ -297,10 +297,10 @@
$ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK,
$ LWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/ssytrf_rook.f b/SRC/ssytrf_rook.f
index ab22823a..3281fbe7 100644
--- a/SRC/ssytrf_rook.f
+++ b/SRC/ssytrf_rook.f
@@ -146,7 +146,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup realSYcomputational
*
@@ -195,7 +195,7 @@
*>
*> \verbatim
*>
-*> November 2015, Igor Kozachenko,
+*> June 2016, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -208,10 +208,10 @@
* =====================================================================
SUBROUTINE SSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/stgsen.f b/SRC/stgsen.f
index 294d9b1c..13997be3 100644
--- a/SRC/stgsen.f
+++ b/SRC/stgsen.f
@@ -304,7 +304,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup realOTHERcomputational
*
@@ -451,10 +451,10 @@
$ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL,
$ PR, DIF, WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL WANTQ, WANTZ
diff --git a/SRC/zbbcsd.f b/SRC/zbbcsd.f
index 8928428c..18c4db0d 100644
--- a/SRC/zbbcsd.f
+++ b/SRC/zbbcsd.f
@@ -322,7 +322,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -332,10 +332,10 @@
$ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
$ B22D, B22E, RWORK, LRWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS
diff --git a/SRC/zcgesv.f b/SRC/zcgesv.f
index a27ce0d1..493cc416 100644
--- a/SRC/zcgesv.f
+++ b/SRC/zcgesv.f
@@ -193,7 +193,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16GEsolve
*
@@ -201,10 +201,10 @@
SUBROUTINE ZCGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK,
$ SWORK, RWORK, ITER, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, ITER, LDA, LDB, LDX, N, NRHS
diff --git a/SRC/zcposv.f b/SRC/zcposv.f
index 983b6ef9..4cf9f61e 100644
--- a/SRC/zcposv.f
+++ b/SRC/zcposv.f
@@ -201,7 +201,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16POsolve
*
@@ -209,10 +209,10 @@
SUBROUTINE ZCPOSV( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK,
$ SWORK, RWORK, ITER, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zgbequb.f b/SRC/zgbequb.f
index a405bc2a..3c53046b 100644
--- a/SRC/zgbequb.f
+++ b/SRC/zgbequb.f
@@ -153,7 +153,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16GBcomputational
*
@@ -161,10 +161,10 @@
SUBROUTINE ZGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND,
$ AMAX, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, KL, KU, LDAB, M, N
diff --git a/SRC/zgbrfsx.f b/SRC/zgbrfsx.f
index 0114d0dc..14972ebb 100644
--- a/SRC/zgbrfsx.f
+++ b/SRC/zgbrfsx.f
@@ -440,7 +440,7 @@
$ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/zgeesx.f b/SRC/zgeesx.f
index 4d8ad83a..7868245e 100644
--- a/SRC/zgeesx.f
+++ b/SRC/zgeesx.f
@@ -230,7 +230,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16GEeigen
*
@@ -239,10 +239,10 @@
$ VS, LDVS, RCONDE, RCONDV, WORK, LWORK, RWORK,
$ BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVS, SENSE, SORT
diff --git a/SRC/zgeev.f b/SRC/zgeev.f
index 7baa6889..1fb35a17 100644
--- a/SRC/zgeev.f
+++ b/SRC/zgeev.f
@@ -169,7 +169,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
* @precisions fortran z -> c
*
@@ -180,10 +180,10 @@
$ WORK, LWORK, RWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBVL, JOBVR
diff --git a/SRC/zgeevx.f b/SRC/zgeevx.f
index a0baa344..752d0328 100644
--- a/SRC/zgeevx.f
+++ b/SRC/zgeevx.f
@@ -276,7 +276,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
* @precisions fortran z -> c
*
@@ -288,10 +288,10 @@
$ RCONDV, WORK, LWORK, RWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER BALANC, JOBVL, JOBVR, SENSE
diff --git a/SRC/zgejsv.f b/SRC/zgejsv.f
index 712f10df..ad47a407 100644
--- a/SRC/zgejsv.f
+++ b/SRC/zgejsv.f
@@ -433,7 +433,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16GEsing
*
@@ -517,10 +517,10 @@
$ M, N, A, LDA, SVA, U, LDU, V, LDV,
$ CWORK, LWORK, RWORK, LRWORK, IWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
IMPLICIT NONE
diff --git a/SRC/zgelss.f b/SRC/zgelss.f
index a6a522b6..b99535a6 100644
--- a/SRC/zgelss.f
+++ b/SRC/zgelss.f
@@ -170,7 +170,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16GEsolve
*
@@ -178,10 +178,10 @@
SUBROUTINE ZGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK,
$ WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK
diff --git a/SRC/zgeqrt3.f b/SRC/zgeqrt3.f
index f06f1c53..6995a289 100644
--- a/SRC/zgeqrt3.f
+++ b/SRC/zgeqrt3.f
@@ -100,7 +100,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16GEcomputational
*
@@ -132,10 +132,10 @@
* =====================================================================
RECURSIVE SUBROUTINE ZGEQRT3( M, N, A, LDA, T, LDT, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N, LDT
diff --git a/SRC/zgesdd.f b/SRC/zgesdd.f
index 0acbcba7..4f320175 100644
--- a/SRC/zgesdd.f
+++ b/SRC/zgesdd.f
@@ -212,7 +212,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16GEsing
*
@@ -228,10 +228,10 @@
$ WORK, LWORK, RWORK, IWORK, INFO )
implicit none
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ
diff --git a/SRC/zgesvd.f b/SRC/zgesvd.f
index 39f5186d..5f66bcb1 100644
--- a/SRC/zgesvd.f
+++ b/SRC/zgesvd.f
@@ -214,7 +214,7 @@
SUBROUTINE ZGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU,
$ VT, LDVT, WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/zgesvdx.f b/SRC/zgesvdx.f
index 3c319a8b..27428732 100644
--- a/SRC/zgesvdx.f
+++ b/SRC/zgesvdx.f
@@ -261,7 +261,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16GEsing
*
@@ -270,10 +270,10 @@
$ IL, IU, NS, S, U, LDU, VT, LDVT, WORK,
$ LWORK, RWORK, IWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBU, JOBVT, RANGE
diff --git a/SRC/zgesvj.f b/SRC/zgesvj.f
index c98bec53..e4b6969f 100644
--- a/SRC/zgesvj.f
+++ b/SRC/zgesvj.f
@@ -270,7 +270,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup doubleGEcomputational
*
@@ -342,10 +342,10 @@
SUBROUTINE ZGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V,
$ LDV, CWORK, LWORK, RWORK, LRWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
IMPLICIT NONE
* .. Scalar Arguments ..
diff --git a/SRC/zgetc2.f b/SRC/zgetc2.f
index bf59415b..f41b6f09 100644
--- a/SRC/zgetc2.f
+++ b/SRC/zgetc2.f
@@ -98,7 +98,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complex16GEauxiliary
*
@@ -111,10 +111,10 @@
* =====================================================================
SUBROUTINE ZGETC2( N, A, LDA, IPIV, JPIV, INFO )
*
-* -- LAPACK auxiliary routine (version 3.5.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, N
diff --git a/SRC/zgetrf2.f b/SRC/zgetrf2.f
index 01d281b2..9b2e956c 100644
--- a/SRC/zgetrf2.f
+++ b/SRC/zgetrf2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16GEcomputational
*
* =====================================================================
RECURSIVE SUBROUTINE ZGETRF2( M, N, A, LDA, IPIV, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, M, N
diff --git a/SRC/zggbal.f b/SRC/zggbal.f
index a8147e6b..7771c4c1 100644
--- a/SRC/zggbal.f
+++ b/SRC/zggbal.f
@@ -160,7 +160,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16GBcomputational
*
@@ -177,10 +177,10 @@
SUBROUTINE ZGGBAL( JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE,
$ RSCALE, WORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOB
diff --git a/SRC/zgges3.f b/SRC/zgges3.f
index c73250bb..08557b13 100644
--- a/SRC/zgges3.f
+++ b/SRC/zgges3.f
@@ -269,7 +269,7 @@
$ LDB, SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR,
$ WORK, LWORK, RWORK, BWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/zggev3.f b/SRC/zggev3.f
index 78337fd0..2e88aded 100644
--- a/SRC/zggev3.f
+++ b/SRC/zggev3.f
@@ -216,7 +216,7 @@
SUBROUTINE ZGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA,
$ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/zgghd3.f b/SRC/zgghd3.f
index 1f222df4..94ae93b9 100644
--- a/SRC/zgghd3.f
+++ b/SRC/zgghd3.f
@@ -227,7 +227,7 @@
SUBROUTINE ZGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,
$ LDQ, Z, LDZ, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/SRC/zggsvd3.f b/SRC/zggsvd3.f
index bed7cdc1..da479793 100644
--- a/SRC/zggsvd3.f
+++ b/SRC/zggsvd3.f
@@ -353,7 +353,7 @@
$ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ,
$ WORK, LWORK, RWORK, IWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* August 2015
diff --git a/SRC/zggsvp3.f b/SRC/zggsvp3.f
index 0b06ef5e..88566f75 100644
--- a/SRC/zggsvp3.f
+++ b/SRC/zggsvp3.f
@@ -278,7 +278,7 @@
$ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ,
$ IWORK, RWORK, TAU, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* August 2015
diff --git a/SRC/zgsvj0.f b/SRC/zgsvj0.f
index dbcbe307..e547eebb 100644
--- a/SRC/zgsvj0.f
+++ b/SRC/zgsvj0.f
@@ -192,7 +192,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*>
@@ -217,10 +217,10 @@
SUBROUTINE ZGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS,
$ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
IMPLICIT NONE
* .. Scalar Arguments ..
diff --git a/SRC/zgsvj1.f b/SRC/zgsvj1.f
index b57bdb30..65b383b7 100644
--- a/SRC/zgsvj1.f
+++ b/SRC/zgsvj1.f
@@ -223,7 +223,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -236,10 +236,10 @@
SUBROUTINE ZGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV,
$ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
IMPLICIT NONE
* .. Scalar Arguments ..
diff --git a/SRC/zhbevx.f b/SRC/zhbevx.f
index 5236e4e0..09322be4 100644
--- a/SRC/zhbevx.f
+++ b/SRC/zhbevx.f
@@ -258,7 +258,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHEReigen
*
@@ -267,10 +267,10 @@
$ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zhbgvd.f b/SRC/zhbgvd.f
index 9109613f..333e4377 100644
--- a/SRC/zhbgvd.f
+++ b/SRC/zhbgvd.f
@@ -238,7 +238,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHEReigen
*
@@ -252,10 +252,10 @@
$ Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, UPLO
diff --git a/SRC/zhbgvx.f b/SRC/zhbgvx.f
index 5a839967..4d42b503 100644
--- a/SRC/zhbgvx.f
+++ b/SRC/zhbgvx.f
@@ -286,7 +286,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHEReigen
*
@@ -300,10 +300,10 @@
$ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z,
$ LDZ, WORK, RWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zheevr.f b/SRC/zheevr.f
index fc346df0..1ea82200 100644
--- a/SRC/zheevr.f
+++ b/SRC/zheevr.f
@@ -336,7 +336,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16HEeigen
*
@@ -355,10 +355,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
$ RWORK, LRWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.2) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zheevx.f b/SRC/zheevx.f
index ad0434c5..fe4422f6 100644
--- a/SRC/zheevx.f
+++ b/SRC/zheevx.f
@@ -250,7 +250,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16HEeigen
*
@@ -259,10 +259,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, LWORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zhegvx.f b/SRC/zhegvx.f
index 37eee72d..2aaa3359 100644
--- a/SRC/zhegvx.f
+++ b/SRC/zhegvx.f
@@ -293,7 +293,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16HEeigen
*
@@ -307,10 +307,10 @@
$ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK,
$ LWORK, RWORK, IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zhetrf_rook.f b/SRC/zhetrf_rook.f
index b21d4184..afbad21c 100644
--- a/SRC/zhetrf_rook.f
+++ b/SRC/zhetrf_rook.f
@@ -150,7 +150,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date June 2016
*
*> \ingroup complex16HEcomputational
*
@@ -199,7 +199,7 @@
*>
*> \verbatim
*>
-*> November 2013, Igor Kozachenko,
+*> June 2016, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -212,10 +212,10 @@
* =====================================================================
SUBROUTINE ZHETRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zhetrs2.f b/SRC/zhetrs2.f
index 948b5169..7f72c18f 100644
--- a/SRC/zhetrs2.f
+++ b/SRC/zhetrs2.f
@@ -119,7 +119,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16HEcomputational
*
@@ -127,10 +127,10 @@
SUBROUTINE ZHETRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB,
$ WORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zhgeqz.f b/SRC/zhgeqz.f
index 4b18abf2..fb2df81e 100644
--- a/SRC/zhgeqz.f
+++ b/SRC/zhgeqz.f
@@ -284,7 +284,7 @@
$ ALPHA, BETA, Q, LDQ, Z, LDZ, WORK, LWORK,
$ RWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/SRC/zhpevx.f b/SRC/zhpevx.f
index 08911d61..a7a6abc4 100644
--- a/SRC/zhpevx.f
+++ b/SRC/zhpevx.f
@@ -231,7 +231,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHEReigen
*
@@ -240,10 +240,10 @@
$ ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK,
$ IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zhpgvx.f b/SRC/zhpgvx.f
index f1e96606..ef7e1197 100644
--- a/SRC/zhpgvx.f
+++ b/SRC/zhpgvx.f
@@ -263,7 +263,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHEReigen
*
@@ -277,10 +277,10 @@
$ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK,
$ IWORK, IFAIL, INFO )
*
-* -- LAPACK driver routine (version 3.6.0) --
+* -- LAPACK driver routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE, UPLO
diff --git a/SRC/zla_gerpvgrw.f b/SRC/zla_gerpvgrw.f
index 01359701..096ab373 100644
--- a/SRC/zla_gerpvgrw.f
+++ b/SRC/zla_gerpvgrw.f
@@ -92,7 +92,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16GEcomputational
*
@@ -100,10 +100,10 @@
DOUBLE PRECISION FUNCTION ZLA_GERPVGRW( N, NCOLS, A, LDA, AF,
$ LDAF )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER N, NCOLS, LDA, LDAF
diff --git a/SRC/zla_herpvgrw.f b/SRC/zla_herpvgrw.f
index 735538b5..8d9e2a23 100644
--- a/SRC/zla_herpvgrw.f
+++ b/SRC/zla_herpvgrw.f
@@ -115,7 +115,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16HEcomputational
*
@@ -123,10 +123,10 @@
DOUBLE PRECISION FUNCTION ZLA_HERPVGRW( UPLO, N, INFO, A, LDA, AF,
$ LDAF, IPIV, WORK )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*1 UPLO
diff --git a/SRC/zla_lin_berr.f b/SRC/zla_lin_berr.f
index 3ddabdcc..212c3582 100644
--- a/SRC/zla_lin_berr.f
+++ b/SRC/zla_lin_berr.f
@@ -94,17 +94,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
* =====================================================================
SUBROUTINE ZLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER N, NZ, NRHS
diff --git a/SRC/zla_porpvgrw.f b/SRC/zla_porpvgrw.f
index 0e7b51e6..1cf63cdb 100644
--- a/SRC/zla_porpvgrw.f
+++ b/SRC/zla_porpvgrw.f
@@ -99,7 +99,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16POcomputational
*
@@ -107,10 +107,10 @@
DOUBLE PRECISION FUNCTION ZLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF,
$ LDAF, WORK )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*1 UPLO
diff --git a/SRC/zlaed7.f b/SRC/zlaed7.f
index 9a4b4162..26a0534f 100644
--- a/SRC/zlaed7.f
+++ b/SRC/zlaed7.f
@@ -239,7 +239,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -249,10 +249,10 @@
$ GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ,
diff --git a/SRC/zlaqr3.f b/SRC/zlaqr3.f
index ac350c34..b09c3ef7 100644
--- a/SRC/zlaqr3.f
+++ b/SRC/zlaqr3.f
@@ -252,7 +252,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
@@ -267,10 +267,10 @@
$ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT,
$ NV, WV, LDWV, WORK, LWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV,
diff --git a/SRC/zlaqr5.f b/SRC/zlaqr5.f
index ac390643..66f550fc 100644
--- a/SRC/zlaqr5.f
+++ b/SRC/zlaqr5.f
@@ -228,7 +228,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
@@ -251,10 +251,10 @@
$ H, LDH, ILOZ, IHIZ, Z, LDZ, V, LDV, U, LDU, NV,
$ WV, LDWV, NH, WH, LDWH )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV,
diff --git a/SRC/zlarcm.f b/SRC/zlarcm.f
index 701202f3..90af72ef 100644
--- a/SRC/zlarcm.f
+++ b/SRC/zlarcm.f
@@ -107,17 +107,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
* =====================================================================
SUBROUTINE ZLARCM( M, N, A, LDA, B, LDB, C, LDC, RWORK )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, M, N
diff --git a/SRC/zlarft.f b/SRC/zlarft.f
index c309786a..7e1013f2 100644
--- a/SRC/zlarft.f
+++ b/SRC/zlarft.f
@@ -130,7 +130,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
@@ -163,10 +163,10 @@
* =====================================================================
SUBROUTINE ZLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER DIRECT, STOREV
diff --git a/SRC/zlarrv.f b/SRC/zlarrv.f
index 9a81a2d6..c29dda1b 100644
--- a/SRC/zlarrv.f
+++ b/SRC/zlarrv.f
@@ -266,7 +266,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
@@ -286,10 +286,10 @@
$ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ,
$ WORK, IWORK, INFO )
*
-* -- LAPACK auxiliary routine (version 3.6.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER DOL, DOU, INFO, LDZ, M, N
diff --git a/SRC/zlarscl2.f b/SRC/zlarscl2.f
index 3f9df421..2b47d6ba 100644
--- a/SRC/zlarscl2.f
+++ b/SRC/zlarscl2.f
@@ -84,17 +84,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
* =====================================================================
SUBROUTINE ZLARSCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/zlascl.f b/SRC/zlascl.f
index 14914822..1618fdba 100644
--- a/SRC/zlascl.f
+++ b/SRC/zlascl.f
@@ -136,17 +136,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
* =====================================================================
SUBROUTINE ZLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TYPE
diff --git a/SRC/zlascl2.f b/SRC/zlascl2.f
index e46f9836..78b94b3d 100644
--- a/SRC/zlascl2.f
+++ b/SRC/zlascl2.f
@@ -84,17 +84,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
* =====================================================================
SUBROUTINE ZLASCL2 ( M, N, D, X, LDX )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER M, N, LDX
diff --git a/SRC/zlatdf.f b/SRC/zlatdf.f
index bfba5a8c..8551ca4f 100644
--- a/SRC/zlatdf.f
+++ b/SRC/zlatdf.f
@@ -134,7 +134,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16OTHERauxiliary
*
@@ -169,10 +169,10 @@
SUBROUTINE ZLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
$ JPIV )
*
-* -- LAPACK auxiliary routine (version 3.4.2) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IJOB, LDZ, N
diff --git a/SRC/zpbrfs.f b/SRC/zpbrfs.f
index f5e44d3f..a47cd17a 100644
--- a/SRC/zpbrfs.f
+++ b/SRC/zpbrfs.f
@@ -181,7 +181,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -189,10 +189,10 @@
SUBROUTINE ZPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B,
$ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zpftrf.f b/SRC/zpftrf.f
index 0fb8e168..de07310a 100644
--- a/SRC/zpftrf.f
+++ b/SRC/zpftrf.f
@@ -204,17 +204,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
* =====================================================================
SUBROUTINE ZPFTRF( TRANSR, UPLO, N, A, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER TRANSR, UPLO
diff --git a/SRC/zpttrs.f b/SRC/zpttrs.f
index 4536ea1b..4940b3e0 100644
--- a/SRC/zpttrs.f
+++ b/SRC/zpttrs.f
@@ -114,17 +114,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16PTcomputational
*
* =====================================================================
SUBROUTINE ZPTTRS( UPLO, N, NRHS, D, E, B, LDB, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zptts2.f b/SRC/zptts2.f
index 367ed5ce..434dbced 100644
--- a/SRC/zptts2.f
+++ b/SRC/zptts2.f
@@ -106,17 +106,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date June 2016
*
*> \ingroup complex16PTcomputational
*
* =====================================================================
SUBROUTINE ZPTTS2( IUPLO, N, NRHS, D, E, B, LDB )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IUPLO, LDB, N, NRHS
diff --git a/SRC/zstegr.f b/SRC/zstegr.f
index 1743ebab..b68a4c44 100644
--- a/SRC/zstegr.f
+++ b/SRC/zstegr.f
@@ -249,7 +249,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -265,10 +265,10 @@
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/zstemr.f b/SRC/zstemr.f
index 1dad09b0..0de08527 100644
--- a/SRC/zstemr.f
+++ b/SRC/zstemr.f
@@ -320,7 +320,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -338,10 +338,10 @@
$ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER JOBZ, RANGE
diff --git a/SRC/zsytrf_rook.f b/SRC/zsytrf_rook.f
index b66bf606..9ba446ab 100644
--- a/SRC/zsytrf_rook.f
+++ b/SRC/zsytrf_rook.f
@@ -146,7 +146,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16SYcomputational
*
@@ -195,7 +195,7 @@
*>
*> \verbatim
*>
-*> November 2015, Igor Kozachenko,
+*> June 2016, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -208,10 +208,10 @@
* =====================================================================
SUBROUTINE ZSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/zsytrs2.f b/SRC/zsytrs2.f
index 4f8bc64c..890c07a9 100644
--- a/SRC/zsytrs2.f
+++ b/SRC/zsytrs2.f
@@ -124,7 +124,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16SYcomputational
*
@@ -132,10 +132,10 @@
SUBROUTINE ZSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB,
$ WORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO
diff --git a/SRC/ztgsen.f b/SRC/ztgsen.f
index 4d5eae2e..87e0f99a 100644
--- a/SRC/ztgsen.f
+++ b/SRC/ztgsen.f
@@ -290,7 +290,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -433,10 +433,10 @@
$ ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,
$ WORK, LWORK, IWORK, LIWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL WANTQ, WANTZ
diff --git a/SRC/zunbdb1.f b/SRC/zunbdb1.f
index 6c1c49a6..02375224 100644
--- a/SRC/zunbdb1.f
+++ b/SRC/zunbdb1.f
@@ -203,7 +203,7 @@
SUBROUTINE ZUNBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/zunbdb2.f b/SRC/zunbdb2.f
index 2b56ec06..65508ec1 100644
--- a/SRC/zunbdb2.f
+++ b/SRC/zunbdb2.f
@@ -201,7 +201,7 @@
SUBROUTINE ZUNBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/zunbdb3.f b/SRC/zunbdb3.f
index d1a0415c..c1336c48 100644
--- a/SRC/zunbdb3.f
+++ b/SRC/zunbdb3.f
@@ -201,7 +201,7 @@
SUBROUTINE ZUNBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI,
$ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/zunbdb4.f b/SRC/zunbdb4.f
index ec11b076..17f529ee 100644
--- a/SRC/zunbdb4.f
+++ b/SRC/zunbdb4.f
@@ -213,7 +213,7 @@
$ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.5.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/SRC/zuncsd2by1.f b/SRC/zuncsd2by1.f
index b0d3615b..d4ab1eef 100644
--- a/SRC/zuncsd2by1.f
+++ b/SRC/zuncsd2by1.f
@@ -253,7 +253,7 @@
$ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK,
$ INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* July 2012
diff --git a/TESTING/EIG/cchkbd.f b/TESTING/EIG/cchkbd.f
index 52417a69..1d85866d 100644
--- a/TESTING/EIG/cchkbd.f
+++ b/TESTING/EIG/cchkbd.f
@@ -405,7 +405,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -415,10 +415,10 @@
$ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK,
$ RWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS,
diff --git a/TESTING/EIG/cchkee.f b/TESTING/EIG/cchkee.f
index 74329653..edea33b6 100644
--- a/TESTING/EIG/cchkee.f
+++ b/TESTING/EIG/cchkee.f
@@ -1027,17 +1027,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex_eig
*
* =====================================================================
PROGRAM CCHKEE
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
diff --git a/TESTING/EIG/cchkgg.f b/TESTING/EIG/cchkgg.f
index 84f2f7b9..400d5b2e 100644
--- a/TESTING/EIG/cchkgg.f
+++ b/TESTING/EIG/cchkgg.f
@@ -492,7 +492,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -503,10 +503,10 @@
$ ALPHA3, BETA3, EVECTL, EVECTR, WORK, LWORK,
$ RWORK, LLWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL TSTDIF
diff --git a/TESTING/EIG/cdrges.f b/TESTING/EIG/cdrges.f
index e90f9b9d..67f83fae 100644
--- a/TESTING/EIG/cdrges.f
+++ b/TESTING/EIG/cdrges.f
@@ -372,7 +372,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -381,10 +381,10 @@
$ NOUNIT, A, LDA, B, S, T, Q, LDQ, Z, ALPHA,
$ BETA, WORK, LWORK, RWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES
diff --git a/TESTING/EIG/cdrges3.f b/TESTING/EIG/cdrges3.f
index 2fbcef4f..cea7f8b7 100644
--- a/TESTING/EIG/cdrges3.f
+++ b/TESTING/EIG/cdrges3.f
@@ -382,7 +382,7 @@
$ BETA, WORK, LWORK, RWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/cdrgev.f b/TESTING/EIG/cdrgev.f
index dee55d1d..fcee8011 100644
--- a/TESTING/EIG/cdrgev.f
+++ b/TESTING/EIG/cdrgev.f
@@ -389,7 +389,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -399,10 +399,10 @@
$ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, RWORK,
$ RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/cdrgev3.f b/TESTING/EIG/cdrgev3.f
index b23532aa..13fb366e 100644
--- a/TESTING/EIG/cdrgev3.f
+++ b/TESTING/EIG/cdrgev3.f
@@ -399,7 +399,7 @@
$ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK,
$ RWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* January 2015
diff --git a/TESTING/EIG/cdrgsx.f b/TESTING/EIG/cdrgsx.f
index 4e711cea..54a407f8 100644
--- a/TESTING/EIG/cdrgsx.f
+++ b/TESTING/EIG/cdrgsx.f
@@ -340,7 +340,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -349,10 +349,10 @@
$ AI, BI, Z, Q, ALPHA, BETA, C, LDC, S, WORK,
$ LWORK, RWORK, IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN,
diff --git a/TESTING/EIG/cdrgvx.f b/TESTING/EIG/cdrgvx.f
index fffdbf1b..1e6d8bdc 100644
--- a/TESTING/EIG/cdrgvx.f
+++ b/TESTING/EIG/cdrgvx.f
@@ -288,7 +288,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -298,10 +298,10 @@
$ S, STRU, DIF, DIFTRU, WORK, LWORK, RWORK,
$ IWORK, LIWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT,
diff --git a/TESTING/EIG/cdrvbd.f b/TESTING/EIG/cdrvbd.f
index 5381b144..bd8a263a 100644
--- a/TESTING/EIG/cdrvbd.f
+++ b/TESTING/EIG/cdrvbd.f
@@ -379,7 +379,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -389,10 +389,10 @@
$ SSAV, E, WORK, LWORK, RWORK, IWORK, NOUNIT,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDU, LDVT, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/cdrves.f b/TESTING/EIG/cdrves.f
index fe3e1f85..ccbf61ef 100644
--- a/TESTING/EIG/cdrves.f
+++ b/TESTING/EIG/cdrves.f
@@ -369,7 +369,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -378,10 +378,10 @@
$ NOUNIT, A, LDA, H, HT, W, WT, VS, LDVS, RESULT,
$ WORK, NWORK, RWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK
diff --git a/TESTING/EIG/cdrvsx.f b/TESTING/EIG/cdrvsx.f
index 6b756152..f2979da8 100644
--- a/TESTING/EIG/cdrvsx.f
+++ b/TESTING/EIG/cdrvsx.f
@@ -425,7 +425,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -435,10 +435,10 @@
$ LDVS, VS1, RESULT, WORK, LWORK, RWORK, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/cdrvvx.f b/TESTING/EIG/cdrvvx.f
index 930acd86..265df145 100644
--- a/TESTING/EIG/cdrvvx.f
+++ b/TESTING/EIG/cdrvvx.f
@@ -485,7 +485,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
@@ -496,10 +496,10 @@
$ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT,
$ WORK, NWORK, RWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT,
diff --git a/TESTING/EIG/cerred.f b/TESTING/EIG/cerred.f
index 99e3cca7..578d9f1f 100644
--- a/TESTING/EIG/cerred.f
+++ b/TESTING/EIG/cerred.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex_eig
*
* =====================================================================
SUBROUTINE CERRED( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/cerrgg.f b/TESTING/EIG/cerrgg.f
index 0901af94..100bd82d 100644
--- a/TESTING/EIG/cerrgg.f
+++ b/TESTING/EIG/cerrgg.f
@@ -50,17 +50,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex_eig
*
* =====================================================================
SUBROUTINE CERRGG( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/clctes.f b/TESTING/EIG/clctes.f
index 82bc9760..5b66c539 100644
--- a/TESTING/EIG/clctes.f
+++ b/TESTING/EIG/clctes.f
@@ -51,17 +51,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
* =====================================================================
LOGICAL FUNCTION CLCTES( Z, D )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
COMPLEX D, Z
diff --git a/TESTING/EIG/cslect.f b/TESTING/EIG/cslect.f
index a3da9065..8c80e7af 100644
--- a/TESTING/EIG/cslect.f
+++ b/TESTING/EIG/cslect.f
@@ -49,17 +49,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_eig
*
* =====================================================================
LOGICAL FUNCTION CSLECT( Z )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
COMPLEX Z
diff --git a/TESTING/EIG/dchkbd.f b/TESTING/EIG/dchkbd.f
index 3a70053c..b093e871 100644
--- a/TESTING/EIG/dchkbd.f
+++ b/TESTING/EIG/dchkbd.f
@@ -483,7 +483,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -493,10 +493,10 @@
$ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK,
$ IWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS,
diff --git a/TESTING/EIG/dchkee.f b/TESTING/EIG/dchkee.f
index c344bfea..b723687a 100644
--- a/TESTING/EIG/dchkee.f
+++ b/TESTING/EIG/dchkee.f
@@ -1033,17 +1033,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
PROGRAM DCHKEE
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
diff --git a/TESTING/EIG/dchkgg.f b/TESTING/EIG/dchkgg.f
index 858b4c61..3848e7c9 100644
--- a/TESTING/EIG/dchkgg.f
+++ b/TESTING/EIG/dchkgg.f
@@ -500,7 +500,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -511,10 +511,10 @@
$ BETA1, ALPHR3, ALPHI3, BETA3, EVECTL, EVECTR,
$ WORK, LWORK, LLWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL TSTDIF
diff --git a/TESTING/EIG/ddrges.f b/TESTING/EIG/ddrges.f
index 65a122b7..c4b83e59 100644
--- a/TESTING/EIG/ddrges.f
+++ b/TESTING/EIG/ddrges.f
@@ -393,7 +393,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -403,10 +403,10 @@
$ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES
diff --git a/TESTING/EIG/ddrges3.f b/TESTING/EIG/ddrges3.f
index 8712dc86..3b23deeb 100644
--- a/TESTING/EIG/ddrges3.f
+++ b/TESTING/EIG/ddrges3.f
@@ -403,7 +403,7 @@
$ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/ddrgev.f b/TESTING/EIG/ddrgev.f
index f36288fc..e4d48362 100644
--- a/TESTING/EIG/ddrgev.f
+++ b/TESTING/EIG/ddrgev.f
@@ -398,7 +398,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -408,10 +408,10 @@
$ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1,
$ WORK, LWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/ddrgev3.f b/TESTING/EIG/ddrgev3.f
index 7b803857..1c60e443 100644
--- a/TESTING/EIG/ddrgev3.f
+++ b/TESTING/EIG/ddrgev3.f
@@ -408,7 +408,7 @@
$ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1,
$ WORK, LWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/ddrgsx.f b/TESTING/EIG/ddrgsx.f
index eea47c4e..aca715e9 100644
--- a/TESTING/EIG/ddrgsx.f
+++ b/TESTING/EIG/ddrgsx.f
@@ -350,7 +350,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -359,10 +359,10 @@
$ BI, Z, Q, ALPHAR, ALPHAI, BETA, C, LDC, S,
$ WORK, LWORK, IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN,
diff --git a/TESTING/EIG/ddrgvx.f b/TESTING/EIG/ddrgvx.f
index 70b732e6..970a3ccd 100644
--- a/TESTING/EIG/ddrgvx.f
+++ b/TESTING/EIG/ddrgvx.f
@@ -300,7 +300,7 @@
$ RSCALE, S, DTRU, DIF, DIFTRU, WORK, LWORK,
$ IWORK, LIWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.1) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/TESTING/EIG/ddrvbd.f b/TESTING/EIG/ddrvbd.f
index dc552a98..fbe26a5d 100644
--- a/TESTING/EIG/ddrvbd.f
+++ b/TESTING/EIG/ddrvbd.f
@@ -346,7 +346,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -355,10 +355,10 @@
$ A, LDA, U, LDU, VT, LDVT, ASAV, USAV, VTSAV, S,
$ SSAV, E, WORK, LWORK, IWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDU, LDVT, LWORK, NOUT, NSIZES,
diff --git a/TESTING/EIG/ddrves.f b/TESTING/EIG/ddrves.f
index b8c4aa34..7275fe2a 100644
--- a/TESTING/EIG/ddrves.f
+++ b/TESTING/EIG/ddrves.f
@@ -379,7 +379,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -388,10 +388,10 @@
$ NOUNIT, A, LDA, H, HT, WR, WI, WRT, WIT, VS,
$ LDVS, RESULT, WORK, NWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK
diff --git a/TESTING/EIG/ddrvsx.f b/TESTING/EIG/ddrvsx.f
index 12a7271f..66df9339 100644
--- a/TESTING/EIG/ddrvsx.f
+++ b/TESTING/EIG/ddrvsx.f
@@ -444,7 +444,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -454,10 +454,10 @@
$ WIT, WRTMP, WITMP, VS, LDVS, VS1, RESULT, WORK,
$ LWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/ddrvvx.f b/TESTING/EIG/ddrvvx.f
index 4a7e72a8..85ad6247 100644
--- a/TESTING/EIG/ddrvvx.f
+++ b/TESTING/EIG/ddrvvx.f
@@ -510,7 +510,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
@@ -521,10 +521,10 @@
$ RCDVIN, RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1,
$ RESULT, WORK, NWORK, IWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT,
diff --git a/TESTING/EIG/derrbd.f b/TESTING/EIG/derrbd.f
index 8726d2e7..6d47bd86 100644
--- a/TESTING/EIG/derrbd.f
+++ b/TESTING/EIG/derrbd.f
@@ -48,17 +48,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
SUBROUTINE DERRBD( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/derred.f b/TESTING/EIG/derred.f
index 6b388cf3..c5bf6ea4 100644
--- a/TESTING/EIG/derred.f
+++ b/TESTING/EIG/derred.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
SUBROUTINE DERRED( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/derrgg.f b/TESTING/EIG/derrgg.f
index 10a5fe78..4edd472d 100644
--- a/TESTING/EIG/derrgg.f
+++ b/TESTING/EIG/derrgg.f
@@ -50,17 +50,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
SUBROUTINE DERRGG( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/dlctes.f b/TESTING/EIG/dlctes.f
index b25bbc5c..908bd091 100644
--- a/TESTING/EIG/dlctes.f
+++ b/TESTING/EIG/dlctes.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
LOGICAL FUNCTION DLCTES( ZR, ZI, D )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
DOUBLE PRECISION D, ZI, ZR
diff --git a/TESTING/EIG/dslect.f b/TESTING/EIG/dslect.f
index 5dbac822..a7a0e094 100644
--- a/TESTING/EIG/dslect.f
+++ b/TESTING/EIG/dslect.f
@@ -55,17 +55,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_eig
*
* =====================================================================
LOGICAL FUNCTION DSLECT( ZR, ZI )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
DOUBLE PRECISION ZI, ZR
diff --git a/TESTING/EIG/schkbd.f b/TESTING/EIG/schkbd.f
index 261567ed..5569e0e6 100644
--- a/TESTING/EIG/schkbd.f
+++ b/TESTING/EIG/schkbd.f
@@ -483,7 +483,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -493,10 +493,10 @@
$ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK,
$ IWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS,
diff --git a/TESTING/EIG/schkee.f b/TESTING/EIG/schkee.f
index b235c320..ecbef3c1 100644
--- a/TESTING/EIG/schkee.f
+++ b/TESTING/EIG/schkee.f
@@ -1033,17 +1033,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
PROGRAM SCHKEE
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
diff --git a/TESTING/EIG/schkgg.f b/TESTING/EIG/schkgg.f
index 0297c859..3772340e 100644
--- a/TESTING/EIG/schkgg.f
+++ b/TESTING/EIG/schkgg.f
@@ -500,7 +500,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -511,10 +511,10 @@
$ BETA1, ALPHR3, ALPHI3, BETA3, EVECTL, EVECTR,
$ WORK, LWORK, LLWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL TSTDIF
diff --git a/TESTING/EIG/sdrges.f b/TESTING/EIG/sdrges.f
index aedff349..73f0cb14 100644
--- a/TESTING/EIG/sdrges.f
+++ b/TESTING/EIG/sdrges.f
@@ -393,7 +393,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -403,10 +403,10 @@
$ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES
diff --git a/TESTING/EIG/sdrges3.f b/TESTING/EIG/sdrges3.f
index 6b23dc93..90351f6d 100644
--- a/TESTING/EIG/sdrges3.f
+++ b/TESTING/EIG/sdrges3.f
@@ -403,7 +403,7 @@
$ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/sdrgev.f b/TESTING/EIG/sdrgev.f
index 0701d882..05c3afe9 100644
--- a/TESTING/EIG/sdrgev.f
+++ b/TESTING/EIG/sdrgev.f
@@ -398,7 +398,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -408,10 +408,10 @@
$ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1,
$ WORK, LWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/sdrgev3.f b/TESTING/EIG/sdrgev3.f
index 2a1e351e..9492d43b 100644
--- a/TESTING/EIG/sdrgev3.f
+++ b/TESTING/EIG/sdrgev3.f
@@ -408,7 +408,7 @@
$ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1,
$ WORK, LWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/sdrgsx.f b/TESTING/EIG/sdrgsx.f
index 0c64eb38..58c61f08 100644
--- a/TESTING/EIG/sdrgsx.f
+++ b/TESTING/EIG/sdrgsx.f
@@ -350,7 +350,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -359,10 +359,10 @@
$ AI, BI, Z, Q, ALPHAR, ALPHAI, BETA, C, LDC, S,
$ WORK, LWORK, IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN,
diff --git a/TESTING/EIG/sdrgvx.f b/TESTING/EIG/sdrgvx.f
index a4df2b27..06b94c9f 100644
--- a/TESTING/EIG/sdrgvx.f
+++ b/TESTING/EIG/sdrgvx.f
@@ -291,7 +291,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -301,10 +301,10 @@
$ RSCALE, S, STRU, DIF, DIFTRU, WORK, LWORK,
$ IWORK, LIWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT,
diff --git a/TESTING/EIG/sdrvbd.f b/TESTING/EIG/sdrvbd.f
index 71260dce..e8bf7ea5 100644
--- a/TESTING/EIG/sdrvbd.f
+++ b/TESTING/EIG/sdrvbd.f
@@ -346,7 +346,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -355,10 +355,10 @@
$ A, LDA, U, LDU, VT, LDVT, ASAV, USAV, VTSAV, S,
$ SSAV, E, WORK, LWORK, IWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDU, LDVT, LWORK, NOUT, NSIZES,
diff --git a/TESTING/EIG/sdrves.f b/TESTING/EIG/sdrves.f
index ebbca770..f6493ea0 100644
--- a/TESTING/EIG/sdrves.f
+++ b/TESTING/EIG/sdrves.f
@@ -379,7 +379,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -388,10 +388,10 @@
$ NOUNIT, A, LDA, H, HT, WR, WI, WRT, WIT, VS,
$ LDVS, RESULT, WORK, NWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK
diff --git a/TESTING/EIG/sdrvsx.f b/TESTING/EIG/sdrvsx.f
index d6147a02..9599e54f 100644
--- a/TESTING/EIG/sdrvsx.f
+++ b/TESTING/EIG/sdrvsx.f
@@ -444,7 +444,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -454,10 +454,10 @@
$ WIT, WRTMP, WITMP, VS, LDVS, VS1, RESULT, WORK,
$ LWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/sdrvvx.f b/TESTING/EIG/sdrvvx.f
index 0e6a11b6..64951fe2 100644
--- a/TESTING/EIG/sdrvvx.f
+++ b/TESTING/EIG/sdrvvx.f
@@ -509,7 +509,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
@@ -520,10 +520,10 @@
$ RCDVIN, RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1,
$ RESULT, WORK, NWORK, IWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT,
diff --git a/TESTING/EIG/serrbd.f b/TESTING/EIG/serrbd.f
index 72cb5d21..757825a2 100644
--- a/TESTING/EIG/serrbd.f
+++ b/TESTING/EIG/serrbd.f
@@ -48,17 +48,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
SUBROUTINE SERRBD( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/serred.f b/TESTING/EIG/serred.f
index a9fc9ab4..ecd81119 100644
--- a/TESTING/EIG/serred.f
+++ b/TESTING/EIG/serred.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
SUBROUTINE SERRED( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/serrgg.f b/TESTING/EIG/serrgg.f
index 5b9a8956..21c65ee4 100644
--- a/TESTING/EIG/serrgg.f
+++ b/TESTING/EIG/serrgg.f
@@ -50,17 +50,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
SUBROUTINE SERRGG( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/slctes.f b/TESTING/EIG/slctes.f
index 09f2ccb1..9be9e3df 100644
--- a/TESTING/EIG/slctes.f
+++ b/TESTING/EIG/slctes.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
LOGICAL FUNCTION SLCTES( ZR, ZI, D )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
REAL D, ZI, ZR
diff --git a/TESTING/EIG/sslect.f b/TESTING/EIG/sslect.f
index 25300772..5127df3d 100644
--- a/TESTING/EIG/sslect.f
+++ b/TESTING/EIG/sslect.f
@@ -55,17 +55,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup single_eig
*
* =====================================================================
LOGICAL FUNCTION SSLECT( ZR, ZI )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
REAL ZI, ZR
diff --git a/TESTING/EIG/zchkbd.f b/TESTING/EIG/zchkbd.f
index 61aca7d7..493b7804 100644
--- a/TESTING/EIG/zchkbd.f
+++ b/TESTING/EIG/zchkbd.f
@@ -405,7 +405,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -415,10 +415,10 @@
$ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK,
$ RWORK, NOUT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS,
diff --git a/TESTING/EIG/zchkee.f b/TESTING/EIG/zchkee.f
index bcfecf80..2588060b 100644
--- a/TESTING/EIG/zchkee.f
+++ b/TESTING/EIG/zchkee.f
@@ -1027,17 +1027,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16_eig
*
* =====================================================================
PROGRAM ZCHKEE
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* =====================================================================
*
diff --git a/TESTING/EIG/zchkgg.f b/TESTING/EIG/zchkgg.f
index 1fa4b09a..53bd07a1 100644
--- a/TESTING/EIG/zchkgg.f
+++ b/TESTING/EIG/zchkgg.f
@@ -492,7 +492,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -503,10 +503,10 @@
$ ALPHA3, BETA3, EVECTL, EVECTR, WORK, LWORK,
$ RWORK, LLWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
LOGICAL TSTDIF
diff --git a/TESTING/EIG/zdrges.f b/TESTING/EIG/zdrges.f
index 6dc578dc..a0a76b95 100644
--- a/TESTING/EIG/zdrges.f
+++ b/TESTING/EIG/zdrges.f
@@ -372,7 +372,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -381,10 +381,10 @@
$ NOUNIT, A, LDA, B, S, T, Q, LDQ, Z, ALPHA,
$ BETA, WORK, LWORK, RWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES
diff --git a/TESTING/EIG/zdrges3.f b/TESTING/EIG/zdrges3.f
index 7c43d6df..2b3be003 100644
--- a/TESTING/EIG/zdrges3.f
+++ b/TESTING/EIG/zdrges3.f
@@ -382,7 +382,7 @@
$ BETA, WORK, LWORK, RWORK, RESULT, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/zdrgev.f b/TESTING/EIG/zdrgev.f
index 537191f3..6f745d18 100644
--- a/TESTING/EIG/zdrgev.f
+++ b/TESTING/EIG/zdrgev.f
@@ -389,7 +389,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -399,10 +399,10 @@
$ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, RWORK,
$ RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/zdrgev3.f b/TESTING/EIG/zdrgev3.f
index ad19102c..62ddf2b5 100644
--- a/TESTING/EIG/zdrgev3.f
+++ b/TESTING/EIG/zdrgev3.f
@@ -399,7 +399,7 @@
$ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK,
$ RWORK, RESULT, INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* February 2015
diff --git a/TESTING/EIG/zdrgsx.f b/TESTING/EIG/zdrgsx.f
index 09393186..3714b705 100644
--- a/TESTING/EIG/zdrgsx.f
+++ b/TESTING/EIG/zdrgsx.f
@@ -340,7 +340,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -349,10 +349,10 @@
$ BI, Z, Q, ALPHA, BETA, C, LDC, S, WORK, LWORK,
$ RWORK, IWORK, LIWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN,
diff --git a/TESTING/EIG/zdrgvx.f b/TESTING/EIG/zdrgvx.f
index 2d3f735e..f36007b3 100644
--- a/TESTING/EIG/zdrgvx.f
+++ b/TESTING/EIG/zdrgvx.f
@@ -287,7 +287,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -297,10 +297,10 @@
$ S, DTRU, DIF, DIFTRU, WORK, LWORK, RWORK,
$ IWORK, LIWORK, RESULT, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT,
diff --git a/TESTING/EIG/zdrvbd.f b/TESTING/EIG/zdrvbd.f
index 488880e8..d8388eed 100644
--- a/TESTING/EIG/zdrvbd.f
+++ b/TESTING/EIG/zdrvbd.f
@@ -379,7 +379,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -389,10 +389,10 @@
$ SSAV, E, WORK, LWORK, RWORK, IWORK, NOUNIT,
$ INFO )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDU, LDVT, LWORK, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/zdrves.f b/TESTING/EIG/zdrves.f
index e89e9b6e..15f5debc 100644
--- a/TESTING/EIG/zdrves.f
+++ b/TESTING/EIG/zdrves.f
@@ -369,7 +369,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -378,10 +378,10 @@
$ NOUNIT, A, LDA, H, HT, W, WT, VS, LDVS, RESULT,
$ WORK, NWORK, RWORK, IWORK, BWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK
diff --git a/TESTING/EIG/zdrvsx.f b/TESTING/EIG/zdrvsx.f
index 615dfb90..96cb2365 100644
--- a/TESTING/EIG/zdrvsx.f
+++ b/TESTING/EIG/zdrvsx.f
@@ -425,7 +425,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -435,10 +435,10 @@
$ LDVS, VS1, RESULT, WORK, LWORK, RWORK, BWORK,
$ INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES,
diff --git a/TESTING/EIG/zdrvvx.f b/TESTING/EIG/zdrvvx.f
index f8881005..00c91fec 100644
--- a/TESTING/EIG/zdrvvx.f
+++ b/TESTING/EIG/zdrvvx.f
@@ -485,7 +485,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
@@ -496,10 +496,10 @@
$ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT,
$ WORK, NWORK, RWORK, INFO )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT,
diff --git a/TESTING/EIG/zerred.f b/TESTING/EIG/zerred.f
index 63e868b0..9179b1df 100644
--- a/TESTING/EIG/zerred.f
+++ b/TESTING/EIG/zerred.f
@@ -61,17 +61,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16_eig
*
* =====================================================================
SUBROUTINE ZERRED( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/zerrgg.f b/TESTING/EIG/zerrgg.f
index e0589348..a9136332 100644
--- a/TESTING/EIG/zerrgg.f
+++ b/TESTING/EIG/zerrgg.f
@@ -50,17 +50,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date June 2016
*
*> \ingroup complex16_eig
*
* =====================================================================
SUBROUTINE ZERRGG( PATH, NUNIT )
*
-* -- LAPACK test routine (version 3.6.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
diff --git a/TESTING/EIG/zlctes.f b/TESTING/EIG/zlctes.f
index 90bafdf2..e0acd882 100644
--- a/TESTING/EIG/zlctes.f
+++ b/TESTING/EIG/zlctes.f
@@ -51,17 +51,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
* =====================================================================
LOGICAL FUNCTION ZLCTES( Z, D )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
COMPLEX*16 D, Z
diff --git a/TESTING/EIG/zslect.f b/TESTING/EIG/zslect.f
index 2169bfdb..1d6ef4d5 100644
--- a/TESTING/EIG/zslect.f
+++ b/TESTING/EIG/zslect.f
@@ -49,17 +49,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_eig
*
* =====================================================================
LOGICAL FUNCTION ZSLECT( Z )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
COMPLEX*16 Z
diff --git a/TESTING/LIN/cqrt04.f b/TESTING/LIN/cqrt04.f
index e1579c31..3176a0a0 100644
--- a/TESTING/LIN/cqrt04.f
+++ b/TESTING/LIN/cqrt04.f
@@ -74,7 +74,7 @@
SUBROUTINE CQRT04(M,N,NB,RESULT)
IMPLICIT NONE
*
-* -- LAPACK test routine (version 3.4.1) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/TESTING/LIN/cqrt05.f b/TESTING/LIN/cqrt05.f
index 07f3d22a..31d9d3b9 100644
--- a/TESTING/LIN/cqrt05.f
+++ b/TESTING/LIN/cqrt05.f
@@ -81,7 +81,7 @@
SUBROUTINE CQRT05(M,N,L,NB,RESULT)
IMPLICIT NONE
*
-* -- LAPACK test routine (version 3.4.1) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/TESTING/LIN/zqrt04.f b/TESTING/LIN/zqrt04.f
index fc997505..714f3fbb 100644
--- a/TESTING/LIN/zqrt04.f
+++ b/TESTING/LIN/zqrt04.f
@@ -74,7 +74,7 @@
SUBROUTINE ZQRT04(M,N,NB,RESULT)
IMPLICIT NONE
*
-* -- LAPACK test routine (version 3.4.1) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/TESTING/LIN/zqrt05.f b/TESTING/LIN/zqrt05.f
index 489fe03f..c51c02fd 100644
--- a/TESTING/LIN/zqrt05.f
+++ b/TESTING/LIN/zqrt05.f
@@ -81,7 +81,7 @@
SUBROUTINE ZQRT05(M,N,L,NB,RESULT)
IMPLICIT NONE
*
-* -- LAPACK test routine (version 3.4.1) --
+* -- LAPACK test routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
diff --git a/TESTING/MATGEN/clatm2.f b/TESTING/MATGEN/clatm2.f
index 096ff167..f5d7395e 100644
--- a/TESTING/MATGEN/clatm2.f
+++ b/TESTING/MATGEN/clatm2.f
@@ -204,7 +204,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_matgen
*
@@ -212,10 +212,10 @@
COMPLEX FUNCTION CLATM2( M, N, I, J, KL, KU, IDIST, ISEED, D,
$ IGRADE, DL, DR, IPVTNG, IWORK, SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/clatm3.f b/TESTING/MATGEN/clatm3.f
index a8664ab4..1526e412 100644
--- a/TESTING/MATGEN/clatm3.f
+++ b/TESTING/MATGEN/clatm3.f
@@ -220,7 +220,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_matgen
*
@@ -229,10 +229,10 @@
$ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK,
$ SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/clatm5.f b/TESTING/MATGEN/clatm5.f
index 41a2437e..bce75f1e 100644
--- a/TESTING/MATGEN/clatm5.f
+++ b/TESTING/MATGEN/clatm5.f
@@ -192,7 +192,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex_matgen
*
@@ -268,10 +268,10 @@
$ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA,
$ QBLCKB )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N,
diff --git a/TESTING/MATGEN/dlatm2.f b/TESTING/MATGEN/dlatm2.f
index d71b9663..f12a737e 100644
--- a/TESTING/MATGEN/dlatm2.f
+++ b/TESTING/MATGEN/dlatm2.f
@@ -200,7 +200,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_matgen
*
@@ -208,10 +208,10 @@
DOUBLE PRECISION FUNCTION DLATM2( M, N, I, J, KL, KU, IDIST,
$ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/dlatm3.f b/TESTING/MATGEN/dlatm3.f
index 96f9516a..4ad34251 100644
--- a/TESTING/MATGEN/dlatm3.f
+++ b/TESTING/MATGEN/dlatm3.f
@@ -217,7 +217,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_matgen
*
@@ -226,10 +226,10 @@
$ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK,
$ SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/dlatm5.f b/TESTING/MATGEN/dlatm5.f
index 76902b42..f7581ad8 100644
--- a/TESTING/MATGEN/dlatm5.f
+++ b/TESTING/MATGEN/dlatm5.f
@@ -192,7 +192,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup double_matgen
*
@@ -268,10 +268,10 @@
$ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA,
$ QBLCKB )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N,
diff --git a/TESTING/MATGEN/slatm2.f b/TESTING/MATGEN/slatm2.f
index 75c0a6ca..9707096b 100644
--- a/TESTING/MATGEN/slatm2.f
+++ b/TESTING/MATGEN/slatm2.f
@@ -200,7 +200,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup real_matgen
*
@@ -208,10 +208,10 @@
REAL FUNCTION SLATM2( M, N, I, J, KL, KU, IDIST,
$ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/slatm3.f b/TESTING/MATGEN/slatm3.f
index 1a9dc730..32301ca2 100644
--- a/TESTING/MATGEN/slatm3.f
+++ b/TESTING/MATGEN/slatm3.f
@@ -217,7 +217,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup real_matgen
*
@@ -226,10 +226,10 @@
$ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK,
$ SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/slatm5.f b/TESTING/MATGEN/slatm5.f
index c38b3e7a..eeb3e6f3 100644
--- a/TESTING/MATGEN/slatm5.f
+++ b/TESTING/MATGEN/slatm5.f
@@ -192,7 +192,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup real_matgen
*
@@ -268,10 +268,10 @@
$ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA,
$ QBLCKB )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N,
diff --git a/TESTING/MATGEN/zlatm2.f b/TESTING/MATGEN/zlatm2.f
index b977a7f4..3719a685 100644
--- a/TESTING/MATGEN/zlatm2.f
+++ b/TESTING/MATGEN/zlatm2.f
@@ -203,7 +203,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_matgen
*
@@ -211,10 +211,10 @@
COMPLEX*16 FUNCTION ZLATM2( M, N, I, J, KL, KU, IDIST,
$ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/zlatm3.f b/TESTING/MATGEN/zlatm3.f
index a79bf62b..d7b10579 100644
--- a/TESTING/MATGEN/zlatm3.f
+++ b/TESTING/MATGEN/zlatm3.f
@@ -220,7 +220,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_matgen
*
@@ -229,10 +229,10 @@
$ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK,
$ SPARSE )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
*
diff --git a/TESTING/MATGEN/zlatm5.f b/TESTING/MATGEN/zlatm5.f
index 5064fb7e..4020c855 100644
--- a/TESTING/MATGEN/zlatm5.f
+++ b/TESTING/MATGEN/zlatm5.f
@@ -192,7 +192,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16_matgen
*
@@ -268,10 +268,10 @@
$ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA,
$ QBLCKB )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N,
diff --git a/make.inc.example b/make.inc.example
index 504a1642..f59f34e7 100644
--- a/make.inc.example
+++ b/make.inc.example
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.6.0 #
-# November 2015 #
+# LAPACK, Version 3.6.1 #
+# June 2016 #
####################################################################
#
SHELL = /bin/sh