..
DEPRECATED
fix typedef of logical to support INTERFACE64
2024-04-03 22:09:28 +02:00
VARIANTS
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:43:22 +01:00
CMakeLists.txt
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
Makefile
Revert "resolve second_ conflict which breaks xlf timef"
2024-05-15 09:44:29 -04:00
cbbcsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cbbcsd.f
Fix uninitialized read/wrong variable (Reference-LAPACK PR 967)
2023-12-31 12:35:37 +01:00
cbdsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cbdsqr.f
Fix potential overflow in the calculation of MAXIT
2023-11-06 21:22:26 +01:00
cgbbrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbbrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbsvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
cgbsvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbsvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbtf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbtrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgebak.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgebak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 14:57:54 +01:00
cgebal.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgebal.f
Refactor ?GEBAL (Reference-LAPACK PR 808)
2023-04-03 15:02:10 +02:00
cgebd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgebd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgebrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgebrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgecon.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgecon.f
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-11 23:41:18 +01:00
cgedmd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgedmd.f90
Fix issues related to ?GEDMD (Reference-LAPACK PR 959)
2023-12-23 23:27:38 +01:00
cgedmdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgedmdq.f90
Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2023-06-20 10:42:46 +02:00
cgeequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgeequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgeequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgees.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgees.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgeesx.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgeesx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgeev.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgeev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgeevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgeevx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgehd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgehd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgehrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgehrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgejsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgejsv.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cgelq.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgelq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgelqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgelqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgelqt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelqt3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
cgels.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgelsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelsd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgelss.c
fix typedef of logical to support INTERFACE64
2024-04-04 02:00:24 +02:00
cgelss.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgelst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgelst.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgelsy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgelsy.f
Add comments on handling of zero-sized B matrix in ?GELSY (Reference-LAPACK PR 833) ( #4056 )
2023-05-24 22:30:45 +02:00
cgemlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgemlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgemlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgemlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgemqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgemqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgemqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgemqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeql2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeql2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeqlf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqlf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgeqp3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqp3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqp3rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgeqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgeqr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeqr2p.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqr2p.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeqrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqrf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgeqrfp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqrfp.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgeqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgeqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqrt2.f
Fix input argument check (LAPACK PR 646)
2022-02-03 11:43:17 +01:00
cgeqrt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgeqrt3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgerfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgerfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgerfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgerfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgerq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgerq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgerqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgerqf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgesc2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgesdd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesdd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
cgesv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgesvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgesvdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvdq.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cgesvdx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvdx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgesvj.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvj.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgesvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
cgesvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgetc2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgetf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetf2.f
Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839)
2023-07-05 14:13:58 +02:00
cgetrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgetrf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetrf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgetri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetri.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgetrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgetsls.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetsls.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgetsqrhrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgetsqrhrt.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggbak.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggbak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 14:57:54 +01:00
cggbal.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggbal.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 14:57:54 +01:00
cgges.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgges.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgges3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgges3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggesx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggesx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cggev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cggev3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggev3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggevx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cggglm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggglm.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cgghd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgghd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgghrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgghrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgglse.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgglse.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cggqrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggqrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggrqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggrqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggsvd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggsvd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cggsvp3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cggsvp3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cgsvj0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgsvj0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cgsvj1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgsvj1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cgtcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgtcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgtrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgtrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgtsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgtsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgtsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgtsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgttrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgttrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgttrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cgtts2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cgtts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chb2st_kernels.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chb2st_kernels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chbev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chbev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbev_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chbevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbevd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chbevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
chbevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chbevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbevx_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chbgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chbgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chbgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbgvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chbgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbgvx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
chbtrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
chbtrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
checon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
checon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
checon_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
checon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
checon_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
checon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cheequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cheequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cheev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cheev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:54:47 +02:00
cheev_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cheevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cheevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
cheevr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cheevr_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevr_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cheevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
cheevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheevx_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chegs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chegst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chegv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegv.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chegv_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegv_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chegvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chegvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chegvx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
cherfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cherfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cherfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cherfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chesv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesv.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chesv_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesv_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chesv_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesv_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chesv_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesv_rk.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chesv_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesv_rook.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 13:56:06 +01:00
chesvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesvx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chesvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cheswapr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cheswapr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetf2_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetf2_rk.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
chetf2_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetf2_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
chetrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrd_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrd_hb2st.F
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrd_hb2st.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrd_he2hb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrd_he2hb.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrf_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrf_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrf_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrf_rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrf_rook.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetri2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri2.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetri2x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetri_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri_3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetri_3x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetri_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrs_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrs_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
chetrs_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chetrs_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chetrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chfrk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chfrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chgeqz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chgeqz.f
Use normwise criterion for INF eigenvalues in QZ (Reference-LAPACK PR698)
2022-11-20 13:22:55 +01:00
chla_transtype.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chla_transtype.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpevd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
chpevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
chpgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpgv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
chpgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpgvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
chpgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
chprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chpsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chpsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chptrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chptrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chsein.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chsein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
chseqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
chseqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cla_gbamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gbamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gbrcond_c.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gbrcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gbrcond_x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gbrcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gbrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gbrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cla_gbrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gbrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_geamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_geamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gercond_c.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gercond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gercond_x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gercond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_gerfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gerfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cla_gerpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_gerpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_heamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_heamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_hercond_c.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_hercond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_hercond_x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_hercond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_herfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_herfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cla_herpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_herpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_lin_berr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_lin_berr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_porcond_c.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_porcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_porcond_x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_porcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_porfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_porfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cla_porpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_porpvgrw.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cla_syamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_syamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_syrcond_c.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_syrcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_syrcond_x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_syrcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_syrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_syrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
cla_syrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_syrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cla_wwaddw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:46:46 +02:00
cla_wwaddw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clabrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clabrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacn2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacn2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacpy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacpy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacrm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacrm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clacrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clacrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cladiv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
cladiv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claed0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claed0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claed7.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claed7.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
claed8.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claed8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
claein.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claesy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claesy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claev2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claev2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clag2z.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clag2z.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clags2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clags2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clagtm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clagtm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahef.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahef.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahef_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahef_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahef_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahef_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahef_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahef_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clahr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clahr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claic1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claic1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clals0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clals0.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
clalsa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clalsa.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
clalsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clalsd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
clamswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clamswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
clamtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clamtsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
clangb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clangb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clange.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clange.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clangt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clangt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanhb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanhb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanhe.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanhe.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanhf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanhf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanhp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanhp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanhs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanhs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clanht.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clanht.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clansb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clansb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clansp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clansp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clansy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clansy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clantb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clantb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clantp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clantp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clantr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clantr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clapll.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clapll.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clapmr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clapmr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clapmt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clapmt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqgb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqgb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqge.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqge.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqhb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqhb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqhe.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqhe.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqhp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqhp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqp2rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqp2rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
claqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqp3rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
claqps.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqr5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqr5.f
Standardize coding style (Reference-LAPACK 682)
2023-03-20 09:59:03 +01:00
claqsb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqsb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqsp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqsp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqsy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claqsy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqz0.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
claqz0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
claqz1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
claqz1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqz2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
claqz2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claqz3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
claqz3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clar1v.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clar1v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clar2v.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clar2v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarcm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarcm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarfb_gett.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfb_gett.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
clarfg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarfgp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfgp.f
Rescale input vector more often to minimize relative error (Reference-LAPACK PR 981)
2024-02-05 15:35:24 +01:00
clarft.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarft.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarfx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarfy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarfy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clargv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clargv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarnv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarnv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarrv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarrv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarscl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarscl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
clartg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clartg.f90
Use new algorithms for computing Givens rotations (Reference-LAPACK PR631)
2022-11-20 22:52:28 +01:00
clartv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clartv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarzb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarzb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clarzt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clarzt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clascl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clascl.f
Add quick return if scaling with one (Reference-LAPACK PR674)
2022-11-20 13:30:25 +01:00
clascl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clascl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
claset.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claset.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clasr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
clasr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
classq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
classq.f90
Fix accumulation (Reference-LAPACK PR 909)
2023-11-06 21:40:50 +01:00
claswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:38:10 +02:00
claswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
claswp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
claswp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clasyf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clasyf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clasyf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clasyf_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clasyf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clasyf_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clasyf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clasyf_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clatbs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatbs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
clatdf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatdf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
clatps.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clatrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clatrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatrs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
clatrs3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatrs3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
clatrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clatsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clatsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
claunhr_col_getrfnp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
claunhr_col_getrfnp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
claunhr_col_getrfnp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
claunhr_col_getrfnp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clauu2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clauu2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
clauum.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
clauum.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpbequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpbstf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbstf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpbsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbtf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbtrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpftrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpftrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpftrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpftrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpocon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpocon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpoequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpoequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpoequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpoequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cporfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cporfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cporfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cporfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cposv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cposvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cposvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cposvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cposvxx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpotf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpotf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpotrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpotrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpotrf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpotrf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpotri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpotri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpotrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpotrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cppcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cppcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cppequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cppequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cppsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cppsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cppsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cppsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpptrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpstf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpstf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpstrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpstrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cptcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cptcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cpteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpteqr.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cptrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cptrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cptsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cptsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cptsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cptsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpttrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpttrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:25:24 +02:00
cpttrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cpttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cptts2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cptts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
crot.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
crot.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
crscl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
crscl.f
Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839)
2023-07-05 14:13:58 +02:00
cspcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cspcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cspmv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cspmv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cspr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cspr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cspsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cspsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cspsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cspsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csrscl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csrscl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cstedc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cstedc.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cstegr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cstegr.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
cstein.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cstein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cstemr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
cstemr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csteqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csycon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csycon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csycon_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csycon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csycon_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csycon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyconv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyconv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyconvf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyconvf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
csyconvf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyconvf_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
csyequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csymv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csymv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csyrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csysv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csysv.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysv_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csysv_aa.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysv_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csysv_aa_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysv_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csysv_rk.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysv_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:32:37 +02:00
csysv_rook.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csysvx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csysvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csysvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csyswapr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csyswapr.f
Simplify ?SYSWAPR and fix its documentation (Reference-LAPACK 217)
2022-11-21 18:00:31 +01:00
csytf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytf2_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytf2_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytf2_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytf2_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytrf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrf_aa.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytrf_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrf_aa_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytrf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrf_rk.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytrf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrf_rook.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytri2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytri2x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytri_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri_3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytri_3x.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytri_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrs_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrs_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs_aa.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
csytrs_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
csytrs_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
csytrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctfsm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctfsm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctfttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctfttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctfttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctfttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctgevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgevc.f
Fix typo in description of VR argument (Reference-LAPACK 812)
2023-05-16 20:05:05 +02:00
ctgex2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgex2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctgexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctgsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgsen.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
ctgsja.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgsja.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctgsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgsna.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
ctgsy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgsy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctgsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctgsyl.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
ctpcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctplqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctplqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctplqt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctplqt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpmlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpmlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpmqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpmqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpqrt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctprfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctprfb.f
Fix function documentation for LAPACK ?TPRFB (Reference-LAPACK PR665)
2022-11-21 20:01:47 +01:00
ctprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctpttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctpttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrevc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrevc3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrevc3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
ctrexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrexc.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
ctrrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrsen.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
ctrsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrsna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrsyl3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrsyl3.f
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:10:13 +01:00
ctrti2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrti2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrtri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrtri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctrttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctrttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ctzrzf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:27:57 +02:00
ctzrzf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb1.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb2.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb4.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunbdb5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb5.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
cunbdb6.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunbdb6.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
cuncsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cuncsd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cuncsd2by1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cuncsd2by1.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cung2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cung2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cung2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cung2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cungbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungbr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunghr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunghr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungl2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunglq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunglq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungql.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungql.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cungrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungrq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungtr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cungtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungtsqr.f
Fix typos in comments (Reference-LAPACK 811)
2023-05-16 20:01:47 +02:00
cungtsqr_row.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cungtsqr_row.f
Add new files for Householder reconstruction functions from 3.9.1
2021-05-02 19:25:43 +02:00
cunhr_col.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunhr_col.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunm2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunm2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunm2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunm2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunm22.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunm22.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunmbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmbr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmhr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmhr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunml2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunml2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunmlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmlq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmql.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmql.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunmr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cunmrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmrq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmrz.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cunmtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cunmtr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:10:16 +01:00
cupgtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cupgtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
cupmtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
cupmtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dbbcsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dbbcsd.f
Fix uninitialized read/wrong variable (Reference-LAPACK PR 967)
2023-12-31 12:36:47 +01:00
dbdsdc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dbdsdc.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dbdsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dbdsqr.f
Remove unused variable SMIN (Reference-LAPACK 832)
2023-05-31 11:33:32 +02:00
dbdsvdx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dbdsvdx.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dcombssq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dcombssq.f
Apply fix from Reference-LAPACK PR390, NaN not propagating
2020-02-23 22:39:01 +01:00
ddisna.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
ddisna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbbrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbbrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbsvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
dgbsvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbsvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbtf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbtrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgebak.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgebak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dgebal.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgebal.f
Refactor ?GEBAL (Reference-LAPACK PR 808)
2023-04-03 15:02:10 +02:00
dgebd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgebd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgebrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgebrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgecon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgecon.f
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-11 23:41:18 +01:00
dgedmd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgedmd.f90
Fix issues related to ?GEDMD (Reference-LAPACK PR 959)
2023-12-23 23:27:38 +01:00
dgedmdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgedmdq.f90
Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2023-06-20 10:42:46 +02:00
dgeequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgeequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgeequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgees.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgees.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dgeesx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgeesx.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dgeev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgeev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgeevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgehd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgehd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgehrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgehrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgejsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgejsv.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dgelq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgelq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgelqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgelqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgelqt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelqt3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
dgels.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgelsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelsd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgelss.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:24:27 +02:00
dgelss.f
Fix segfault when NRHS is zero (Reference-LAPACK PR 876)
2023-07-07 10:13:41 +02:00
dgelst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgelst.f
Add new routines for ?GELST similar to ?GELS (Reference-LAPACK PR739)
2022-11-19 22:34:42 +01:00
dgelsy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgelsy.f
Add comments on handling of zero-sized B matrix in ?GELSY (Reference-LAPACK PR 833) ( #4056 )
2023-05-24 22:30:45 +02:00
dgemlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgemlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgemlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgemlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgemqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgemqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgemqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgemqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeql2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeql2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqlf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqlf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgeqp3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqp3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqp3rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgeqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgeqr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqr2p.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqr2p.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqrfp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqrfp.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgeqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgeqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqrt2.f
Fix input argument check (LAPACK PR 646)
2022-02-03 11:43:17 +01:00
dgeqrt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgeqrt3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgerfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgerfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgerfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgerfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgerq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgerq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgerqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgerqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgesc2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgesdd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesdd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dgesv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgesvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgesvdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvdq.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dgesvdx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvdx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgesvj.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvj.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgesvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
dgesvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetc2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetrf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetrf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetri.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetri.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgetrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgetsls.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetsls.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgetsqrhrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgetsqrhrt.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggbak.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggbak.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dggbal.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggbal.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgges.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgges.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgges3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgges3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggesx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggesx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dggev.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dggev3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggev3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dggglm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggglm.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dgghd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgghd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgghrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgghrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgglse.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgglse.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dggqrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggqrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggrqf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggrqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggsvd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggsvd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dggsvp3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dggsvp3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dgsvj0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgsvj0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dgsvj1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgsvj1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dgtcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgtcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgtrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgtrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgtsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgtsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgtsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgtsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgttrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgttrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgttrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dgtts2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dgtts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dhgeqz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dhgeqz.f
Rewrite to use FMA with Householder reflectors
2023-03-20 10:00:42 +01:00
dhsein.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dhsein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dhseqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dhseqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
disnan.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
disnan.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_gbamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gbamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_gbrcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gbrcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_gbrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gbrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dla_gbrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gbrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_geamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_geamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_gercond.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gercond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_gerfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gerfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dla_gerpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_gerpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_lin_berr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_lin_berr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_porcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_porcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_porfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_porfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dla_porpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_porpvgrw.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dla_syamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_syamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_syrcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_syrcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_syrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_syrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dla_syrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_syrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dla_wwaddw.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:19:55 +02:00
dla_wwaddw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlabad.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlabad.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlabrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlabrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlacn2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlacn2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlacon.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlacon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlacpy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlacpy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dladiv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dladiv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlae2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlae2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaebz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaebz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlaed3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed3.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlaed4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed4.f
Improve convergence of DLAED4/SLAED4 (Reference-LAPACK PR655)
2022-11-21 21:18:39 +01:00
dlaed5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed6.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed7.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed7.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaed8.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlaed9.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaed9.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlaeda.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaeda.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaein.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaev2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaev2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlag2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlag2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlag2s.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlag2s.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dlags2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlags2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlagtf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlagtf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlagtm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlagtm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlagts.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlagts.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlagv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlagv2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlahqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlahqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlahr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlahr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaic1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaic1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaisnan.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaisnan.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaln2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaln2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlals0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlals0.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlalsa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlalsa.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
dlalsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlalsd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlamrg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlamrg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlamswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlamswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dlamtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlamtsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dlaneg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaneg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlangb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlangb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlange.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlange.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlangt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlangt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlanhs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlanhs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlansb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlansb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlansf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlansf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlansp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlansp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlanst.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlanst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlansy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlansy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlantb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlantb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlantp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlantp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlantr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlantr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlanv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlanv2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaorhr_col_getrfnp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaorhr_col_getrfnp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaorhr_col_getrfnp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaorhr_col_getrfnp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlapll.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlapll.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlapmr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlapmr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlapmt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlapmt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlapy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlapy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlapy3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlapy3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqgb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqgb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqge.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqge.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqp2rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqp2rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
dlaqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqp3rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
dlaqps.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:11:37 +02:00
dlaqps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqr5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqr5.f
Standardize coding style (Reference-LAPACK 682)
2023-03-20 09:59:03 +01:00
dlaqsb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqsb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqsp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqsp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqsy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqsy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaqtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqz0.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
dlaqz0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dlaqz1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
dlaqz1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqz2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
dlaqz2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqz3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
dlaqz3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaqz4.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
dlaqz4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlar1v.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlar1v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlar2v.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlar2v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarfb_gett.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfb_gett.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dlarfg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarfgp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfgp.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
dlarft.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarft.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarfx.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarfy.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarfy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlargv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlargv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarmm.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarmm.f
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:10:13 +01:00
dlarnv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarnv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarra.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarra.f
Fix uninitialized variables on quick return path (Reference-LAPACK PR775)
2022-12-19 21:04:13 +01:00
dlarrb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarrc.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrc.f
Fix uninitialized variables on quick return path (Reference-LAPACK PR775)
2022-12-19 21:04:13 +01:00
dlarrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrd.f
Fix uninitialized M in quick return (Reference-LAPACK 769)
2022-12-03 16:17:54 +01:00
dlarre.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarre.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
dlarrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarrj.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrj.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarrk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarrr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarrv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarrv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarscl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarscl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
dlartg.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlartg.f90
Use new algorithms for computing Givens rotations (Reference-LAPACK PR631)
2022-11-20 22:52:28 +01:00
dlartgp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlartgp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlartgs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlartgs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlartv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlartv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaruv.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaruv.f
Add quick return for N < 1 (Reference-LAPACK PR 837)
2023-05-25 13:06:15 +02:00
dlarz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarzb.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarzb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlarzt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlarzt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlas2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlas2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlascl.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlascl.f
Add quick return if scaling with one (Reference-LAPACK PR674)
2022-11-20 13:30:25 +01:00
dlascl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlascl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
dlasd0.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd0.f
Fix inline documentation of S/DLASD0 (Reference-LAPACK PR 855)
2023-06-25 12:42:05 +02:00
dlasd1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd3.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlasd4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd6.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd7.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd7.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasd8.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasd8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlasda.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasda.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasdq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasdt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasdt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlaset.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaset.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq1.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq4.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq5.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasq6.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasq6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlassq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlassq.f90
Fix accumulation (Reference-LAPACK PR 909)
2023-11-06 21:40:50 +01:00
dlasv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasv2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dlaswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dlaswp.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlaswp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasyf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasyf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasyf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasyf_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasyf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasyf_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlasyf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlasyf_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlat2s.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlat2s.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dlatbs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatbs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
dlatdf.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatdf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlatps.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlatrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlatrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatrs.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
dlatrs3.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatrs3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dlatrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlatsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlatsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dlauu2.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlauu2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dlauum.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dlauum.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dopgtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dopgtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dopmtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 01:05:35 +02:00
dopmtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorbdb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorbdb1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dorbdb2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb2.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dorbdb3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb3.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dorbdb4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb4.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dorbdb5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb5.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
dorbdb6.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorbdb6.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
dorcsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorcsd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorcsd2by1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorcsd2by1.f
Fix bug in DORCSD2BY1 (from Reference-LAPACK PR697)
2022-11-21 21:19:44 +01:00
dorg2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorg2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorg2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorg2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgbr.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dorghr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorghr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgl2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorglq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorglq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgql.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgql.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgrq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorgtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgtsqr.f
Fix typos in comments (Reference-LAPACK 811)
2023-05-16 20:01:47 +02:00
dorgtsqr_row.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorgtsqr_row.f
Add new files for Householder reconstruction functions from 3.9.1
2021-05-02 19:25:43 +02:00
dorhr_col.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorhr_col.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorm2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorm2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorm2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorm2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorm22.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorm22.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormbr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormhr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormhr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dorml2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dorml2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormlq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormql.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormql.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormrq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dormtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dormtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpbequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpbstf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbstf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpbsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbtf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbtrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpftrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpftrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpftrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpftrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpocon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpocon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpoequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpoequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpoequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpoequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dporfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dporfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dporfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dporfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dposv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dposvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dposvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dposvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dposvxx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpotf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:59:57 +02:00
dpotf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpotrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpotrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpotrf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpotrf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpotri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpotri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpotrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpotrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dppcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dppcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dppequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dppequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dppsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dppsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dppsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dppsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpptrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpstf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpstf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpstrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpstrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dptcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dptcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dpteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpteqr.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dptrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dptrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dptsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dptsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dptsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dptsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpttrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpttrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dpttrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dpttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dptts2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dptts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
drscl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
drscl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsb2st_kernels.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsb2st_kernels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbev_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbevd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dsbevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dsbevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbevx_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsbgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbgvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dsbgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsbtrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsbtrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsfrk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsfrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsgesv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspevd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dspevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
dspgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspgv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dspgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspgvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dspgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsposv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dspsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dspsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsptrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsptrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstebz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstebz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstedc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstedc.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dstegr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstegr.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
dstein.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstemr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstemr.f
Correct the order of eigenvalues/vector for 2x2 matrices (Reference-LAPACK PR 867)
2023-07-05 10:10:13 +02:00
dsteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsteqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsterf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsterf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstevd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dstevr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstevr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dstevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dstevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
dsycon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsycon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsycon_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsycon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsycon_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsycon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyconv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyconv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyconvf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyconvf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dsyconvf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyconvf_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
dsyequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyev_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsyevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsyevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dsyevr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsyevr_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevr_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsyevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsyevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyevx_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsygs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsygst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsygv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsygv_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygv_2stage.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsygvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
dsygvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsygvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:23:26 +02:00
dsyrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsyrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsysv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysv.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dsysv_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysv_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsysv_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysv_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsysv_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysv_rk.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dsysv_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysv_rook.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:04:30 +01:00
dsysvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysvx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsysvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:51:36 +02:00
dsysvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsyswapr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsyswapr.f
Simplify ?SYSWAPR and fix its documentation (Reference-LAPACK 217)
2022-11-21 18:00:31 +01:00
dsytd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytf2_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytf2_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytf2_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytf2_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrd_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrd_sb2st.F
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrd_sb2st.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrd_sy2sb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrd_sy2sb.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
dsytrf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrf_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrf_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrf_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrf_rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrf_rook.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytri2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri2.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytri2x.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytri_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri_3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytri_3x.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytri_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrs_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrs_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:44:11 +01:00
dsytrs_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dsytrs_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dsytrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtfsm.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtfsm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtfttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtfttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtfttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtfttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtgevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgevc.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
dtgex2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgex2.f
Make IWORK array larger to avoid overflow
2023-09-14 20:21:06 +02:00
dtgexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtgsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgsen.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtgsja.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgsja.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtgsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgsna.f
fix scaling (Reference-LAPACK PR 830)
2023-05-24 16:51:14 +02:00
dtgsy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgsy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtgsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtgsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtplqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtplqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtplqt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtplqt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpmlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpmlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpmqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpmqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpqrt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtprfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtprfb.f
Fix function documentation for LAPACK ?TPRFB (Reference-LAPACK PR665)
2022-11-21 20:01:47 +01:00
dtprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtpttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtpttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrevc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrevc3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrevc3.f
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
2023-07-15 16:37:42 +02:00
dtrexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrsen.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrsna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrsyl3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrsyl3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
dtrti2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrti2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrtri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrtri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtrttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtrttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dtzrzf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dtzrzf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
dzsum1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
dzsum1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
icmax1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
icmax1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ieeeck.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ieeeck.f
Fix typo in comment (Reference-LAPACK PR735)
2022-11-21 19:59:33 +01:00
ilaclc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaclc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilaclr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaclr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
iladiag.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
iladiag.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
iladlc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
iladlc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
iladlr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
iladlr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilaenv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaenv.f
Implement truncated QR with pivoting (Reference-LAPACK PR 891)
2023-11-15 09:48:23 +01:00
ilaenv2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaenv2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilaprec.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaprec.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilaslc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaslc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilaslr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilaslr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilatrans.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilatrans.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilauplo.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilauplo.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilazlc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilazlc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ilazlr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:41:14 +02:00
ilazlr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
iparam2stage.F
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
iparam2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
iparmq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
iparmq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
izmax1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
izmax1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
la_constants.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
la_constants.f90
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
la_xisnan.F90
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
la_xisnan.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
lsamen.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
lsamen.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
meson.build
[WIP] Update LAPACK to 3.9.0 ( #2353 )
2020-01-01 13:18:53 +01:00
sbbcsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sbbcsd.f
Fix uninitialized read/wrong variable (Reference-LAPACK PR 967)
2023-12-31 12:37:52 +01:00
sbdsdc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sbdsdc.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
sbdsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sbdsqr.f
Remove unused variable SMIN (Reference-LAPACK 832)
2023-05-31 11:33:32 +02:00
sbdsvdx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sbdsvdx.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
scombssq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
scombssq.f
Apply fix from Reference-LAPACK PR390, NaN not propagating
2020-02-23 22:40:40 +01:00
scsum1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
scsum1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sdisna.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sdisna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbbrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbbrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgbequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgbrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbsvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
sgbsvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgbsvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbtf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbtrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgebak.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgebak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:11:05 +01:00
sgebal.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgebal.f
Refactor ?GEBAL (Reference-LAPACK PR 808)
2023-04-03 15:02:10 +02:00
sgebd2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgebd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgebrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgebrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgecon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgecon.f
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-11 23:41:18 +01:00
sgedmd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgedmd.f90
Fix issues related to ?GEDMD (Reference-LAPACK PR 959)
2023-12-23 23:27:38 +01:00
sgedmdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgedmdq.f90
Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2023-06-20 10:42:46 +02:00
sgeequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgeequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgees.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgees.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgeesx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeesx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgeev.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgeevx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeevx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgehd2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgehd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgehrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgehrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgejsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgejsv.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sgelq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgelq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgelq2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgelq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgelqf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgelqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgelqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgelqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgelqt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgelqt3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
sgels.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgels.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgelsd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgelsd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgelss.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgelss.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgelst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgelst.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgelsy.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgelsy.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgemlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgemlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgemlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgemlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgemqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgemqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgemqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgemqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeql2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeql2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeqlf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqlf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgeqp3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqp3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgeqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqp3rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgeqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgeqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgeqr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeqr2p.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqr2p.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeqrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqrf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgeqrfp.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgeqrfp.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgeqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgeqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgeqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgeqrt2.f
Fix input argument check (LAPACK PR 646)
2022-02-03 11:43:17 +01:00
sgeqrt3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgeqrt3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgerfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgerfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgerfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgerfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgerq2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgerq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgerqf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgerqf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgesc2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgesc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgesdd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgesdd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
sgesv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgesvd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgesvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgesvdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgesvdq.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sgesvdx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgesvdx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgesvj.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgesvj.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgesvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgesvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
sgesvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetc2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgetc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgetf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgetrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetrf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgetrf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgetri.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgetrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgetsls.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgetsls.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgetsqrhrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgetsqrhrt.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggbak.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggbak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:11:05 +01:00
sggbal.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggbal.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:11:05 +01:00
sgges.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgges.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgges3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgges3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggesx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggesx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sggev.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sggev3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggev3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggevx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggevx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sggglm.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggglm.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sgghd3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgghd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgghrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgghrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgglse.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgglse.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sggqrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggqrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggrqf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggrqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggsvd3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggsvd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sggsvp3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sggsvp3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
sgsvj0.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgsvj0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sgsvj1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sgsvj1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sgtcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgtcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgtrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgtrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgtsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgtsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgtsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgtsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgttrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgttrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgttrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sgtts2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
sgtts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
shgeqz.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
shgeqz.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
shsein.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
shsein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
shseqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
shseqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sisnan.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sisnan.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_gbamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gbamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_gbrcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gbrcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_gbrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gbrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sla_gbrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gbrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_geamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_geamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_gercond.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gercond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_gerfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gerfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sla_gerpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_gerpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_lin_berr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_lin_berr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_porcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_porcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_porfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_porfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sla_porpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_porpvgrw.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sla_syamv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_syamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_syrcond.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_syrcond.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_syrfsx_extended.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_syrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sla_syrpvgrw.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_syrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sla_wwaddw.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:34:32 +02:00
sla_wwaddw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slabad.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slabad.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slabrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slabrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slacn2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slacn2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slacon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slacon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slacpy.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slacpy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sladiv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
sladiv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slae2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slae2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaebz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaebz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed0.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slaed3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed3.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slaed4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed4.f
Improve convergence of DLAED4/SLAED4 (Reference-LAPACK PR655)
2022-11-21 21:18:39 +01:00
slaed5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed6.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed7.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed7.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaed8.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slaed9.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaed9.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slaeda.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaeda.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaein.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaev2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaev2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slag2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slag2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slag2d.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slag2d.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slags2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slags2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slagtf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slagtf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slagtm.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slagtm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slagts.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slagts.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slagv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slagv2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slahqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slahqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slahr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slahr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaic1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaic1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaisnan.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaisnan.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaln2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaln2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slals0.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slals0.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slalsa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slalsa.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
slalsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slalsd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slamrg.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slamrg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slamswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slamswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
slamtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slamtsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
slaneg.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaneg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slangb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slangb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slange.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slange.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slangt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slangt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slanhs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slanhs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slansb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slansb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slansf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slansf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slansp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slansp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slanst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slanst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slansy.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slansy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slantb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slantb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slantp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slantp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slantr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slantr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slanv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slanv2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaorhr_col_getrfnp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaorhr_col_getrfnp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaorhr_col_getrfnp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaorhr_col_getrfnp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slapll.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slapll.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slapmr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slapmr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slapmt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slapmt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slapy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slapy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slapy3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slapy3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqgb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqgb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqge.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqge.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqp2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqp2rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqp2rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
slaqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqp3rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
slaqps.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:24:54 +02:00
slaqps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqr0.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqr1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr2.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slaqr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slaqr4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr4.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slaqr5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqr5.f
Standardize coding style (Reference-LAPACK 682)
2023-03-20 09:59:03 +01:00
slaqsb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqsb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqsp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqsp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqsy.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqsy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaqtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqz0.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slaqz0.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slaqz1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slaqz1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqz2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slaqz2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaqz3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slaqz3.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slaqz4.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
slaqz4.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
slar1v.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slar1v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slar2v.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slar2v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarfb_gett.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfb_gett.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
slarfg.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarfgp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfgp.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
slarft.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarft.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarfx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarfy.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarfy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slargv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slargv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarmm.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarmm.f
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:10:13 +01:00
slarnv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarnv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarra.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarra.f
Fix uninitialized variables on quick return path (Reference-LAPACK PR775)
2022-12-19 21:04:13 +01:00
slarrb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarrc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrc.f
Fix uninitialized variables on quick return path (Reference-LAPACK PR775)
2022-12-19 21:04:13 +01:00
slarrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrd.f
Fix uninitialized M in quick return (Reference-LAPACK 769)
2022-12-03 16:19:20 +01:00
slarre.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarre.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
slarrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarrj.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrj.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarrk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarrr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarrv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarrv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarscl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarscl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
slartg.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slartg.f90
Use new algorithms for computing Givens rotations (Reference-LAPACK PR631)
2022-11-20 22:52:28 +01:00
slartgp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slartgp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slartgs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slartgs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slartv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slartv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaruv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaruv.f
Add quick return for N < 1 (Reference-LAPACK PR 837)
2023-05-25 13:06:15 +02:00
slarz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarzb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarzb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slarzt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slarzt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slas2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slas2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slascl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slascl.f
Add quick return if scaling with one (Reference-LAPACK PR674)
2022-11-20 13:30:25 +01:00
slascl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slascl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
slasd0.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd0.f
Fix inline documentation of S/DLASD0 (Reference-LAPACK PR 855)
2023-06-25 12:42:05 +02:00
slasd1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd3.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slasd4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd6.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd7.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd7.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasd8.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasd8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slasda.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasda.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasdq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasdq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasdt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasdt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slaset.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaset.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq5.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasq6.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasq6.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slassq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slassq.f90
Fix accumulation (Reference-LAPACK PR 909)
2023-11-06 21:40:50 +01:00
slasv2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasv2.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
slaswlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
slaswp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slaswp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasyf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasyf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasyf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasyf_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasyf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasyf_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slasyf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slasyf_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slatbs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatbs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
slatdf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatdf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slatps.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slatrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slatrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatrs.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
slatrs3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatrs3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
slatrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slatsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slatsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
slauu2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slauu2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
slauum.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:20:19 +02:00
slauum.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sopgtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sopgtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sopmtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sopmtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorbdb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorbdb1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sorbdb2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb2.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sorbdb3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb3.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sorbdb4.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb4.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
sorbdb5.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb5.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
sorbdb6.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorbdb6.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
sorcsd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorcsd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorcsd2by1.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorcsd2by1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorg2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorg2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorg2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorg2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorgbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgbr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:29:04 +01:00
sorghr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorghr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgl2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgl2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorglq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorglq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgql.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgql.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorgrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgrq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgtr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgtsqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorgtsqr_row.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorgtsqr_row.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorhr_col.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorhr_col.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorm2l.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorm2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorm2r.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorm2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sorm22.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorm22.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormbr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormbr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormhr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormhr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sorml2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sorml2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sormlq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormlq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormql.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormql.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormqr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormr2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sormr3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sormrq.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormrq.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormrz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormrz.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sormtr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sormtr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
spbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spbequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spbstf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbstf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spbsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbtf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbtrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spftrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spftrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spftrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spftrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spocon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spocon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spoequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spoequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spoequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spoequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sporfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sporfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sporfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sporfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sposv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sposvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sposvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sposvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sposvxx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spotf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spotf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spotrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spotrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spotrf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
spotrf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spotri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spotri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spotrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spotrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sppcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sppcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sppequ.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sppequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sppsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sppsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sppsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sppsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spptrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spstf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spstf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spstrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spstrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sptcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sptcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
spteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spteqr.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sptrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sptrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sptsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sptsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sptsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sptsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spttrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spttrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
spttrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
spttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sptts2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
sptts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
srscl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:14:57 +02:00
srscl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssb2st_kernels.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssb2st_kernels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssbev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssbev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbev_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssbevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbevd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssbevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbevd_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssbevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssbevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbevx_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssbgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssbgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssbgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbgvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssbgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
ssbtrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssbtrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssfrk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssfrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspevd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sspevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
sspgst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspgv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspgv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
sspgvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspgvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sspgvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:20:49 +02:00
ssprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspsv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sspsvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sspsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssptrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssptrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssptrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sstebz.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstebz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sstedc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstedc.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sstegr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstegr.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
sstein.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sstemr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstemr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssteqr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssteqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssterf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssterf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sstev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
sstevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstevd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sstevr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstevr.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
sstevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
sstevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
ssycon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssycon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssycon_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssycon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssycon_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssycon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssyconv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyconv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssyconvf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyconvf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
ssyconvf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyconvf_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
ssyequb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssyev.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyev.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssyev_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyev_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssyevd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssyevd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
ssyevr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssyevr_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevr_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssyevx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssyevx_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyevx_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssygs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssygst.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssygv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygv.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssygv_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygv_2stage.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssygvd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygvd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssygvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssygvx.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssyrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssyrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssyrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssysv.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssysv.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssysv_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssysv_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssysv_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssysv_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssysv_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssysv_rk.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssysv_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:10:01 +02:00
ssysv_rook.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssysvx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssysvx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssysvxx.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssysvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssyswapr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssyswapr.f
Simplify ?SYSWAPR and fix its documentation (Reference-LAPACK 217)
2022-11-21 18:00:31 +01:00
ssytd2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytf2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytf2_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytf2_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytf2_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytf2_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrd.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrd.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
ssytrd_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrd_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrd_sb2st.F
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 19:37:03 +01:00
ssytrd_sb2st.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrd_sy2sb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrd_sy2sb.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrf_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrf_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrf_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrf_rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrf_rook.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytri2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri2.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytri2x.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytri_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri_3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytri_3x.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytri_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrs2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrs_3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrs_aa.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:05:03 +01:00
ssytrs_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ssytrs_rook.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
ssytrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stbcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stfsm.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stfsm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stftri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stfttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stfttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stfttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stfttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stgevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgevc.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
stgex2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgex2.f
Make IWORK array larger to avoid overflow
2023-09-14 20:22:11 +02:00
stgexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgexc.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
stgsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgsen.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
stgsja.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgsja.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stgsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgsna.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
stgsy2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgsy2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stgsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stgsyl.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
stpcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stplqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stplqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stplqt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stplqt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpmlqt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpmlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpmqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpmqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpqrt.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpqrt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stprfb.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stprfb.f
Fix function documentation for LAPACK ?TPRFB (Reference-LAPACK PR665)
2022-11-21 20:01:47 +01:00
stprfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stptri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stptrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stpttr.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stpttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strcon.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strevc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strevc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strevc3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strevc3.f
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
2023-07-15 16:37:42 +02:00
strexc.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strrfs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strsen.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strsen.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
strsna.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strsna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strsyl.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strsyl3.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strsyl3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
strti2.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strti2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strtri.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strtri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strtrs.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strttf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
strttp.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
strttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
stzrzf.c
fix typedef of logical to support INTERFACE64
2024-04-04 00:04:50 +02:00
stzrzf.f
Apply ROUNDUP_LWORK (Reference-LAPACK PR 904)
2023-11-12 14:42:52 +01:00
xerbla.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
xerbla.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
xerbla_array.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
xerbla_array.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zbbcsd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zbbcsd.f
Fix uninitialized read/wrong variable (Reference-LAPACK PR 967)
2023-12-31 12:39:21 +01:00
zbdsqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zbdsqr.f
Fix potential overflow in the calculation of MAXIT
2023-11-06 21:22:26 +01:00
zcgesv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zcgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zcposv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zcposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zdrscl.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zdrscl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbbrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbbrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbequb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbsvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
zgbsvxx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbsvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbtf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbtrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgebak.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgebak.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zgebal.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgebal.f
Refactor ?GEBAL (Reference-LAPACK PR 808)
2023-04-03 15:02:10 +02:00
zgebd2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgebd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgebrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgebrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgecon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgecon.f
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-11 23:41:18 +01:00
zgedmd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgedmd.f90
Fix issues related to ?GEDMD (Reference-LAPACK PR 959)
2023-12-23 23:27:38 +01:00
zgedmdq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgedmdq.f90
Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2023-06-20 10:42:46 +02:00
zgeequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeequb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgees.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgees.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zgeesx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeesx.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zgeev.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeevx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgehd2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgehd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgehrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgehrd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgejsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgejsv.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zgelq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgelq2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgelqf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgelqt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgelqt3.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelqt3.f
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
2023-07-22 23:14:25 +02:00
zgels.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgelsd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelsd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zgelss.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelss.f
Fix segfault when NRHS is zero (Reference-LAPACK PR 876)
2023-07-07 10:13:41 +02:00
zgelst.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelst.f
Add new routines for ?GELST similar to ?GELS (Reference-LAPACK PR739)
2022-11-19 22:34:42 +01:00
zgelsy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgelsy.f
Add comments on handling of zero-sized B matrix in ?GELSY (Reference-LAPACK PR 833) ( #4056 )
2023-05-24 22:30:45 +02:00
zgemlq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgemlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgemlqt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgemlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgemqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgemqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgemqrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgemqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeql2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeql2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqlf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqlf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgeqp3.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqp3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqp3rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgeqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgeqr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqr2p.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqr2p.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqrfp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqrfp.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgeqrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgeqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqrt2.f
Fix input argument check (LAPACK PR 646)
2022-02-03 11:43:17 +01:00
zgeqrt3.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgeqrt3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgerfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgerfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgerfsx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgerfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgerq2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgerq2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgerqf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgerqf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgesc2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgesdd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesdd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zgesv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgesvd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgesvdq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvdq.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zgesvdx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvdx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgesvj.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvj.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgesvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvx.f
Fix typos and errors in comments (Reference-LAPACK 809)
2024-04-04 11:44:55 +02:00
zgesvxx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgetc2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetc2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgetf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetf2.f
Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839)
2023-07-05 14:13:58 +02:00
zgetrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgetrf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetrf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgetri.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetri.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgetrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgetsls.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetsls.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgetsqrhrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zgetsqrhrt.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggbak.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zggbak.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zggbal.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:57:12 +02:00
zggbal.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgges.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgges.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgges3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgges3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggesx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggesx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zggev.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zggev3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggev3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggevx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zggglm.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggglm.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zgghd3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgghd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgghrd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgghrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgglse.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgglse.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zggqrf.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggqrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggrqf.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggrqf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggsvd3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggsvd3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zggsvp3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zggsvp3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zgsvj0.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgsvj0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zgsvj1.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgsvj1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zgtcon.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgtcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgtrfs.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgtrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgtsv.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgtsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgtsvx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgtsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgttrf.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgttrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgttrs.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zgtts2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zgtts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhb2st_kernels.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhb2st_kernels.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbev.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbev_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbev_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbevd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbevd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhbevd_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhbevx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbevx_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbevx_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbgst.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbgv.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhbgvd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbgvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhbgvx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbgvx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
zhbtrd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhbtrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhecon.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhecon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhecon_3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhecon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhecon_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhecon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheequb.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheev.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheev_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheev_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheevd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevd.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zheevd_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevd_2stage.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zheevr.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zheevr_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevr_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zheevx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheevx_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheevx_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhegs2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhegst.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhegv.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zhegv_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegv_2stage.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zhegvd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhegvx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhegvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zherfs.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zherfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zherfsx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zherfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhesv.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhesv_aa.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesv_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhesv_aa_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesv_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhesv_rk.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesv_rk.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zhesv_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesv_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhesvx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesvx.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhesvxx.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhesvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zheswapr.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zheswapr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetd2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetd2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetf2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetf2_rk.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetf2_rk.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zhetf2_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetf2_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zhetrd.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrd_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrd_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrd_hb2st.F
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrd_hb2st.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrd_he2hb.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrd_he2hb.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrf.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrf.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrf_aa.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrf_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrf_aa_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrf_aa_2stage.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrf_rk.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrf_rk.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrf_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrf_rook.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetri.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetri2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri2.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetri2x.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetri_3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetri_3x.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetri_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrs.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrs2.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrs_3.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrs_aa.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs_aa.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zhetrs_aa_2stage.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhetrs_rook.c
fix typedef for logical to support INTERFACE64
2024-04-03 23:51:25 +02:00
zhetrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhfrk.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhfrk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhgeqz.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhgeqz.f
Use normwise criterion for INF eigenvalues in QZ (Reference-LAPACK PR698)
2022-11-20 13:22:55 +01:00
zhpcon.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhpev.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpev.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhpevd.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpevd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhpevx.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpevx.f
Replace the conditionally defined index variable INDIBL with a constant 1
2023-03-26 17:33:21 +02:00
zhpgst.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpgst.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhpgv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpgv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zhpgvd.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpgvd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zhpgvx.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpgvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zhprfs.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhpsv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhpsvx.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhpsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhptrd.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhptrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhptrf.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhptri.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhptrs.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhsein.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhsein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zhseqr.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zhseqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gbamv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gbamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gbrcond_c.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gbrcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gbrcond_x.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gbrcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gbrfsx_extended.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gbrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zla_gbrpvgrw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gbrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_geamv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_geamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gercond_c.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gercond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gercond_x.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gercond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_gerfsx_extended.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gerfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zla_gerpvgrw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_gerpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_heamv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_heamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_hercond_c.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_hercond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_hercond_x.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_hercond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_herfsx_extended.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_herfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zla_herpvgrw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_herpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_lin_berr.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_lin_berr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_porcond_c.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_porcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_porcond_x.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_porcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_porfsx_extended.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_porfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zla_porpvgrw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_porpvgrw.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zla_syamv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_syamv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_syrcond_c.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_syrcond_c.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_syrcond_x.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_syrcond_x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_syrfsx_extended.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_syrfsx_extended.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zla_syrpvgrw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_syrpvgrw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zla_wwaddw.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zla_wwaddw.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlabrd.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zlabrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacgv.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zlacgv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacn2.c
fix prototype of logical to support INTERFACE64
2024-04-03 23:43:55 +02:00
zlacn2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlacon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacp2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlacp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacpy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlacpy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacrm.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlacrm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlacrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlacrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zladiv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zladiv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaed0.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaed0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaed7.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaed7.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zlaed8.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaed8.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zlaein.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaesy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaesy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaev2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaev2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlag2c.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlag2c.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zlags2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlags2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlagtm.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlagtm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahef.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahef.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahef_aa.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahef_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahef_rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahef_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahef_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahef_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlahr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlahr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaic1.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaic1.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zlals0.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlals0.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zlalsa.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlalsa.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
zlalsd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlalsd.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zlamswlq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlamswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zlamtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlamtsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zlangb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlangb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlange.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlange.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlangt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlangt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanhb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanhb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanhe.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanhe.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanhf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanhf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanhp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanhp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanhs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanhs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlanht.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlanht.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlansb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlansb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlansp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlansp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlansy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlansy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlantb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlantb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlantp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlantp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlantr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlantr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlapll.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlapll.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlapmr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlapmr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlapmt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlapmt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqgb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqgb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqge.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqge.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqhb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqhb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqhe.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqhe.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqhp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqhp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqp2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqp2rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqp2rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
zlaqp3rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqp3rk.f
Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941)
2023-11-25 15:31:18 +01:00
zlaqps.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr0.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr0.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr1.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr3.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr4.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr4.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqr5.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqr5.f
Standardize coding style (Reference-LAPACK 682)
2023-03-20 09:59:03 +01:00
zlaqsb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqsb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqsp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqsp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqsy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaqsy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqz0.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
zlaqz0.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zlaqz1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
zlaqz1.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqz2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
zlaqz2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaqz3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:35:10 +02:00
zlaqz3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlar1v.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlar1v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlar2v.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlar2v.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarcm.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarcm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarfb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarfb_gett.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfb_gett.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zlarfg.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfg.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarfgp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfgp.f
Rescale input vector more often to minimize relative error (Reference-LAPACK PR 981)
2024-02-05 15:35:24 +01:00
zlarft.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarft.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarfx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarfy.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarfy.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlargv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlargv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarnv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarnv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarrv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarrv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarscl2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarscl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
zlartg.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlartg.f90
Use new algorithms for computing Givens rotations (Reference-LAPACK PR631)
2022-11-20 22:52:28 +01:00
zlartv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlartv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarz.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarzb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarzb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlarzt.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlarzt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlascl.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlascl.f
Add quick return if scaling with one (Reference-LAPACK PR674)
2022-11-20 13:30:25 +01:00
zlascl2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlascl2.f
Fix function documentation (Reference-LAPACK PR747)
2022-11-20 22:46:58 +01:00
zlaset.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaset.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlasr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlasr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlassq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlassq.f90
Fix accumulation (Reference-LAPACK PR 909)
2023-11-06 21:40:50 +01:00
zlaswlq.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:39:43 +02:00
zlaswlq.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zlaswp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlaswp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlasyf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlasyf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlasyf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlasyf_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlasyf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlasyf_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlasyf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlasyf_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlat2c.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlat2c.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zlatbs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatbs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
zlatdf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatdf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zlatps.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatps.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlatrd.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatrd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlatrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatrs.f
Set scale early for robust triangular solvers (Reference-LAPACK PR712)
2022-11-20 22:44:36 +01:00
zlatrs3.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatrs3.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zlatrz.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlatsqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlatsqr.f
Handle corner cases of LWORK (Reference-LAPACK PR 942)
2023-12-23 20:16:33 +01:00
zlaunhr_col_getrfnp.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlaunhr_col_getrfnp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlaunhr_col_getrfnp2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlaunhr_col_getrfnp2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlauu2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlauu2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zlauum.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zlauum.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpbcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpbequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpbstf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbstf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpbsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpbsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpbtf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbtf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpbtrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbtrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpftrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpftrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpftri.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpftrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpftrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpocon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpocon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpoequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpoequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpoequb.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpoequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zporfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zporfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zporfsx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zporfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zposv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zposv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zposvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zposvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zposvxx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zposvxx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpotf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpotf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpotrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpotrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpotrf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpotrf2.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpotri.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpotri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpotrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpotrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zppcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zppcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zppequ.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zppequ.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpprfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zppsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zppsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zppsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zppsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpptrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpptrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpptri.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpptrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpstf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpstf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpstrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpstrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zptcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zptcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zpteqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpteqr.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zptrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zptrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zptsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zptsv.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zptsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zptsvx.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpttrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpttrf.f
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2023-06-22 16:18:58 +02:00
zpttrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zpttrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zptts2.c
fix typedef of logical to support INTERFACE64
2024-04-03 23:00:54 +02:00
zptts2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zrot.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zrot.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zrscl.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zrscl.f
Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839)
2023-07-05 14:13:58 +02:00
zspcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zspcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zspmv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zspmv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zspr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zspr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsprfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zspsv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zspsv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zspsvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zspsvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsptrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsptrf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsptri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsptrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zstedc.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zstedc.f
Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852)
2023-06-26 15:44:10 +02:00
zstegr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zstegr.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
zstein.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zstein.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zstemr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zstemr.f
Correct the order of eigenvalues/vector for 2x2 matrices (Reference-LAPACK PR 867)
2023-07-05 10:10:13 +02:00
zsteqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsteqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsycon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsycon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsycon_3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsycon_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsycon_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsycon_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyconv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyconv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyconvf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyconvf.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zsyconvf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyconvf_rook.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zsyequb.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyequb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsymv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsymv.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyrfsx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyrfsx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsysv.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysv.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zsysv_aa.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysv_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsysv_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysv_aa_2stage.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zsysv_rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysv_rk.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zsysv_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysv_rook.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zsysvx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysvx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsysvxx.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsysvxx.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsyswapr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsyswapr.f
Simplify ?SYSWAPR and fix its documentation (Reference-LAPACK 217)
2022-11-21 18:00:31 +01:00
zsytf2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytf2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytf2_rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytf2_rk.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytf2_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytf2_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrf.f
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
2023-07-15 16:37:42 +02:00
zsytrf_aa.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrf_aa.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zsytrf_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrf_aa_2stage.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zsytrf_rk.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrf_rk.f
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
2023-07-15 16:37:42 +02:00
zsytrf_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrf_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri2x.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri2x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri_3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri_3x.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri_3x.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytri_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytri_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs_3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs_3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs_aa.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs_aa.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs_aa_2stage.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs_aa_2stage.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zsytrs_rook.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
zsytrs_rook.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztbcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztbcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztbrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztbrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztbtrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztbtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztfsm.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztfsm.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztftri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztftri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztfttp.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztfttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztfttr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztfttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgevc.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgevc.f
Fix typo in description of VR argument (Reference-LAPACK 812)
2023-05-16 20:05:05 +02:00
ztgex2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgex2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgexc.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgexc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgsen.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgsen.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgsja.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgsja.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgsna.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgsna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztgsy2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgsy2.f
Fix typos in comments (Reference-LAPACK PR 814)
2023-05-17 14:33:46 +02:00
ztgsyl.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztgsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztplqt.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztplqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztplqt2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztplqt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpmlqt.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpmlqt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpmqrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpmqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpqrt.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpqrt.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpqrt2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpqrt2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztprfb.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztprfb.f
Fix function documentation for LAPACK ?TPRFB (Reference-LAPACK PR665)
2022-11-21 20:01:47 +01:00
ztprfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztprfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztptri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztptri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztptrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztptrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpttf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztpttr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztpttr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrcon.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrcon.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrevc.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrevc.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrevc3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrevc3.f
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
2023-07-15 16:37:42 +02:00
ztrexc.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrexc.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
ztrrfs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrrfs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrsen.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrsen.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrsna.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:53:22 +02:00
ztrsna.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrsyl.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrsyl.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrsyl3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrsyl3.f
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:10:13 +01:00
ztrti2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrti2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrtri.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrtri.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrtrs.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrtrs.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrttf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrttf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztrttp.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztrttp.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
ztzrzf.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
ztzrzf.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunbdb.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunbdb1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb1.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zunbdb2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb2.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zunbdb3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb3.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zunbdb4.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb4.f
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
2023-05-18 16:28:20 +02:00
zunbdb5.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb5.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
zunbdb6.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunbdb6.f
Make vector orthogonalization more reliable (Reference-LAPACK PR 930)
2023-11-12 16:50:52 +01:00
zuncsd.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zuncsd.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zuncsd2by1.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zuncsd2by1.f
Fix typos in comments (Reference-LAPACK 811)
2023-05-16 20:01:47 +02:00
zung2l.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zung2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zung2r.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zung2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungbr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungbr.f
Define type conversions explicitly (Reference-LAPACK PR 703)
2022-11-19 15:22:46 +01:00
zunghr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunghr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungl2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungl2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunglq.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunglq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungql.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungql.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungrq.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungrq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungtr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zungtsqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungtsqr.f
Fix typos in comments (Reference-LAPACK 811)
2023-05-16 20:01:47 +02:00
zungtsqr_row.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zungtsqr_row.f
Add new files for Householder reconstruction functions from 3.9.1
2021-05-02 19:25:43 +02:00
zunhr_col.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunhr_col.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunm2l.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunm2l.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunm2r.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunm2r.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunm22.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunm22.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmbr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmbr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmhr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmhr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunml2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunml2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmlq.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmlq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmql.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmql.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmqr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmqr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmr2.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmr2.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmr3.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmr3.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmrq.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmrq.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmrz.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmrz.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zunmtr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zunmtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zupgtr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zupgtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00
zupmtr.c
fix typedef of logical to support INTERFACE64
2024-04-03 22:47:34 +02:00
zupmtr.f
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +02:00