Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
This commit is contained in:
@@ -132,18 +132,15 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*
|
||||
*> \ingroup realPOcomputational
|
||||
*
|
||||
* =====================================================================
|
||||
REAL FUNCTION SLA_PORCOND( UPLO, N, A, LDA, AF, LDAF, CMODE, C,
|
||||
$ INFO, WORK, IWORK )
|
||||
*
|
||||
* -- LAPACK computational routine (version 3.7.0) --
|
||||
* -- LAPACK computational routine --
|
||||
* -- LAPACK is a software package provided by Univ. of Tennessee, --
|
||||
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
|
||||
* December 2016
|
||||
*
|
||||
* .. Scalar Arguments ..
|
||||
CHARACTER UPLO
|
||||
@@ -322,5 +319,7 @@
|
||||
$ SLA_PORCOND = ( 1.0 / AINVNM )
|
||||
*
|
||||
RETURN
|
||||
*
|
||||
* End of SLA_PORCOND
|
||||
*
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user