Add lapacke inside LAPACK
authorjulie <julielangou@users.noreply.github.com>
Fri, 11 Nov 2011 20:12:14 +0000 (20:12 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 11 Nov 2011 20:12:14 +0000 (20:12 +0000)
commit2825d54e13016a5c76a1d765f2ab87ce0dd79285
treec2278629c0b9db862fa544652a3e54a3d54da504
parent84118d4efbff34064b96398ea3c1a0a1836a6755
Add lapacke inside LAPACK
2220 files changed:
DOCS/lapacke.pdf [new file with mode: 0644]
lapacke/LICENSE [new file with mode: 0644]
lapacke/Makefile [new file with mode: 0644]
lapacke/README [new file with mode: 0644]
lapacke/include/lapacke.h [new file with mode: 0644]
lapacke/include/lapacke_config.h [new file with mode: 0644]
lapacke/include/lapacke_utils.h [new file with mode: 0644]
lapacke/make.gnu [new file with mode: 0644]
lapacke/make.gnu.complex_cpp [new file with mode: 0644]
lapacke/make.gnu.lc [new file with mode: 0644]
lapacke/make.gnu.uc.ilp64 [new file with mode: 0644]
lapacke/make.inc [new file with mode: 0644]
lapacke/make.intel [new file with mode: 0644]
lapacke/make.intel.complex_structure [new file with mode: 0644]
lapacke/make.intel.lc.ilp64 [new file with mode: 0644]
lapacke/make.intel.uc [new file with mode: 0644]
lapacke/src/Makefile [new file with mode: 0644]
lapacke/src/lapacke_cbbcsd.c [new file with mode: 0644]
lapacke/src/lapacke_cbbcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cbdsqr.c [new file with mode: 0644]
lapacke/src/lapacke_cbdsqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbbrd.c [new file with mode: 0644]
lapacke/src/lapacke_cgbbrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbcon.c [new file with mode: 0644]
lapacke/src/lapacke_cgbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbequ.c [new file with mode: 0644]
lapacke/src/lapacke_cgbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbequb.c [new file with mode: 0644]
lapacke/src/lapacke_cgbequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_cgbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_cgbrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsv.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsvxx.c [new file with mode: 0644]
lapacke/src/lapacke_cgbsvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_cgbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_cgbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgebak.c [new file with mode: 0644]
lapacke/src/lapacke_cgebak_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgebal.c [new file with mode: 0644]
lapacke/src/lapacke_cgebal_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgebrd.c [new file with mode: 0644]
lapacke/src/lapacke_cgebrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgecon.c [new file with mode: 0644]
lapacke/src/lapacke_cgecon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeequ.c [new file with mode: 0644]
lapacke/src/lapacke_cgeequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeequb.c [new file with mode: 0644]
lapacke/src/lapacke_cgeequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgees.c [new file with mode: 0644]
lapacke/src/lapacke_cgees_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeesx.c [new file with mode: 0644]
lapacke/src/lapacke_cgeesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeev.c [new file with mode: 0644]
lapacke/src/lapacke_cgeev_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeevx.c [new file with mode: 0644]
lapacke/src/lapacke_cgeevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgehrd.c [new file with mode: 0644]
lapacke/src/lapacke_cgehrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgelq2.c [new file with mode: 0644]
lapacke/src/lapacke_cgelq2_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgelqf.c [new file with mode: 0644]
lapacke/src/lapacke_cgelqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgels.c [new file with mode: 0644]
lapacke/src/lapacke_cgels_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgelsd.c [new file with mode: 0644]
lapacke/src/lapacke_cgelsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgelss.c [new file with mode: 0644]
lapacke/src/lapacke_cgelss_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgelsy.c [new file with mode: 0644]
lapacke/src/lapacke_cgelsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgemqrt.c [new file with mode: 0644]
lapacke/src/lapacke_cgemqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqlf.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqlf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqp3.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqp3_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqpf.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqpf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqr2.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqr2_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrf.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrfp.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrfp_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt3.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt3_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgeqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgerfs.c [new file with mode: 0644]
lapacke/src/lapacke_cgerfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgerfsx.c [new file with mode: 0644]
lapacke/src/lapacke_cgerfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgerqf.c [new file with mode: 0644]
lapacke/src/lapacke_cgerqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgesdd.c [new file with mode: 0644]
lapacke/src/lapacke_cgesdd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgesv.c [new file with mode: 0644]
lapacke/src/lapacke_cgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvd.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvx.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_cgesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgetf2.c [new file with mode: 0644]
lapacke/src/lapacke_cgetf2_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgetrf.c [new file with mode: 0644]
lapacke/src/lapacke_cgetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgetri.c [new file with mode: 0644]
lapacke/src/lapacke_cgetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgetrs.c [new file with mode: 0644]
lapacke/src/lapacke_cgetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggbak.c [new file with mode: 0644]
lapacke/src/lapacke_cggbak_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggbal.c [new file with mode: 0644]
lapacke/src/lapacke_cggbal_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgges.c [new file with mode: 0644]
lapacke/src/lapacke_cgges_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggesx.c [new file with mode: 0644]
lapacke/src/lapacke_cggesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggev.c [new file with mode: 0644]
lapacke/src/lapacke_cggev_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggevx.c [new file with mode: 0644]
lapacke/src/lapacke_cggevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggglm.c [new file with mode: 0644]
lapacke/src/lapacke_cggglm_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgghrd.c [new file with mode: 0644]
lapacke/src/lapacke_cgghrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgglse.c [new file with mode: 0644]
lapacke/src/lapacke_cgglse_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggqrf.c [new file with mode: 0644]
lapacke/src/lapacke_cggqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggrqf.c [new file with mode: 0644]
lapacke/src/lapacke_cggrqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggsvd.c [new file with mode: 0644]
lapacke/src/lapacke_cggsvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cggsvp.c [new file with mode: 0644]
lapacke/src/lapacke_cggsvp_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgtcon.c [new file with mode: 0644]
lapacke/src/lapacke_cgtcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgtrfs.c [new file with mode: 0644]
lapacke/src/lapacke_cgtrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgtsv.c [new file with mode: 0644]
lapacke/src/lapacke_cgtsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgtsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cgtsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgttrf.c [new file with mode: 0644]
lapacke/src/lapacke_cgttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cgttrs.c [new file with mode: 0644]
lapacke/src/lapacke_cgttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbev.c [new file with mode: 0644]
lapacke/src/lapacke_chbev_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbevd.c [new file with mode: 0644]
lapacke/src/lapacke_chbevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbevx.c [new file with mode: 0644]
lapacke/src/lapacke_chbevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbgst.c [new file with mode: 0644]
lapacke/src/lapacke_chbgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbgv.c [new file with mode: 0644]
lapacke/src/lapacke_chbgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbgvd.c [new file with mode: 0644]
lapacke/src/lapacke_chbgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbgvx.c [new file with mode: 0644]
lapacke/src/lapacke_chbgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chbtrd.c [new file with mode: 0644]
lapacke/src/lapacke_chbtrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_checon.c [new file with mode: 0644]
lapacke/src/lapacke_checon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheequb.c [new file with mode: 0644]
lapacke/src/lapacke_cheequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheev.c [new file with mode: 0644]
lapacke/src/lapacke_cheev_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheevd.c [new file with mode: 0644]
lapacke/src/lapacke_cheevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheevr.c [new file with mode: 0644]
lapacke/src/lapacke_cheevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheevx.c [new file with mode: 0644]
lapacke/src/lapacke_cheevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chegst.c [new file with mode: 0644]
lapacke/src/lapacke_chegst_work.c [new file with mode: 0644]
lapacke/src/lapacke_chegv.c [new file with mode: 0644]
lapacke/src/lapacke_chegv_work.c [new file with mode: 0644]
lapacke/src/lapacke_chegvd.c [new file with mode: 0644]
lapacke/src/lapacke_chegvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chegvx.c [new file with mode: 0644]
lapacke/src/lapacke_chegvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cherfs.c [new file with mode: 0644]
lapacke/src/lapacke_cherfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cherfsx.c [new file with mode: 0644]
lapacke/src/lapacke_cherfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chesv.c [new file with mode: 0644]
lapacke/src/lapacke_chesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_chesvx.c [new file with mode: 0644]
lapacke/src/lapacke_chesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_chesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cheswapr.c [new file with mode: 0644]
lapacke/src/lapacke_cheswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetrd.c [new file with mode: 0644]
lapacke/src/lapacke_chetrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetrf.c [new file with mode: 0644]
lapacke/src/lapacke_chetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetri.c [new file with mode: 0644]
lapacke/src/lapacke_chetri2.c [new file with mode: 0644]
lapacke/src/lapacke_chetri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetri2x.c [new file with mode: 0644]
lapacke/src/lapacke_chetri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetrs.c [new file with mode: 0644]
lapacke/src/lapacke_chetrs2.c [new file with mode: 0644]
lapacke/src/lapacke_chetrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_chetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_chfrk.c [new file with mode: 0644]
lapacke/src/lapacke_chfrk_work.c [new file with mode: 0644]
lapacke/src/lapacke_chgeqz.c [new file with mode: 0644]
lapacke/src/lapacke_chgeqz_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpcon.c [new file with mode: 0644]
lapacke/src/lapacke_chpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpev.c [new file with mode: 0644]
lapacke/src/lapacke_chpev_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpevd.c [new file with mode: 0644]
lapacke/src/lapacke_chpevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpevx.c [new file with mode: 0644]
lapacke/src/lapacke_chpevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpgst.c [new file with mode: 0644]
lapacke/src/lapacke_chpgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpgv.c [new file with mode: 0644]
lapacke/src/lapacke_chpgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpgvd.c [new file with mode: 0644]
lapacke/src/lapacke_chpgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpgvx.c [new file with mode: 0644]
lapacke/src/lapacke_chpgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chprfs.c [new file with mode: 0644]
lapacke/src/lapacke_chprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpsv.c [new file with mode: 0644]
lapacke/src/lapacke_chpsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_chpsvx.c [new file with mode: 0644]
lapacke/src/lapacke_chpsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_chptrd.c [new file with mode: 0644]
lapacke/src/lapacke_chptrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_chptrf.c [new file with mode: 0644]
lapacke/src/lapacke_chptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_chptri.c [new file with mode: 0644]
lapacke/src/lapacke_chptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_chptrs.c [new file with mode: 0644]
lapacke/src/lapacke_chptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_chsein.c [new file with mode: 0644]
lapacke/src/lapacke_chsein_work.c [new file with mode: 0644]
lapacke/src/lapacke_chseqr.c [new file with mode: 0644]
lapacke/src/lapacke_chseqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_clacgv.c [new file with mode: 0644]
lapacke/src/lapacke_clacgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_clacpy.c [new file with mode: 0644]
lapacke/src/lapacke_clacpy_work.c [new file with mode: 0644]
lapacke/src/lapacke_clag2z.c [new file with mode: 0644]
lapacke/src/lapacke_clag2z_work.c [new file with mode: 0644]
lapacke/src/lapacke_clagge.c [new file with mode: 0644]
lapacke/src/lapacke_clagge_work.c [new file with mode: 0644]
lapacke/src/lapacke_claghe.c [new file with mode: 0644]
lapacke/src/lapacke_claghe_work.c [new file with mode: 0644]
lapacke/src/lapacke_clagsy.c [new file with mode: 0644]
lapacke/src/lapacke_clagsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_clange.c [new file with mode: 0644]
lapacke/src/lapacke_clange_work.c [new file with mode: 0644]
lapacke/src/lapacke_clanhe.c [new file with mode: 0644]
lapacke/src/lapacke_clanhe_work.c [new file with mode: 0644]
lapacke/src/lapacke_clansy.c [new file with mode: 0644]
lapacke/src/lapacke_clansy_work.c [new file with mode: 0644]
lapacke/src/lapacke_clantr.c [new file with mode: 0644]
lapacke/src/lapacke_clantr_work.c [new file with mode: 0644]
lapacke/src/lapacke_clapmr.c [new file with mode: 0644]
lapacke/src/lapacke_clapmr_work.c [new file with mode: 0644]
lapacke/src/lapacke_clarfb.c [new file with mode: 0644]
lapacke/src/lapacke_clarfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_clarfg.c [new file with mode: 0644]
lapacke/src/lapacke_clarfg_work.c [new file with mode: 0644]
lapacke/src/lapacke_clarft.c [new file with mode: 0644]
lapacke/src/lapacke_clarft_work.c [new file with mode: 0644]
lapacke/src/lapacke_clarfx.c [new file with mode: 0644]
lapacke/src/lapacke_clarfx_work.c [new file with mode: 0644]
lapacke/src/lapacke_clarnv.c [new file with mode: 0644]
lapacke/src/lapacke_clarnv_work.c [new file with mode: 0644]
lapacke/src/lapacke_claset.c [new file with mode: 0644]
lapacke/src/lapacke_claset_work.c [new file with mode: 0644]
lapacke/src/lapacke_claswp.c [new file with mode: 0644]
lapacke/src/lapacke_claswp_work.c [new file with mode: 0644]
lapacke/src/lapacke_clatms.c [new file with mode: 0644]
lapacke/src/lapacke_clatms_work.c [new file with mode: 0644]
lapacke/src/lapacke_clauum.c [new file with mode: 0644]
lapacke/src/lapacke_clauum_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbcon.c [new file with mode: 0644]
lapacke/src/lapacke_cpbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbequ.c [new file with mode: 0644]
lapacke/src/lapacke_cpbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_cpbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbstf.c [new file with mode: 0644]
lapacke/src/lapacke_cpbstf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbsv.c [new file with mode: 0644]
lapacke/src/lapacke_cpbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cpbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_cpbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpftrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpftrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpftri.c [new file with mode: 0644]
lapacke/src/lapacke_cpftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpftrs.c [new file with mode: 0644]
lapacke/src/lapacke_cpftrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpocon.c [new file with mode: 0644]
lapacke/src/lapacke_cpocon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpoequ.c [new file with mode: 0644]
lapacke/src/lapacke_cpoequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpoequb.c [new file with mode: 0644]
lapacke/src/lapacke_cpoequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_cporfs.c [new file with mode: 0644]
lapacke/src/lapacke_cporfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cporfsx.c [new file with mode: 0644]
lapacke/src/lapacke_cporfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cposv.c [new file with mode: 0644]
lapacke/src/lapacke_cposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cposvx.c [new file with mode: 0644]
lapacke/src/lapacke_cposvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cposvxx.c [new file with mode: 0644]
lapacke/src/lapacke_cposvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpotrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpotrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpotri.c [new file with mode: 0644]
lapacke/src/lapacke_cpotri_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpotrs.c [new file with mode: 0644]
lapacke/src/lapacke_cpotrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cppcon.c [new file with mode: 0644]
lapacke/src/lapacke_cppcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cppequ.c [new file with mode: 0644]
lapacke/src/lapacke_cppequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpprfs.c [new file with mode: 0644]
lapacke/src/lapacke_cpprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cppsv.c [new file with mode: 0644]
lapacke/src/lapacke_cppsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cppsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cppsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpptrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpptri.c [new file with mode: 0644]
lapacke/src/lapacke_cpptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpptrs.c [new file with mode: 0644]
lapacke/src/lapacke_cpptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpstrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpstrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cptcon.c [new file with mode: 0644]
lapacke/src/lapacke_cptcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpteqr.c [new file with mode: 0644]
lapacke/src/lapacke_cpteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cptrfs.c [new file with mode: 0644]
lapacke/src/lapacke_cptrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cptsv.c [new file with mode: 0644]
lapacke/src/lapacke_cptsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cptsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cptsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpttrf.c [new file with mode: 0644]
lapacke/src/lapacke_cpttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cpttrs.c [new file with mode: 0644]
lapacke/src/lapacke_cpttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cspcon.c [new file with mode: 0644]
lapacke/src/lapacke_cspcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_csprfs.c [new file with mode: 0644]
lapacke/src/lapacke_csprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cspsv.c [new file with mode: 0644]
lapacke/src/lapacke_cspsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_cspsvx.c [new file with mode: 0644]
lapacke/src/lapacke_cspsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_csptrf.c [new file with mode: 0644]
lapacke/src/lapacke_csptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_csptri.c [new file with mode: 0644]
lapacke/src/lapacke_csptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_csptrs.c [new file with mode: 0644]
lapacke/src/lapacke_csptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_cstedc.c [new file with mode: 0644]
lapacke/src/lapacke_cstedc_work.c [new file with mode: 0644]
lapacke/src/lapacke_cstegr.c [new file with mode: 0644]
lapacke/src/lapacke_cstegr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cstein.c [new file with mode: 0644]
lapacke/src/lapacke_cstein_work.c [new file with mode: 0644]
lapacke/src/lapacke_cstemr.c [new file with mode: 0644]
lapacke/src/lapacke_cstemr_work.c [new file with mode: 0644]
lapacke/src/lapacke_csteqr.c [new file with mode: 0644]
lapacke/src/lapacke_csteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_csycon.c [new file with mode: 0644]
lapacke/src/lapacke_csycon_work.c [new file with mode: 0644]
lapacke/src/lapacke_csyconv.c [new file with mode: 0644]
lapacke/src/lapacke_csyconv_work.c [new file with mode: 0644]
lapacke/src/lapacke_csyequb.c [new file with mode: 0644]
lapacke/src/lapacke_csyequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_csyrfs.c [new file with mode: 0644]
lapacke/src/lapacke_csyrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_csyrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_csyrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_csysv.c [new file with mode: 0644]
lapacke/src/lapacke_csysv_work.c [new file with mode: 0644]
lapacke/src/lapacke_csysvx.c [new file with mode: 0644]
lapacke/src/lapacke_csysvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_csysvxx.c [new file with mode: 0644]
lapacke/src/lapacke_csysvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_csyswapr.c [new file with mode: 0644]
lapacke/src/lapacke_csyswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytrf.c [new file with mode: 0644]
lapacke/src/lapacke_csytrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytri.c [new file with mode: 0644]
lapacke/src/lapacke_csytri2.c [new file with mode: 0644]
lapacke/src/lapacke_csytri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytri2x.c [new file with mode: 0644]
lapacke/src/lapacke_csytri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytri_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytrs.c [new file with mode: 0644]
lapacke/src/lapacke_csytrs2.c [new file with mode: 0644]
lapacke/src/lapacke_csytrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_csytrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctbcon.c [new file with mode: 0644]
lapacke/src/lapacke_ctbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_ctbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_ctbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctfsm.c [new file with mode: 0644]
lapacke/src/lapacke_ctfsm_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctftri.c [new file with mode: 0644]
lapacke/src/lapacke_ctftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctfttp.c [new file with mode: 0644]
lapacke/src/lapacke_ctfttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctfttr.c [new file with mode: 0644]
lapacke/src/lapacke_ctfttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgevc.c [new file with mode: 0644]
lapacke/src/lapacke_ctgevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgexc.c [new file with mode: 0644]
lapacke/src/lapacke_ctgexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsen.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsja.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsja_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsna.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsyl.c [new file with mode: 0644]
lapacke/src/lapacke_ctgsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpcon.c [new file with mode: 0644]
lapacke/src/lapacke_ctpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpmqrt.c [new file with mode: 0644]
lapacke/src/lapacke_ctpmqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpqrt.c [new file with mode: 0644]
lapacke/src/lapacke_ctpqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_ctpqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctprfb.c [new file with mode: 0644]
lapacke/src/lapacke_ctprfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctprfs.c [new file with mode: 0644]
lapacke/src/lapacke_ctprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctptri.c [new file with mode: 0644]
lapacke/src/lapacke_ctptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctptrs.c [new file with mode: 0644]
lapacke/src/lapacke_ctptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpttf.c [new file with mode: 0644]
lapacke/src/lapacke_ctpttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctpttr.c [new file with mode: 0644]
lapacke/src/lapacke_ctpttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrcon.c [new file with mode: 0644]
lapacke/src/lapacke_ctrcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrevc.c [new file with mode: 0644]
lapacke/src/lapacke_ctrevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrexc.c [new file with mode: 0644]
lapacke/src/lapacke_ctrexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrrfs.c [new file with mode: 0644]
lapacke/src/lapacke_ctrrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsen.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsna.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsyl.c [new file with mode: 0644]
lapacke/src/lapacke_ctrsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrtri.c [new file with mode: 0644]
lapacke/src/lapacke_ctrtri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrtrs.c [new file with mode: 0644]
lapacke/src/lapacke_ctrtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrttf.c [new file with mode: 0644]
lapacke/src/lapacke_ctrttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctrttp.c [new file with mode: 0644]
lapacke/src/lapacke_ctrttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_ctzrzf.c [new file with mode: 0644]
lapacke/src/lapacke_ctzrzf_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunbdb.c [new file with mode: 0644]
lapacke/src/lapacke_cunbdb_work.c [new file with mode: 0644]
lapacke/src/lapacke_cuncsd.c [new file with mode: 0644]
lapacke/src/lapacke_cuncsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_cungbr.c [new file with mode: 0644]
lapacke/src/lapacke_cungbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunghr.c [new file with mode: 0644]
lapacke/src/lapacke_cunghr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunglq.c [new file with mode: 0644]
lapacke/src/lapacke_cunglq_work.c [new file with mode: 0644]
lapacke/src/lapacke_cungql.c [new file with mode: 0644]
lapacke/src/lapacke_cungql_work.c [new file with mode: 0644]
lapacke/src/lapacke_cungqr.c [new file with mode: 0644]
lapacke/src/lapacke_cungqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cungrq.c [new file with mode: 0644]
lapacke/src/lapacke_cungrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_cungtr.c [new file with mode: 0644]
lapacke/src/lapacke_cungtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmbr.c [new file with mode: 0644]
lapacke/src/lapacke_cunmbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmhr.c [new file with mode: 0644]
lapacke/src/lapacke_cunmhr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmlq.c [new file with mode: 0644]
lapacke/src/lapacke_cunmlq_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmql.c [new file with mode: 0644]
lapacke/src/lapacke_cunmql_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmqr.c [new file with mode: 0644]
lapacke/src/lapacke_cunmqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmrq.c [new file with mode: 0644]
lapacke/src/lapacke_cunmrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmrz.c [new file with mode: 0644]
lapacke/src/lapacke_cunmrz_work.c [new file with mode: 0644]
lapacke/src/lapacke_cunmtr.c [new file with mode: 0644]
lapacke/src/lapacke_cunmtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cupgtr.c [new file with mode: 0644]
lapacke/src/lapacke_cupgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_cupmtr.c [new file with mode: 0644]
lapacke/src/lapacke_cupmtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dbbcsd.c [new file with mode: 0644]
lapacke/src/lapacke_dbbcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dbdsdc.c [new file with mode: 0644]
lapacke/src/lapacke_dbdsdc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dbdsqr.c [new file with mode: 0644]
lapacke/src/lapacke_dbdsqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ddisna.c [new file with mode: 0644]
lapacke/src/lapacke_ddisna_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbbrd.c [new file with mode: 0644]
lapacke/src/lapacke_dgbbrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbcon.c [new file with mode: 0644]
lapacke/src/lapacke_dgbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbequ.c [new file with mode: 0644]
lapacke/src/lapacke_dgbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbequb.c [new file with mode: 0644]
lapacke/src/lapacke_dgbequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dgbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_dgbrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsv.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsvxx.c [new file with mode: 0644]
lapacke/src/lapacke_dgbsvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_dgbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_dgbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgebak.c [new file with mode: 0644]
lapacke/src/lapacke_dgebak_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgebal.c [new file with mode: 0644]
lapacke/src/lapacke_dgebal_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgebrd.c [new file with mode: 0644]
lapacke/src/lapacke_dgebrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgecon.c [new file with mode: 0644]
lapacke/src/lapacke_dgecon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeequ.c [new file with mode: 0644]
lapacke/src/lapacke_dgeequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeequb.c [new file with mode: 0644]
lapacke/src/lapacke_dgeequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgees.c [new file with mode: 0644]
lapacke/src/lapacke_dgees_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeesx.c [new file with mode: 0644]
lapacke/src/lapacke_dgeesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeev.c [new file with mode: 0644]
lapacke/src/lapacke_dgeev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeevx.c [new file with mode: 0644]
lapacke/src/lapacke_dgeevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgehrd.c [new file with mode: 0644]
lapacke/src/lapacke_dgehrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgejsv.c [new file with mode: 0644]
lapacke/src/lapacke_dgejsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgelq2.c [new file with mode: 0644]
lapacke/src/lapacke_dgelq2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgelqf.c [new file with mode: 0644]
lapacke/src/lapacke_dgelqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgels.c [new file with mode: 0644]
lapacke/src/lapacke_dgels_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgelsd.c [new file with mode: 0644]
lapacke/src/lapacke_dgelsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgelss.c [new file with mode: 0644]
lapacke/src/lapacke_dgelss_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgelsy.c [new file with mode: 0644]
lapacke/src/lapacke_dgelsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgemqrt.c [new file with mode: 0644]
lapacke/src/lapacke_dgemqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqlf.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqlf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqp3.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqp3_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqpf.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqpf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqr2.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqr2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrf.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrfp.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrfp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt3.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt3_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgeqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgerfs.c [new file with mode: 0644]
lapacke/src/lapacke_dgerfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgerfsx.c [new file with mode: 0644]
lapacke/src/lapacke_dgerfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgerqf.c [new file with mode: 0644]
lapacke/src/lapacke_dgerqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesdd.c [new file with mode: 0644]
lapacke/src/lapacke_dgesdd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesv.c [new file with mode: 0644]
lapacke/src/lapacke_dgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvd.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvj.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvj_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvx.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_dgesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgetf2.c [new file with mode: 0644]
lapacke/src/lapacke_dgetf2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgetrf.c [new file with mode: 0644]
lapacke/src/lapacke_dgetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgetri.c [new file with mode: 0644]
lapacke/src/lapacke_dgetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgetrs.c [new file with mode: 0644]
lapacke/src/lapacke_dgetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggbak.c [new file with mode: 0644]
lapacke/src/lapacke_dggbak_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggbal.c [new file with mode: 0644]
lapacke/src/lapacke_dggbal_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgges.c [new file with mode: 0644]
lapacke/src/lapacke_dgges_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggesx.c [new file with mode: 0644]
lapacke/src/lapacke_dggesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggev.c [new file with mode: 0644]
lapacke/src/lapacke_dggev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggevx.c [new file with mode: 0644]
lapacke/src/lapacke_dggevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggglm.c [new file with mode: 0644]
lapacke/src/lapacke_dggglm_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgghrd.c [new file with mode: 0644]
lapacke/src/lapacke_dgghrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgglse.c [new file with mode: 0644]
lapacke/src/lapacke_dgglse_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggqrf.c [new file with mode: 0644]
lapacke/src/lapacke_dggqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggrqf.c [new file with mode: 0644]
lapacke/src/lapacke_dggrqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggsvd.c [new file with mode: 0644]
lapacke/src/lapacke_dggsvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dggsvp.c [new file with mode: 0644]
lapacke/src/lapacke_dggsvp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgtcon.c [new file with mode: 0644]
lapacke/src/lapacke_dgtcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgtrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dgtrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgtsv.c [new file with mode: 0644]
lapacke/src/lapacke_dgtsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgtsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dgtsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgttrf.c [new file with mode: 0644]
lapacke/src/lapacke_dgttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dgttrs.c [new file with mode: 0644]
lapacke/src/lapacke_dgttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dhgeqz.c [new file with mode: 0644]
lapacke/src/lapacke_dhgeqz_work.c [new file with mode: 0644]
lapacke/src/lapacke_dhsein.c [new file with mode: 0644]
lapacke/src/lapacke_dhsein_work.c [new file with mode: 0644]
lapacke/src/lapacke_dhseqr.c [new file with mode: 0644]
lapacke/src/lapacke_dhseqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlacpy.c [new file with mode: 0644]
lapacke/src/lapacke_dlacpy_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlag2s.c [new file with mode: 0644]
lapacke/src/lapacke_dlag2s_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlagge.c [new file with mode: 0644]
lapacke/src/lapacke_dlagge_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlagsy.c [new file with mode: 0644]
lapacke/src/lapacke_dlagsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlamch.c [new file with mode: 0644]
lapacke/src/lapacke_dlamch_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlange.c [new file with mode: 0644]
lapacke/src/lapacke_dlange_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlansy.c [new file with mode: 0644]
lapacke/src/lapacke_dlansy_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlantr.c [new file with mode: 0644]
lapacke/src/lapacke_dlantr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlapmr.c [new file with mode: 0644]
lapacke/src/lapacke_dlapmr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlapy2.c [new file with mode: 0644]
lapacke/src/lapacke_dlapy2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlapy3.c [new file with mode: 0644]
lapacke/src/lapacke_dlapy3_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfb.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfg.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfg_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlarft.c [new file with mode: 0644]
lapacke/src/lapacke_dlarft_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfx.c [new file with mode: 0644]
lapacke/src/lapacke_dlarfx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlarnv.c [new file with mode: 0644]
lapacke/src/lapacke_dlarnv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlartgp.c [new file with mode: 0644]
lapacke/src/lapacke_dlartgp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlartgs.c [new file with mode: 0644]
lapacke/src/lapacke_dlartgs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlaset.c [new file with mode: 0644]
lapacke/src/lapacke_dlaset_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlasrt.c [new file with mode: 0644]
lapacke/src/lapacke_dlasrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlaswp.c [new file with mode: 0644]
lapacke/src/lapacke_dlaswp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlatms.c [new file with mode: 0644]
lapacke/src/lapacke_dlatms_work.c [new file with mode: 0644]
lapacke/src/lapacke_dlauum.c [new file with mode: 0644]
lapacke/src/lapacke_dlauum_work.c [new file with mode: 0644]
lapacke/src/lapacke_dopgtr.c [new file with mode: 0644]
lapacke/src/lapacke_dopgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dopmtr.c [new file with mode: 0644]
lapacke/src/lapacke_dopmtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorbdb.c [new file with mode: 0644]
lapacke/src/lapacke_dorbdb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorcsd.c [new file with mode: 0644]
lapacke/src/lapacke_dorcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorgbr.c [new file with mode: 0644]
lapacke/src/lapacke_dorgbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorghr.c [new file with mode: 0644]
lapacke/src/lapacke_dorghr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorglq.c [new file with mode: 0644]
lapacke/src/lapacke_dorglq_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorgql.c [new file with mode: 0644]
lapacke/src/lapacke_dorgql_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorgqr.c [new file with mode: 0644]
lapacke/src/lapacke_dorgqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorgrq.c [new file with mode: 0644]
lapacke/src/lapacke_dorgrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_dorgtr.c [new file with mode: 0644]
lapacke/src/lapacke_dorgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormbr.c [new file with mode: 0644]
lapacke/src/lapacke_dormbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormhr.c [new file with mode: 0644]
lapacke/src/lapacke_dormhr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormlq.c [new file with mode: 0644]
lapacke/src/lapacke_dormlq_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormql.c [new file with mode: 0644]
lapacke/src/lapacke_dormql_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormqr.c [new file with mode: 0644]
lapacke/src/lapacke_dormqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormrq.c [new file with mode: 0644]
lapacke/src/lapacke_dormrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormrz.c [new file with mode: 0644]
lapacke/src/lapacke_dormrz_work.c [new file with mode: 0644]
lapacke/src/lapacke_dormtr.c [new file with mode: 0644]
lapacke/src/lapacke_dormtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbcon.c [new file with mode: 0644]
lapacke/src/lapacke_dpbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbequ.c [new file with mode: 0644]
lapacke/src/lapacke_dpbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dpbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbstf.c [new file with mode: 0644]
lapacke/src/lapacke_dpbstf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbsv.c [new file with mode: 0644]
lapacke/src/lapacke_dpbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dpbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_dpbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpftrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpftrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpftri.c [new file with mode: 0644]
lapacke/src/lapacke_dpftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpftrs.c [new file with mode: 0644]
lapacke/src/lapacke_dpftrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpocon.c [new file with mode: 0644]
lapacke/src/lapacke_dpocon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpoequ.c [new file with mode: 0644]
lapacke/src/lapacke_dpoequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpoequb.c [new file with mode: 0644]
lapacke/src/lapacke_dpoequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dporfs.c [new file with mode: 0644]
lapacke/src/lapacke_dporfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dporfsx.c [new file with mode: 0644]
lapacke/src/lapacke_dporfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dposv.c [new file with mode: 0644]
lapacke/src/lapacke_dposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dposvx.c [new file with mode: 0644]
lapacke/src/lapacke_dposvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dposvxx.c [new file with mode: 0644]
lapacke/src/lapacke_dposvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpotrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpotrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpotri.c [new file with mode: 0644]
lapacke/src/lapacke_dpotri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpotrs.c [new file with mode: 0644]
lapacke/src/lapacke_dpotrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dppcon.c [new file with mode: 0644]
lapacke/src/lapacke_dppcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dppequ.c [new file with mode: 0644]
lapacke/src/lapacke_dppequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpprfs.c [new file with mode: 0644]
lapacke/src/lapacke_dpprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dppsv.c [new file with mode: 0644]
lapacke/src/lapacke_dppsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dppsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dppsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpptrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpptri.c [new file with mode: 0644]
lapacke/src/lapacke_dpptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpptrs.c [new file with mode: 0644]
lapacke/src/lapacke_dpptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpstrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpstrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dptcon.c [new file with mode: 0644]
lapacke/src/lapacke_dptcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpteqr.c [new file with mode: 0644]
lapacke/src/lapacke_dpteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dptrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dptrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dptsv.c [new file with mode: 0644]
lapacke/src/lapacke_dptsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dptsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dptsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpttrf.c [new file with mode: 0644]
lapacke/src/lapacke_dpttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dpttrs.c [new file with mode: 0644]
lapacke/src/lapacke_dpttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbev.c [new file with mode: 0644]
lapacke/src/lapacke_dsbev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbevd.c [new file with mode: 0644]
lapacke/src/lapacke_dsbevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbevx.c [new file with mode: 0644]
lapacke/src/lapacke_dsbevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgst.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgv.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgvd.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgvx.c [new file with mode: 0644]
lapacke/src/lapacke_dsbgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsbtrd.c [new file with mode: 0644]
lapacke/src/lapacke_dsbtrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsfrk.c [new file with mode: 0644]
lapacke/src/lapacke_dsfrk_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsgesv.c [new file with mode: 0644]
lapacke/src/lapacke_dsgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspcon.c [new file with mode: 0644]
lapacke/src/lapacke_dspcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspev.c [new file with mode: 0644]
lapacke/src/lapacke_dspev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspevd.c [new file with mode: 0644]
lapacke/src/lapacke_dspevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspevx.c [new file with mode: 0644]
lapacke/src/lapacke_dspevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspgst.c [new file with mode: 0644]
lapacke/src/lapacke_dspgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspgv.c [new file with mode: 0644]
lapacke/src/lapacke_dspgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspgvd.c [new file with mode: 0644]
lapacke/src/lapacke_dspgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspgvx.c [new file with mode: 0644]
lapacke/src/lapacke_dspgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsposv.c [new file with mode: 0644]
lapacke/src/lapacke_dsposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsprfs.c [new file with mode: 0644]
lapacke/src/lapacke_dsprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspsv.c [new file with mode: 0644]
lapacke/src/lapacke_dspsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dspsvx.c [new file with mode: 0644]
lapacke/src/lapacke_dspsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrd.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrf.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsptri.c [new file with mode: 0644]
lapacke/src/lapacke_dsptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrs.c [new file with mode: 0644]
lapacke/src/lapacke_dsptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstebz.c [new file with mode: 0644]
lapacke/src/lapacke_dstebz_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstedc.c [new file with mode: 0644]
lapacke/src/lapacke_dstedc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstegr.c [new file with mode: 0644]
lapacke/src/lapacke_dstegr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstein.c [new file with mode: 0644]
lapacke/src/lapacke_dstein_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstemr.c [new file with mode: 0644]
lapacke/src/lapacke_dstemr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsteqr.c [new file with mode: 0644]
lapacke/src/lapacke_dsteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsterf.c [new file with mode: 0644]
lapacke/src/lapacke_dsterf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstev.c [new file with mode: 0644]
lapacke/src/lapacke_dstev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstevd.c [new file with mode: 0644]
lapacke/src/lapacke_dstevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstevr.c [new file with mode: 0644]
lapacke/src/lapacke_dstevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dstevx.c [new file with mode: 0644]
lapacke/src/lapacke_dstevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsycon.c [new file with mode: 0644]
lapacke/src/lapacke_dsycon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyconv.c [new file with mode: 0644]
lapacke/src/lapacke_dsyconv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyequb.c [new file with mode: 0644]
lapacke/src/lapacke_dsyequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyev.c [new file with mode: 0644]
lapacke/src/lapacke_dsyev_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevd.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevr.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevx.c [new file with mode: 0644]
lapacke/src/lapacke_dsyevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsygst.c [new file with mode: 0644]
lapacke/src/lapacke_dsygst_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsygv.c [new file with mode: 0644]
lapacke/src/lapacke_dsygv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsygvd.c [new file with mode: 0644]
lapacke/src/lapacke_dsygvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsygvx.c [new file with mode: 0644]
lapacke/src/lapacke_dsygvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dsyrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_dsyrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsysv.c [new file with mode: 0644]
lapacke/src/lapacke_dsysv_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsysvx.c [new file with mode: 0644]
lapacke/src/lapacke_dsysvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsysvxx.c [new file with mode: 0644]
lapacke/src/lapacke_dsysvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsyswapr.c [new file with mode: 0644]
lapacke/src/lapacke_dsyswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrd.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrf.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri2.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri2x.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrs.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrs2.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dsytrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtbcon.c [new file with mode: 0644]
lapacke/src/lapacke_dtbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dtbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_dtbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtfsm.c [new file with mode: 0644]
lapacke/src/lapacke_dtfsm_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtftri.c [new file with mode: 0644]
lapacke/src/lapacke_dtftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtfttp.c [new file with mode: 0644]
lapacke/src/lapacke_dtfttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtfttr.c [new file with mode: 0644]
lapacke/src/lapacke_dtfttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgevc.c [new file with mode: 0644]
lapacke/src/lapacke_dtgevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgexc.c [new file with mode: 0644]
lapacke/src/lapacke_dtgexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsen.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsja.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsja_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsna.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsyl.c [new file with mode: 0644]
lapacke/src/lapacke_dtgsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpcon.c [new file with mode: 0644]
lapacke/src/lapacke_dtpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpmqrt.c [new file with mode: 0644]
lapacke/src/lapacke_dtpmqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpqrt.c [new file with mode: 0644]
lapacke/src/lapacke_dtpqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_dtpqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtprfb.c [new file with mode: 0644]
lapacke/src/lapacke_dtprfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtprfs.c [new file with mode: 0644]
lapacke/src/lapacke_dtprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtptri.c [new file with mode: 0644]
lapacke/src/lapacke_dtptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtptrs.c [new file with mode: 0644]
lapacke/src/lapacke_dtptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpttf.c [new file with mode: 0644]
lapacke/src/lapacke_dtpttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtpttr.c [new file with mode: 0644]
lapacke/src/lapacke_dtpttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrcon.c [new file with mode: 0644]
lapacke/src/lapacke_dtrcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrevc.c [new file with mode: 0644]
lapacke/src/lapacke_dtrevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrexc.c [new file with mode: 0644]
lapacke/src/lapacke_dtrexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrrfs.c [new file with mode: 0644]
lapacke/src/lapacke_dtrrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsen.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsna.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsyl.c [new file with mode: 0644]
lapacke/src/lapacke_dtrsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrtri.c [new file with mode: 0644]
lapacke/src/lapacke_dtrtri_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrtrs.c [new file with mode: 0644]
lapacke/src/lapacke_dtrtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrttf.c [new file with mode: 0644]
lapacke/src/lapacke_dtrttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtrttp.c [new file with mode: 0644]
lapacke/src/lapacke_dtrttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_dtzrzf.c [new file with mode: 0644]
lapacke/src/lapacke_dtzrzf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sbbcsd.c [new file with mode: 0644]
lapacke/src/lapacke_sbbcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sbdsdc.c [new file with mode: 0644]
lapacke/src/lapacke_sbdsdc_work.c [new file with mode: 0644]
lapacke/src/lapacke_sbdsqr.c [new file with mode: 0644]
lapacke/src/lapacke_sbdsqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sdisna.c [new file with mode: 0644]
lapacke/src/lapacke_sdisna_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbbrd.c [new file with mode: 0644]
lapacke/src/lapacke_sgbbrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbcon.c [new file with mode: 0644]
lapacke/src/lapacke_sgbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbequ.c [new file with mode: 0644]
lapacke/src/lapacke_sgbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbequb.c [new file with mode: 0644]
lapacke/src/lapacke_sgbequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_sgbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_sgbrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsv.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsvxx.c [new file with mode: 0644]
lapacke/src/lapacke_sgbsvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_sgbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_sgbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgebak.c [new file with mode: 0644]
lapacke/src/lapacke_sgebak_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgebal.c [new file with mode: 0644]
lapacke/src/lapacke_sgebal_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgebrd.c [new file with mode: 0644]
lapacke/src/lapacke_sgebrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgecon.c [new file with mode: 0644]
lapacke/src/lapacke_sgecon_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeequ.c [new file with mode: 0644]
lapacke/src/lapacke_sgeequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeequb.c [new file with mode: 0644]
lapacke/src/lapacke_sgeequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgees.c [new file with mode: 0644]
lapacke/src/lapacke_sgees_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeesx.c [new file with mode: 0644]
lapacke/src/lapacke_sgeesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeev.c [new file with mode: 0644]
lapacke/src/lapacke_sgeev_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeevx.c [new file with mode: 0644]
lapacke/src/lapacke_sgeevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgehrd.c [new file with mode: 0644]
lapacke/src/lapacke_sgehrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgejsv.c [new file with mode: 0644]
lapacke/src/lapacke_sgejsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgelq2.c [new file with mode: 0644]
lapacke/src/lapacke_sgelq2_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgelqf.c [new file with mode: 0644]
lapacke/src/lapacke_sgelqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgels.c [new file with mode: 0644]
lapacke/src/lapacke_sgels_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgelsd.c [new file with mode: 0644]
lapacke/src/lapacke_sgelsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgelss.c [new file with mode: 0644]
lapacke/src/lapacke_sgelss_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgelsy.c [new file with mode: 0644]
lapacke/src/lapacke_sgelsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgemqrt.c [new file with mode: 0644]
lapacke/src/lapacke_sgemqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqlf.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqlf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqp3.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqp3_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqpf.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqpf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqr2.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqr2_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrf.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrfp.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrfp_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt3.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt3_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgeqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgerfs.c [new file with mode: 0644]
lapacke/src/lapacke_sgerfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgerfsx.c [new file with mode: 0644]
lapacke/src/lapacke_sgerfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgerqf.c [new file with mode: 0644]
lapacke/src/lapacke_sgerqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesdd.c [new file with mode: 0644]
lapacke/src/lapacke_sgesdd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesv.c [new file with mode: 0644]
lapacke/src/lapacke_sgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvd.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvj.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvj_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvx.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_sgesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgetf2.c [new file with mode: 0644]
lapacke/src/lapacke_sgetf2_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgetrf.c [new file with mode: 0644]
lapacke/src/lapacke_sgetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgetri.c [new file with mode: 0644]
lapacke/src/lapacke_sgetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgetrs.c [new file with mode: 0644]
lapacke/src/lapacke_sgetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggbak.c [new file with mode: 0644]
lapacke/src/lapacke_sggbak_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggbal.c [new file with mode: 0644]
lapacke/src/lapacke_sggbal_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgges.c [new file with mode: 0644]
lapacke/src/lapacke_sgges_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggesx.c [new file with mode: 0644]
lapacke/src/lapacke_sggesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggev.c [new file with mode: 0644]
lapacke/src/lapacke_sggev_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggevx.c [new file with mode: 0644]
lapacke/src/lapacke_sggevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggglm.c [new file with mode: 0644]
lapacke/src/lapacke_sggglm_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgghrd.c [new file with mode: 0644]
lapacke/src/lapacke_sgghrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgglse.c [new file with mode: 0644]
lapacke/src/lapacke_sgglse_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggqrf.c [new file with mode: 0644]
lapacke/src/lapacke_sggqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggrqf.c [new file with mode: 0644]
lapacke/src/lapacke_sggrqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggsvd.c [new file with mode: 0644]
lapacke/src/lapacke_sggsvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sggsvp.c [new file with mode: 0644]
lapacke/src/lapacke_sggsvp_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgtcon.c [new file with mode: 0644]
lapacke/src/lapacke_sgtcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgtrfs.c [new file with mode: 0644]
lapacke/src/lapacke_sgtrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgtsv.c [new file with mode: 0644]
lapacke/src/lapacke_sgtsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgtsvx.c [new file with mode: 0644]
lapacke/src/lapacke_sgtsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgttrf.c [new file with mode: 0644]
lapacke/src/lapacke_sgttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sgttrs.c [new file with mode: 0644]
lapacke/src/lapacke_sgttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_shgeqz.c [new file with mode: 0644]
lapacke/src/lapacke_shgeqz_work.c [new file with mode: 0644]
lapacke/src/lapacke_shsein.c [new file with mode: 0644]
lapacke/src/lapacke_shsein_work.c [new file with mode: 0644]
lapacke/src/lapacke_shseqr.c [new file with mode: 0644]
lapacke/src/lapacke_shseqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_slacpy.c [new file with mode: 0644]
lapacke/src/lapacke_slacpy_work.c [new file with mode: 0644]
lapacke/src/lapacke_slag2d.c [new file with mode: 0644]
lapacke/src/lapacke_slag2d_work.c [new file with mode: 0644]
lapacke/src/lapacke_slagge.c [new file with mode: 0644]
lapacke/src/lapacke_slagge_work.c [new file with mode: 0644]
lapacke/src/lapacke_slagsy.c [new file with mode: 0644]
lapacke/src/lapacke_slagsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_slamch.c [new file with mode: 0644]
lapacke/src/lapacke_slamch_work.c [new file with mode: 0644]
lapacke/src/lapacke_slange.c [new file with mode: 0644]
lapacke/src/lapacke_slange_work.c [new file with mode: 0644]
lapacke/src/lapacke_slansy.c [new file with mode: 0644]
lapacke/src/lapacke_slansy_work.c [new file with mode: 0644]
lapacke/src/lapacke_slantr.c [new file with mode: 0644]
lapacke/src/lapacke_slantr_work.c [new file with mode: 0644]
lapacke/src/lapacke_slapmr.c [new file with mode: 0644]
lapacke/src/lapacke_slapmr_work.c [new file with mode: 0644]
lapacke/src/lapacke_slapy2.c [new file with mode: 0644]
lapacke/src/lapacke_slapy2_work.c [new file with mode: 0644]
lapacke/src/lapacke_slapy3.c [new file with mode: 0644]
lapacke/src/lapacke_slapy3_work.c [new file with mode: 0644]
lapacke/src/lapacke_slarfb.c [new file with mode: 0644]
lapacke/src/lapacke_slarfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_slarfg.c [new file with mode: 0644]
lapacke/src/lapacke_slarfg_work.c [new file with mode: 0644]
lapacke/src/lapacke_slarft.c [new file with mode: 0644]
lapacke/src/lapacke_slarft_work.c [new file with mode: 0644]
lapacke/src/lapacke_slarfx.c [new file with mode: 0644]
lapacke/src/lapacke_slarfx_work.c [new file with mode: 0644]
lapacke/src/lapacke_slarnv.c [new file with mode: 0644]
lapacke/src/lapacke_slarnv_work.c [new file with mode: 0644]
lapacke/src/lapacke_slartgp.c [new file with mode: 0644]
lapacke/src/lapacke_slartgp_work.c [new file with mode: 0644]
lapacke/src/lapacke_slartgs.c [new file with mode: 0644]
lapacke/src/lapacke_slartgs_work.c [new file with mode: 0644]
lapacke/src/lapacke_slaset.c [new file with mode: 0644]
lapacke/src/lapacke_slaset_work.c [new file with mode: 0644]
lapacke/src/lapacke_slasrt.c [new file with mode: 0644]
lapacke/src/lapacke_slasrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_slaswp.c [new file with mode: 0644]
lapacke/src/lapacke_slaswp_work.c [new file with mode: 0644]
lapacke/src/lapacke_slatms.c [new file with mode: 0644]
lapacke/src/lapacke_slatms_work.c [new file with mode: 0644]
lapacke/src/lapacke_slauum.c [new file with mode: 0644]
lapacke/src/lapacke_slauum_work.c [new file with mode: 0644]
lapacke/src/lapacke_sopgtr.c [new file with mode: 0644]
lapacke/src/lapacke_sopgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sopmtr.c [new file with mode: 0644]
lapacke/src/lapacke_sopmtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorbdb.c [new file with mode: 0644]
lapacke/src/lapacke_sorbdb_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorcsd.c [new file with mode: 0644]
lapacke/src/lapacke_sorcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorgbr.c [new file with mode: 0644]
lapacke/src/lapacke_sorgbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorghr.c [new file with mode: 0644]
lapacke/src/lapacke_sorghr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorglq.c [new file with mode: 0644]
lapacke/src/lapacke_sorglq_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorgql.c [new file with mode: 0644]
lapacke/src/lapacke_sorgql_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorgqr.c [new file with mode: 0644]
lapacke/src/lapacke_sorgqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorgrq.c [new file with mode: 0644]
lapacke/src/lapacke_sorgrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_sorgtr.c [new file with mode: 0644]
lapacke/src/lapacke_sorgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormbr.c [new file with mode: 0644]
lapacke/src/lapacke_sormbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormhr.c [new file with mode: 0644]
lapacke/src/lapacke_sormhr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormlq.c [new file with mode: 0644]
lapacke/src/lapacke_sormlq_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormql.c [new file with mode: 0644]
lapacke/src/lapacke_sormql_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormqr.c [new file with mode: 0644]
lapacke/src/lapacke_sormqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormrq.c [new file with mode: 0644]
lapacke/src/lapacke_sormrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormrz.c [new file with mode: 0644]
lapacke/src/lapacke_sormrz_work.c [new file with mode: 0644]
lapacke/src/lapacke_sormtr.c [new file with mode: 0644]
lapacke/src/lapacke_sormtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbcon.c [new file with mode: 0644]
lapacke/src/lapacke_spbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbequ.c [new file with mode: 0644]
lapacke/src/lapacke_spbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_spbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbstf.c [new file with mode: 0644]
lapacke/src/lapacke_spbstf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbsv.c [new file with mode: 0644]
lapacke/src/lapacke_spbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_spbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_spbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_spbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_spftrf.c [new file with mode: 0644]
lapacke/src/lapacke_spftrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spftri.c [new file with mode: 0644]
lapacke/src/lapacke_spftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_spftrs.c [new file with mode: 0644]
lapacke/src/lapacke_spftrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_spocon.c [new file with mode: 0644]
lapacke/src/lapacke_spocon_work.c [new file with mode: 0644]
lapacke/src/lapacke_spoequ.c [new file with mode: 0644]
lapacke/src/lapacke_spoequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_spoequb.c [new file with mode: 0644]
lapacke/src/lapacke_spoequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_sporfs.c [new file with mode: 0644]
lapacke/src/lapacke_sporfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sporfsx.c [new file with mode: 0644]
lapacke/src/lapacke_sporfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sposv.c [new file with mode: 0644]
lapacke/src/lapacke_sposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sposvx.c [new file with mode: 0644]
lapacke/src/lapacke_sposvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sposvxx.c [new file with mode: 0644]
lapacke/src/lapacke_sposvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_spotrf.c [new file with mode: 0644]
lapacke/src/lapacke_spotrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spotri.c [new file with mode: 0644]
lapacke/src/lapacke_spotri_work.c [new file with mode: 0644]
lapacke/src/lapacke_spotrs.c [new file with mode: 0644]
lapacke/src/lapacke_spotrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sppcon.c [new file with mode: 0644]
lapacke/src/lapacke_sppcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_sppequ.c [new file with mode: 0644]
lapacke/src/lapacke_sppequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_spprfs.c [new file with mode: 0644]
lapacke/src/lapacke_spprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sppsv.c [new file with mode: 0644]
lapacke/src/lapacke_sppsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sppsvx.c [new file with mode: 0644]
lapacke/src/lapacke_sppsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_spptrf.c [new file with mode: 0644]
lapacke/src/lapacke_spptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spptri.c [new file with mode: 0644]
lapacke/src/lapacke_spptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_spptrs.c [new file with mode: 0644]
lapacke/src/lapacke_spptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_spstrf.c [new file with mode: 0644]
lapacke/src/lapacke_spstrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sptcon.c [new file with mode: 0644]
lapacke/src/lapacke_sptcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_spteqr.c [new file with mode: 0644]
lapacke/src/lapacke_spteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sptrfs.c [new file with mode: 0644]
lapacke/src/lapacke_sptrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sptsv.c [new file with mode: 0644]
lapacke/src/lapacke_sptsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sptsvx.c [new file with mode: 0644]
lapacke/src/lapacke_sptsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_spttrf.c [new file with mode: 0644]
lapacke/src/lapacke_spttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_spttrs.c [new file with mode: 0644]
lapacke/src/lapacke_spttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbev.c [new file with mode: 0644]
lapacke/src/lapacke_ssbev_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbevd.c [new file with mode: 0644]
lapacke/src/lapacke_ssbevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbevx.c [new file with mode: 0644]
lapacke/src/lapacke_ssbevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgst.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgv.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgvd.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgvx.c [new file with mode: 0644]
lapacke/src/lapacke_ssbgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssbtrd.c [new file with mode: 0644]
lapacke/src/lapacke_ssbtrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssfrk.c [new file with mode: 0644]
lapacke/src/lapacke_ssfrk_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspcon.c [new file with mode: 0644]
lapacke/src/lapacke_sspcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspev.c [new file with mode: 0644]
lapacke/src/lapacke_sspev_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspevd.c [new file with mode: 0644]
lapacke/src/lapacke_sspevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspevx.c [new file with mode: 0644]
lapacke/src/lapacke_sspevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspgst.c [new file with mode: 0644]
lapacke/src/lapacke_sspgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspgv.c [new file with mode: 0644]
lapacke/src/lapacke_sspgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspgvd.c [new file with mode: 0644]
lapacke/src/lapacke_sspgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspgvx.c [new file with mode: 0644]
lapacke/src/lapacke_sspgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssprfs.c [new file with mode: 0644]
lapacke/src/lapacke_ssprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspsv.c [new file with mode: 0644]
lapacke/src/lapacke_sspsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_sspsvx.c [new file with mode: 0644]
lapacke/src/lapacke_sspsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrd.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrf.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssptri.c [new file with mode: 0644]
lapacke/src/lapacke_ssptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrs.c [new file with mode: 0644]
lapacke/src/lapacke_ssptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstebz.c [new file with mode: 0644]
lapacke/src/lapacke_sstebz_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstedc.c [new file with mode: 0644]
lapacke/src/lapacke_sstedc_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstegr.c [new file with mode: 0644]
lapacke/src/lapacke_sstegr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstein.c [new file with mode: 0644]
lapacke/src/lapacke_sstein_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstemr.c [new file with mode: 0644]
lapacke/src/lapacke_sstemr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssteqr.c [new file with mode: 0644]
lapacke/src/lapacke_ssteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssterf.c [new file with mode: 0644]
lapacke/src/lapacke_ssterf_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstev.c [new file with mode: 0644]
lapacke/src/lapacke_sstev_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstevd.c [new file with mode: 0644]
lapacke/src/lapacke_sstevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstevr.c [new file with mode: 0644]
lapacke/src/lapacke_sstevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_sstevx.c [new file with mode: 0644]
lapacke/src/lapacke_sstevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssycon.c [new file with mode: 0644]
lapacke/src/lapacke_ssycon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyconv.c [new file with mode: 0644]
lapacke/src/lapacke_ssyconv_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyequb.c [new file with mode: 0644]
lapacke/src/lapacke_ssyequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyev.c [new file with mode: 0644]
lapacke/src/lapacke_ssyev_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevd.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevr.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevx.c [new file with mode: 0644]
lapacke/src/lapacke_ssyevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssygst.c [new file with mode: 0644]
lapacke/src/lapacke_ssygst_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssygv.c [new file with mode: 0644]
lapacke/src/lapacke_ssygv_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssygvd.c [new file with mode: 0644]
lapacke/src/lapacke_ssygvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssygvx.c [new file with mode: 0644]
lapacke/src/lapacke_ssygvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyrfs.c [new file with mode: 0644]
lapacke/src/lapacke_ssyrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_ssyrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssysv.c [new file with mode: 0644]
lapacke/src/lapacke_ssysv_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssysvx.c [new file with mode: 0644]
lapacke/src/lapacke_ssysvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssysvxx.c [new file with mode: 0644]
lapacke/src/lapacke_ssysvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssyswapr.c [new file with mode: 0644]
lapacke/src/lapacke_ssyswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrd.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrf.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri2.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri2x.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrs.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrs2.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_ssytrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_stbcon.c [new file with mode: 0644]
lapacke/src/lapacke_stbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_stbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_stbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_stbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_stbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_stfsm.c [new file with mode: 0644]
lapacke/src/lapacke_stfsm_work.c [new file with mode: 0644]
lapacke/src/lapacke_stftri.c [new file with mode: 0644]
lapacke/src/lapacke_stftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_stfttp.c [new file with mode: 0644]
lapacke/src/lapacke_stfttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_stfttr.c [new file with mode: 0644]
lapacke/src/lapacke_stfttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgevc.c [new file with mode: 0644]
lapacke/src/lapacke_stgevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgexc.c [new file with mode: 0644]
lapacke/src/lapacke_stgexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgsen.c [new file with mode: 0644]
lapacke/src/lapacke_stgsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgsja.c [new file with mode: 0644]
lapacke/src/lapacke_stgsja_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgsna.c [new file with mode: 0644]
lapacke/src/lapacke_stgsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_stgsyl.c [new file with mode: 0644]
lapacke/src/lapacke_stgsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_stpcon.c [new file with mode: 0644]
lapacke/src/lapacke_stpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_stpmqrt.c [new file with mode: 0644]
lapacke/src/lapacke_stpmqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_stpqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_stpqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_stprfb.c [new file with mode: 0644]
lapacke/src/lapacke_stprfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_stprfs.c [new file with mode: 0644]
lapacke/src/lapacke_stprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_stptri.c [new file with mode: 0644]
lapacke/src/lapacke_stptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_stptrs.c [new file with mode: 0644]
lapacke/src/lapacke_stptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_stpttf.c [new file with mode: 0644]
lapacke/src/lapacke_stpttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_stpttr.c [new file with mode: 0644]
lapacke/src/lapacke_stpttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_strcon.c [new file with mode: 0644]
lapacke/src/lapacke_strcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_strevc.c [new file with mode: 0644]
lapacke/src/lapacke_strevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_strexc.c [new file with mode: 0644]
lapacke/src/lapacke_strexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_strrfs.c [new file with mode: 0644]
lapacke/src/lapacke_strrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_strsen.c [new file with mode: 0644]
lapacke/src/lapacke_strsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_strsna.c [new file with mode: 0644]
lapacke/src/lapacke_strsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_strsyl.c [new file with mode: 0644]
lapacke/src/lapacke_strsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_strtri.c [new file with mode: 0644]
lapacke/src/lapacke_strtri_work.c [new file with mode: 0644]
lapacke/src/lapacke_strtrs.c [new file with mode: 0644]
lapacke/src/lapacke_strtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_strttf.c [new file with mode: 0644]
lapacke/src/lapacke_strttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_strttp.c [new file with mode: 0644]
lapacke/src/lapacke_strttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_stzrzf.c [new file with mode: 0644]
lapacke/src/lapacke_stzrzf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zbbcsd.c [new file with mode: 0644]
lapacke/src/lapacke_zbbcsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zbdsqr.c [new file with mode: 0644]
lapacke/src/lapacke_zbdsqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zcgesv.c [new file with mode: 0644]
lapacke/src/lapacke_zcgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zcposv.c [new file with mode: 0644]
lapacke/src/lapacke_zcposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbbrd.c [new file with mode: 0644]
lapacke/src/lapacke_zgbbrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbcon.c [new file with mode: 0644]
lapacke/src/lapacke_zgbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbequ.c [new file with mode: 0644]
lapacke/src/lapacke_zgbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbequb.c [new file with mode: 0644]
lapacke/src/lapacke_zgbequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_zgbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_zgbrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsv.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsvxx.c [new file with mode: 0644]
lapacke/src/lapacke_zgbsvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_zgbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_zgbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgebak.c [new file with mode: 0644]
lapacke/src/lapacke_zgebak_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgebal.c [new file with mode: 0644]
lapacke/src/lapacke_zgebal_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgebrd.c [new file with mode: 0644]
lapacke/src/lapacke_zgebrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgecon.c [new file with mode: 0644]
lapacke/src/lapacke_zgecon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeequ.c [new file with mode: 0644]
lapacke/src/lapacke_zgeequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeequb.c [new file with mode: 0644]
lapacke/src/lapacke_zgeequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgees.c [new file with mode: 0644]
lapacke/src/lapacke_zgees_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeesx.c [new file with mode: 0644]
lapacke/src/lapacke_zgeesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeev.c [new file with mode: 0644]
lapacke/src/lapacke_zgeev_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeevx.c [new file with mode: 0644]
lapacke/src/lapacke_zgeevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgehrd.c [new file with mode: 0644]
lapacke/src/lapacke_zgehrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgelq2.c [new file with mode: 0644]
lapacke/src/lapacke_zgelq2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgelqf.c [new file with mode: 0644]
lapacke/src/lapacke_zgelqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgels.c [new file with mode: 0644]
lapacke/src/lapacke_zgels_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgelsd.c [new file with mode: 0644]
lapacke/src/lapacke_zgelsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgelss.c [new file with mode: 0644]
lapacke/src/lapacke_zgelss_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgelsy.c [new file with mode: 0644]
lapacke/src/lapacke_zgelsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgemqrt.c [new file with mode: 0644]
lapacke/src/lapacke_zgemqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqlf.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqlf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqp3.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqp3_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqpf.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqpf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqr2.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqr2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrf.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrfp.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrfp_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt3.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt3_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgeqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgerfs.c [new file with mode: 0644]
lapacke/src/lapacke_zgerfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgerfsx.c [new file with mode: 0644]
lapacke/src/lapacke_zgerfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgerqf.c [new file with mode: 0644]
lapacke/src/lapacke_zgerqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgesdd.c [new file with mode: 0644]
lapacke/src/lapacke_zgesdd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgesv.c [new file with mode: 0644]
lapacke/src/lapacke_zgesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvd.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvx.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_zgesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgetf2.c [new file with mode: 0644]
lapacke/src/lapacke_zgetf2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgetrf.c [new file with mode: 0644]
lapacke/src/lapacke_zgetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgetri.c [new file with mode: 0644]
lapacke/src/lapacke_zgetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgetrs.c [new file with mode: 0644]
lapacke/src/lapacke_zgetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggbak.c [new file with mode: 0644]
lapacke/src/lapacke_zggbak_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggbal.c [new file with mode: 0644]
lapacke/src/lapacke_zggbal_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgges.c [new file with mode: 0644]
lapacke/src/lapacke_zgges_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggesx.c [new file with mode: 0644]
lapacke/src/lapacke_zggesx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggev.c [new file with mode: 0644]
lapacke/src/lapacke_zggev_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggevx.c [new file with mode: 0644]
lapacke/src/lapacke_zggevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggglm.c [new file with mode: 0644]
lapacke/src/lapacke_zggglm_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgghrd.c [new file with mode: 0644]
lapacke/src/lapacke_zgghrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgglse.c [new file with mode: 0644]
lapacke/src/lapacke_zgglse_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggqrf.c [new file with mode: 0644]
lapacke/src/lapacke_zggqrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggrqf.c [new file with mode: 0644]
lapacke/src/lapacke_zggrqf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggsvd.c [new file with mode: 0644]
lapacke/src/lapacke_zggsvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zggsvp.c [new file with mode: 0644]
lapacke/src/lapacke_zggsvp_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgtcon.c [new file with mode: 0644]
lapacke/src/lapacke_zgtcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgtrfs.c [new file with mode: 0644]
lapacke/src/lapacke_zgtrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgtsv.c [new file with mode: 0644]
lapacke/src/lapacke_zgtsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgtsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zgtsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgttrf.c [new file with mode: 0644]
lapacke/src/lapacke_zgttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zgttrs.c [new file with mode: 0644]
lapacke/src/lapacke_zgttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbev.c [new file with mode: 0644]
lapacke/src/lapacke_zhbev_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbevd.c [new file with mode: 0644]
lapacke/src/lapacke_zhbevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbevx.c [new file with mode: 0644]
lapacke/src/lapacke_zhbevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgst.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgv.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgvd.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgvx.c [new file with mode: 0644]
lapacke/src/lapacke_zhbgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhbtrd.c [new file with mode: 0644]
lapacke/src/lapacke_zhbtrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhecon.c [new file with mode: 0644]
lapacke/src/lapacke_zhecon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheequb.c [new file with mode: 0644]
lapacke/src/lapacke_zheequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheev.c [new file with mode: 0644]
lapacke/src/lapacke_zheev_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheevd.c [new file with mode: 0644]
lapacke/src/lapacke_zheevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheevr.c [new file with mode: 0644]
lapacke/src/lapacke_zheevr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheevx.c [new file with mode: 0644]
lapacke/src/lapacke_zheevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhegst.c [new file with mode: 0644]
lapacke/src/lapacke_zhegst_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhegv.c [new file with mode: 0644]
lapacke/src/lapacke_zhegv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhegvd.c [new file with mode: 0644]
lapacke/src/lapacke_zhegvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhegvx.c [new file with mode: 0644]
lapacke/src/lapacke_zhegvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zherfs.c [new file with mode: 0644]
lapacke/src/lapacke_zherfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zherfsx.c [new file with mode: 0644]
lapacke/src/lapacke_zherfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhesv.c [new file with mode: 0644]
lapacke/src/lapacke_zhesv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhesvx.c [new file with mode: 0644]
lapacke/src/lapacke_zhesvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhesvxx.c [new file with mode: 0644]
lapacke/src/lapacke_zhesvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zheswapr.c [new file with mode: 0644]
lapacke/src/lapacke_zheswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrd.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrf.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri2.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri2x.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrs.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrs2.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhetrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhfrk.c [new file with mode: 0644]
lapacke/src/lapacke_zhfrk_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhgeqz.c [new file with mode: 0644]
lapacke/src/lapacke_zhgeqz_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpcon.c [new file with mode: 0644]
lapacke/src/lapacke_zhpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpev.c [new file with mode: 0644]
lapacke/src/lapacke_zhpev_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpevd.c [new file with mode: 0644]
lapacke/src/lapacke_zhpevd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpevx.c [new file with mode: 0644]
lapacke/src/lapacke_zhpevx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgst.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgst_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgv.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgvd.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgvd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgvx.c [new file with mode: 0644]
lapacke/src/lapacke_zhpgvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhprfs.c [new file with mode: 0644]
lapacke/src/lapacke_zhprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpsv.c [new file with mode: 0644]
lapacke/src/lapacke_zhpsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhpsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zhpsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrd.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrf.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhptri.c [new file with mode: 0644]
lapacke/src/lapacke_zhptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrs.c [new file with mode: 0644]
lapacke/src/lapacke_zhptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhsein.c [new file with mode: 0644]
lapacke/src/lapacke_zhsein_work.c [new file with mode: 0644]
lapacke/src/lapacke_zhseqr.c [new file with mode: 0644]
lapacke/src/lapacke_zhseqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlacgv.c [new file with mode: 0644]
lapacke/src/lapacke_zlacgv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlacpy.c [new file with mode: 0644]
lapacke/src/lapacke_zlacpy_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlag2c.c [new file with mode: 0644]
lapacke/src/lapacke_zlag2c_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlagge.c [new file with mode: 0644]
lapacke/src/lapacke_zlagge_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlaghe.c [new file with mode: 0644]
lapacke/src/lapacke_zlaghe_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlagsy.c [new file with mode: 0644]
lapacke/src/lapacke_zlagsy_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlange.c [new file with mode: 0644]
lapacke/src/lapacke_zlange_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlanhe.c [new file with mode: 0644]
lapacke/src/lapacke_zlanhe_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlansy.c [new file with mode: 0644]
lapacke/src/lapacke_zlansy_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlantr.c [new file with mode: 0644]
lapacke/src/lapacke_zlantr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlapmr.c [new file with mode: 0644]
lapacke/src/lapacke_zlapmr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfb.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfg.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfg_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlarft.c [new file with mode: 0644]
lapacke/src/lapacke_zlarft_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfx.c [new file with mode: 0644]
lapacke/src/lapacke_zlarfx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlarnv.c [new file with mode: 0644]
lapacke/src/lapacke_zlarnv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlaset.c [new file with mode: 0644]
lapacke/src/lapacke_zlaset_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlaswp.c [new file with mode: 0644]
lapacke/src/lapacke_zlaswp_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlatms.c [new file with mode: 0644]
lapacke/src/lapacke_zlatms_work.c [new file with mode: 0644]
lapacke/src/lapacke_zlauum.c [new file with mode: 0644]
lapacke/src/lapacke_zlauum_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbcon.c [new file with mode: 0644]
lapacke/src/lapacke_zpbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbequ.c [new file with mode: 0644]
lapacke/src/lapacke_zpbequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_zpbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbstf.c [new file with mode: 0644]
lapacke/src/lapacke_zpbstf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbsv.c [new file with mode: 0644]
lapacke/src/lapacke_zpbsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zpbsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbtrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpbtrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_zpbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpftrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpftrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpftri.c [new file with mode: 0644]
lapacke/src/lapacke_zpftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpftrs.c [new file with mode: 0644]
lapacke/src/lapacke_zpftrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpocon.c [new file with mode: 0644]
lapacke/src/lapacke_zpocon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpoequ.c [new file with mode: 0644]
lapacke/src/lapacke_zpoequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpoequb.c [new file with mode: 0644]
lapacke/src/lapacke_zpoequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zporfs.c [new file with mode: 0644]
lapacke/src/lapacke_zporfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zporfsx.c [new file with mode: 0644]
lapacke/src/lapacke_zporfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zposv.c [new file with mode: 0644]
lapacke/src/lapacke_zposv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zposvx.c [new file with mode: 0644]
lapacke/src/lapacke_zposvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zposvxx.c [new file with mode: 0644]
lapacke/src/lapacke_zposvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpotrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpotrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpotri.c [new file with mode: 0644]
lapacke/src/lapacke_zpotri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpotrs.c [new file with mode: 0644]
lapacke/src/lapacke_zpotrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zppcon.c [new file with mode: 0644]
lapacke/src/lapacke_zppcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zppequ.c [new file with mode: 0644]
lapacke/src/lapacke_zppequ_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpprfs.c [new file with mode: 0644]
lapacke/src/lapacke_zpprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zppsv.c [new file with mode: 0644]
lapacke/src/lapacke_zppsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zppsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zppsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpptrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpptri.c [new file with mode: 0644]
lapacke/src/lapacke_zpptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpptrs.c [new file with mode: 0644]
lapacke/src/lapacke_zpptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpstrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpstrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zptcon.c [new file with mode: 0644]
lapacke/src/lapacke_zptcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpteqr.c [new file with mode: 0644]
lapacke/src/lapacke_zpteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zptrfs.c [new file with mode: 0644]
lapacke/src/lapacke_zptrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zptsv.c [new file with mode: 0644]
lapacke/src/lapacke_zptsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zptsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zptsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpttrf.c [new file with mode: 0644]
lapacke/src/lapacke_zpttrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zpttrs.c [new file with mode: 0644]
lapacke/src/lapacke_zpttrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zspcon.c [new file with mode: 0644]
lapacke/src/lapacke_zspcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsprfs.c [new file with mode: 0644]
lapacke/src/lapacke_zsprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zspsv.c [new file with mode: 0644]
lapacke/src/lapacke_zspsv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zspsvx.c [new file with mode: 0644]
lapacke/src/lapacke_zspsvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsptrf.c [new file with mode: 0644]
lapacke/src/lapacke_zsptrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsptri.c [new file with mode: 0644]
lapacke/src/lapacke_zsptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsptrs.c [new file with mode: 0644]
lapacke/src/lapacke_zsptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zstedc.c [new file with mode: 0644]
lapacke/src/lapacke_zstedc_work.c [new file with mode: 0644]
lapacke/src/lapacke_zstegr.c [new file with mode: 0644]
lapacke/src/lapacke_zstegr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zstein.c [new file with mode: 0644]
lapacke/src/lapacke_zstein_work.c [new file with mode: 0644]
lapacke/src/lapacke_zstemr.c [new file with mode: 0644]
lapacke/src/lapacke_zstemr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsteqr.c [new file with mode: 0644]
lapacke/src/lapacke_zsteqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsycon.c [new file with mode: 0644]
lapacke/src/lapacke_zsycon_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsyconv.c [new file with mode: 0644]
lapacke/src/lapacke_zsyconv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsyequb.c [new file with mode: 0644]
lapacke/src/lapacke_zsyequb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsyrfs.c [new file with mode: 0644]
lapacke/src/lapacke_zsyrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsyrfsx.c [new file with mode: 0644]
lapacke/src/lapacke_zsyrfsx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsysv.c [new file with mode: 0644]
lapacke/src/lapacke_zsysv_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsysvx.c [new file with mode: 0644]
lapacke/src/lapacke_zsysvx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsysvxx.c [new file with mode: 0644]
lapacke/src/lapacke_zsysvxx_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsyswapr.c [new file with mode: 0644]
lapacke/src/lapacke_zsyswapr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrf.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri2.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri2x.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri2x_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytri_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrs.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrs2.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrs2_work.c [new file with mode: 0644]
lapacke/src/lapacke_zsytrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztbcon.c [new file with mode: 0644]
lapacke/src/lapacke_ztbcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztbrfs.c [new file with mode: 0644]
lapacke/src/lapacke_ztbrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztbtrs.c [new file with mode: 0644]
lapacke/src/lapacke_ztbtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztfsm.c [new file with mode: 0644]
lapacke/src/lapacke_ztfsm_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztftri.c [new file with mode: 0644]
lapacke/src/lapacke_ztftri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztfttp.c [new file with mode: 0644]
lapacke/src/lapacke_ztfttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztfttr.c [new file with mode: 0644]
lapacke/src/lapacke_ztfttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgevc.c [new file with mode: 0644]
lapacke/src/lapacke_ztgevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgexc.c [new file with mode: 0644]
lapacke/src/lapacke_ztgexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsen.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsja.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsja_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsna.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsyl.c [new file with mode: 0644]
lapacke/src/lapacke_ztgsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpcon.c [new file with mode: 0644]
lapacke/src/lapacke_ztpcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpmqrt.c [new file with mode: 0644]
lapacke/src/lapacke_ztpmqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpqrt.c [new file with mode: 0644]
lapacke/src/lapacke_ztpqrt2.c [new file with mode: 0644]
lapacke/src/lapacke_ztpqrt2_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpqrt_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztprfb.c [new file with mode: 0644]
lapacke/src/lapacke_ztprfb_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztprfs.c [new file with mode: 0644]
lapacke/src/lapacke_ztprfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztptri.c [new file with mode: 0644]
lapacke/src/lapacke_ztptri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztptrs.c [new file with mode: 0644]
lapacke/src/lapacke_ztptrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpttf.c [new file with mode: 0644]
lapacke/src/lapacke_ztpttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztpttr.c [new file with mode: 0644]
lapacke/src/lapacke_ztpttr_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrcon.c [new file with mode: 0644]
lapacke/src/lapacke_ztrcon_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrevc.c [new file with mode: 0644]
lapacke/src/lapacke_ztrevc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrexc.c [new file with mode: 0644]
lapacke/src/lapacke_ztrexc_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrrfs.c [new file with mode: 0644]
lapacke/src/lapacke_ztrrfs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsen.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsen_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsna.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsna_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsyl.c [new file with mode: 0644]
lapacke/src/lapacke_ztrsyl_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrtri.c [new file with mode: 0644]
lapacke/src/lapacke_ztrtri_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrtrs.c [new file with mode: 0644]
lapacke/src/lapacke_ztrtrs_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrttf.c [new file with mode: 0644]
lapacke/src/lapacke_ztrttf_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztrttp.c [new file with mode: 0644]
lapacke/src/lapacke_ztrttp_work.c [new file with mode: 0644]
lapacke/src/lapacke_ztzrzf.c [new file with mode: 0644]
lapacke/src/lapacke_ztzrzf_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunbdb.c [new file with mode: 0644]
lapacke/src/lapacke_zunbdb_work.c [new file with mode: 0644]
lapacke/src/lapacke_zuncsd.c [new file with mode: 0644]
lapacke/src/lapacke_zuncsd_work.c [new file with mode: 0644]
lapacke/src/lapacke_zungbr.c [new file with mode: 0644]
lapacke/src/lapacke_zungbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunghr.c [new file with mode: 0644]
lapacke/src/lapacke_zunghr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunglq.c [new file with mode: 0644]
lapacke/src/lapacke_zunglq_work.c [new file with mode: 0644]
lapacke/src/lapacke_zungql.c [new file with mode: 0644]
lapacke/src/lapacke_zungql_work.c [new file with mode: 0644]
lapacke/src/lapacke_zungqr.c [new file with mode: 0644]
lapacke/src/lapacke_zungqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zungrq.c [new file with mode: 0644]
lapacke/src/lapacke_zungrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_zungtr.c [new file with mode: 0644]
lapacke/src/lapacke_zungtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmbr.c [new file with mode: 0644]
lapacke/src/lapacke_zunmbr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmhr.c [new file with mode: 0644]
lapacke/src/lapacke_zunmhr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmlq.c [new file with mode: 0644]
lapacke/src/lapacke_zunmlq_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmql.c [new file with mode: 0644]
lapacke/src/lapacke_zunmql_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmqr.c [new file with mode: 0644]
lapacke/src/lapacke_zunmqr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmrq.c [new file with mode: 0644]
lapacke/src/lapacke_zunmrq_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmrz.c [new file with mode: 0644]
lapacke/src/lapacke_zunmrz_work.c [new file with mode: 0644]
lapacke/src/lapacke_zunmtr.c [new file with mode: 0644]
lapacke/src/lapacke_zunmtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zupgtr.c [new file with mode: 0644]
lapacke/src/lapacke_zupgtr_work.c [new file with mode: 0644]
lapacke/src/lapacke_zupmtr.c [new file with mode: 0644]
lapacke/src/lapacke_zupmtr_work.c [new file with mode: 0644]
lapacke/utils/Makefile [new file with mode: 0644]
lapacke/utils/lapacke_c_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cgb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cgb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cge_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cge_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cgg_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cgg_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cgt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_chb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_chb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_che_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_che_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_chp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_chp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_chs_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_chs_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cpb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cpb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cpf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cpf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cpo_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cpo_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cpp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_cpp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cpt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_csp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_csp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_cst_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_csy_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_csy_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ctb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ctb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ctf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ctf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ctp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ctp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ctr_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ctr_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_d_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dgb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dgb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dge_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dge_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dgg_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dgg_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dgt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dhs_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dhs_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dpb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dpb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dpf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dpf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dpo_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dpo_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dpp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dpp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dpt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dsb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dsb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dsp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dsp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dst_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dsy_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dsy_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dtb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dtb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dtf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dtf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dtp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dtp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_dtr_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_dtr_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_lsame.c [new file with mode: 0644]
lapacke/utils/lapacke_make_complex_double.c [new file with mode: 0644]
lapacke/utils/lapacke_make_complex_float.c [new file with mode: 0644]
lapacke/utils/lapacke_s_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_sgb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_sgb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_sge_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_sge_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_sgg_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_sgg_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_sgt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_shs_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_shs_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_spb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_spb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_spf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_spf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_spo_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_spo_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_spp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_spp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_spt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ssb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ssb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ssp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ssp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_sst_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ssy_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ssy_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_stb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_stb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_stf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_stf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_stp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_stp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_str_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_str_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_xerbla.c [new file with mode: 0644]
lapacke/utils/lapacke_z_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zgb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zgb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zge_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zge_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zgg_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zgg_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zgt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zhb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zhb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zhe_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zhe_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zhp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zhp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zhs_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zhs_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zpb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zpb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zpf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zpf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zpo_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zpo_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zpp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zpp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zpt_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zsp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zsp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_zst_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zsy_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_zsy_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ztb_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ztb_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ztf_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ztf_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ztp_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ztp_trans.c [new file with mode: 0644]
lapacke/utils/lapacke_ztr_nancheck.c [new file with mode: 0644]
lapacke/utils/lapacke_ztr_trans.c [new file with mode: 0644]