Commit Graph

255 Commits

Author SHA1 Message Date
Martin Kroeker
8bed05a936 fix typedef of logical to support INTERFACE64 2024-04-04 01:32:37 +02:00
Martin Kroeker
466fb61c95 fix typedef of logical to support INTERFACE64 2024-04-04 01:27:57 +02:00
Martin Kroeker
7e470400c9 fix typedef of logical to support INTERFACE64 2024-04-04 01:24:27 +02:00
Martin Kroeker
373e36377c fix typedef of logical to support INTERFACE64 2024-04-04 01:19:55 +02:00
Martin Kroeker
abea53b467 fix typedef of logical to support INTERFACE64 2024-04-04 01:11:37 +02:00
Martin Kroeker
b6440160ce fix typedef of logical to support INTERFACE64 2024-04-04 01:05:35 +02:00
Martin Kroeker
a16adcddd9 fix typedef of logical to support INTERFACE64 2024-04-04 00:59:57 +02:00
Martin Kroeker
1d4d36e835 fix typedef of logical to support INTERFACE64 2024-04-04 00:51:36 +02:00
Martin Kroeker
c0d7477260 fix typedef of logical to support INTERFACE64 2024-04-04 00:41:14 +02:00
Martin Kroeker
b0973a98e2 fix typedef of logical to support INTERFACE64 2024-04-04 00:34:32 +02:00
Martin Kroeker
0d33422b8d fix typedef of logical to support INTERFACE64 2024-04-04 00:24:54 +02:00
Martin Kroeker
cda91fdc48 fix typedef of logical to support INTERFACE64 2024-04-04 00:20:19 +02:00
Martin Kroeker
f7dd80ba73 fix typedef of logical to support INTERFACE64 2024-04-04 00:14:57 +02:00
Martin Kroeker
34be8fae29 fix typedef of logical to support INTERFACE64 2024-04-04 00:10:01 +02:00
Martin Kroeker
770246363f fix typedef of logical to support INTERFACE64 2024-04-04 00:04:50 +02:00
Martin Kroeker
04aae0e12b fix typedef of logical to support INTERFACE64 2024-04-03 23:57:12 +02:00
Martin Kroeker
7a267e4c50 fix typedef for logical to support INTERFACE64 2024-04-03 23:51:25 +02:00
Martin Kroeker
837a173115 fix prototype of logical to support INTERFACE64 2024-04-03 23:43:55 +02:00
Martin Kroeker
c7d0a0b009 fix typedef of logical to support INTERFACE64 2024-04-03 23:39:43 +02:00
Martin Kroeker
b1da12356d fix typedef of logical to support INTERFACE64 2024-04-03 23:00:54 +02:00
Martin Kroeker
592905a72c fix typedef of logical to support INTERFACE64 2024-04-03 22:53:22 +02:00
Martin Kroeker
f0f9e26090 fix typedef of logical to support INTERFACE64 2024-04-03 22:47:34 +02:00
Martin Kroeker
547533fe9a fix typedef of logical to support INTERFACE64 2024-04-03 22:35:10 +02:00
Martin Kroeker
16a597927f fix typedef of logical to support INTERFACE64 2024-04-03 22:09:28 +02:00
frjohnst
9b24b31419 resolve second_ conflict which breaks xlf timef 2024-02-21 15:52:29 -05:00
Martin Kroeker
479e4af089 Rescale input vector more often to minimize relative error (Reference-LAPACK PR 981) 2024-02-05 15:35:24 +01:00
Martin Kroeker
00d7476b4b Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:39:21 +01:00
Martin Kroeker
1b668479de Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:37:52 +01:00
Martin Kroeker
bd787c8a1a Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:36:47 +01:00
Martin Kroeker
d3451af03f Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:35:37 +01:00
Martin Kroeker
201f22f49a Fix issues related to ?GEDMD (Reference-LAPACK PR 959) 2023-12-23 23:27:38 +01:00
Martin Kroeker
45ef0d7361 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 20:16:33 +01:00
Martin Kroeker
c082669ad4 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 20:05:03 +01:00
Martin Kroeker
29d6024ec5 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:44:11 +01:00
Martin Kroeker
0814491d96 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:37:03 +01:00
Martin Kroeker
ca5a87ff1d Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941) 2023-11-25 15:31:18 +01:00
Martin Kroeker
8b2a956890 Implement truncated QR with pivot (Reference-LAPACK PR 891) 2023-11-15 14:20:12 +01:00
Martin Kroeker
20a2a83f49 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 12:18:15 +01:00
Martin Kroeker
f437339130 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 12:12:26 +01:00
Martin Kroeker
23cda457fb Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 09:48:23 +01:00
Martin Kroeker
3d38da2bc4 Make vector orthogonalization more reliable (Reference-LAPACK PR 930) 2023-11-12 16:50:52 +01:00
Martin Kroeker
d58c88cf42 Merge pull request #4310 from martin-frbg/lapack904
Apply rounding up to workspace calculations done with reals (Reference-LAPACK PR 904)
2023-11-12 16:45:10 +01:00
Martin Kroeker
feeb10435b Merge pull request #4309 from martin-frbg/lapack926
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-12 15:28:16 +01:00
Martin Kroeker
2ce67e2ada Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:42:52 +01:00
Martin Kroeker
f5664740cd Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:29:04 +01:00
Martin Kroeker
71fbdd908d Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:10:16 +01:00
Martin Kroeker
c9378badd9 Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 13:56:06 +01:00
Martin Kroeker
225036fd92 Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 13:43:22 +01:00
Martin Kroeker
58427ff74d Deprecate ?GELQS and ?GEQRS from TESTING/LIN (Reference-LAPACK PR 900) (#4307)
* Move ?GELQS and ?GEQRS from TESTING/LIN to DEPRECATED (Reference-LAPACK PR 900)

* Add f2c-converted versions of ?GELQS and ?GEQRS
2023-11-12 10:54:39 +01:00
Martin Kroeker
b6144f70ff Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926) 2023-11-11 23:41:18 +01:00