OpenBLAS/lapack-netlib/SRC
Martin Kroeker 7908efafc8 Fix integer overflow in LAPACK DBDSQR, SBDSQR (#1135)
* Fix integer overflow in DBDSQR

As noted in lapack issue 135, an integer overflow in the calculation of the iteration limit could lead to an immediate return without any iterations having been performed if the input matrix is sufficiently big.

* Fix integer overflow in SBDSQR

As noted in lapack issue 135, an integer overflow in the calculation of the iteration limit could lead to an immediate return without any iterations having been performed if the input matrix is sufficiently big.

* Fix integer overflow in threshold calculation

Related to lapack issue 135, the threshold calculation can overflow as well as the multiplication is evaluated from left to right.
Without explicit parentheses, the calculation would overflow for N >= 18919

* Fix integer overflow in threshold calculation

Related to lapack issue 135, the threshold calculation can overflow as well as the multiplication is evaluated from left to right.
Without explicit parentheses, the calculation would overflow for N >= 18919
2017-03-24 22:05:22 +01:00
..
DEPRECATED added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
VARIANTS added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
CMakeLists.txt added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
Makefile filtered out -fopenmp and fix for mingw 2017-01-07 08:41:42 +01:00
cbbcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cbdsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbbrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbsvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgebak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgebal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgebd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgebrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgecon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgees.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgehd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgehrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgejsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelqt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelss.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgelsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgemlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgemlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgemqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgemqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeql2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqlf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqr2p.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqrfp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgeqrt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgerfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgerfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgerq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgerqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesdd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesvj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgetsls.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggbak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggbal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgges.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgges3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggev3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggglm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgghd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgghrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgglse.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggrqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggsvd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cggsvp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgsvj0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgsvj1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgtcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgtrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgtsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgtsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cgtts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chb2st_kernels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbev_2stage.f Fix missing comma in continued line 2017-02-22 08:32:20 +01:00
chbevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chbtrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
checon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
checon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
checon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheev_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevr_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegv_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chegvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cherfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cherfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cheswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrd_hb2st.F added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrd_he2hb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chetrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chfrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chgeqz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chla_transtype.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chpsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chptrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chsein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
chseqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gbamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gbrcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gbrcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gbrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gbrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_geamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gercond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gercond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gerfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_gerpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_heamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_hercond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_hercond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_herfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_herpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_lin_berr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_porcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_porcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_porfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_porpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_syamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_syrcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_syrcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_syrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_syrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cla_wwaddw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clabrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacn2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacpy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacrm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clacrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cladiv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claed0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claed7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claed8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claesy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claev2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clag2z.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clags2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clagtm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahef.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahef_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahef_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahef_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clahr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claic1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clals0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clalsa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clalsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clamswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clamtsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clangb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clange.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clangt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanhb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanhe.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanhf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanhp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanhs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clanht.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clansb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clansp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clansy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clantb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clantp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clantr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clapll.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clapmr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clapmt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqgb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqge.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqhb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqhe.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqhp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqr5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqsb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqsp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claqsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clar1v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clar2v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarcm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarfg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarfgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarft.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarfx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarfy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clargv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarnv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarrv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarscl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clartg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clartv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarzb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clarzt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clascl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clascl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claset.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clasr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
classq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
claswp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clasyf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clasyf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clasyf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clasyf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatbs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatdf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clatsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clauu2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
clauum.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbstf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpftrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpftrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpocon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpoequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpoequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cporfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cporfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cposvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cposvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpotf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpotrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpotrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpotri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpotrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cppcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cppequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cppsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cppsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpstf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpstrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cptcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cptrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cptsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cptsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cpttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cptts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
crot.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cspcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cspmv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cspr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cspsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cspsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csrscl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cstedc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cstegr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cstein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cstemr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csycon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csycon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csycon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyconv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyconvf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyconvf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csymv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csysvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csyswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
csytrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctfsm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctfttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctfttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgex2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgsja.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgsy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctgsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctplqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctplqt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpmlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpmqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctprfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctpttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrevc3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrti2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrtri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctrttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ctzrzf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunbdb6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cuncsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cuncsd2by1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cung2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cung2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunghr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunglq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cungtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunm2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunm2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunm22.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmhr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunml2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cunmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cupgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
cupmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dbbcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dbdsdc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dbdsqr.f Fix integer overflow in LAPACK DBDSQR, SBDSQR (#1135) 2017-03-24 22:05:22 +01:00
dbdsvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ddisna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbbrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbsvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgebak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgebal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgebd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgebrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgecon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgees.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgehd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgehrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgejsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelqt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelss.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgelsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgemlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgemlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgemqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgemqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeql2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqlf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqr2p.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqrfp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgeqrt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgerfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgerfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgerq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgerqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesdd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesvj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgetsls.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggbak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggbal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgges.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgges3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggev3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggglm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgghd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgghrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgglse.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggrqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggsvd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dggsvp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgsvj0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgsvj1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgtcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgtrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgtsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgtsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dgtts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dhgeqz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dhsein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dhseqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
disnan.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gbamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gbrcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gbrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gbrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_geamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gercond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gerfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_gerpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_lin_berr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_porcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_porfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_porpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_syamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_syrcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_syrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_syrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dla_wwaddw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlabad.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlabrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlacn2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlacon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlacpy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dladiv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlae2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaebz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaed9.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaeda.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaev2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlag2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlag2s.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlags2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlagtf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlagtm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlagts.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlagv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlahqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlahr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaic1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaisnan.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaln2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlals0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlalsa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlalsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlamrg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlamswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlamtsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaneg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlangb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlange.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlangt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlanhs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlansb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlansf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlansp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlanst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlansy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlantb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlantp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlantr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlanv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlapll.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlapmr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlapmt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlapy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlapy3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqgb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqge.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqr5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqsb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqsp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaqtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlar1v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlar2v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarfg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarfgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarft.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarfx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarfy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlargv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarnv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarra.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarre.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarrv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarscl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlartg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlartgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlartgs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlartv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaruv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarzb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlarzt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlas2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlascl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlascl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasd8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasda.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasdq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasdt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaset.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasq6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlassq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlaswp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasyf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasyf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasyf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlasyf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlat2s.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatbs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatdf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlatsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlauu2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dlauum.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dopgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dopmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorbdb6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorcsd2by1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorg2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorg2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorghr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorglq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorm2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorm2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorm22.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormhr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dorml2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dormtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbstf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpftrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpftrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpocon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpoequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpoequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dporfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dporfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dposvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dposvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpotf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpotrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpotrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpotri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpotrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dppcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dppequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dppsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dppsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpstf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpstrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dptcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dptrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dptsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dptsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dpttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dptts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
drscl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsb2st_kernels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbev_2stage.f Fix missing comma on continued line 2017-02-22 08:34:20 +01:00
dsbevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsbtrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsfrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dspsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsptrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstebz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstedc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstegr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstemr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsterf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dstevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsycon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsycon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsycon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyconv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyconvf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyconvf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyev_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevr_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygv_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsygvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsysvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsyswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrd_sb2st.F added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrd_sy2sb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dsytrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtfsm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtfttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtfttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgex2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgsja.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgsy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtgsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtplqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtplqt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpmlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpmqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtprfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtpttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrevc3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrti2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrtri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtrttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dtzrzf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
dzsum1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
icmax1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ieeeck.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaclc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaclr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
iladiag.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
iladlc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
iladlr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaenv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaprec.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaslc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaslr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilatrans.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilauplo.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilaver.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilazlc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ilazlr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
iparam2stage.F added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
iparmq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
izmax1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
lsamen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sbbcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sbdsdc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sbdsqr.f Fix integer overflow in LAPACK DBDSQR, SBDSQR (#1135) 2017-03-24 22:05:22 +01:00
sbdsvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
scsum1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sdisna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbbrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbsvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgebak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgebal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgebd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgebrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgecon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgees.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgehd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgehrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgejsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelqt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelss.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgelsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgemlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgemlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgemqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgemqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeql2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqlf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqr2p.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqrfp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgeqrt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgerfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgerfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgerq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgerqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesdd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesvj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgetsls.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggbak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggbal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgges.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgges3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggev3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggglm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgghd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgghrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgglse.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggrqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggsvd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sggsvp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgsvj0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgsvj1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgtcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgtrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgtsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgtsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sgtts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
shgeqz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
shsein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
shseqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sisnan.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gbamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gbrcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gbrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gbrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_geamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gercond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gerfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_gerpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_lin_berr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_porcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_porfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_porpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_syamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_syrcond.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_syrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_syrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sla_wwaddw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slabad.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slabrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slacn2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slacon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slacpy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sladiv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slae2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaebz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaed9.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaeda.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaev2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slag2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slag2d.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slags2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slagtf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slagtm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slagts.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slagv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slahqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slahr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaic1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaisnan.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaln2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slals0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slalsa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slalsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slamrg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slamswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slamtsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaneg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slangb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slange.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slangt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slanhs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slansb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slansf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slansp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slanst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slansy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slantb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slantp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slantr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slanv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slapll.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slapmr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slapmt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slapy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slapy3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqgb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqge.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqr5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqsb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqsp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaqtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slar1v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slar2v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarfg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarfgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarft.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarfx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarfy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slargv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarnv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarra.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarre.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarrv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarscl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slartg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slartgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slartgs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slartv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaruv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarzb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slarzt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slas2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slascl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slascl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasd8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasda.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasdq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasdt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaset.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasq6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slassq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasv2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slaswp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasyf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasyf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasyf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slasyf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatbs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatdf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slatsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slauu2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
slauum.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sopgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sopmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorbdb6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorcsd2by1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorg2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorg2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorghr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorglq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorm2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorm2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorm22.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormhr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sorml2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sormtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbstf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spftrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spftrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spocon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spoequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spoequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sporfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sporfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sposvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sposvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spotf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spotrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spotrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spotri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spotrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sppcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sppequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sppsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sppsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spstf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spstrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sptcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sptrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sptsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sptsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
spttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sptts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
srscl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssb2st_kernels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbev_2stage.f Fix missing comma on continued line 2017-02-22 08:40:39 +01:00
ssbevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssbtrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssfrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sspsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssptrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstebz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstedc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstegr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstemr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssterf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
sstevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssycon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssycon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssycon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyconv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyconvf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyconvf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyev_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevr_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygv_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssygvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssysvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssyswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrd_sb2st.F added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrd_sy2sb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ssytrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stfsm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stfttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stfttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgex2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgsja.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgsy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stgsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stplqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stplqt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpmlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpmqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stprfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stpttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strevc3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strti2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strtri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
strttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
stzrzf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
xerbla.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
xerbla_array.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zbbcsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zbdsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zcgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zcposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zdrscl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbbrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbsvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgebak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgebal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgebd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgebrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgecon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgees.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgehd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgehrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgejsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelqt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelss.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgelsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgemlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgemlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgemqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgemqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeql2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqlf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqr2p.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqrfp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgeqrt3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgerfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgerfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgerq2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgerqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesdd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesvdx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesvj.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetc2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgetsls.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggbak.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggbal.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgges.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgges3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggesx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggev3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggglm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgghd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgghrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgglse.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggqrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggrqf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggsvd3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zggsvp3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgsvj0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgsvj1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgtcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgtrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgtsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgtsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zgtts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhb2st_kernels.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbev_2stage.f Fix missing comma on continued line 2017-02-22 08:40:39 +01:00
zhbevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhbtrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhecon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhecon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhecon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheev_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevr_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheevx_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegv_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhegvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zherfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zherfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhesvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zheswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetd2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrd_2stage.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrd_hb2st.F added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrd_he2hb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhetrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhfrk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhgeqz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpev.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpevd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpevx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpgst.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpgvd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpgvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhpsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhptrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhsein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zhseqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gbamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gbrcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gbrcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gbrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gbrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_geamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gercond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gercond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gerfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_gerpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_heamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_hercond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_hercond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_herfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_herpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_lin_berr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_porcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_porcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_porfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_porpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_syamv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_syrcond_c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_syrcond_x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_syrfsx_extended.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_syrpvgrw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zla_wwaddw.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlabrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacgv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacn2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacpy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacrm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlacrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zladiv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaed0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaed7.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaed8.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaesy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaev2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlag2c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlags2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlagtm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahef.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahef_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahef_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahef_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlahr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaic1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlals0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlalsa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlalsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlamswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlamtsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlangb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlange.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlangt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanhb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanhe.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanhf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanhp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanhs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlanht.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlansb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlansp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlansy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlantb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlantp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlantr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlapll.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlapmr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlapmt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqgb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqge.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqhb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqhe.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqhp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqp2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr0.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqr5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqsb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqsp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaqsy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlar1v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlar2v.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarcm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarfg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarfgp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarft.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarfx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarfy.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlargv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarnv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarrv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarscl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlartg.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlartv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarzb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlarzt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlascl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlascl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaset.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlasr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlassq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaswlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlaswp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlasyf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlasyf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlasyf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlasyf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlat2c.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatbs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatdf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatps.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatrd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlatsqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlauu2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zlauum.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbstf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbtf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbtrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpftrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpftrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpocon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpoequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpoequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zporfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zporfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zposv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zposvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zposvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpotf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpotrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpotrf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpotri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpotrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zppcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zppequ.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zppsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zppsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpstf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpstrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zptcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zptrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zptsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zptsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpttrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zpttrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zptts2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zrot.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zspcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zspmv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zspr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zspsv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zspsvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsptrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zstedc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zstegr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zstein.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zstemr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsteqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsycon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsycon_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsycon_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyconv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyconvf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyconvf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyequb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsymv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyrfsx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysv.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysv_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysv_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysv_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysvx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsysvxx.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsyswapr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytf2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytf2_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytf2_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrf_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrf_rk.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrf_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri2x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri_3x.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytri_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrs2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrs_3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrs_aa.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zsytrs_rook.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztbcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztbrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztbtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztfsm.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztftri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztfttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztfttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgex2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgsja.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgsy2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztgsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztplqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztplqt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpmlqt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpmqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpqrt.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpqrt2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztprfb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztprfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztptri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztptrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztpttr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrcon.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrevc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrevc3.f Fix missing comma on continued line 2017-02-22 08:39:06 +01:00
ztrexc.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrrfs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrsen.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrsna.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrsyl.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrti2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrtri.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrtrs.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrttf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztrttp.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
ztzrzf.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb4.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb5.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunbdb6.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zuncsd.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zuncsd2by1.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zung2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zung2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunghr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungl2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunglq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zungtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunm2l.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunm2r.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunm22.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmbr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmhr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunml2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmlq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmql.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmqr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmr2.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmr3.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmrq.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmrz.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zunmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zupgtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00
zupmtr.f added lapack 3.7.0 with latest patches from git 2017-01-06 11:48:40 +01:00