[WIP] Update LAPACK to 3.9.0 (#2353)
* Update make.inc entries for LAPACK 3.9.0 Reference-LAPACK PR 347 changed some variable names and relative paths * Update LAPACK to 3.9.0 * Add new functions from LAPACK 3.9.0 * Add new functions from LAPACK 3.9.0 * Restore LOADER command as it makes it easier to specify pthread as needed * Restore LOADER * Restore EIG/LIN prefixes in cmdbase * add binary path to lapack_testing.py call * Restore OpenMP version check * Restore OpenMP version check * Restore fix for out-of-bounds array accesses from #2096
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
*
|
||||
* Factorize A as U*D*U**H using the upper triangle of A
|
||||
*
|
||||
* Initilize the first entry of array E, where superdiagonal
|
||||
* Initialize the first entry of array E, where superdiagonal
|
||||
* elements of D are stored
|
||||
*
|
||||
E( 1 ) = CZERO
|
||||
@@ -676,7 +676,7 @@
|
||||
*
|
||||
* Factorize A as L*D*L**H using the lower triangle of A
|
||||
*
|
||||
* Initilize the unused last entry of the subdiagonal array E.
|
||||
* Initialize the unused last entry of the subdiagonal array E.
|
||||
*
|
||||
E( N ) = CZERO
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user