|  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 | 
				
					
						|  Martin Kroeker | c14b1ebd30 | Merge pull request #4295 from martin-frbg/lapack928 Correct constant ALPHA in ?ORBDB6 (Reference-LAPACK PR 928) | 2023-11-07 14:44:08 +01:00 | 
				
					
						|  Martin Kroeker | fea1d4f66c | Merge pull request #4294 from martin-frbg/lapack909 Fix accumulation in LAPACK ?LASSQ (Reference-LAPACK PR 909) | 2023-11-07 12:23:16 +01:00 | 
				
					
						|  Martin Kroeker | 176cc6348e | Correct constant ALPHA to match changed algorithm (Reference-LAPACK PR 928) | 2023-11-06 21:55:19 +01:00 | 
				
					
						|  Martin Kroeker | f6ec777701 | Fix accumulation (Reference-LAPACK PR 909) | 2023-11-06 21:40:50 +01:00 | 
				
					
						|  Martin Kroeker | cf8295da5c | Fix potential  overflow in the calculation of MAXIT | 2023-11-06 21:22:26 +01:00 | 
				
					
						|  Martin Kroeker | 1806cfecbc | fix function prototypes in f2c-converted files | 2023-10-07 22:38:30 +02:00 | 
				
					
						|  Martin Kroeker | 1285b53e39 | Make IWORK array larger to avoid overflow | 2023-09-14 20:22:11 +02:00 | 
				
					
						|  Martin Kroeker | 7779bb6fb1 | Make IWORK array larger to avoid overflow | 2023-09-14 20:21:06 +02:00 | 
				
					
						|  Martin Kroeker | fb97cc4d5e | Add la_constants.o to SCLAUX/DZLAUX | 2023-09-14 10:46:23 +02:00 | 
				
					
						|  Martin Kroeker | 25037ae875 | Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) (#4155) * Fix actual arguments (Reference-LAPACK PR 885) | 2023-07-22 23:14:25 +02:00 | 
				
					
						|  Martin Kroeker | 0a637cc403 | Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) (#4146) * Fix workspace query corner cases to always return at least 1 | 2023-07-15 16:37:42 +02:00 | 
				
					
						|  Martin Kroeker | afef854863 | Add C versions of C/ZRSCL | 2023-07-11 17:08:27 +02:00 | 
				
					
						|  Martin Kroeker | 26fd4b9c8c | Merge pull request #4129 from martin-frbg/lapack876 Fix segfault in ?GELSS when NRHS is zero (Reference-LAPACK PR 876) | 2023-07-10 01:49:55 +02:00 | 
				
					
						|  Martin Kroeker | 22ad23abb1 | Merge pull request #4126 from martin-frbg/lapack839 Add C/ZRSCL for reciprocal scaling of a complex vector (Reference-LAPACK PR 839) | 2023-07-10 01:49:33 +02:00 | 
				
					
						|  Martin Kroeker | bed3a6a304 | Fix segfault when NRHS is zero (Reference-LAPACK PR 876) | 2023-07-07 10:13:41 +02:00 | 
				
					
						|  Martin Kroeker | 1d399ad0d6 | Add CRSCL/ZRSCL (Reference-LAPACK PR839) | 2023-07-05 14:17:26 +02:00 | 
				
					
						|  Martin Kroeker | 069353bd44 | Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839) | 2023-07-05 14:13:58 +02:00 | 
				
					
						|  Martin Kroeker | 1363a7c4f1 | Correct the order of eigenvalues/vector for 2x2 matrices (Reference-LAPACK PR 867) | 2023-07-05 10:10:13 +02:00 | 
				
					
						|  Martin Kroeker | dc2439108d | Merge pull request #4107 from martin-frbg/lapack860 Remove OMP-private variable outside OpenMP context (Reference-LAPACK PR 860) | 2023-06-26 21:18:19 +02:00 | 
				
					
						|  Martin Kroeker | 49202228d7 | Remove OMP-private variable outside OMP context (LAPACK PR860) | 2023-06-26 16:29:04 +02:00 | 
				
					
						|  Martin Kroeker | a0e413ef05 | Update ssytrd_sb2st.FRemove OMP-private variable outside OMP context (LAPACK PR860) | 2023-06-26 16:28:15 +02:00 | 
				
					
						|  Martin Kroeker | 5b69217808 | Update zhetrd_hb2st.FRemove OMP-private variable outside OMP context (LAPACK PR860) | 2023-06-26 16:26:21 +02:00 | 
				
					
						|  Martin Kroeker | b9fb63c05e | Remove OMP-private variable outside OMP context (LAPACK PR860) | 2023-06-26 16:25:08 +02:00 | 
				
					
						|  Martin Kroeker | 329bd3410b | Remove legacy warning comments and rename variable LAMDA to LAMBDA (Reference-LAPACK PR 852) | 2023-06-26 15:44:10 +02:00 | 
				
					
						|  Martin Kroeker | 572e482b38 | Fix inline documentation of S/DLASD0 (Reference-LAPACK PR 855) | 2023-06-25 12:42:05 +02:00 | 
				
					
						|  Martin Kroeker | 7b73666d70 | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:25:24 +02:00 | 
				
					
						|  Martin Kroeker | a20f533b86 | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:23:26 +02:00 | 
				
					
						|  Martin Kroeker | d9a6cacef7 | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:20:49 +02:00 | 
				
					
						|  Martin Kroeker | 219a73a394 | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:18:58 +02:00 | 
				
					
						|  Martin Kroeker | f12b1c7b08 | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:10:27 +02:00 | 
				
					
						|  Martin Kroeker | 9d3154701c | Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849) | 2023-06-22 16:09:14 +02:00 | 
				
					
						|  Martin Kroeker | 5cc1f7a0ba | Add functional C replacements for ?GEDMD? | 2023-06-21 15:43:20 +02:00 | 
				
					
						|  Martin Kroeker | 649ab6481a | Add dummy C files for ?GEMDQ? | 2023-06-20 20:03:44 +02:00 | 
				
					
						|  Martin Kroeker | 9f0ef475b4 | Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736) | 2023-06-20 15:12:02 +02:00 | 
				
					
						|  Martin Kroeker | 8d57af540b | Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736) | 2023-06-20 10:42:46 +02:00 |