diff --git a/BLAS/SRC/caxpy.f b/BLAS/SRC/caxpy.f index b0c7f786b2..416f1746a7 100644 --- a/BLAS/SRC/caxpy.f +++ b/BLAS/SRC/caxpy.f @@ -72,8 +72,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -88,10 +86,9 @@ * ===================================================================== SUBROUTINE CAXPY(N,CA,CX,INCX,CY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX CA diff --git a/BLAS/SRC/ccopy.f b/BLAS/SRC/ccopy.f index dfcf7e4052..2df742b2f5 100644 --- a/BLAS/SRC/ccopy.f +++ b/BLAS/SRC/ccopy.f @@ -65,8 +65,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -81,10 +79,9 @@ * ===================================================================== SUBROUTINE CCOPY(N,CX,INCX,CY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/cdotc.f b/BLAS/SRC/cdotc.f index 2c15a0fcd4..660436dcc0 100644 --- a/BLAS/SRC/cdotc.f +++ b/BLAS/SRC/cdotc.f @@ -67,8 +67,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -83,10 +81,9 @@ * ===================================================================== COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/cdotu.f b/BLAS/SRC/cdotu.f index 6c7dd754a6..a153518d6a 100644 --- a/BLAS/SRC/cdotu.f +++ b/BLAS/SRC/cdotu.f @@ -67,8 +67,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -83,10 +81,9 @@ * ===================================================================== COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/cgbmv.f b/BLAS/SRC/cgbmv.f index 3cf351969d..7ccd6792bb 100644 --- a/BLAS/SRC/cgbmv.f +++ b/BLAS/SRC/cgbmv.f @@ -165,8 +165,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE CGBMV(TRANS,M,N,KL,KU,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/cgemm.f b/BLAS/SRC/cgemm.f index cc636544dd..348726a854 100644 --- a/BLAS/SRC/cgemm.f +++ b/BLAS/SRC/cgemm.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE CGEMM(TRANSA,TRANSB,M,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/cgemv.f b/BLAS/SRC/cgemv.f index 99bcdcd1ab..9a29fe1bcc 100644 --- a/BLAS/SRC/cgemv.f +++ b/BLAS/SRC/cgemv.f @@ -136,8 +136,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -158,10 +156,9 @@ * ===================================================================== SUBROUTINE CGEMV(TRANS,M,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/cgerc.f b/BLAS/SRC/cgerc.f index f3f96a6a49..1721755dbc 100644 --- a/BLAS/SRC/cgerc.f +++ b/BLAS/SRC/cgerc.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE CGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/cgeru.f b/BLAS/SRC/cgeru.f index f8342b5bc2..50c6c1c23b 100644 --- a/BLAS/SRC/cgeru.f +++ b/BLAS/SRC/cgeru.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE CGERU(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/chbmv.f b/BLAS/SRC/chbmv.f index e25e6e2a72..d981e1d733 100644 --- a/BLAS/SRC/chbmv.f +++ b/BLAS/SRC/chbmv.f @@ -165,8 +165,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE CHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/chemm.f b/BLAS/SRC/chemm.f index 8cf94fa2b2..2b246ba96a 100644 --- a/BLAS/SRC/chemm.f +++ b/BLAS/SRC/chemm.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE CHEMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/chemv.f b/BLAS/SRC/chemv.f index be0f405c14..7712aadec5 100644 --- a/BLAS/SRC/chemv.f +++ b/BLAS/SRC/chemv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -154,10 +152,9 @@ * ===================================================================== SUBROUTINE CHEMV(UPLO,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/cher.f b/BLAS/SRC/cher.f index fde0c85511..1b0ae637a7 100644 --- a/BLAS/SRC/cher.f +++ b/BLAS/SRC/cher.f @@ -114,8 +114,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -135,10 +133,9 @@ * ===================================================================== SUBROUTINE CHER(UPLO,N,ALPHA,X,INCX,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/cher2.f b/BLAS/SRC/cher2.f index ca12834fc5..4a69746a7b 100644 --- a/BLAS/SRC/cher2.f +++ b/BLAS/SRC/cher2.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -150,10 +148,9 @@ * ===================================================================== SUBROUTINE CHER2(UPLO,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/cher2k.f b/BLAS/SRC/cher2k.f index fb9925d5dc..a03f7dfc89 100644 --- a/BLAS/SRC/cher2k.f +++ b/BLAS/SRC/cher2k.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -197,10 +195,9 @@ * ===================================================================== SUBROUTINE CHER2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/cherk.f b/BLAS/SRC/cherk.f index 79f40783c7..be346fc94a 100644 --- a/BLAS/SRC/cherk.f +++ b/BLAS/SRC/cherk.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE CHERK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/chpmv.f b/BLAS/SRC/chpmv.f index bc0026ae65..4c19b5c3d4 100644 --- a/BLAS/SRC/chpmv.f +++ b/BLAS/SRC/chpmv.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/chpr.f b/BLAS/SRC/chpr.f index 25df894974..f93f34e458 100644 --- a/BLAS/SRC/chpr.f +++ b/BLAS/SRC/chpr.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/chpr2.f b/BLAS/SRC/chpr2.f index 66ef2f290b..2bd5e26beb 100644 --- a/BLAS/SRC/chpr2.f +++ b/BLAS/SRC/chpr2.f @@ -124,8 +124,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/crotg.f b/BLAS/SRC/crotg.f index 751a60c8a6..01be542770 100644 --- a/BLAS/SRC/crotg.f +++ b/BLAS/SRC/crotg.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * * ===================================================================== SUBROUTINE CROTG(CA,CB,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX CA,CB,S diff --git a/BLAS/SRC/cscal.f b/BLAS/SRC/cscal.f index b896af93d6..e4ec8ef890 100644 --- a/BLAS/SRC/cscal.f +++ b/BLAS/SRC/cscal.f @@ -61,8 +61,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -78,10 +76,9 @@ * ===================================================================== SUBROUTINE CSCAL(N,CA,CX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX CA diff --git a/BLAS/SRC/csrot.f b/BLAS/SRC/csrot.f index aa8564e7fe..8137d7a916 100644 --- a/BLAS/SRC/csrot.f +++ b/BLAS/SRC/csrot.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level1 * * ===================================================================== SUBROUTINE CSROT( N, CX, INCX, CY, INCY, C, S ) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX, INCY, N diff --git a/BLAS/SRC/csscal.f b/BLAS/SRC/csscal.f index bc90c0d618..3353a457a3 100644 --- a/BLAS/SRC/csscal.f +++ b/BLAS/SRC/csscal.f @@ -61,8 +61,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -78,10 +76,9 @@ * ===================================================================== SUBROUTINE CSSCAL(N,SA,CX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL SA diff --git a/BLAS/SRC/cswap.f b/BLAS/SRC/cswap.f index 272acdfa44..03c162c3e7 100644 --- a/BLAS/SRC/cswap.f +++ b/BLAS/SRC/cswap.f @@ -65,8 +65,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_blas_level1 * *> \par Further Details: @@ -81,10 +79,9 @@ * ===================================================================== SUBROUTINE CSWAP(N,CX,INCX,CY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/csymm.f b/BLAS/SRC/csymm.f index 8f05264101..4ac838c2cd 100644 --- a/BLAS/SRC/csymm.f +++ b/BLAS/SRC/csymm.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE CSYMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/csyr2k.f b/BLAS/SRC/csyr2k.f index b321d092df..5c1ecfcea2 100644 --- a/BLAS/SRC/csyr2k.f +++ b/BLAS/SRC/csyr2k.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -188,10 +186,9 @@ * ===================================================================== SUBROUTINE CSYR2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/csyrk.f b/BLAS/SRC/csyrk.f index c25384ac5f..2602c186bd 100644 --- a/BLAS/SRC/csyrk.f +++ b/BLAS/SRC/csyrk.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE CSYRK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA,BETA diff --git a/BLAS/SRC/ctbmv.f b/BLAS/SRC/ctbmv.f index 205ab9c4e2..0f94f4291b 100644 --- a/BLAS/SRC/ctbmv.f +++ b/BLAS/SRC/ctbmv.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE CTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/ctbsv.f b/BLAS/SRC/ctbsv.f index 16050f1677..6c78b427f1 100644 --- a/BLAS/SRC/ctbsv.f +++ b/BLAS/SRC/ctbsv.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE CTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/ctpmv.f b/BLAS/SRC/ctpmv.f index e699791528..792d7b027d 100644 --- a/BLAS/SRC/ctpmv.f +++ b/BLAS/SRC/ctpmv.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/ctpsv.f b/BLAS/SRC/ctpsv.f index 2335ef502e..d8c2fd2413 100644 --- a/BLAS/SRC/ctpsv.f +++ b/BLAS/SRC/ctpsv.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE CTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/ctrmm.f b/BLAS/SRC/ctrmm.f index 6f79d066da..4c1996ff77 100644 --- a/BLAS/SRC/ctrmm.f +++ b/BLAS/SRC/ctrmm.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE CTRMM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/ctrmv.f b/BLAS/SRC/ctrmv.f index 1eec65be1a..a71c9bb065 100644 --- a/BLAS/SRC/ctrmv.f +++ b/BLAS/SRC/ctrmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE CTRMV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/ctrsm.f b/BLAS/SRC/ctrsm.f index 2c2aff020c..5c7823d7f0 100644 --- a/BLAS/SRC/ctrsm.f +++ b/BLAS/SRC/ctrsm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level3 * *> \par Further Details: @@ -180,10 +178,9 @@ * ===================================================================== SUBROUTINE CTRSM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX ALPHA diff --git a/BLAS/SRC/ctrsv.f b/BLAS/SRC/ctrsv.f index 81c08240f4..719a33b6df 100644 --- a/BLAS/SRC/ctrsv.f +++ b/BLAS/SRC/ctrsv.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_blas_level2 * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE CTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/dasum.f b/BLAS/SRC/dasum.f index fa0d55e3f6..6491102cee 100644 --- a/BLAS/SRC/dasum.f +++ b/BLAS/SRC/dasum.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -71,10 +69,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DASUM(N,DX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/daxpy.f b/BLAS/SRC/daxpy.f index 4646737221..48a0ba35a4 100644 --- a/BLAS/SRC/daxpy.f +++ b/BLAS/SRC/daxpy.f @@ -73,8 +73,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -89,10 +87,9 @@ * ===================================================================== SUBROUTINE DAXPY(N,DA,DX,INCX,DY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION DA diff --git a/BLAS/SRC/dcabs1.f b/BLAS/SRC/dcabs1.f index 95016bdbaa..dc2ee41fd3 100644 --- a/BLAS/SRC/dcabs1.f +++ b/BLAS/SRC/dcabs1.f @@ -40,17 +40,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * * ===================================================================== DOUBLE PRECISION FUNCTION DCABS1(Z) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX*16 Z diff --git a/BLAS/SRC/dcopy.f b/BLAS/SRC/dcopy.f index d7c350b428..3bd40723f2 100644 --- a/BLAS/SRC/dcopy.f +++ b/BLAS/SRC/dcopy.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== SUBROUTINE DCOPY(N,DX,INCX,DY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/ddot.f b/BLAS/SRC/ddot.f index 0edf2120f2..48228332bf 100644 --- a/BLAS/SRC/ddot.f +++ b/BLAS/SRC/ddot.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DDOT(N,DX,INCX,DY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/dgbmv.f b/BLAS/SRC/dgbmv.f index 29fb54343b..26e73f99a3 100644 --- a/BLAS/SRC/dgbmv.f +++ b/BLAS/SRC/dgbmv.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE DGBMV(TRANS,M,N,KL,KU,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dgemm.f b/BLAS/SRC/dgemm.f index ba5f6b819c..b1e22036f4 100644 --- a/BLAS/SRC/dgemm.f +++ b/BLAS/SRC/dgemm.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE DGEMM(TRANSA,TRANSB,M,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dgemv.f b/BLAS/SRC/dgemv.f index 08e395b1cd..01a1f0e8f4 100644 --- a/BLAS/SRC/dgemv.f +++ b/BLAS/SRC/dgemv.f @@ -134,8 +134,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -156,10 +154,9 @@ * ===================================================================== SUBROUTINE DGEMV(TRANS,M,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dger.f b/BLAS/SRC/dger.f index bdc8ef4349..3725212b2a 100644 --- a/BLAS/SRC/dger.f +++ b/BLAS/SRC/dger.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE DGER(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dnrm2.f b/BLAS/SRC/dnrm2.f index 9e069feaa0..717bdba24f 100644 --- a/BLAS/SRC/dnrm2.f +++ b/BLAS/SRC/dnrm2.f @@ -57,8 +57,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -74,10 +72,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DNRM2(N,X,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/drot.f b/BLAS/SRC/drot.f index abc90cd18b..e3c28ff4c5 100644 --- a/BLAS/SRC/drot.f +++ b/BLAS/SRC/drot.f @@ -76,8 +76,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -92,10 +90,9 @@ * ===================================================================== SUBROUTINE DROT(N,DX,INCX,DY,INCY,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION C,S diff --git a/BLAS/SRC/drotg.f b/BLAS/SRC/drotg.f index d0d03551a7..bcaec27f5e 100644 --- a/BLAS/SRC/drotg.f +++ b/BLAS/SRC/drotg.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -69,10 +67,9 @@ * ===================================================================== SUBROUTINE DROTG(DA,DB,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION C,DA,DB,S diff --git a/BLAS/SRC/drotm.f b/BLAS/SRC/drotm.f index fc5d8fcb98..aa97ecf008 100644 --- a/BLAS/SRC/drotm.f +++ b/BLAS/SRC/drotm.f @@ -89,17 +89,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * * ===================================================================== SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/drotmg.f b/BLAS/SRC/drotmg.f index 9adf1635cc..ebe4ca681d 100644 --- a/BLAS/SRC/drotmg.f +++ b/BLAS/SRC/drotmg.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * * ===================================================================== SUBROUTINE DROTMG(DD1,DD2,DX1,DY1,DPARAM) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION DD1,DD2,DX1,DY1 diff --git a/BLAS/SRC/dsbmv.f b/BLAS/SRC/dsbmv.f index 0f7c694068..e6315d3cae 100644 --- a/BLAS/SRC/dsbmv.f +++ b/BLAS/SRC/dsbmv.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -184,10 +182,9 @@ * ===================================================================== SUBROUTINE DSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dscal.f b/BLAS/SRC/dscal.f index 5f8b0927ca..f056bcf329 100644 --- a/BLAS/SRC/dscal.f +++ b/BLAS/SRC/dscal.f @@ -62,8 +62,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -79,10 +77,9 @@ * ===================================================================== SUBROUTINE DSCAL(N,DA,DX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION DA diff --git a/BLAS/SRC/dsdot.f b/BLAS/SRC/dsdot.f index f9cb498025..5305a8523c 100644 --- a/BLAS/SRC/dsdot.f +++ b/BLAS/SRC/dsdot.f @@ -84,8 +84,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DSDOT(N,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/dspmv.f b/BLAS/SRC/dspmv.f index 6e26c0f4f8..4d7cd324c0 100644 --- a/BLAS/SRC/dspmv.f +++ b/BLAS/SRC/dspmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dspr.f b/BLAS/SRC/dspr.f index f9d709e2d9..0f0c0f173b 100644 --- a/BLAS/SRC/dspr.f +++ b/BLAS/SRC/dspr.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dspr2.f b/BLAS/SRC/dspr2.f index 175d8e84c5..c52ed4be86 100644 --- a/BLAS/SRC/dspr2.f +++ b/BLAS/SRC/dspr2.f @@ -121,8 +121,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dswap.f b/BLAS/SRC/dswap.f index e09cabcffd..e00c8fef73 100644 --- a/BLAS/SRC/dswap.f +++ b/BLAS/SRC/dswap.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== SUBROUTINE DSWAP(N,DX,INCX,DY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/dsymm.f b/BLAS/SRC/dsymm.f index 622d2469f1..136333dd51 100644 --- a/BLAS/SRC/dsymm.f +++ b/BLAS/SRC/dsymm.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE DSYMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dsymv.f b/BLAS/SRC/dsymv.f index 4bf973f10a..27c0595ca4 100644 --- a/BLAS/SRC/dsymv.f +++ b/BLAS/SRC/dsymv.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -152,10 +150,9 @@ * ===================================================================== SUBROUTINE DSYMV(UPLO,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dsyr.f b/BLAS/SRC/dsyr.f index 7fe256fa56..4e0ff67172 100644 --- a/BLAS/SRC/dsyr.f +++ b/BLAS/SRC/dsyr.f @@ -111,8 +111,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE DSYR(UPLO,N,ALPHA,X,INCX,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dsyr2.f b/BLAS/SRC/dsyr2.f index 8970c4dcfd..496dc7ea4c 100644 --- a/BLAS/SRC/dsyr2.f +++ b/BLAS/SRC/dsyr2.f @@ -126,8 +126,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE DSYR2(UPLO,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dsyr2k.f b/BLAS/SRC/dsyr2k.f index f3a5940c7f..478486961f 100644 --- a/BLAS/SRC/dsyr2k.f +++ b/BLAS/SRC/dsyr2k.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE DSYR2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dsyrk.f b/BLAS/SRC/dsyrk.f index 4be4d8d3c4..f437cb6921 100644 --- a/BLAS/SRC/dsyrk.f +++ b/BLAS/SRC/dsyrk.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -169,10 +167,9 @@ * ===================================================================== SUBROUTINE DSYRK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/dtbmv.f b/BLAS/SRC/dtbmv.f index e27d50f2c2..d01b6c3ebe 100644 --- a/BLAS/SRC/dtbmv.f +++ b/BLAS/SRC/dtbmv.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE DTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/dtbsv.f b/BLAS/SRC/dtbsv.f index d8c6f144ce..827f47cc98 100644 --- a/BLAS/SRC/dtbsv.f +++ b/BLAS/SRC/dtbsv.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE DTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/dtpmv.f b/BLAS/SRC/dtpmv.f index bad91f32e2..58f086126a 100644 --- a/BLAS/SRC/dtpmv.f +++ b/BLAS/SRC/dtpmv.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/dtpsv.f b/BLAS/SRC/dtpsv.f index abcd0770c9..946986fc69 100644 --- a/BLAS/SRC/dtpsv.f +++ b/BLAS/SRC/dtpsv.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/dtrmm.f b/BLAS/SRC/dtrmm.f index 0241c4d146..39789efdab 100644 --- a/BLAS/SRC/dtrmm.f +++ b/BLAS/SRC/dtrmm.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE DTRMM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dtrmv.f b/BLAS/SRC/dtrmv.f index 11c12ac724..fecdd989df 100644 --- a/BLAS/SRC/dtrmv.f +++ b/BLAS/SRC/dtrmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE DTRMV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/dtrsm.f b/BLAS/SRC/dtrsm.f index 5a92bcafd0..4fe97fbb3b 100644 --- a/BLAS/SRC/dtrsm.f +++ b/BLAS/SRC/dtrsm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level3 * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE DTRSM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/dtrsv.f b/BLAS/SRC/dtrsv.f index 331f1d4311..89131c8635 100644 --- a/BLAS/SRC/dtrsv.f +++ b/BLAS/SRC/dtrsv.f @@ -136,17 +136,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level1 * * ===================================================================== SUBROUTINE DTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/dzasum.f b/BLAS/SRC/dzasum.f index b3a46ca30e..6955247898 100644 --- a/BLAS/SRC/dzasum.f +++ b/BLAS/SRC/dzasum.f @@ -55,8 +55,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -72,10 +70,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DZASUM(N,ZX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/dznrm2.f b/BLAS/SRC/dznrm2.f index f868c16e42..edbfee30fa 100644 --- a/BLAS/SRC/dznrm2.f +++ b/BLAS/SRC/dznrm2.f @@ -58,8 +58,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DZNRM2(N,X,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/icamax.f b/BLAS/SRC/icamax.f index 02bc90ae49..fcde118877 100644 --- a/BLAS/SRC/icamax.f +++ b/BLAS/SRC/icamax.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup aux_blas * *> \par Further Details: @@ -71,10 +69,9 @@ * ===================================================================== INTEGER FUNCTION ICAMAX(N,CX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/idamax.f b/BLAS/SRC/idamax.f index 1578ea9503..cd74fb747f 100644 --- a/BLAS/SRC/idamax.f +++ b/BLAS/SRC/idamax.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup aux_blas * *> \par Further Details: @@ -71,10 +69,9 @@ * ===================================================================== INTEGER FUNCTION IDAMAX(N,DX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/isamax.f b/BLAS/SRC/isamax.f index 5aaa50e4bf..0a4136f60a 100644 --- a/BLAS/SRC/isamax.f +++ b/BLAS/SRC/isamax.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup aux_blas * *> \par Further Details: @@ -71,10 +69,9 @@ * ===================================================================== INTEGER FUNCTION ISAMAX(N,SX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/izamax.f b/BLAS/SRC/izamax.f index c0aabb7bcc..893fd01a3e 100644 --- a/BLAS/SRC/izamax.f +++ b/BLAS/SRC/izamax.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup aux_blas * *> \par Further Details: @@ -71,10 +69,9 @@ * ===================================================================== INTEGER FUNCTION IZAMAX(N,ZX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/lsame.f b/BLAS/SRC/lsame.f index d819478696..6aa4007065 100644 --- a/BLAS/SRC/lsame.f +++ b/BLAS/SRC/lsame.f @@ -46,17 +46,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_blas * * ===================================================================== LOGICAL FUNCTION LSAME(CA,CB) * -* -- Reference BLAS level1 routine (version 3.1) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS 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 CA,CB diff --git a/BLAS/SRC/sasum.f b/BLAS/SRC/sasum.f index ba363820ee..6dfa917a36 100644 --- a/BLAS/SRC/sasum.f +++ b/BLAS/SRC/sasum.f @@ -55,8 +55,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -72,10 +70,9 @@ * ===================================================================== REAL FUNCTION SASUM(N,SX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/saxpy.f b/BLAS/SRC/saxpy.f index bf49818d2a..546e9a6e84 100644 --- a/BLAS/SRC/saxpy.f +++ b/BLAS/SRC/saxpy.f @@ -73,8 +73,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -89,10 +87,9 @@ * ===================================================================== SUBROUTINE SAXPY(N,SA,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL SA diff --git a/BLAS/SRC/scabs1.f b/BLAS/SRC/scabs1.f index 23036412ee..5f070b8f5e 100644 --- a/BLAS/SRC/scabs1.f +++ b/BLAS/SRC/scabs1.f @@ -39,17 +39,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * * ===================================================================== REAL FUNCTION SCABS1(Z) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX Z diff --git a/BLAS/SRC/scasum.f b/BLAS/SRC/scasum.f index 738b2ef15e..0c2df0f70d 100644 --- a/BLAS/SRC/scasum.f +++ b/BLAS/SRC/scasum.f @@ -55,8 +55,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -72,10 +70,9 @@ * ===================================================================== REAL FUNCTION SCASUM(N,CX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/scnrm2.f b/BLAS/SRC/scnrm2.f index 9fd7c661c3..4719f9ac93 100644 --- a/BLAS/SRC/scnrm2.f +++ b/BLAS/SRC/scnrm2.f @@ -58,8 +58,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== REAL FUNCTION SCNRM2(N,X,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/scopy.f b/BLAS/SRC/scopy.f index 8406ba5a50..659af9ada2 100644 --- a/BLAS/SRC/scopy.f +++ b/BLAS/SRC/scopy.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== SUBROUTINE SCOPY(N,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/sdot.f b/BLAS/SRC/sdot.f index 3d26f83080..79f4dffec9 100644 --- a/BLAS/SRC/sdot.f +++ b/BLAS/SRC/sdot.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== REAL FUNCTION SDOT(N,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/sdsdot.f b/BLAS/SRC/sdsdot.f index a491e69822..eaad29f0e7 100644 --- a/BLAS/SRC/sdsdot.f +++ b/BLAS/SRC/sdsdot.f @@ -82,8 +82,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -113,10 +111,9 @@ * ===================================================================== REAL FUNCTION SDSDOT(N,SB,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL SB diff --git a/BLAS/SRC/sgbmv.f b/BLAS/SRC/sgbmv.f index df13b588f7..88140a1784 100644 --- a/BLAS/SRC/sgbmv.f +++ b/BLAS/SRC/sgbmv.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE SGBMV(TRANS,M,N,KL,KU,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/sgemm.f b/BLAS/SRC/sgemm.f index a67f80eeff..c2d8a8c102 100644 --- a/BLAS/SRC/sgemm.f +++ b/BLAS/SRC/sgemm.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE SGEMM(TRANSA,TRANSB,M,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/sgemv.f b/BLAS/SRC/sgemv.f index a76913860f..34cd02d07f 100644 --- a/BLAS/SRC/sgemv.f +++ b/BLAS/SRC/sgemv.f @@ -134,8 +134,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -156,10 +154,9 @@ * ===================================================================== SUBROUTINE SGEMV(TRANS,M,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/sger.f b/BLAS/SRC/sger.f index 7dbff21d32..ee0e2e028d 100644 --- a/BLAS/SRC/sger.f +++ b/BLAS/SRC/sger.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE SGER(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/snrm2.f b/BLAS/SRC/snrm2.f index b8799f1d17..3190655911 100644 --- a/BLAS/SRC/snrm2.f +++ b/BLAS/SRC/snrm2.f @@ -57,8 +57,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -74,10 +72,9 @@ * ===================================================================== REAL FUNCTION SNRM2(N,X,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/srot.f b/BLAS/SRC/srot.f index 22c1b8b609..b1944a26c8 100644 --- a/BLAS/SRC/srot.f +++ b/BLAS/SRC/srot.f @@ -76,8 +76,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -92,10 +90,9 @@ * ===================================================================== SUBROUTINE SROT(N,SX,INCX,SY,INCY,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL C,S diff --git a/BLAS/SRC/srotg.f b/BLAS/SRC/srotg.f index 10bb4fbb77..bd101edf25 100644 --- a/BLAS/SRC/srotg.f +++ b/BLAS/SRC/srotg.f @@ -54,8 +54,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -69,10 +67,9 @@ * ===================================================================== SUBROUTINE SROTG(SA,SB,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL C,S,SA,SB diff --git a/BLAS/SRC/srotm.f b/BLAS/SRC/srotm.f index 99e0281851..aa4f982bd8 100644 --- a/BLAS/SRC/srotm.f +++ b/BLAS/SRC/srotm.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * * ===================================================================== SUBROUTINE SROTM(N,SX,INCX,SY,INCY,SPARAM) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/srotmg.f b/BLAS/SRC/srotmg.f index c342a9e53a..5780a29e61 100644 --- a/BLAS/SRC/srotmg.f +++ b/BLAS/SRC/srotmg.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * * ===================================================================== SUBROUTINE SROTMG(SD1,SD2,SX1,SY1,SPARAM) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL SD1,SD2,SX1,SY1 diff --git a/BLAS/SRC/ssbmv.f b/BLAS/SRC/ssbmv.f index f0e2100523..e7e36cd753 100644 --- a/BLAS/SRC/ssbmv.f +++ b/BLAS/SRC/ssbmv.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -184,10 +182,9 @@ * ===================================================================== SUBROUTINE SSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/sscal.f b/BLAS/SRC/sscal.f index 14d702178d..854fcbb8d6 100644 --- a/BLAS/SRC/sscal.f +++ b/BLAS/SRC/sscal.f @@ -62,8 +62,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -79,10 +77,9 @@ * ===================================================================== SUBROUTINE SSCAL(N,SA,SX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. REAL SA diff --git a/BLAS/SRC/sspmv.f b/BLAS/SRC/sspmv.f index 39fe2776ac..3af954031c 100644 --- a/BLAS/SRC/sspmv.f +++ b/BLAS/SRC/sspmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/sspr.f b/BLAS/SRC/sspr.f index 79df3c28bf..0f0b406d95 100644 --- a/BLAS/SRC/sspr.f +++ b/BLAS/SRC/sspr.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/sspr2.f b/BLAS/SRC/sspr2.f index da33c6cdca..6266da35ef 100644 --- a/BLAS/SRC/sspr2.f +++ b/BLAS/SRC/sspr2.f @@ -121,8 +121,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/sswap.f b/BLAS/SRC/sswap.f index fee7df20e1..008393b3ae 100644 --- a/BLAS/SRC/sswap.f +++ b/BLAS/SRC/sswap.f @@ -66,8 +66,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_blas_level1 * *> \par Further Details: @@ -82,10 +80,9 @@ * ===================================================================== SUBROUTINE SSWAP(N,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/ssymm.f b/BLAS/SRC/ssymm.f index 6263c17565..ca1d49b740 100644 --- a/BLAS/SRC/ssymm.f +++ b/BLAS/SRC/ssymm.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE SSYMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/ssymv.f b/BLAS/SRC/ssymv.f index d3c4c38ca8..ae5348e2df 100644 --- a/BLAS/SRC/ssymv.f +++ b/BLAS/SRC/ssymv.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -152,10 +150,9 @@ * ===================================================================== SUBROUTINE SSYMV(UPLO,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/ssyr.f b/BLAS/SRC/ssyr.f index bdc39449ed..423e465747 100644 --- a/BLAS/SRC/ssyr.f +++ b/BLAS/SRC/ssyr.f @@ -111,8 +111,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE SSYR(UPLO,N,ALPHA,X,INCX,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/ssyr2.f b/BLAS/SRC/ssyr2.f index d2dcf8d72e..d6363b5f08 100644 --- a/BLAS/SRC/ssyr2.f +++ b/BLAS/SRC/ssyr2.f @@ -126,8 +126,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE SSYR2(UPLO,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/ssyr2k.f b/BLAS/SRC/ssyr2k.f index b271fdcd77..7705c9fa23 100644 --- a/BLAS/SRC/ssyr2k.f +++ b/BLAS/SRC/ssyr2k.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE SSYR2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/ssyrk.f b/BLAS/SRC/ssyrk.f index abaddf99d1..3345dab4d0 100644 --- a/BLAS/SRC/ssyrk.f +++ b/BLAS/SRC/ssyrk.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -169,10 +167,9 @@ * ===================================================================== SUBROUTINE SSYRK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA,BETA diff --git a/BLAS/SRC/stbmv.f b/BLAS/SRC/stbmv.f index a714f2059d..c1416bb98a 100644 --- a/BLAS/SRC/stbmv.f +++ b/BLAS/SRC/stbmv.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE STBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/stbsv.f b/BLAS/SRC/stbsv.f index 721b80494f..ce48eed887 100644 --- a/BLAS/SRC/stbsv.f +++ b/BLAS/SRC/stbsv.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE STBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/stpmv.f b/BLAS/SRC/stpmv.f index 833f808bdf..a2391ae120 100644 --- a/BLAS/SRC/stpmv.f +++ b/BLAS/SRC/stpmv.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/stpsv.f b/BLAS/SRC/stpsv.f index fe1f40780c..06ee2a1f96 100644 --- a/BLAS/SRC/stpsv.f +++ b/BLAS/SRC/stpsv.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/strmm.f b/BLAS/SRC/strmm.f index e11330ae3d..217e5acade 100644 --- a/BLAS/SRC/strmm.f +++ b/BLAS/SRC/strmm.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE STRMM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/strmv.f b/BLAS/SRC/strmv.f index e9f681e89d..d635c219d5 100644 --- a/BLAS/SRC/strmv.f +++ b/BLAS/SRC/strmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE STRMV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/strsm.f b/BLAS/SRC/strsm.f index aa805f6b6c..8f3c4aadf6 100644 --- a/BLAS/SRC/strsm.f +++ b/BLAS/SRC/strsm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level3 * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE STRSM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. REAL ALPHA diff --git a/BLAS/SRC/strsv.f b/BLAS/SRC/strsv.f index d9e41e7633..eb9bf172b4 100644 --- a/BLAS/SRC/strsv.f +++ b/BLAS/SRC/strsv.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_blas_level2 * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE STRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/xerbla.f b/BLAS/SRC/xerbla.f index bbe6cceb2b..0d73705fad 100644 --- a/BLAS/SRC/xerbla.f +++ b/BLAS/SRC/xerbla.f @@ -53,17 +53,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_blas * * ===================================================================== SUBROUTINE XERBLA( SRNAME, INFO ) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS 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*(*) SRNAME diff --git a/BLAS/SRC/xerbla_array.f b/BLAS/SRC/xerbla_array.f index df4e627381..796107015b 100644 --- a/BLAS/SRC/xerbla_array.f +++ b/BLAS/SRC/xerbla_array.f @@ -73,17 +73,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_blas * * ===================================================================== SUBROUTINE XERBLA_ARRAY(SRNAME_ARRAY, SRNAME_LEN, INFO) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER SRNAME_LEN, INFO diff --git a/BLAS/SRC/zaxpy.f b/BLAS/SRC/zaxpy.f index d670a2b78d..b1b88f9b92 100644 --- a/BLAS/SRC/zaxpy.f +++ b/BLAS/SRC/zaxpy.f @@ -72,8 +72,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -88,10 +86,9 @@ * ===================================================================== SUBROUTINE ZAXPY(N,ZA,ZX,INCX,ZY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX*16 ZA diff --git a/BLAS/SRC/zcopy.f b/BLAS/SRC/zcopy.f index 5106916ac1..d34df40297 100644 --- a/BLAS/SRC/zcopy.f +++ b/BLAS/SRC/zcopy.f @@ -65,8 +65,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -81,10 +79,9 @@ * ===================================================================== SUBROUTINE ZCOPY(N,ZX,INCX,ZY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/zdotc.f b/BLAS/SRC/zdotc.f index 3ad3351ba5..0e0d87dbf1 100644 --- a/BLAS/SRC/zdotc.f +++ b/BLAS/SRC/zdotc.f @@ -67,8 +67,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -83,10 +81,9 @@ * ===================================================================== COMPLEX*16 FUNCTION ZDOTC(N,ZX,INCX,ZY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/zdotu.f b/BLAS/SRC/zdotu.f index 4318b422a2..077aeffad9 100644 --- a/BLAS/SRC/zdotu.f +++ b/BLAS/SRC/zdotu.f @@ -67,8 +67,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -83,10 +81,9 @@ * ===================================================================== COMPLEX*16 FUNCTION ZDOTU(N,ZX,INCX,ZY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/zdrot.f b/BLAS/SRC/zdrot.f index b85e86eac9..a3b0bab01e 100644 --- a/BLAS/SRC/zdrot.f +++ b/BLAS/SRC/zdrot.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level1 * * ===================================================================== SUBROUTINE ZDROT( N, ZX, INCX, ZY, INCY, C, S ) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX, INCY, N diff --git a/BLAS/SRC/zdscal.f b/BLAS/SRC/zdscal.f index a87a28fad3..9a79ca6145 100644 --- a/BLAS/SRC/zdscal.f +++ b/BLAS/SRC/zdscal.f @@ -61,8 +61,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -78,10 +76,9 @@ * ===================================================================== SUBROUTINE ZDSCAL(N,DA,ZX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION DA diff --git a/BLAS/SRC/zgbmv.f b/BLAS/SRC/zgbmv.f index 7303df879e..43650ecac1 100644 --- a/BLAS/SRC/zgbmv.f +++ b/BLAS/SRC/zgbmv.f @@ -165,8 +165,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE ZGBMV(TRANS,M,N,KL,KU,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zgemm.f b/BLAS/SRC/zgemm.f index 8135d8cc17..ca18d6d8a9 100644 --- a/BLAS/SRC/zgemm.f +++ b/BLAS/SRC/zgemm.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE ZGEMM(TRANSA,TRANSB,M,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zgemv.f b/BLAS/SRC/zgemv.f index 7088d383f4..eee461f3cb 100644 --- a/BLAS/SRC/zgemv.f +++ b/BLAS/SRC/zgemv.f @@ -136,8 +136,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -158,10 +156,9 @@ * ===================================================================== SUBROUTINE ZGEMV(TRANS,M,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zgerc.f b/BLAS/SRC/zgerc.f index 058dccfc1c..428f4c87da 100644 --- a/BLAS/SRC/zgerc.f +++ b/BLAS/SRC/zgerc.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE ZGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/zgeru.f b/BLAS/SRC/zgeru.f index 683a778d50..b538c0588d 100644 --- a/BLAS/SRC/zgeru.f +++ b/BLAS/SRC/zgeru.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE ZGERU(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/zhbmv.f b/BLAS/SRC/zhbmv.f index 19d8f7d458..8edeffce28 100644 --- a/BLAS/SRC/zhbmv.f +++ b/BLAS/SRC/zhbmv.f @@ -165,8 +165,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE ZHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zhemm.f b/BLAS/SRC/zhemm.f index d63778b75e..278cd8b968 100644 --- a/BLAS/SRC/zhemm.f +++ b/BLAS/SRC/zhemm.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE ZHEMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zhemv.f b/BLAS/SRC/zhemv.f index 3ea0753f40..c675defbab 100644 --- a/BLAS/SRC/zhemv.f +++ b/BLAS/SRC/zhemv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -154,10 +152,9 @@ * ===================================================================== SUBROUTINE ZHEMV(UPLO,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zher.f b/BLAS/SRC/zher.f index 5e0c89634e..992a94cfa5 100644 --- a/BLAS/SRC/zher.f +++ b/BLAS/SRC/zher.f @@ -114,8 +114,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -135,10 +133,9 @@ * ===================================================================== SUBROUTINE ZHER(UPLO,N,ALPHA,X,INCX,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/zher2.f b/BLAS/SRC/zher2.f index e3a383189d..cd36656f0f 100644 --- a/BLAS/SRC/zher2.f +++ b/BLAS/SRC/zher2.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -150,10 +148,9 @@ * ===================================================================== SUBROUTINE ZHER2(UPLO,N,ALPHA,X,INCX,Y,INCY,A,LDA) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/zher2k.f b/BLAS/SRC/zher2k.f index 474c65e575..e19a41f9ba 100644 --- a/BLAS/SRC/zher2k.f +++ b/BLAS/SRC/zher2k.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -198,10 +196,9 @@ * ===================================================================== SUBROUTINE ZHER2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/zherk.f b/BLAS/SRC/zherk.f index 0d11f227bf..b962099a56 100644 --- a/BLAS/SRC/zherk.f +++ b/BLAS/SRC/zherk.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE ZHERK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA,BETA diff --git a/BLAS/SRC/zhpmv.f b/BLAS/SRC/zhpmv.f index 9bd3ea45a8..9d59226e90 100644 --- a/BLAS/SRC/zhpmv.f +++ b/BLAS/SRC/zhpmv.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zhpr.f b/BLAS/SRC/zhpr.f index af82dfbd8c..44d0c75a06 100644 --- a/BLAS/SRC/zhpr.f +++ b/BLAS/SRC/zhpr.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA diff --git a/BLAS/SRC/zhpr2.f b/BLAS/SRC/zhpr2.f index 1b0fd3aac6..91deeb2b55 100644 --- a/BLAS/SRC/zhpr2.f +++ b/BLAS/SRC/zhpr2.f @@ -124,8 +124,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/zrotg.f b/BLAS/SRC/zrotg.f index 6399daf202..de30974409 100644 --- a/BLAS/SRC/zrotg.f +++ b/BLAS/SRC/zrotg.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * * ===================================================================== SUBROUTINE ZROTG(CA,CB,C,S) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX*16 CA,CB,S diff --git a/BLAS/SRC/zscal.f b/BLAS/SRC/zscal.f index c52f62258e..60e0b94c59 100644 --- a/BLAS/SRC/zscal.f +++ b/BLAS/SRC/zscal.f @@ -61,8 +61,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -78,10 +76,9 @@ * ===================================================================== SUBROUTINE ZSCAL(N,ZA,ZX,INCX) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. COMPLEX*16 ZA diff --git a/BLAS/SRC/zswap.f b/BLAS/SRC/zswap.f index 6fd2d7fe8c..a9c788a23e 100644 --- a/BLAS/SRC/zswap.f +++ b/BLAS/SRC/zswap.f @@ -65,8 +65,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_blas_level1 * *> \par Further Details: @@ -81,10 +79,9 @@ * ===================================================================== SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY) * -* -- Reference BLAS level1 routine (version 3.8.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX,INCY,N diff --git a/BLAS/SRC/zsymm.f b/BLAS/SRC/zsymm.f index bd37934aee..7b191d0338 100644 --- a/BLAS/SRC/zsymm.f +++ b/BLAS/SRC/zsymm.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE ZSYMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zsyr2k.f b/BLAS/SRC/zsyr2k.f index 92bbfeeb5c..68e518e782 100644 --- a/BLAS/SRC/zsyr2k.f +++ b/BLAS/SRC/zsyr2k.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -188,10 +186,9 @@ * ===================================================================== SUBROUTINE ZSYR2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/zsyrk.f b/BLAS/SRC/zsyrk.f index 122539f58e..7281548641 100644 --- a/BLAS/SRC/zsyrk.f +++ b/BLAS/SRC/zsyrk.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE ZSYRK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA,BETA diff --git a/BLAS/SRC/ztbmv.f b/BLAS/SRC/ztbmv.f index a4d9c2ed1b..fc0dafbbc1 100644 --- a/BLAS/SRC/ztbmv.f +++ b/BLAS/SRC/ztbmv.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE ZTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/ztbsv.f b/BLAS/SRC/ztbsv.f index eaf8500468..57b87a9b8b 100644 --- a/BLAS/SRC/ztbsv.f +++ b/BLAS/SRC/ztbsv.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE ZTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,K,LDA,N diff --git a/BLAS/SRC/ztpmv.f b/BLAS/SRC/ztpmv.f index 65aa2a0abc..cd7014314c 100644 --- a/BLAS/SRC/ztpmv.f +++ b/BLAS/SRC/ztpmv.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE ZTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/ztpsv.f b/BLAS/SRC/ztpsv.f index 538888424a..47fcc2636f 100644 --- a/BLAS/SRC/ztpsv.f +++ b/BLAS/SRC/ztpsv.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE ZTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,N diff --git a/BLAS/SRC/ztrmm.f b/BLAS/SRC/ztrmm.f index 0f445f52a7..62b1c5e54a 100644 --- a/BLAS/SRC/ztrmm.f +++ b/BLAS/SRC/ztrmm.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE ZTRMM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/ztrmv.f b/BLAS/SRC/ztrmv.f index 52d1ae6799..e5a4a5ce62 100644 --- a/BLAS/SRC/ztrmv.f +++ b/BLAS/SRC/ztrmv.f @@ -125,8 +125,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE ZTRMV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/SRC/ztrsm.f b/BLAS/SRC/ztrsm.f index 46a6afc77d..a4e92f015e 100644 --- a/BLAS/SRC/ztrsm.f +++ b/BLAS/SRC/ztrsm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level3 * *> \par Further Details: @@ -180,10 +178,9 @@ * ===================================================================== SUBROUTINE ZTRSM(SIDE,UPLO,TRANSA,DIAG,M,N,ALPHA,A,LDA,B,LDB) * -* -- Reference BLAS level3 routine (version 3.7.0) -- +* -- Reference BLAS level3 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. COMPLEX*16 ALPHA diff --git a/BLAS/SRC/ztrsv.f b/BLAS/SRC/ztrsv.f index ba7aa35c31..0f17a8b3b7 100644 --- a/BLAS/SRC/ztrsv.f +++ b/BLAS/SRC/ztrsv.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_blas_level2 * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE ZTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX) * -* -- Reference BLAS level2 routine (version 3.7.0) -- +* -- Reference BLAS level2 routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. INTEGER INCX,LDA,N diff --git a/BLAS/TESTING/cblat1.f b/BLAS/TESTING/cblat1.f index 4f682cf6dd..6a1f02e7b7 100644 --- a/BLAS/TESTING/cblat1.f +++ b/BLAS/TESTING/cblat1.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_blas_testing * * ===================================================================== PROGRAM CBLAT1 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/cblat2.f b/BLAS/TESTING/cblat2.f index 8c7bac48ea..87972dbc2d 100644 --- a/BLAS/TESTING/cblat2.f +++ b/BLAS/TESTING/cblat2.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_blas_testing * * ===================================================================== PROGRAM CBLAT2 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/cblat3.f b/BLAS/TESTING/cblat3.f index a65e1364cf..984939118c 100644 --- a/BLAS/TESTING/cblat3.f +++ b/BLAS/TESTING/cblat3.f @@ -78,17 +78,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_blas_testing * * ===================================================================== PROGRAM CBLAT3 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/dblat1.f b/BLAS/TESTING/dblat1.f index e3905e6aa9..f7518ee5d0 100644 --- a/BLAS/TESTING/dblat1.f +++ b/BLAS/TESTING/dblat1.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_blas_testing * * ===================================================================== PROGRAM DBLAT1 * -* -- Reference BLAS test routine (version 3.8.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/dblat2.f b/BLAS/TESTING/dblat2.f index 9bbbe9792b..22a1cf12ae 100644 --- a/BLAS/TESTING/dblat2.f +++ b/BLAS/TESTING/dblat2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_blas_testing * * ===================================================================== PROGRAM DBLAT2 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/dblat3.f b/BLAS/TESTING/dblat3.f index 1ebec4ffa6..e130347e16 100644 --- a/BLAS/TESTING/dblat3.f +++ b/BLAS/TESTING/dblat3.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_blas_testing * * ===================================================================== PROGRAM DBLAT3 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/sblat1.f b/BLAS/TESTING/sblat1.f index 433e0f91d9..6727f2dbcd 100644 --- a/BLAS/TESTING/sblat1.f +++ b/BLAS/TESTING/sblat1.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_blas_testing * * ===================================================================== PROGRAM SBLAT1 * -* -- Reference BLAS test routine (version 3.8.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/sblat2.f b/BLAS/TESTING/sblat2.f index 56ead8640d..16d1c04e94 100644 --- a/BLAS/TESTING/sblat2.f +++ b/BLAS/TESTING/sblat2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_blas_testing * * ===================================================================== PROGRAM SBLAT2 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/sblat3.f b/BLAS/TESTING/sblat3.f index 66edac14ea..a304b39170 100644 --- a/BLAS/TESTING/sblat3.f +++ b/BLAS/TESTING/sblat3.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_blas_testing * * ===================================================================== PROGRAM SBLAT3 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/zblat1.f b/BLAS/TESTING/zblat1.f index 9147e7f780..4b8460d094 100644 --- a/BLAS/TESTING/zblat1.f +++ b/BLAS/TESTING/zblat1.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_blas_testing * * ===================================================================== PROGRAM ZBLAT1 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/zblat2.f b/BLAS/TESTING/zblat2.f index 4a20ac5675..ceb86e0efc 100644 --- a/BLAS/TESTING/zblat2.f +++ b/BLAS/TESTING/zblat2.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_blas_testing * * ===================================================================== PROGRAM ZBLAT2 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/BLAS/TESTING/zblat3.f b/BLAS/TESTING/zblat3.f index 0e38334e9a..d538f566ff 100644 --- a/BLAS/TESTING/zblat3.f +++ b/BLAS/TESTING/zblat3.f @@ -79,17 +79,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_blas_testing * * ===================================================================== PROGRAM ZBLAT3 * -* -- Reference BLAS test routine (version 3.7.0) -- +* -- Reference BLAS test routine -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/INSTALL/LAPACK_version.f b/INSTALL/LAPACK_version.f index 0902e12392..534f2464a4 100644 --- a/INSTALL/LAPACK_version.f +++ b/INSTALL/LAPACK_version.f @@ -18,17 +18,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== PROGRAM LAPACK_VERSION * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * INTEGER MAJOR, MINOR, PATCH * .. diff --git a/INSTALL/dlamch.f b/INSTALL/dlamch.f index 9073cd45ef..37801ec550 100644 --- a/INSTALL/dlamch.f +++ b/INSTALL/dlamch.f @@ -61,17 +61,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* + *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 CMACH @@ -156,9 +154,6 @@ DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) *> might hold one of these in a register. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date December 2016 -*> \ingroup auxOTHERauxiliary -*> *> \param[in] A *> \verbatim *> A is a DOUBLE PRECISION @@ -172,9 +167,8 @@ DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) *> DOUBLE PRECISION FUNCTION DLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. DOUBLE PRECISION A, B diff --git a/INSTALL/dlamchf77.f b/INSTALL/dlamchf77.f index 37b30551f1..1687afc015 100644 --- a/INSTALL/dlamchf77.f +++ b/INSTALL/dlamchf77.f @@ -60,17 +60,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* + *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER CMACH @@ -190,7 +188,6 @@ DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) *> 'round to nearest' style. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \details \b Further \b Details @@ -209,9 +206,8 @@ DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) *> SUBROUTINE DLAMC1( BETA, T, RND, IEEE1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL IEEE1, RND @@ -362,7 +358,6 @@ SUBROUTINE DLAMC1( BETA, T, RND, IEEE1 ) *> list. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \param[out] BETA @@ -422,9 +417,8 @@ SUBROUTINE DLAMC1( BETA, T, RND, IEEE1 ) *> \endverbatim SUBROUTINE DLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL RND @@ -645,9 +639,8 @@ SUBROUTINE DLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) DOUBLE PRECISION FUNCTION DLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. DOUBLE PRECISION A, B @@ -692,9 +685,8 @@ DOUBLE PRECISION FUNCTION DLAMC3( A, B ) *> SUBROUTINE DLAMC4( EMIN, START, BASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. INTEGER BASE, EMIN @@ -799,9 +791,8 @@ SUBROUTINE DLAMC4( EMIN, START, BASE ) *> SUBROUTINE DLAMC5( BETA, P, EMIN, IEEE, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL IEEE diff --git a/INSTALL/dlamchtst.f b/INSTALL/dlamchtst.f index 7395688182..eb035283c4 100644 --- a/INSTALL/dlamchtst.f +++ b/INSTALL/dlamchtst.f @@ -18,16 +18,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== PROGRAM DLAMCHTST * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/dsecnd_EXT_ETIME.f b/INSTALL/dsecnd_EXT_ETIME.f index 35377643be..b3dcc621de 100644 --- a/INSTALL/dsecnd_EXT_ETIME.f +++ b/INSTALL/dsecnd_EXT_ETIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DSECND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * * ===================================================================== diff --git a/INSTALL/dsecnd_EXT_ETIME_.f b/INSTALL/dsecnd_EXT_ETIME_.f index d0a3945787..018d4d17d1 100644 --- a/INSTALL/dsecnd_EXT_ETIME_.f +++ b/INSTALL/dsecnd_EXT_ETIME_.f @@ -28,16 +28,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DSECND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* February 2007 * ===================================================================== * * .. Local Scalars .. diff --git a/INSTALL/dsecnd_INT_CPU_TIME.f b/INSTALL/dsecnd_INT_CPU_TIME.f index 26f8cb17de..05f82d6c73 100644 --- a/INSTALL/dsecnd_INT_CPU_TIME.f +++ b/INSTALL/dsecnd_INT_CPU_TIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DSECND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/dsecnd_INT_ETIME.f b/INSTALL/dsecnd_INT_ETIME.f index 22df7b442c..a1914de108 100644 --- a/INSTALL/dsecnd_INT_ETIME.f +++ b/INSTALL/dsecnd_INT_ETIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DSECND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/dsecnd_NONE.f b/INSTALL/dsecnd_NONE.f index 7635a9681c..99a0d9d0d5 100644 --- a/INSTALL/dsecnd_NONE.f +++ b/INSTALL/dsecnd_NONE.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DSECND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/dsecndtst.f b/INSTALL/dsecndtst.f index 430a46a536..ed108a8258 100644 --- a/INSTALL/dsecndtst.f +++ b/INSTALL/dsecndtst.f @@ -18,18 +18,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== PROGRAM DSECNDTST * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * ===================================================================== * diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f index d7398870c0..dce92bd5b6 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -44,8 +44,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2021 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== diff --git a/INSTALL/lsame.f b/INSTALL/lsame.f index cead2c5c81..90e9a999d0 100644 --- a/INSTALL/lsame.f +++ b/INSTALL/lsame.f @@ -44,17 +44,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== LOGICAL FUNCTION LSAME( CA, CB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 CA, CB diff --git a/INSTALL/lsametst.f b/INSTALL/lsametst.f index aad0e5836b..03a5e67215 100644 --- a/INSTALL/lsametst.f +++ b/INSTALL/lsametst.f @@ -18,18 +18,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== PROGRAM LSAMETST * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -* -- 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 * * ===================================================================== * .. Local Scalars .. diff --git a/INSTALL/make.inc.ALPHA b/INSTALL/make.inc.ALPHA index d6397e81d7..b8eb1e1e4f 100644 --- a/INSTALL/make.inc.ALPHA +++ b/INSTALL/make.inc.ALPHA @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.HPPA b/INSTALL/make.inc.HPPA index 6ee2b2dfbb..f9aca1ab0d 100644 --- a/INSTALL/make.inc.HPPA +++ b/INSTALL/make.inc.HPPA @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.IRIX64 b/INSTALL/make.inc.IRIX64 index 59fe522ebd..4140a38615 100644 --- a/INSTALL/make.inc.IRIX64 +++ b/INSTALL/make.inc.IRIX64 @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /sbin/sh diff --git a/INSTALL/make.inc.O2K b/INSTALL/make.inc.O2K index 3c3dbc8001..97a59f0133 100644 --- a/INSTALL/make.inc.O2K +++ b/INSTALL/make.inc.O2K @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /sbin/sh diff --git a/INSTALL/make.inc.SGI5 b/INSTALL/make.inc.SGI5 index 1013cffdb1..5e6b855516 100644 --- a/INSTALL/make.inc.SGI5 +++ b/INSTALL/make.inc.SGI5 @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /sbin/sh diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4 index 2da0ecb65b..75c44f0eca 100644 --- a/INSTALL/make.inc.SUN4 +++ b/INSTALL/make.inc.SUN4 @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.SUN4SOL2 b/INSTALL/make.inc.SUN4SOL2 index d2db07c61d..465a061589 100644 --- a/INSTALL/make.inc.SUN4SOL2 +++ b/INSTALL/make.inc.SUN4SOL2 @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.XLF b/INSTALL/make.inc.XLF index cb9d791a71..64f8b85529 100644 --- a/INSTALL/make.inc.XLF +++ b/INSTALL/make.inc.XLF @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran index 1046327473..e84f1a4d37 100644 --- a/INSTALL/make.inc.gfortran +++ b/INSTALL/make.inc.gfortran @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# November 2017 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.gfortran-quad b/INSTALL/make.inc.gfortran-quad index 2bcbc6b3a4..040bb2c4a1 100644 --- a/INSTALL/make.inc.gfortran-quad +++ b/INSTALL/make.inc.gfortran-quad @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# November 2017 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug index 2460608277..92a253ed5e 100644 --- a/INSTALL/make.inc.gfortran_debug +++ b/INSTALL/make.inc.gfortran_debug @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# November 2017 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort index 7e57f26e5f..9f2ee172b1 100644 --- a/INSTALL/make.inc.ifort +++ b/INSTALL/make.inc.ifort @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.nagfor b/INSTALL/make.inc.nagfor index eeaf52ba76..e06ad184e8 100644 --- a/INSTALL/make.inc.nagfor +++ b/INSTALL/make.inc.nagfor @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.8.0 # -# November 2017 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.nv b/INSTALL/make.inc.nv index 06162902f0..34f6801097 100644 --- a/INSTALL/make.inc.nv +++ b/INSTALL/make.inc.nv @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.8.0 # -# November 2017 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.pgf95 b/INSTALL/make.inc.pgf95 index 0c2b40932e..05379f67b2 100644 --- a/INSTALL/make.inc.pgf95 +++ b/INSTALL/make.inc.pgf95 @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/make.inc.pghpf b/INSTALL/make.inc.pghpf index 97d22d27db..6c8132e3f4 100644 --- a/INSTALL/make.inc.pghpf +++ b/INSTALL/make.inc.pghpf @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.7.0 # -# December 2016 # #################################################################### SHELL = /bin/sh diff --git a/INSTALL/second_EXT_ETIME.f b/INSTALL/second_EXT_ETIME.f index 43044cda7c..44b5282087 100644 --- a/INSTALL/second_EXT_ETIME.f +++ b/INSTALL/second_EXT_ETIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SECOND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/second_EXT_ETIME_.f b/INSTALL/second_EXT_ETIME_.f index cb7869e649..1a4e50f416 100644 --- a/INSTALL/second_EXT_ETIME_.f +++ b/INSTALL/second_EXT_ETIME_.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SECOND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* February 2007 -* ===================================================================== +*===================================================================== * * .. Local Scalars .. REAL T1 diff --git a/INSTALL/second_INT_CPU_TIME.f b/INSTALL/second_INT_CPU_TIME.f index 067151adc0..760aafe690 100644 --- a/INSTALL/second_INT_CPU_TIME.f +++ b/INSTALL/second_INT_CPU_TIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SECOND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/second_INT_ETIME.f b/INSTALL/second_INT_ETIME.f index 454718db0f..995e4a7e68 100644 --- a/INSTALL/second_INT_ETIME.f +++ b/INSTALL/second_INT_ETIME.f @@ -28,17 +28,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SECOND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/second_NONE.f b/INSTALL/second_NONE.f index ea983b6675..d711d6343a 100644 --- a/INSTALL/second_NONE.f +++ b/INSTALL/second_NONE.f @@ -30,17 +30,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SECOND( ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/secondtst.f b/INSTALL/secondtst.f index 9eaa1818ad..784c7a41de 100644 --- a/INSTALL/secondtst.f +++ b/INSTALL/secondtst.f @@ -14,18 +14,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== PROGRAM SECONDTST * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * ===================================================================== * diff --git a/INSTALL/slamch.f b/INSTALL/slamch.f index 342f446ffa..e2e2cba8e6 100644 --- a/INSTALL/slamch.f +++ b/INSTALL/slamch.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 CMACH @@ -156,7 +153,6 @@ REAL FUNCTION SLAMCH( CMACH ) *> might hold one of these in a register. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date December 2016 *> \ingroup auxOTHERauxiliary *> *> \param[in] A @@ -171,9 +167,8 @@ REAL FUNCTION SLAMCH( CMACH ) * REAL FUNCTION SLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. REAL A, B diff --git a/INSTALL/slamchf77.f b/INSTALL/slamchf77.f index fe7cc4e213..5141523ba3 100644 --- a/INSTALL/slamchf77.f +++ b/INSTALL/slamchf77.f @@ -60,17 +60,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER CMACH @@ -190,7 +187,6 @@ REAL FUNCTION SLAMCH( CMACH ) *> 'round to nearest' style. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \details \b Further \b Details @@ -209,9 +205,8 @@ REAL FUNCTION SLAMCH( CMACH ) *> SUBROUTINE SLAMC1( BETA, T, RND, IEEE1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL IEEE1, RND @@ -362,7 +357,6 @@ SUBROUTINE SLAMC1( BETA, T, RND, IEEE1 ) *> list. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \param[out] BETA @@ -422,9 +416,8 @@ SUBROUTINE SLAMC1( BETA, T, RND, IEEE1 ) *> \endverbatim SUBROUTINE SLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL RND @@ -645,9 +638,8 @@ SUBROUTINE SLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) REAL FUNCTION SLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. REAL A, B @@ -692,9 +684,8 @@ REAL FUNCTION SLAMC3( A, B ) *> SUBROUTINE SLAMC4( EMIN, START, BASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. INTEGER BASE @@ -800,9 +791,8 @@ SUBROUTINE SLAMC4( EMIN, START, BASE ) *> SUBROUTINE SLAMC5( BETA, P, EMIN, IEEE, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2010 * * .. Scalar Arguments .. LOGICAL IEEE diff --git a/INSTALL/slamchtst.f b/INSTALL/slamchtst.f index da8bc990b0..62a24fa2a2 100644 --- a/INSTALL/slamchtst.f +++ b/INSTALL/slamchtst.f @@ -14,16 +14,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== PROGRAM SLAMCHTST * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * ===================================================================== * diff --git a/INSTALL/tstiee.f b/INSTALL/tstiee.f index c5e31adf62..b549399acc 100644 --- a/INSTALL/tstiee.f +++ b/INSTALL/tstiee.f @@ -13,16 +13,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERauxiliary * * ===================================================================== PROGRAM TSTIEE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. -* November 2006 * * .. External Functions .. INTEGER ILAENV diff --git a/LAPACKE/Makefile b/LAPACKE/Makefile index a358d7c9fe..c741f5c43f 100644 --- a/LAPACKE/Makefile +++ b/LAPACKE/Makefile @@ -28,7 +28,6 @@ ############################################################################## # Contents: Native C interface to LAPACK # Author: Intel Corporation -# September, 2010 ############################################################################## # Top-level makefile for LAPACKE. # diff --git a/LAPACKE/example/example_DGELS_colmajor.c b/LAPACKE/example/example_DGELS_colmajor.c index b2ea2a93e6..4889ff39a0 100644 --- a/LAPACKE/example/example_DGELS_colmajor.c +++ b/LAPACKE/example/example_DGELS_colmajor.c @@ -49,11 +49,9 @@ LAPACKE_dgels (col-major, high-level) Example Program Results - -- LAPACKE Example routine (version 3.7.0) -- + -- LAPACKE Example routine -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- - December 2016 - */ /* Calling DGELS using col-major layout */ diff --git a/LAPACKE/example/example_DGELS_rowmajor.c b/LAPACKE/example/example_DGELS_rowmajor.c index 1c027f8623..eca211d1d0 100644 --- a/LAPACKE/example/example_DGELS_rowmajor.c +++ b/LAPACKE/example/example_DGELS_rowmajor.c @@ -49,11 +49,9 @@ LAPACKE_dgels (row-major, high-level) Example Program Results - -- LAPACKE Example routine (version 3.7.0) -- + -- LAPACKE Example routine -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- - December 2016 - */ /* Calling DGELS using row-major layout */ diff --git a/LAPACKE/example/example_DGESV_colmajor.c b/LAPACKE/example/example_DGESV_colmajor.c index c8bdd6e4e2..3487873798 100644 --- a/LAPACKE/example/example_DGESV_colmajor.c +++ b/LAPACKE/example/example_DGESV_colmajor.c @@ -25,11 +25,9 @@ LAPACKE_dgesv (col-major, high-level) Example Program Results - -- LAPACKE Example routine (version 3.7.0) -- + -- LAPACKE Example routine -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- - December 2016 - */ /* Includes */ #include diff --git a/LAPACKE/example/example_DGESV_rowmajor.c b/LAPACKE/example/example_DGESV_rowmajor.c index 35bdcbcae2..d745367001 100644 --- a/LAPACKE/example/example_DGESV_rowmajor.c +++ b/LAPACKE/example/example_DGESV_rowmajor.c @@ -25,11 +25,9 @@ LAPACKE_dgesv (row-major, high-level) Example Program Results - -- LAPACKE Example routine (version 3.7.0) -- + -- LAPACKE Example routine -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- - December 2016 - */ #include #include diff --git a/LAPACKE/include/lapacke.h b/LAPACKE/include/lapacke.h index e88ef2f744..b0fbcc235d 100644 --- a/LAPACKE/include/lapacke.h +++ b/LAPACKE/include/lapacke.h @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #ifndef _LAPACKE_H_ diff --git a/LAPACKE/include/lapacke_config.h b/LAPACKE/include/lapacke_config.h index 1e2509bf01..765359163b 100644 --- a/LAPACKE/include/lapacke_config.h +++ b/LAPACKE/include/lapacke_config.h @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK * Author: Intel Corporation -* Generated May, 2011 *****************************************************************************/ #ifndef _LAPACKE_CONFIG_H_ diff --git a/LAPACKE/include/lapacke_utils.h b/LAPACKE/include/lapacke_utils.h index a9236d23f9..35d5aae764 100644 --- a/LAPACKE/include/lapacke_utils.h +++ b/LAPACKE/include/lapacke_utils.h @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility functions * Author: Intel Corporation -* Created in January, 2010 *****************************************************************************/ #ifndef _LAPACKE_UTILS_H_ diff --git a/LAPACKE/src/Makefile b/LAPACKE/src/Makefile index 979e61a493..2e62d0324a 100644 --- a/LAPACKE/src/Makefile +++ b/LAPACKE/src/Makefile @@ -28,7 +28,6 @@ ############################################################################## # Contents: Native C interface to LAPACK # Author: Intel Corporation -# September, 2010 ############################################################################## # makefile for LAPACKE, used to build lapacke binary. # diff --git a/LAPACKE/src/lapacke_cbbcsd.c b/LAPACKE/src/lapacke_cbbcsd.c index 32dd5cc7a9..cfcac5e641 100644 --- a/LAPACKE/src/lapacke_cbbcsd.c +++ b/LAPACKE/src/lapacke_cbbcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cbbcsd_work.c b/LAPACKE/src/lapacke_cbbcsd_work.c index 0547472485..b7eca09762 100644 --- a/LAPACKE/src/lapacke_cbbcsd_work.c +++ b/LAPACKE/src/lapacke_cbbcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cbdsqr.c b/LAPACKE/src/lapacke_cbdsqr.c index dac495f617..fa41ebcc1f 100644 --- a/LAPACKE/src/lapacke_cbdsqr.c +++ b/LAPACKE/src/lapacke_cbdsqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cbdsqr_work.c b/LAPACKE/src/lapacke_cbdsqr_work.c index eb9f7c444e..2175d38c7b 100644 --- a/LAPACKE/src/lapacke_cbdsqr_work.c +++ b/LAPACKE/src/lapacke_cbdsqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbbrd.c b/LAPACKE/src/lapacke_cgbbrd.c index ef5997b93b..09947879e7 100644 --- a/LAPACKE/src/lapacke_cgbbrd.c +++ b/LAPACKE/src/lapacke_cgbbrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbbrd_work.c b/LAPACKE/src/lapacke_cgbbrd_work.c index 97417d4f31..1565e565e5 100644 --- a/LAPACKE/src/lapacke_cgbbrd_work.c +++ b/LAPACKE/src/lapacke_cgbbrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbcon.c b/LAPACKE/src/lapacke_cgbcon.c index 3ec851769c..ffa953a79f 100644 --- a/LAPACKE/src/lapacke_cgbcon.c +++ b/LAPACKE/src/lapacke_cgbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbcon_work.c b/LAPACKE/src/lapacke_cgbcon_work.c index 3533ef812b..d0ba5131ba 100644 --- a/LAPACKE/src/lapacke_cgbcon_work.c +++ b/LAPACKE/src/lapacke_cgbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbequ.c b/LAPACKE/src/lapacke_cgbequ.c index 05b1f2b4d6..293ee1719b 100644 --- a/LAPACKE/src/lapacke_cgbequ.c +++ b/LAPACKE/src/lapacke_cgbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbequ_work.c b/LAPACKE/src/lapacke_cgbequ_work.c index e8b8afda05..cfa1cf1d2f 100644 --- a/LAPACKE/src/lapacke_cgbequ_work.c +++ b/LAPACKE/src/lapacke_cgbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbequb.c b/LAPACKE/src/lapacke_cgbequb.c index 142886314e..5b5d399004 100644 --- a/LAPACKE/src/lapacke_cgbequb.c +++ b/LAPACKE/src/lapacke_cgbequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbequb_work.c b/LAPACKE/src/lapacke_cgbequb_work.c index 2a7cce077f..49f456c4f9 100644 --- a/LAPACKE/src/lapacke_cgbequb_work.c +++ b/LAPACKE/src/lapacke_cgbequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbrfs.c b/LAPACKE/src/lapacke_cgbrfs.c index 84924afa14..1717cb840b 100644 --- a/LAPACKE/src/lapacke_cgbrfs.c +++ b/LAPACKE/src/lapacke_cgbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbrfs_work.c b/LAPACKE/src/lapacke_cgbrfs_work.c index 7a763783fd..5c48a7ff5c 100644 --- a/LAPACKE/src/lapacke_cgbrfs_work.c +++ b/LAPACKE/src/lapacke_cgbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbrfsx.c b/LAPACKE/src/lapacke_cgbrfsx.c index fb70b3a183..79b202f395 100644 --- a/LAPACKE/src/lapacke_cgbrfsx.c +++ b/LAPACKE/src/lapacke_cgbrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbrfsx_work.c b/LAPACKE/src/lapacke_cgbrfsx_work.c index 7b824c7ae6..1a9cef0500 100644 --- a/LAPACKE/src/lapacke_cgbrfsx_work.c +++ b/LAPACKE/src/lapacke_cgbrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsv.c b/LAPACKE/src/lapacke_cgbsv.c index 1b48c3d65b..226d71e0f6 100644 --- a/LAPACKE/src/lapacke_cgbsv.c +++ b/LAPACKE/src/lapacke_cgbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsv_work.c b/LAPACKE/src/lapacke_cgbsv_work.c index 9232451f1f..e569c10898 100644 --- a/LAPACKE/src/lapacke_cgbsv_work.c +++ b/LAPACKE/src/lapacke_cgbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsvx.c b/LAPACKE/src/lapacke_cgbsvx.c index 95855a4863..0e86868030 100644 --- a/LAPACKE/src/lapacke_cgbsvx.c +++ b/LAPACKE/src/lapacke_cgbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsvx_work.c b/LAPACKE/src/lapacke_cgbsvx_work.c index 0cd96f3255..5ff0ee9955 100644 --- a/LAPACKE/src/lapacke_cgbsvx_work.c +++ b/LAPACKE/src/lapacke_cgbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsvxx.c b/LAPACKE/src/lapacke_cgbsvxx.c index 332cdf92b5..22a4dd8eda 100644 --- a/LAPACKE/src/lapacke_cgbsvxx.c +++ b/LAPACKE/src/lapacke_cgbsvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbsvxx_work.c b/LAPACKE/src/lapacke_cgbsvxx_work.c index b6e188428f..84c4891987 100644 --- a/LAPACKE/src/lapacke_cgbsvxx_work.c +++ b/LAPACKE/src/lapacke_cgbsvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbtrf.c b/LAPACKE/src/lapacke_cgbtrf.c index 0cc2b38a10..137ff8edd5 100644 --- a/LAPACKE/src/lapacke_cgbtrf.c +++ b/LAPACKE/src/lapacke_cgbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbtrf_work.c b/LAPACKE/src/lapacke_cgbtrf_work.c index 70409ddc19..f8f350c6f4 100644 --- a/LAPACKE/src/lapacke_cgbtrf_work.c +++ b/LAPACKE/src/lapacke_cgbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbtrs.c b/LAPACKE/src/lapacke_cgbtrs.c index 3e009f9beb..724c7db5c6 100644 --- a/LAPACKE/src/lapacke_cgbtrs.c +++ b/LAPACKE/src/lapacke_cgbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgbtrs_work.c b/LAPACKE/src/lapacke_cgbtrs_work.c index 519c4dd2dc..ceff5fe82d 100644 --- a/LAPACKE/src/lapacke_cgbtrs_work.c +++ b/LAPACKE/src/lapacke_cgbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebak.c b/LAPACKE/src/lapacke_cgebak.c index 28f5e938b2..33d18b12f3 100644 --- a/LAPACKE/src/lapacke_cgebak.c +++ b/LAPACKE/src/lapacke_cgebak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebak_work.c b/LAPACKE/src/lapacke_cgebak_work.c index f9f1b05880..521b7c06a0 100644 --- a/LAPACKE/src/lapacke_cgebak_work.c +++ b/LAPACKE/src/lapacke_cgebak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebal.c b/LAPACKE/src/lapacke_cgebal.c index 9cfa2a756d..7645e6bf84 100644 --- a/LAPACKE/src/lapacke_cgebal.c +++ b/LAPACKE/src/lapacke_cgebal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebal_work.c b/LAPACKE/src/lapacke_cgebal_work.c index 0204cad85a..75f5a21ad5 100644 --- a/LAPACKE/src/lapacke_cgebal_work.c +++ b/LAPACKE/src/lapacke_cgebal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebrd.c b/LAPACKE/src/lapacke_cgebrd.c index 9c112797b1..77fe29bdcd 100644 --- a/LAPACKE/src/lapacke_cgebrd.c +++ b/LAPACKE/src/lapacke_cgebrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgebrd_work.c b/LAPACKE/src/lapacke_cgebrd_work.c index 44a79a47a8..1bb45d3e5a 100644 --- a/LAPACKE/src/lapacke_cgebrd_work.c +++ b/LAPACKE/src/lapacke_cgebrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgecon.c b/LAPACKE/src/lapacke_cgecon.c index 5029ee978c..c1360cc344 100644 --- a/LAPACKE/src/lapacke_cgecon.c +++ b/LAPACKE/src/lapacke_cgecon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgecon_work.c b/LAPACKE/src/lapacke_cgecon_work.c index 3d3e0e2e17..fb1806f74c 100644 --- a/LAPACKE/src/lapacke_cgecon_work.c +++ b/LAPACKE/src/lapacke_cgecon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeequ.c b/LAPACKE/src/lapacke_cgeequ.c index f2095cafa2..fd97acfb51 100644 --- a/LAPACKE/src/lapacke_cgeequ.c +++ b/LAPACKE/src/lapacke_cgeequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeequ_work.c b/LAPACKE/src/lapacke_cgeequ_work.c index a19de2314b..abcaec976e 100644 --- a/LAPACKE/src/lapacke_cgeequ_work.c +++ b/LAPACKE/src/lapacke_cgeequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeequb.c b/LAPACKE/src/lapacke_cgeequb.c index 728686d709..13b69902c5 100644 --- a/LAPACKE/src/lapacke_cgeequb.c +++ b/LAPACKE/src/lapacke_cgeequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeequb_work.c b/LAPACKE/src/lapacke_cgeequb_work.c index d4fbadf162..a4de1edd08 100644 --- a/LAPACKE/src/lapacke_cgeequb_work.c +++ b/LAPACKE/src/lapacke_cgeequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgees.c b/LAPACKE/src/lapacke_cgees.c index 6efd6776fa..2d04730cc5 100644 --- a/LAPACKE/src/lapacke_cgees.c +++ b/LAPACKE/src/lapacke_cgees.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgees_work.c b/LAPACKE/src/lapacke_cgees_work.c index 0a6779ed25..0416d70fcd 100644 --- a/LAPACKE/src/lapacke_cgees_work.c +++ b/LAPACKE/src/lapacke_cgees_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeesx.c b/LAPACKE/src/lapacke_cgeesx.c index efff6edd2c..d172f8bf58 100644 --- a/LAPACKE/src/lapacke_cgeesx.c +++ b/LAPACKE/src/lapacke_cgeesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeesx_work.c b/LAPACKE/src/lapacke_cgeesx_work.c index 255565b256..4be2ceeb62 100644 --- a/LAPACKE/src/lapacke_cgeesx_work.c +++ b/LAPACKE/src/lapacke_cgeesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeev.c b/LAPACKE/src/lapacke_cgeev.c index 2c0c2a1da3..5770f20115 100644 --- a/LAPACKE/src/lapacke_cgeev.c +++ b/LAPACKE/src/lapacke_cgeev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeev_work.c b/LAPACKE/src/lapacke_cgeev_work.c index 798f9a053e..081f5b1298 100644 --- a/LAPACKE/src/lapacke_cgeev_work.c +++ b/LAPACKE/src/lapacke_cgeev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeevx.c b/LAPACKE/src/lapacke_cgeevx.c index c3d99b2440..f9eb943c58 100644 --- a/LAPACKE/src/lapacke_cgeevx.c +++ b/LAPACKE/src/lapacke_cgeevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeevx_work.c b/LAPACKE/src/lapacke_cgeevx_work.c index 66cae990cf..2257c64df5 100644 --- a/LAPACKE/src/lapacke_cgeevx_work.c +++ b/LAPACKE/src/lapacke_cgeevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgehrd.c b/LAPACKE/src/lapacke_cgehrd.c index 23600c29eb..31fd49d46c 100644 --- a/LAPACKE/src/lapacke_cgehrd.c +++ b/LAPACKE/src/lapacke_cgehrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgehrd_work.c b/LAPACKE/src/lapacke_cgehrd_work.c index 35cda0479c..e5c0295aa2 100644 --- a/LAPACKE/src/lapacke_cgehrd_work.c +++ b/LAPACKE/src/lapacke_cgehrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgejsv.c b/LAPACKE/src/lapacke_cgejsv.c index 41278428b4..f5604495ce 100644 --- a/LAPACKE/src/lapacke_cgejsv.c +++ b/LAPACKE/src/lapacke_cgejsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgejsv_work.c b/LAPACKE/src/lapacke_cgejsv_work.c index 1311ab93e1..19ae194add 100644 --- a/LAPACKE/src/lapacke_cgejsv_work.c +++ b/LAPACKE/src/lapacke_cgejsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelq.c b/LAPACKE/src/lapacke_cgelq.c index 2dda8465a7..48487f1d8e 100644 --- a/LAPACKE/src/lapacke_cgelq.c +++ b/LAPACKE/src/lapacke_cgelq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelq2.c b/LAPACKE/src/lapacke_cgelq2.c index 6b14b85ecd..a73205a267 100644 --- a/LAPACKE/src/lapacke_cgelq2.c +++ b/LAPACKE/src/lapacke_cgelq2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelq2_work.c b/LAPACKE/src/lapacke_cgelq2_work.c index 2c6473846f..66ff1eed6b 100644 --- a/LAPACKE/src/lapacke_cgelq2_work.c +++ b/LAPACKE/src/lapacke_cgelq2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelq_work.c b/LAPACKE/src/lapacke_cgelq_work.c index 6f6e425b60..3e246d3fc8 100644 --- a/LAPACKE/src/lapacke_cgelq_work.c +++ b/LAPACKE/src/lapacke_cgelq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelq * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelqf.c b/LAPACKE/src/lapacke_cgelqf.c index 18bc040be0..a900631c8b 100644 --- a/LAPACKE/src/lapacke_cgelqf.c +++ b/LAPACKE/src/lapacke_cgelqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelqf_work.c b/LAPACKE/src/lapacke_cgelqf_work.c index 84178f0583..8bbb4a8200 100644 --- a/LAPACKE/src/lapacke_cgelqf_work.c +++ b/LAPACKE/src/lapacke_cgelqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgels.c b/LAPACKE/src/lapacke_cgels.c index f53bb3b63f..14daaef180 100644 --- a/LAPACKE/src/lapacke_cgels.c +++ b/LAPACKE/src/lapacke_cgels.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgels_work.c b/LAPACKE/src/lapacke_cgels_work.c index 5afef301b0..7c7012f6e5 100644 --- a/LAPACKE/src/lapacke_cgels_work.c +++ b/LAPACKE/src/lapacke_cgels_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelsd.c b/LAPACKE/src/lapacke_cgelsd.c index 9d022dae61..74197666d8 100644 --- a/LAPACKE/src/lapacke_cgelsd.c +++ b/LAPACKE/src/lapacke_cgelsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelsd_work.c b/LAPACKE/src/lapacke_cgelsd_work.c index 801f4d3f59..2fc647be07 100644 --- a/LAPACKE/src/lapacke_cgelsd_work.c +++ b/LAPACKE/src/lapacke_cgelsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelss.c b/LAPACKE/src/lapacke_cgelss.c index 94efbddb6c..10fcde2ef2 100644 --- a/LAPACKE/src/lapacke_cgelss.c +++ b/LAPACKE/src/lapacke_cgelss.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelss_work.c b/LAPACKE/src/lapacke_cgelss_work.c index b87eb9ce47..ae5773c86c 100644 --- a/LAPACKE/src/lapacke_cgelss_work.c +++ b/LAPACKE/src/lapacke_cgelss_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelsy.c b/LAPACKE/src/lapacke_cgelsy.c index 2fea9670e0..8a46e21857 100644 --- a/LAPACKE/src/lapacke_cgelsy.c +++ b/LAPACKE/src/lapacke_cgelsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgelsy_work.c b/LAPACKE/src/lapacke_cgelsy_work.c index c3387a576c..c2ac423150 100644 --- a/LAPACKE/src/lapacke_cgelsy_work.c +++ b/LAPACKE/src/lapacke_cgelsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemlq.c b/LAPACKE/src/lapacke_cgemlq.c index ef0aec1b53..8661b12e9f 100644 --- a/LAPACKE/src/lapacke_cgemlq.c +++ b/LAPACKE/src/lapacke_cgemlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgemlq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemlq_work.c b/LAPACKE/src/lapacke_cgemlq_work.c index e2f7fc9181..071032033a 100644 --- a/LAPACKE/src/lapacke_cgemlq_work.c +++ b/LAPACKE/src/lapacke_cgemlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgemlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemqr.c b/LAPACKE/src/lapacke_cgemqr.c index 8ad40e6c68..440804c09f 100644 --- a/LAPACKE/src/lapacke_cgemqr.c +++ b/LAPACKE/src/lapacke_cgemqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemqr_work.c b/LAPACKE/src/lapacke_cgemqr_work.c index 9b9e5a442e..1e421864df 100644 --- a/LAPACKE/src/lapacke_cgemqr_work.c +++ b/LAPACKE/src/lapacke_cgemqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemqrt.c b/LAPACKE/src/lapacke_cgemqrt.c index c29f260e23..fdb5a71cc7 100644 --- a/LAPACKE/src/lapacke_cgemqrt.c +++ b/LAPACKE/src/lapacke_cgemqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function cgemqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgemqrt_work.c b/LAPACKE/src/lapacke_cgemqrt_work.c index c185ea8368..e2772fd78f 100644 --- a/LAPACKE/src/lapacke_cgemqrt_work.c +++ b/LAPACKE/src/lapacke_cgemqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgemqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqlf.c b/LAPACKE/src/lapacke_cgeqlf.c index 53ee3d4835..a8bcd39d6c 100644 --- a/LAPACKE/src/lapacke_cgeqlf.c +++ b/LAPACKE/src/lapacke_cgeqlf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqlf_work.c b/LAPACKE/src/lapacke_cgeqlf_work.c index 95025e1e9d..7b70fb34d8 100644 --- a/LAPACKE/src/lapacke_cgeqlf_work.c +++ b/LAPACKE/src/lapacke_cgeqlf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqp3.c b/LAPACKE/src/lapacke_cgeqp3.c index 28c5ace15a..d4b0c94cf3 100644 --- a/LAPACKE/src/lapacke_cgeqp3.c +++ b/LAPACKE/src/lapacke_cgeqp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqp3_work.c b/LAPACKE/src/lapacke_cgeqp3_work.c index 78fc733715..638935b2af 100644 --- a/LAPACKE/src/lapacke_cgeqp3_work.c +++ b/LAPACKE/src/lapacke_cgeqp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqpf.c b/LAPACKE/src/lapacke_cgeqpf.c index 6467994c1a..2f161493da 100644 --- a/LAPACKE/src/lapacke_cgeqpf.c +++ b/LAPACKE/src/lapacke_cgeqpf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqpf_work.c b/LAPACKE/src/lapacke_cgeqpf_work.c index 1cc87a819f..da779ac3a8 100644 --- a/LAPACKE/src/lapacke_cgeqpf_work.c +++ b/LAPACKE/src/lapacke_cgeqpf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqr.c b/LAPACKE/src/lapacke_cgeqr.c index b97414a6bc..be3e665040 100644 --- a/LAPACKE/src/lapacke_cgeqr.c +++ b/LAPACKE/src/lapacke_cgeqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqr2.c b/LAPACKE/src/lapacke_cgeqr2.c index a55a4a9722..14f8e9be95 100644 --- a/LAPACKE/src/lapacke_cgeqr2.c +++ b/LAPACKE/src/lapacke_cgeqr2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqr2_work.c b/LAPACKE/src/lapacke_cgeqr2_work.c index df6ff55676..8fa36b85a5 100644 --- a/LAPACKE/src/lapacke_cgeqr2_work.c +++ b/LAPACKE/src/lapacke_cgeqr2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqr_work.c b/LAPACKE/src/lapacke_cgeqr_work.c index ff5cc9bcbf..46ece5ffdd 100644 --- a/LAPACKE/src/lapacke_cgeqr_work.c +++ b/LAPACKE/src/lapacke_cgeqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrf.c b/LAPACKE/src/lapacke_cgeqrf.c index 1f1f8d957e..4a80430b34 100644 --- a/LAPACKE/src/lapacke_cgeqrf.c +++ b/LAPACKE/src/lapacke_cgeqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrf_work.c b/LAPACKE/src/lapacke_cgeqrf_work.c index 2293c3c669..4733275554 100644 --- a/LAPACKE/src/lapacke_cgeqrf_work.c +++ b/LAPACKE/src/lapacke_cgeqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrfp.c b/LAPACKE/src/lapacke_cgeqrfp.c index 1f6d3ccaa2..a8596a4d51 100644 --- a/LAPACKE/src/lapacke_cgeqrfp.c +++ b/LAPACKE/src/lapacke_cgeqrfp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrfp_work.c b/LAPACKE/src/lapacke_cgeqrfp_work.c index 12b4ca767b..4d63fc2f15 100644 --- a/LAPACKE/src/lapacke_cgeqrfp_work.c +++ b/LAPACKE/src/lapacke_cgeqrfp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt.c b/LAPACKE/src/lapacke_cgeqrt.c index be4056031a..6e3cb656e9 100644 --- a/LAPACKE/src/lapacke_cgeqrt.c +++ b/LAPACKE/src/lapacke_cgeqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt2.c b/LAPACKE/src/lapacke_cgeqrt2.c index 4ffe1112a4..dc03b2d020 100644 --- a/LAPACKE/src/lapacke_cgeqrt2.c +++ b/LAPACKE/src/lapacke_cgeqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt2_work.c b/LAPACKE/src/lapacke_cgeqrt2_work.c index 1e28a0342c..bfaecd7ce6 100644 --- a/LAPACKE/src/lapacke_cgeqrt2_work.c +++ b/LAPACKE/src/lapacke_cgeqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt3.c b/LAPACKE/src/lapacke_cgeqrt3.c index c51a8d876b..8cdf3d5b7d 100644 --- a/LAPACKE/src/lapacke_cgeqrt3.c +++ b/LAPACKE/src/lapacke_cgeqrt3.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt3_work.c b/LAPACKE/src/lapacke_cgeqrt3_work.c index 97faff4504..de5894e628 100644 --- a/LAPACKE/src/lapacke_cgeqrt3_work.c +++ b/LAPACKE/src/lapacke_cgeqrt3_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgeqrt_work.c b/LAPACKE/src/lapacke_cgeqrt_work.c index f15ec885de..962624d217 100644 --- a/LAPACKE/src/lapacke_cgeqrt_work.c +++ b/LAPACKE/src/lapacke_cgeqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerfs.c b/LAPACKE/src/lapacke_cgerfs.c index d16dee4078..fe4cfaee37 100644 --- a/LAPACKE/src/lapacke_cgerfs.c +++ b/LAPACKE/src/lapacke_cgerfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerfs_work.c b/LAPACKE/src/lapacke_cgerfs_work.c index 1b53a47cf7..a16907e272 100644 --- a/LAPACKE/src/lapacke_cgerfs_work.c +++ b/LAPACKE/src/lapacke_cgerfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerfsx.c b/LAPACKE/src/lapacke_cgerfsx.c index d892dd1d3a..3bb7670447 100644 --- a/LAPACKE/src/lapacke_cgerfsx.c +++ b/LAPACKE/src/lapacke_cgerfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerfsx_work.c b/LAPACKE/src/lapacke_cgerfsx_work.c index 57d8e556d0..0277d77ed7 100644 --- a/LAPACKE/src/lapacke_cgerfsx_work.c +++ b/LAPACKE/src/lapacke_cgerfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerqf.c b/LAPACKE/src/lapacke_cgerqf.c index 37a382783e..03492c96da 100644 --- a/LAPACKE/src/lapacke_cgerqf.c +++ b/LAPACKE/src/lapacke_cgerqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgerqf_work.c b/LAPACKE/src/lapacke_cgerqf_work.c index eafa97459b..1f00b43a5a 100644 --- a/LAPACKE/src/lapacke_cgerqf_work.c +++ b/LAPACKE/src/lapacke_cgerqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesdd.c b/LAPACKE/src/lapacke_cgesdd.c index e96957ceb6..d28139aabc 100644 --- a/LAPACKE/src/lapacke_cgesdd.c +++ b/LAPACKE/src/lapacke_cgesdd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesdd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesdd_work.c b/LAPACKE/src/lapacke_cgesdd_work.c index 8c4557a19e..70198ccdce 100644 --- a/LAPACKE/src/lapacke_cgesdd_work.c +++ b/LAPACKE/src/lapacke_cgesdd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesv.c b/LAPACKE/src/lapacke_cgesv.c index ce91af9a18..1e9871ccbd 100644 --- a/LAPACKE/src/lapacke_cgesv.c +++ b/LAPACKE/src/lapacke_cgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesv_work.c b/LAPACKE/src/lapacke_cgesv_work.c index 9e04e1d130..53b6d2cc55 100644 --- a/LAPACKE/src/lapacke_cgesv_work.c +++ b/LAPACKE/src/lapacke_cgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvd.c b/LAPACKE/src/lapacke_cgesvd.c index 9bc7dca31d..85a15fd4c5 100644 --- a/LAPACKE/src/lapacke_cgesvd.c +++ b/LAPACKE/src/lapacke_cgesvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvd_work.c b/LAPACKE/src/lapacke_cgesvd_work.c index 558a7f3082..3797475ed9 100644 --- a/LAPACKE/src/lapacke_cgesvd_work.c +++ b/LAPACKE/src/lapacke_cgesvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvdq.c b/LAPACKE/src/lapacke_cgesvdq.c index c5eca535e9..8406635e99 100644 --- a/LAPACKE/src/lapacke_cgesvdq.c +++ b/LAPACKE/src/lapacke_cgesvdq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvdq * Author: Intel Corporation -* Generated November 2018 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvdq_work.c b/LAPACKE/src/lapacke_cgesvdq_work.c index e86f76e4b6..e73e524bd6 100644 --- a/LAPACKE/src/lapacke_cgesvdq_work.c +++ b/LAPACKE/src/lapacke_cgesvdq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvdq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvdx.c b/LAPACKE/src/lapacke_cgesvdx.c index 0acddf50fa..de47ad4ce6 100644 --- a/LAPACKE/src/lapacke_cgesvdx.c +++ b/LAPACKE/src/lapacke_cgesvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvdx_work.c b/LAPACKE/src/lapacke_cgesvdx_work.c index ddbc0a5b84..950c6f3271 100644 --- a/LAPACKE/src/lapacke_cgesvdx_work.c +++ b/LAPACKE/src/lapacke_cgesvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvj.c b/LAPACKE/src/lapacke_cgesvj.c index 253cbf00b4..9ce9e84058 100644 --- a/LAPACKE/src/lapacke_cgesvj.c +++ b/LAPACKE/src/lapacke_cgesvj.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvj_work.c b/LAPACKE/src/lapacke_cgesvj_work.c index 138e229b05..34ee42bfbb 100644 --- a/LAPACKE/src/lapacke_cgesvj_work.c +++ b/LAPACKE/src/lapacke_cgesvj_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvx.c b/LAPACKE/src/lapacke_cgesvx.c index 5958316d26..70fc1a183e 100644 --- a/LAPACKE/src/lapacke_cgesvx.c +++ b/LAPACKE/src/lapacke_cgesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvx_work.c b/LAPACKE/src/lapacke_cgesvx_work.c index a7eaa7920f..8136e2c3a4 100644 --- a/LAPACKE/src/lapacke_cgesvx_work.c +++ b/LAPACKE/src/lapacke_cgesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvxx.c b/LAPACKE/src/lapacke_cgesvxx.c index 1c31110168..8098462173 100644 --- a/LAPACKE/src/lapacke_cgesvxx.c +++ b/LAPACKE/src/lapacke_cgesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgesvxx_work.c b/LAPACKE/src/lapacke_cgesvxx_work.c index 6d11b0c83f..f192d2a526 100644 --- a/LAPACKE/src/lapacke_cgesvxx_work.c +++ b/LAPACKE/src/lapacke_cgesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetf2.c b/LAPACKE/src/lapacke_cgetf2.c index 343e366030..eba00c30d0 100644 --- a/LAPACKE/src/lapacke_cgetf2.c +++ b/LAPACKE/src/lapacke_cgetf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetf2_work.c b/LAPACKE/src/lapacke_cgetf2_work.c index 7f7006f96b..1eb26d1fa2 100644 --- a/LAPACKE/src/lapacke_cgetf2_work.c +++ b/LAPACKE/src/lapacke_cgetf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrf.c b/LAPACKE/src/lapacke_cgetrf.c index 18d4221d9a..90b17b24dd 100644 --- a/LAPACKE/src/lapacke_cgetrf.c +++ b/LAPACKE/src/lapacke_cgetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrf2.c b/LAPACKE/src/lapacke_cgetrf2.c index fb2ec9e8ec..7d335fac1e 100644 --- a/LAPACKE/src/lapacke_cgetrf2.c +++ b/LAPACKE/src/lapacke_cgetrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrf2_work.c b/LAPACKE/src/lapacke_cgetrf2_work.c index 35a9e65833..b93a4056c7 100644 --- a/LAPACKE/src/lapacke_cgetrf2_work.c +++ b/LAPACKE/src/lapacke_cgetrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrf_work.c b/LAPACKE/src/lapacke_cgetrf_work.c index a3a619b704..cc4d90096d 100644 --- a/LAPACKE/src/lapacke_cgetrf_work.c +++ b/LAPACKE/src/lapacke_cgetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetri.c b/LAPACKE/src/lapacke_cgetri.c index 243e9842df..2e25e863e2 100644 --- a/LAPACKE/src/lapacke_cgetri.c +++ b/LAPACKE/src/lapacke_cgetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetri_work.c b/LAPACKE/src/lapacke_cgetri_work.c index ef176a4a9c..1a1d7b23bd 100644 --- a/LAPACKE/src/lapacke_cgetri_work.c +++ b/LAPACKE/src/lapacke_cgetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrs.c b/LAPACKE/src/lapacke_cgetrs.c index cf10e63857..192e1497a9 100644 --- a/LAPACKE/src/lapacke_cgetrs.c +++ b/LAPACKE/src/lapacke_cgetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetrs_work.c b/LAPACKE/src/lapacke_cgetrs_work.c index d1d3e5b1a7..47783ed62d 100644 --- a/LAPACKE/src/lapacke_cgetrs_work.c +++ b/LAPACKE/src/lapacke_cgetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetsls.c b/LAPACKE/src/lapacke_cgetsls.c index c9ff167259..ed6c5ad51b 100644 --- a/LAPACKE/src/lapacke_cgetsls.c +++ b/LAPACKE/src/lapacke_cgetsls.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetsls_work.c b/LAPACKE/src/lapacke_cgetsls_work.c index 8f2ed4d0e7..0e68339443 100644 --- a/LAPACKE/src/lapacke_cgetsls_work.c +++ b/LAPACKE/src/lapacke_cgetsls_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetsqrhrt.c b/LAPACKE/src/lapacke_cgetsqrhrt.c index d0f066130c..0e67e0b831 100644 --- a/LAPACKE/src/lapacke_cgetsqrhrt.c +++ b/LAPACKE/src/lapacke_cgetsqrhrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgetsqrhrt_work.c b/LAPACKE/src/lapacke_cgetsqrhrt_work.c index 9c4d62f3b4..598f193e6f 100644 --- a/LAPACKE/src/lapacke_cgetsqrhrt_work.c +++ b/LAPACKE/src/lapacke_cgetsqrhrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggbak.c b/LAPACKE/src/lapacke_cggbak.c index 58298ed400..3dafa4242a 100644 --- a/LAPACKE/src/lapacke_cggbak.c +++ b/LAPACKE/src/lapacke_cggbak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggbak_work.c b/LAPACKE/src/lapacke_cggbak_work.c index ba4052d9f4..58fc3ca2d9 100644 --- a/LAPACKE/src/lapacke_cggbak_work.c +++ b/LAPACKE/src/lapacke_cggbak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggbal.c b/LAPACKE/src/lapacke_cggbal.c index 6903c07bb3..101d1a147e 100644 --- a/LAPACKE/src/lapacke_cggbal.c +++ b/LAPACKE/src/lapacke_cggbal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggbal_work.c b/LAPACKE/src/lapacke_cggbal_work.c index 6c75a5ad35..765b290c5e 100644 --- a/LAPACKE/src/lapacke_cggbal_work.c +++ b/LAPACKE/src/lapacke_cggbal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgges.c b/LAPACKE/src/lapacke_cgges.c index 680929729e..f521323712 100644 --- a/LAPACKE/src/lapacke_cgges.c +++ b/LAPACKE/src/lapacke_cgges.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgges3.c b/LAPACKE/src/lapacke_cgges3.c index f288dd2382..b1dcad8cc0 100644 --- a/LAPACKE/src/lapacke_cgges3.c +++ b/LAPACKE/src/lapacke_cgges3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgges3 * Author: Intel Corporation -* Generated March, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgges3_work.c b/LAPACKE/src/lapacke_cgges3_work.c index 2f0aaada84..a8f06f5a13 100644 --- a/LAPACKE/src/lapacke_cgges3_work.c +++ b/LAPACKE/src/lapacke_cgges3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgges_work.c b/LAPACKE/src/lapacke_cgges_work.c index 4bbb78cead..ff74939a3a 100644 --- a/LAPACKE/src/lapacke_cgges_work.c +++ b/LAPACKE/src/lapacke_cgges_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggesx.c b/LAPACKE/src/lapacke_cggesx.c index 9581691c60..5962dadb14 100644 --- a/LAPACKE/src/lapacke_cggesx.c +++ b/LAPACKE/src/lapacke_cggesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggesx_work.c b/LAPACKE/src/lapacke_cggesx_work.c index 327459c773..7edb1fa9bf 100644 --- a/LAPACKE/src/lapacke_cggesx_work.c +++ b/LAPACKE/src/lapacke_cggesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggev.c b/LAPACKE/src/lapacke_cggev.c index 8a0323c1a7..629a53bc90 100644 --- a/LAPACKE/src/lapacke_cggev.c +++ b/LAPACKE/src/lapacke_cggev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggev3.c b/LAPACKE/src/lapacke_cggev3.c index e44e1e5a35..b14ec96aac 100644 --- a/LAPACKE/src/lapacke_cggev3.c +++ b/LAPACKE/src/lapacke_cggev3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggev3_work.c b/LAPACKE/src/lapacke_cggev3_work.c index ae43cf507e..6443a84827 100644 --- a/LAPACKE/src/lapacke_cggev3_work.c +++ b/LAPACKE/src/lapacke_cggev3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggev_work.c b/LAPACKE/src/lapacke_cggev_work.c index 188b70bc4c..ff129a8b80 100644 --- a/LAPACKE/src/lapacke_cggev_work.c +++ b/LAPACKE/src/lapacke_cggev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggevx.c b/LAPACKE/src/lapacke_cggevx.c index 94c081a51e..89785ed8ca 100644 --- a/LAPACKE/src/lapacke_cggevx.c +++ b/LAPACKE/src/lapacke_cggevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggevx_work.c b/LAPACKE/src/lapacke_cggevx_work.c index 702400b198..9c3adb6b46 100644 --- a/LAPACKE/src/lapacke_cggevx_work.c +++ b/LAPACKE/src/lapacke_cggevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggglm.c b/LAPACKE/src/lapacke_cggglm.c index 5b84dee8c8..62740bbf62 100644 --- a/LAPACKE/src/lapacke_cggglm.c +++ b/LAPACKE/src/lapacke_cggglm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggglm_work.c b/LAPACKE/src/lapacke_cggglm_work.c index 61dfb50d3b..0b3da2d7a1 100644 --- a/LAPACKE/src/lapacke_cggglm_work.c +++ b/LAPACKE/src/lapacke_cggglm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgghd3.c b/LAPACKE/src/lapacke_cgghd3.c index fcc1a9ba33..dce0b2ab75 100644 --- a/LAPACKE/src/lapacke_cgghd3.c +++ b/LAPACKE/src/lapacke_cgghd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgghd3_work.c b/LAPACKE/src/lapacke_cgghd3_work.c index a35ad627ea..e91ee810e9 100644 --- a/LAPACKE/src/lapacke_cgghd3_work.c +++ b/LAPACKE/src/lapacke_cgghd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgghrd.c b/LAPACKE/src/lapacke_cgghrd.c index 99cc29a633..a3e41570cc 100644 --- a/LAPACKE/src/lapacke_cgghrd.c +++ b/LAPACKE/src/lapacke_cgghrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgghrd_work.c b/LAPACKE/src/lapacke_cgghrd_work.c index 789741b932..31cb555036 100644 --- a/LAPACKE/src/lapacke_cgghrd_work.c +++ b/LAPACKE/src/lapacke_cgghrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgglse.c b/LAPACKE/src/lapacke_cgglse.c index aa1086af60..17bcc981db 100644 --- a/LAPACKE/src/lapacke_cgglse.c +++ b/LAPACKE/src/lapacke_cgglse.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgglse_work.c b/LAPACKE/src/lapacke_cgglse_work.c index be11a4d5bd..d352dfa096 100644 --- a/LAPACKE/src/lapacke_cgglse_work.c +++ b/LAPACKE/src/lapacke_cgglse_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggqrf.c b/LAPACKE/src/lapacke_cggqrf.c index a8851348cb..247fcd06d3 100644 --- a/LAPACKE/src/lapacke_cggqrf.c +++ b/LAPACKE/src/lapacke_cggqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggqrf_work.c b/LAPACKE/src/lapacke_cggqrf_work.c index 520bde7d9b..4e70f2b5aa 100644 --- a/LAPACKE/src/lapacke_cggqrf_work.c +++ b/LAPACKE/src/lapacke_cggqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggrqf.c b/LAPACKE/src/lapacke_cggrqf.c index ce25c3483e..660ce46260 100644 --- a/LAPACKE/src/lapacke_cggrqf.c +++ b/LAPACKE/src/lapacke_cggrqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggrqf_work.c b/LAPACKE/src/lapacke_cggrqf_work.c index 74b6f2e33a..9462e88fe3 100644 --- a/LAPACKE/src/lapacke_cggrqf_work.c +++ b/LAPACKE/src/lapacke_cggrqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvd.c b/LAPACKE/src/lapacke_cggsvd.c index 6656db2011..16d622a76c 100644 --- a/LAPACKE/src/lapacke_cggsvd.c +++ b/LAPACKE/src/lapacke_cggsvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvd3.c b/LAPACKE/src/lapacke_cggsvd3.c index 34cb131f5f..e0a00c6165 100644 --- a/LAPACKE/src/lapacke_cggsvd3.c +++ b/LAPACKE/src/lapacke_cggsvd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvd3_work.c b/LAPACKE/src/lapacke_cggsvd3_work.c index 8144b87125..17b6b54b04 100644 --- a/LAPACKE/src/lapacke_cggsvd3_work.c +++ b/LAPACKE/src/lapacke_cggsvd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvd_work.c b/LAPACKE/src/lapacke_cggsvd_work.c index 0d48b5fc79..ce6d50cbeb 100644 --- a/LAPACKE/src/lapacke_cggsvd_work.c +++ b/LAPACKE/src/lapacke_cggsvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvp.c b/LAPACKE/src/lapacke_cggsvp.c index a5bf20d928..324b23197b 100644 --- a/LAPACKE/src/lapacke_cggsvp.c +++ b/LAPACKE/src/lapacke_cggsvp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvp3.c b/LAPACKE/src/lapacke_cggsvp3.c index d3f1e2a71f..b82b5a0048 100644 --- a/LAPACKE/src/lapacke_cggsvp3.c +++ b/LAPACKE/src/lapacke_cggsvp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvp3_work.c b/LAPACKE/src/lapacke_cggsvp3_work.c index 23fb4b3cf6..28ca7d9a95 100644 --- a/LAPACKE/src/lapacke_cggsvp3_work.c +++ b/LAPACKE/src/lapacke_cggsvp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cggsvp_work.c b/LAPACKE/src/lapacke_cggsvp_work.c index 65f7315968..fc04a92fdc 100644 --- a/LAPACKE/src/lapacke_cggsvp_work.c +++ b/LAPACKE/src/lapacke_cggsvp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtcon.c b/LAPACKE/src/lapacke_cgtcon.c index 279b079966..d79f95cf76 100644 --- a/LAPACKE/src/lapacke_cgtcon.c +++ b/LAPACKE/src/lapacke_cgtcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtcon_work.c b/LAPACKE/src/lapacke_cgtcon_work.c index d9a44d271e..b3f729b0de 100644 --- a/LAPACKE/src/lapacke_cgtcon_work.c +++ b/LAPACKE/src/lapacke_cgtcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtrfs.c b/LAPACKE/src/lapacke_cgtrfs.c index a7f253e98d..80094adcf4 100644 --- a/LAPACKE/src/lapacke_cgtrfs.c +++ b/LAPACKE/src/lapacke_cgtrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtrfs_work.c b/LAPACKE/src/lapacke_cgtrfs_work.c index 0dbf280e73..83330ce126 100644 --- a/LAPACKE/src/lapacke_cgtrfs_work.c +++ b/LAPACKE/src/lapacke_cgtrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtsv.c b/LAPACKE/src/lapacke_cgtsv.c index 16e86338b9..1002f6f743 100644 --- a/LAPACKE/src/lapacke_cgtsv.c +++ b/LAPACKE/src/lapacke_cgtsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtsv_work.c b/LAPACKE/src/lapacke_cgtsv_work.c index e7b23f35e1..926b109f3e 100644 --- a/LAPACKE/src/lapacke_cgtsv_work.c +++ b/LAPACKE/src/lapacke_cgtsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtsvx.c b/LAPACKE/src/lapacke_cgtsvx.c index 170e59e75c..1cfe558579 100644 --- a/LAPACKE/src/lapacke_cgtsvx.c +++ b/LAPACKE/src/lapacke_cgtsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgtsvx_work.c b/LAPACKE/src/lapacke_cgtsvx_work.c index 25a3ff780c..2873010ed0 100644 --- a/LAPACKE/src/lapacke_cgtsvx_work.c +++ b/LAPACKE/src/lapacke_cgtsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgttrf.c b/LAPACKE/src/lapacke_cgttrf.c index 4b0500d8b5..f63ec8e8b1 100644 --- a/LAPACKE/src/lapacke_cgttrf.c +++ b/LAPACKE/src/lapacke_cgttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgttrf_work.c b/LAPACKE/src/lapacke_cgttrf_work.c index 502e1c6acc..d55ebb3f77 100644 --- a/LAPACKE/src/lapacke_cgttrf_work.c +++ b/LAPACKE/src/lapacke_cgttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgttrs.c b/LAPACKE/src/lapacke_cgttrs.c index 4f5c916c55..696f66649a 100644 --- a/LAPACKE/src/lapacke_cgttrs.c +++ b/LAPACKE/src/lapacke_cgttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cgttrs_work.c b/LAPACKE/src/lapacke_cgttrs_work.c index 8d243ef185..4d17200b48 100644 --- a/LAPACKE/src/lapacke_cgttrs_work.c +++ b/LAPACKE/src/lapacke_cgttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbev.c b/LAPACKE/src/lapacke_chbev.c index d79802aed5..9f0da84a8f 100644 --- a/LAPACKE/src/lapacke_chbev.c +++ b/LAPACKE/src/lapacke_chbev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbev_2stage.c b/LAPACKE/src/lapacke_chbev_2stage.c index d62e9a9c00..aeba6302cc 100644 --- a/LAPACKE/src/lapacke_chbev_2stage.c +++ b/LAPACKE/src/lapacke_chbev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbev_2stage_work.c b/LAPACKE/src/lapacke_chbev_2stage_work.c index f5736c1d0f..809ebea5f6 100644 --- a/LAPACKE/src/lapacke_chbev_2stage_work.c +++ b/LAPACKE/src/lapacke_chbev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbev_2stage * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbev_work.c b/LAPACKE/src/lapacke_chbev_work.c index 675886a39b..933c5afd93 100644 --- a/LAPACKE/src/lapacke_chbev_work.c +++ b/LAPACKE/src/lapacke_chbev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevd.c b/LAPACKE/src/lapacke_chbevd.c index b4af255a92..0321d7baf8 100644 --- a/LAPACKE/src/lapacke_chbevd.c +++ b/LAPACKE/src/lapacke_chbevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevd_2stage.c b/LAPACKE/src/lapacke_chbevd_2stage.c index e8e9a6830e..839e74b3c8 100644 --- a/LAPACKE/src/lapacke_chbevd_2stage.c +++ b/LAPACKE/src/lapacke_chbevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevd_2stage_work.c b/LAPACKE/src/lapacke_chbevd_2stage_work.c index e0f0d92ba2..83cdd05ee4 100644 --- a/LAPACKE/src/lapacke_chbevd_2stage_work.c +++ b/LAPACKE/src/lapacke_chbevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevd_work.c b/LAPACKE/src/lapacke_chbevd_work.c index fd29cb8b4d..ce554ad787 100644 --- a/LAPACKE/src/lapacke_chbevd_work.c +++ b/LAPACKE/src/lapacke_chbevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevx.c b/LAPACKE/src/lapacke_chbevx.c index 1f30a8335e..fba050c365 100644 --- a/LAPACKE/src/lapacke_chbevx.c +++ b/LAPACKE/src/lapacke_chbevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevx_2stage.c b/LAPACKE/src/lapacke_chbevx_2stage.c index 401f47cc30..ea94132b6c 100644 --- a/LAPACKE/src/lapacke_chbevx_2stage.c +++ b/LAPACKE/src/lapacke_chbevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevx_2stage_work.c b/LAPACKE/src/lapacke_chbevx_2stage_work.c index ac962eb130..9e8a26842d 100644 --- a/LAPACKE/src/lapacke_chbevx_2stage_work.c +++ b/LAPACKE/src/lapacke_chbevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbevx_work.c b/LAPACKE/src/lapacke_chbevx_work.c index 9c179c2c3b..ddebb9e735 100644 --- a/LAPACKE/src/lapacke_chbevx_work.c +++ b/LAPACKE/src/lapacke_chbevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgst.c b/LAPACKE/src/lapacke_chbgst.c index da972842ba..13d4272593 100644 --- a/LAPACKE/src/lapacke_chbgst.c +++ b/LAPACKE/src/lapacke_chbgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgst_work.c b/LAPACKE/src/lapacke_chbgst_work.c index 7b52c7bd3b..a04b04a26a 100644 --- a/LAPACKE/src/lapacke_chbgst_work.c +++ b/LAPACKE/src/lapacke_chbgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgv.c b/LAPACKE/src/lapacke_chbgv.c index 31f4531683..d28f0f1f31 100644 --- a/LAPACKE/src/lapacke_chbgv.c +++ b/LAPACKE/src/lapacke_chbgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgv_work.c b/LAPACKE/src/lapacke_chbgv_work.c index 3850cb2c65..b977a94fa8 100644 --- a/LAPACKE/src/lapacke_chbgv_work.c +++ b/LAPACKE/src/lapacke_chbgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgvd.c b/LAPACKE/src/lapacke_chbgvd.c index 5a7331d879..f1b037a116 100644 --- a/LAPACKE/src/lapacke_chbgvd.c +++ b/LAPACKE/src/lapacke_chbgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgvd_work.c b/LAPACKE/src/lapacke_chbgvd_work.c index ea5734bf9b..f6e2ac84a2 100644 --- a/LAPACKE/src/lapacke_chbgvd_work.c +++ b/LAPACKE/src/lapacke_chbgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgvx.c b/LAPACKE/src/lapacke_chbgvx.c index 5acacca034..736c33e887 100644 --- a/LAPACKE/src/lapacke_chbgvx.c +++ b/LAPACKE/src/lapacke_chbgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbgvx_work.c b/LAPACKE/src/lapacke_chbgvx_work.c index 0a30050c91..1fe2c9e69d 100644 --- a/LAPACKE/src/lapacke_chbgvx_work.c +++ b/LAPACKE/src/lapacke_chbgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbtrd.c b/LAPACKE/src/lapacke_chbtrd.c index 634d8032f4..c54dc555fe 100644 --- a/LAPACKE/src/lapacke_chbtrd.c +++ b/LAPACKE/src/lapacke_chbtrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chbtrd * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chbtrd_work.c b/LAPACKE/src/lapacke_chbtrd_work.c index 31ca9954ce..3b58b0e2b8 100644 --- a/LAPACKE/src/lapacke_chbtrd_work.c +++ b/LAPACKE/src/lapacke_chbtrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chbtrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_checon.c b/LAPACKE/src/lapacke_checon.c index 54866ea41c..af00a5366f 100644 --- a/LAPACKE/src/lapacke_checon.c +++ b/LAPACKE/src/lapacke_checon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function checon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_checon_3.c b/LAPACKE/src/lapacke_checon_3.c index 1481359d7f..08a2f0e130 100644 --- a/LAPACKE/src/lapacke_checon_3.c +++ b/LAPACKE/src/lapacke_checon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function checon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_checon_3_work.c b/LAPACKE/src/lapacke_checon_3_work.c index ac4e8e9593..30294c58b8 100644 --- a/LAPACKE/src/lapacke_checon_3_work.c +++ b/LAPACKE/src/lapacke_checon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function checon_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_checon_work.c b/LAPACKE/src/lapacke_checon_work.c index de2d7a9403..e0977e0b02 100644 --- a/LAPACKE/src/lapacke_checon_work.c +++ b/LAPACKE/src/lapacke_checon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function checon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheequb.c b/LAPACKE/src/lapacke_cheequb.c index f11eb1d17e..795d074f59 100644 --- a/LAPACKE/src/lapacke_cheequb.c +++ b/LAPACKE/src/lapacke_cheequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheequb_work.c b/LAPACKE/src/lapacke_cheequb_work.c index dd2f78cb86..730bcb759e 100644 --- a/LAPACKE/src/lapacke_cheequb_work.c +++ b/LAPACKE/src/lapacke_cheequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheev.c b/LAPACKE/src/lapacke_cheev.c index 7118f4d2a3..02e5df29dc 100644 --- a/LAPACKE/src/lapacke_cheev.c +++ b/LAPACKE/src/lapacke_cheev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheev_2stage.c b/LAPACKE/src/lapacke_cheev_2stage.c index bf231c39d1..4e18f9b380 100644 --- a/LAPACKE/src/lapacke_cheev_2stage.c +++ b/LAPACKE/src/lapacke_cheev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheev_2stage_work.c b/LAPACKE/src/lapacke_cheev_2stage_work.c index c27f292213..4efb6c03db 100644 --- a/LAPACKE/src/lapacke_cheev_2stage_work.c +++ b/LAPACKE/src/lapacke_cheev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheev_work.c b/LAPACKE/src/lapacke_cheev_work.c index aa78e678e5..f6d2ef0240 100644 --- a/LAPACKE/src/lapacke_cheev_work.c +++ b/LAPACKE/src/lapacke_cheev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevd.c b/LAPACKE/src/lapacke_cheevd.c index 75fa479150..56bfc411ce 100644 --- a/LAPACKE/src/lapacke_cheevd.c +++ b/LAPACKE/src/lapacke_cheevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevd_2stage.c b/LAPACKE/src/lapacke_cheevd_2stage.c index cb4d34a09d..4fa71d2526 100644 --- a/LAPACKE/src/lapacke_cheevd_2stage.c +++ b/LAPACKE/src/lapacke_cheevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevd_2stage_work.c b/LAPACKE/src/lapacke_cheevd_2stage_work.c index d26c84785a..13a1dad7b7 100644 --- a/LAPACKE/src/lapacke_cheevd_2stage_work.c +++ b/LAPACKE/src/lapacke_cheevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevd_work.c b/LAPACKE/src/lapacke_cheevd_work.c index e8f212efb3..d16f3f0b0c 100644 --- a/LAPACKE/src/lapacke_cheevd_work.c +++ b/LAPACKE/src/lapacke_cheevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevr.c b/LAPACKE/src/lapacke_cheevr.c index f277e7f70f..bfa2468d70 100644 --- a/LAPACKE/src/lapacke_cheevr.c +++ b/LAPACKE/src/lapacke_cheevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevr_2stage.c b/LAPACKE/src/lapacke_cheevr_2stage.c index a09eac1bdd..788d287696 100644 --- a/LAPACKE/src/lapacke_cheevr_2stage.c +++ b/LAPACKE/src/lapacke_cheevr_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevr_2stage_work.c b/LAPACKE/src/lapacke_cheevr_2stage_work.c index 44ff104c35..29525cbebf 100644 --- a/LAPACKE/src/lapacke_cheevr_2stage_work.c +++ b/LAPACKE/src/lapacke_cheevr_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevr_work.c b/LAPACKE/src/lapacke_cheevr_work.c index e3d1d89fbb..3e4f75ef49 100644 --- a/LAPACKE/src/lapacke_cheevr_work.c +++ b/LAPACKE/src/lapacke_cheevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevx.c b/LAPACKE/src/lapacke_cheevx.c index f7a41d6ea0..44cae07d2d 100644 --- a/LAPACKE/src/lapacke_cheevx.c +++ b/LAPACKE/src/lapacke_cheevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevx_2stage.c b/LAPACKE/src/lapacke_cheevx_2stage.c index 93add3f5fe..22b6594ed7 100644 --- a/LAPACKE/src/lapacke_cheevx_2stage.c +++ b/LAPACKE/src/lapacke_cheevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevx_2stage_work.c b/LAPACKE/src/lapacke_cheevx_2stage_work.c index f9947b307b..4d90468cee 100644 --- a/LAPACKE/src/lapacke_cheevx_2stage_work.c +++ b/LAPACKE/src/lapacke_cheevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheevx_work.c b/LAPACKE/src/lapacke_cheevx_work.c index c1bd5a1c37..ca0ed9ec70 100644 --- a/LAPACKE/src/lapacke_cheevx_work.c +++ b/LAPACKE/src/lapacke_cheevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegst.c b/LAPACKE/src/lapacke_chegst.c index ff7dd3532c..5f87894f63 100644 --- a/LAPACKE/src/lapacke_chegst.c +++ b/LAPACKE/src/lapacke_chegst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chegst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegst_work.c b/LAPACKE/src/lapacke_chegst_work.c index a29e01961c..f6bf004e3c 100644 --- a/LAPACKE/src/lapacke_chegst_work.c +++ b/LAPACKE/src/lapacke_chegst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chegst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegv.c b/LAPACKE/src/lapacke_chegv.c index 15d052987c..f34a9cba60 100644 --- a/LAPACKE/src/lapacke_chegv.c +++ b/LAPACKE/src/lapacke_chegv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chegv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegv_2stage.c b/LAPACKE/src/lapacke_chegv_2stage.c index 537b9450b5..26d35a070d 100644 --- a/LAPACKE/src/lapacke_chegv_2stage.c +++ b/LAPACKE/src/lapacke_chegv_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chegv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegv_2stage_work.c b/LAPACKE/src/lapacke_chegv_2stage_work.c index 910f96b3a5..52a7356a5f 100644 --- a/LAPACKE/src/lapacke_chegv_2stage_work.c +++ b/LAPACKE/src/lapacke_chegv_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chegv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegv_work.c b/LAPACKE/src/lapacke_chegv_work.c index 39c10ad0e6..35d69120d3 100644 --- a/LAPACKE/src/lapacke_chegv_work.c +++ b/LAPACKE/src/lapacke_chegv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chegv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegvd.c b/LAPACKE/src/lapacke_chegvd.c index 98c9019820..1a0cd6a493 100644 --- a/LAPACKE/src/lapacke_chegvd.c +++ b/LAPACKE/src/lapacke_chegvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chegvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegvd_work.c b/LAPACKE/src/lapacke_chegvd_work.c index b55e8191c5..b9749d9352 100644 --- a/LAPACKE/src/lapacke_chegvd_work.c +++ b/LAPACKE/src/lapacke_chegvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chegvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegvx.c b/LAPACKE/src/lapacke_chegvx.c index 3ba62746e4..9ff28f5596 100644 --- a/LAPACKE/src/lapacke_chegvx.c +++ b/LAPACKE/src/lapacke_chegvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chegvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chegvx_work.c b/LAPACKE/src/lapacke_chegvx_work.c index 3551d39fc0..132d0c0e10 100644 --- a/LAPACKE/src/lapacke_chegvx_work.c +++ b/LAPACKE/src/lapacke_chegvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chegvx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cherfs.c b/LAPACKE/src/lapacke_cherfs.c index ecf13792ca..dfcda32e12 100644 --- a/LAPACKE/src/lapacke_cherfs.c +++ b/LAPACKE/src/lapacke_cherfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cherfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cherfs_work.c b/LAPACKE/src/lapacke_cherfs_work.c index 48fddbaa73..88a000be0c 100644 --- a/LAPACKE/src/lapacke_cherfs_work.c +++ b/LAPACKE/src/lapacke_cherfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cherfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cherfsx.c b/LAPACKE/src/lapacke_cherfsx.c index 4a897986d1..c2da393393 100644 --- a/LAPACKE/src/lapacke_cherfsx.c +++ b/LAPACKE/src/lapacke_cherfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cherfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cherfsx_work.c b/LAPACKE/src/lapacke_cherfsx_work.c index c69a85a57f..438803de03 100644 --- a/LAPACKE/src/lapacke_cherfsx_work.c +++ b/LAPACKE/src/lapacke_cherfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cherfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv.c b/LAPACKE/src/lapacke_chesv.c index 9a0a81f90a..2fc9c9dae7 100644 --- a/LAPACKE/src/lapacke_chesv.c +++ b/LAPACKE/src/lapacke_chesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_aa.c b/LAPACKE/src/lapacke_chesv_aa.c index af13d53183..4a72778975 100644 --- a/LAPACKE/src/lapacke_chesv_aa.c +++ b/LAPACKE/src/lapacke_chesv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_aa_2stage.c b/LAPACKE/src/lapacke_chesv_aa_2stage.c index cd8a0cf5db..4ba72aeca1 100644 --- a/LAPACKE/src/lapacke_chesv_aa_2stage.c +++ b/LAPACKE/src/lapacke_chesv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesv_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_aa_2stage_work.c b/LAPACKE/src/lapacke_chesv_aa_2stage_work.c index d9a44d3151..7115052326 100644 --- a/LAPACKE/src/lapacke_chesv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_chesv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_aa_work.c b/LAPACKE/src/lapacke_chesv_aa_work.c index 88513b1a13..62ee5bc968 100644 --- a/LAPACKE/src/lapacke_chesv_aa_work.c +++ b/LAPACKE/src/lapacke_chesv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_rk.c b/LAPACKE/src/lapacke_chesv_rk.c index 4741d45c80..c5a5caa447 100644 --- a/LAPACKE/src/lapacke_chesv_rk.c +++ b/LAPACKE/src/lapacke_chesv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_rk_work.c b/LAPACKE/src/lapacke_chesv_rk_work.c index 10e0d1d515..83a5bcd420 100644 --- a/LAPACKE/src/lapacke_chesv_rk_work.c +++ b/LAPACKE/src/lapacke_chesv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesv_work.c b/LAPACKE/src/lapacke_chesv_work.c index 57a4b68ce0..8647396621 100644 --- a/LAPACKE/src/lapacke_chesv_work.c +++ b/LAPACKE/src/lapacke_chesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesvx.c b/LAPACKE/src/lapacke_chesvx.c index 4c7b29d422..9cf0c0460c 100644 --- a/LAPACKE/src/lapacke_chesvx.c +++ b/LAPACKE/src/lapacke_chesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesvx_work.c b/LAPACKE/src/lapacke_chesvx_work.c index b738123765..3e1aa96076 100644 --- a/LAPACKE/src/lapacke_chesvx_work.c +++ b/LAPACKE/src/lapacke_chesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesvxx.c b/LAPACKE/src/lapacke_chesvxx.c index 0976461702..9ef8749298 100644 --- a/LAPACKE/src/lapacke_chesvxx.c +++ b/LAPACKE/src/lapacke_chesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chesvxx_work.c b/LAPACKE/src/lapacke_chesvxx_work.c index 69293aa062..700ecf7a08 100644 --- a/LAPACKE/src/lapacke_chesvxx_work.c +++ b/LAPACKE/src/lapacke_chesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheswapr.c b/LAPACKE/src/lapacke_cheswapr.c index 5265dd4f83..8acee82280 100644 --- a/LAPACKE/src/lapacke_cheswapr.c +++ b/LAPACKE/src/lapacke_cheswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cheswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cheswapr_work.c b/LAPACKE/src/lapacke_cheswapr_work.c index fe14cac5d9..378cd75862 100644 --- a/LAPACKE/src/lapacke_cheswapr_work.c +++ b/LAPACKE/src/lapacke_cheswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cheswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrd.c b/LAPACKE/src/lapacke_chetrd.c index 06b55da984..bdfb2493f1 100644 --- a/LAPACKE/src/lapacke_chetrd.c +++ b/LAPACKE/src/lapacke_chetrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrd_work.c b/LAPACKE/src/lapacke_chetrd_work.c index 69015fd933..6c950ee7a3 100644 --- a/LAPACKE/src/lapacke_chetrd_work.c +++ b/LAPACKE/src/lapacke_chetrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf.c b/LAPACKE/src/lapacke_chetrf.c index 87539d6fab..3238059188 100644 --- a/LAPACKE/src/lapacke_chetrf.c +++ b/LAPACKE/src/lapacke_chetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_aa.c b/LAPACKE/src/lapacke_chetrf_aa.c index 72373c1e60..be3a442c16 100644 --- a/LAPACKE/src/lapacke_chetrf_aa.c +++ b/LAPACKE/src/lapacke_chetrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_aa_2stage.c b/LAPACKE/src/lapacke_chetrf_aa_2stage.c index bd352c54b4..2ecf93478a 100644 --- a/LAPACKE/src/lapacke_chetrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_chetrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrf_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_aa_2stage_work.c b/LAPACKE/src/lapacke_chetrf_aa_2stage_work.c index bb2bb8dc5f..ccb41ee623 100644 --- a/LAPACKE/src/lapacke_chetrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_chetrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_aa_work.c b/LAPACKE/src/lapacke_chetrf_aa_work.c index e4d5387796..dcebaf2f21 100644 --- a/LAPACKE/src/lapacke_chetrf_aa_work.c +++ b/LAPACKE/src/lapacke_chetrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_rk.c b/LAPACKE/src/lapacke_chetrf_rk.c index 15085b8cec..7caf6f2bbb 100644 --- a/LAPACKE/src/lapacke_chetrf_rk.c +++ b/LAPACKE/src/lapacke_chetrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_rk_work.c b/LAPACKE/src/lapacke_chetrf_rk_work.c index 01034cf350..b43d92bb9e 100644 --- a/LAPACKE/src/lapacke_chetrf_rk_work.c +++ b/LAPACKE/src/lapacke_chetrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_rook.c b/LAPACKE/src/lapacke_chetrf_rook.c index 56cd7a1dfa..73ce55ac68 100644 --- a/LAPACKE/src/lapacke_chetrf_rook.c +++ b/LAPACKE/src/lapacke_chetrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_rook_work.c b/LAPACKE/src/lapacke_chetrf_rook_work.c index 7ac80fdb71..a2afa602e1 100644 --- a/LAPACKE/src/lapacke_chetrf_rook_work.c +++ b/LAPACKE/src/lapacke_chetrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrf_work.c b/LAPACKE/src/lapacke_chetrf_work.c index 0f9042eac9..b043364a31 100644 --- a/LAPACKE/src/lapacke_chetrf_work.c +++ b/LAPACKE/src/lapacke_chetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri.c b/LAPACKE/src/lapacke_chetri.c index 239caaa2d6..5d68dd005b 100644 --- a/LAPACKE/src/lapacke_chetri.c +++ b/LAPACKE/src/lapacke_chetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri2.c b/LAPACKE/src/lapacke_chetri2.c index 18ef7e5ada..3822bbae54 100644 --- a/LAPACKE/src/lapacke_chetri2.c +++ b/LAPACKE/src/lapacke_chetri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri2_work.c b/LAPACKE/src/lapacke_chetri2_work.c index a0d432c05b..c87c032d25 100644 --- a/LAPACKE/src/lapacke_chetri2_work.c +++ b/LAPACKE/src/lapacke_chetri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri2x.c b/LAPACKE/src/lapacke_chetri2x.c index 6937752c4a..3ea66e4642 100644 --- a/LAPACKE/src/lapacke_chetri2x.c +++ b/LAPACKE/src/lapacke_chetri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetri2x * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri2x_work.c b/LAPACKE/src/lapacke_chetri2x_work.c index 56ee846ebb..ea36e0c70e 100644 --- a/LAPACKE/src/lapacke_chetri2x_work.c +++ b/LAPACKE/src/lapacke_chetri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri_3.c b/LAPACKE/src/lapacke_chetri_3.c index d9692e062a..2e0031a040 100644 --- a/LAPACKE/src/lapacke_chetri_3.c +++ b/LAPACKE/src/lapacke_chetri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri_3_work.c b/LAPACKE/src/lapacke_chetri_3_work.c index 59ee0aa1fc..5650df6e82 100644 --- a/LAPACKE/src/lapacke_chetri_3_work.c +++ b/LAPACKE/src/lapacke_chetri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetri_work.c b/LAPACKE/src/lapacke_chetri_work.c index 66f718f3a7..a47da60284 100644 --- a/LAPACKE/src/lapacke_chetri_work.c +++ b/LAPACKE/src/lapacke_chetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs.c b/LAPACKE/src/lapacke_chetrs.c index 2f06593cab..f00609f795 100644 --- a/LAPACKE/src/lapacke_chetrs.c +++ b/LAPACKE/src/lapacke_chetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs2.c b/LAPACKE/src/lapacke_chetrs2.c index 8a12e5eef8..60ab9044f6 100644 --- a/LAPACKE/src/lapacke_chetrs2.c +++ b/LAPACKE/src/lapacke_chetrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs2_work.c b/LAPACKE/src/lapacke_chetrs2_work.c index 5711d8bc89..b564a84d21 100644 --- a/LAPACKE/src/lapacke_chetrs2_work.c +++ b/LAPACKE/src/lapacke_chetrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_3.c b/LAPACKE/src/lapacke_chetrs_3.c index 3c06232240..ab5610a051 100644 --- a/LAPACKE/src/lapacke_chetrs_3.c +++ b/LAPACKE/src/lapacke_chetrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_3_work.c b/LAPACKE/src/lapacke_chetrs_3_work.c index 18e855f61f..1d521d7202 100644 --- a/LAPACKE/src/lapacke_chetrs_3_work.c +++ b/LAPACKE/src/lapacke_chetrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_aa.c b/LAPACKE/src/lapacke_chetrs_aa.c index 4cad1f863b..aa85d5df5c 100644 --- a/LAPACKE/src/lapacke_chetrs_aa.c +++ b/LAPACKE/src/lapacke_chetrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_aa_2stage.c b/LAPACKE/src/lapacke_chetrs_aa_2stage.c index 455622bed6..ca57ca9d9c 100644 --- a/LAPACKE/src/lapacke_chetrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_chetrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_aa_2stage_work.c b/LAPACKE/src/lapacke_chetrs_aa_2stage_work.c index 41d293d3c8..6c781d6b82 100644 --- a/LAPACKE/src/lapacke_chetrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_chetrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_aa_work.c b/LAPACKE/src/lapacke_chetrs_aa_work.c index ffd31ddf8c..b09bea793b 100644 --- a/LAPACKE/src/lapacke_chetrs_aa_work.c +++ b/LAPACKE/src/lapacke_chetrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_rook.c b/LAPACKE/src/lapacke_chetrs_rook.c index e032ae7c5a..fda67007cc 100644 --- a/LAPACKE/src/lapacke_chetrs_rook.c +++ b/LAPACKE/src/lapacke_chetrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chetrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_rook_work.c b/LAPACKE/src/lapacke_chetrs_rook_work.c index e6fe50a0ed..b3b5fd4335 100644 --- a/LAPACKE/src/lapacke_chetrs_rook_work.c +++ b/LAPACKE/src/lapacke_chetrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chetrs_work.c b/LAPACKE/src/lapacke_chetrs_work.c index c16d3e3530..ec1a7d09e3 100644 --- a/LAPACKE/src/lapacke_chetrs_work.c +++ b/LAPACKE/src/lapacke_chetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chfrk.c b/LAPACKE/src/lapacke_chfrk.c index 6b2e321b03..9a51bbecc1 100644 --- a/LAPACKE/src/lapacke_chfrk.c +++ b/LAPACKE/src/lapacke_chfrk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chfrk_work.c b/LAPACKE/src/lapacke_chfrk_work.c index c2e157bb32..0686916223 100644 --- a/LAPACKE/src/lapacke_chfrk_work.c +++ b/LAPACKE/src/lapacke_chfrk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chgeqz.c b/LAPACKE/src/lapacke_chgeqz.c index ccaf5a6246..b264791851 100644 --- a/LAPACKE/src/lapacke_chgeqz.c +++ b/LAPACKE/src/lapacke_chgeqz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chgeqz_work.c b/LAPACKE/src/lapacke_chgeqz_work.c index a355aa831c..eefec0b076 100644 --- a/LAPACKE/src/lapacke_chgeqz_work.c +++ b/LAPACKE/src/lapacke_chgeqz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpcon.c b/LAPACKE/src/lapacke_chpcon.c index 52638b70a2..ce312e6e10 100644 --- a/LAPACKE/src/lapacke_chpcon.c +++ b/LAPACKE/src/lapacke_chpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpcon_work.c b/LAPACKE/src/lapacke_chpcon_work.c index dd10e50fc0..327aa03dc2 100644 --- a/LAPACKE/src/lapacke_chpcon_work.c +++ b/LAPACKE/src/lapacke_chpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpev.c b/LAPACKE/src/lapacke_chpev.c index 65989287c0..36fff84e25 100644 --- a/LAPACKE/src/lapacke_chpev.c +++ b/LAPACKE/src/lapacke_chpev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpev_work.c b/LAPACKE/src/lapacke_chpev_work.c index fac263caf5..deaa8dd03b 100644 --- a/LAPACKE/src/lapacke_chpev_work.c +++ b/LAPACKE/src/lapacke_chpev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpevd.c b/LAPACKE/src/lapacke_chpevd.c index fbdb738021..7fb13d0d1a 100644 --- a/LAPACKE/src/lapacke_chpevd.c +++ b/LAPACKE/src/lapacke_chpevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpevd_work.c b/LAPACKE/src/lapacke_chpevd_work.c index 29a3cdca43..90b89ce8aa 100644 --- a/LAPACKE/src/lapacke_chpevd_work.c +++ b/LAPACKE/src/lapacke_chpevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpevx.c b/LAPACKE/src/lapacke_chpevx.c index 6b6bc0a84f..eb383edbb3 100644 --- a/LAPACKE/src/lapacke_chpevx.c +++ b/LAPACKE/src/lapacke_chpevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpevx_work.c b/LAPACKE/src/lapacke_chpevx_work.c index 2f1750d253..2aac2227f0 100644 --- a/LAPACKE/src/lapacke_chpevx_work.c +++ b/LAPACKE/src/lapacke_chpevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgst.c b/LAPACKE/src/lapacke_chpgst.c index 088be12244..0672f9ba99 100644 --- a/LAPACKE/src/lapacke_chpgst.c +++ b/LAPACKE/src/lapacke_chpgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgst_work.c b/LAPACKE/src/lapacke_chpgst_work.c index 8b2a500dd9..7e4509e259 100644 --- a/LAPACKE/src/lapacke_chpgst_work.c +++ b/LAPACKE/src/lapacke_chpgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgv.c b/LAPACKE/src/lapacke_chpgv.c index 4640125b94..71499d275c 100644 --- a/LAPACKE/src/lapacke_chpgv.c +++ b/LAPACKE/src/lapacke_chpgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgv_work.c b/LAPACKE/src/lapacke_chpgv_work.c index b93ffcc586..8bbf650f6a 100644 --- a/LAPACKE/src/lapacke_chpgv_work.c +++ b/LAPACKE/src/lapacke_chpgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgvd.c b/LAPACKE/src/lapacke_chpgvd.c index 587d1509a7..df8989f541 100644 --- a/LAPACKE/src/lapacke_chpgvd.c +++ b/LAPACKE/src/lapacke_chpgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgvd_work.c b/LAPACKE/src/lapacke_chpgvd_work.c index 8aec3c1972..98b28a0741 100644 --- a/LAPACKE/src/lapacke_chpgvd_work.c +++ b/LAPACKE/src/lapacke_chpgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgvx.c b/LAPACKE/src/lapacke_chpgvx.c index 2e11c1037d..0e3876d224 100644 --- a/LAPACKE/src/lapacke_chpgvx.c +++ b/LAPACKE/src/lapacke_chpgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpgvx_work.c b/LAPACKE/src/lapacke_chpgvx_work.c index 7d001695c2..7ff379d9ed 100644 --- a/LAPACKE/src/lapacke_chpgvx_work.c +++ b/LAPACKE/src/lapacke_chpgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chprfs.c b/LAPACKE/src/lapacke_chprfs.c index 3412dbe5c2..0eacaf3821 100644 --- a/LAPACKE/src/lapacke_chprfs.c +++ b/LAPACKE/src/lapacke_chprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chprfs_work.c b/LAPACKE/src/lapacke_chprfs_work.c index 099d884ebe..d51f00c809 100644 --- a/LAPACKE/src/lapacke_chprfs_work.c +++ b/LAPACKE/src/lapacke_chprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpsv.c b/LAPACKE/src/lapacke_chpsv.c index 7be90ee32d..c82716af20 100644 --- a/LAPACKE/src/lapacke_chpsv.c +++ b/LAPACKE/src/lapacke_chpsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpsv_work.c b/LAPACKE/src/lapacke_chpsv_work.c index 12f8e5bf07..7260defb8d 100644 --- a/LAPACKE/src/lapacke_chpsv_work.c +++ b/LAPACKE/src/lapacke_chpsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpsvx.c b/LAPACKE/src/lapacke_chpsvx.c index 37ec619056..21dec80cbe 100644 --- a/LAPACKE/src/lapacke_chpsvx.c +++ b/LAPACKE/src/lapacke_chpsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chpsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chpsvx_work.c b/LAPACKE/src/lapacke_chpsvx_work.c index 2c21f24040..6084db1928 100644 --- a/LAPACKE/src/lapacke_chpsvx_work.c +++ b/LAPACKE/src/lapacke_chpsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chpsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrd.c b/LAPACKE/src/lapacke_chptrd.c index 88df3abca9..7a2c7923ca 100644 --- a/LAPACKE/src/lapacke_chptrd.c +++ b/LAPACKE/src/lapacke_chptrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrd_work.c b/LAPACKE/src/lapacke_chptrd_work.c index bc7d229adf..dc3313f684 100644 --- a/LAPACKE/src/lapacke_chptrd_work.c +++ b/LAPACKE/src/lapacke_chptrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrf.c b/LAPACKE/src/lapacke_chptrf.c index 2e1afd4a66..957f16d776 100644 --- a/LAPACKE/src/lapacke_chptrf.c +++ b/LAPACKE/src/lapacke_chptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrf_work.c b/LAPACKE/src/lapacke_chptrf_work.c index 8b75c64c09..43d9c89923 100644 --- a/LAPACKE/src/lapacke_chptrf_work.c +++ b/LAPACKE/src/lapacke_chptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptri.c b/LAPACKE/src/lapacke_chptri.c index a88a35b535..1d159b7e70 100644 --- a/LAPACKE/src/lapacke_chptri.c +++ b/LAPACKE/src/lapacke_chptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptri_work.c b/LAPACKE/src/lapacke_chptri_work.c index 40b221032e..51a10195d0 100644 --- a/LAPACKE/src/lapacke_chptri_work.c +++ b/LAPACKE/src/lapacke_chptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrs.c b/LAPACKE/src/lapacke_chptrs.c index 210d5ccdb9..ba3590d929 100644 --- a/LAPACKE/src/lapacke_chptrs.c +++ b/LAPACKE/src/lapacke_chptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chptrs_work.c b/LAPACKE/src/lapacke_chptrs_work.c index 49f9fc500d..139de1dcfe 100644 --- a/LAPACKE/src/lapacke_chptrs_work.c +++ b/LAPACKE/src/lapacke_chptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chsein.c b/LAPACKE/src/lapacke_chsein.c index a3b1a9d409..4e606b9481 100644 --- a/LAPACKE/src/lapacke_chsein.c +++ b/LAPACKE/src/lapacke_chsein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chsein_work.c b/LAPACKE/src/lapacke_chsein_work.c index 5b9088cfa0..8c58add548 100644 --- a/LAPACKE/src/lapacke_chsein_work.c +++ b/LAPACKE/src/lapacke_chsein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chseqr.c b/LAPACKE/src/lapacke_chseqr.c index 76578a57fb..ad364f84e6 100644 --- a/LAPACKE/src/lapacke_chseqr.c +++ b/LAPACKE/src/lapacke_chseqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function chseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_chseqr_work.c b/LAPACKE/src/lapacke_chseqr_work.c index 1d56928274..11bac7ccb0 100644 --- a/LAPACKE/src/lapacke_chseqr_work.c +++ b/LAPACKE/src/lapacke_chseqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function chseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacgv.c b/LAPACKE/src/lapacke_clacgv.c index 9a77c8ec0e..1e6ed883e8 100644 --- a/LAPACKE/src/lapacke_clacgv.c +++ b/LAPACKE/src/lapacke_clacgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clacgv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacgv_work.c b/LAPACKE/src/lapacke_clacgv_work.c index eb61e840d5..11f41bed37 100644 --- a/LAPACKE/src/lapacke_clacgv_work.c +++ b/LAPACKE/src/lapacke_clacgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clacgv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacn2.c b/LAPACKE/src/lapacke_clacn2.c index 0d374d1392..8cb37df7fb 100644 --- a/LAPACKE/src/lapacke_clacn2.c +++ b/LAPACKE/src/lapacke_clacn2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function clacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacn2_work.c b/LAPACKE/src/lapacke_clacn2_work.c index 970b7d7dd5..390e42068e 100644 --- a/LAPACKE/src/lapacke_clacn2_work.c +++ b/LAPACKE/src/lapacke_clacn2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function clacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacp2.c b/LAPACKE/src/lapacke_clacp2.c index 0c415c4d1f..fc9b9f8d97 100644 --- a/LAPACKE/src/lapacke_clacp2.c +++ b/LAPACKE/src/lapacke_clacp2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function clacp2 * Author: Intel Corporation -* Generated January, 2013 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacp2_work.c b/LAPACKE/src/lapacke_clacp2_work.c index 8f1d6b4c08..d565e46698 100644 --- a/LAPACKE/src/lapacke_clacp2_work.c +++ b/LAPACKE/src/lapacke_clacp2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function clacp2 * Author: Intel Corporation -* Generated January, 2013 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacpy.c b/LAPACKE/src/lapacke_clacpy.c index 3e0433b44c..f5f6216fa6 100644 --- a/LAPACKE/src/lapacke_clacpy.c +++ b/LAPACKE/src/lapacke_clacpy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacpy_work.c b/LAPACKE/src/lapacke_clacpy_work.c index 80d2626267..d9513e8ce6 100644 --- a/LAPACKE/src/lapacke_clacpy_work.c +++ b/LAPACKE/src/lapacke_clacpy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacrm.c b/LAPACKE/src/lapacke_clacrm.c index 2c2c2b0b56..c14540589c 100644 --- a/LAPACKE/src/lapacke_clacrm.c +++ b/LAPACKE/src/lapacke_clacrm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clacrm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clacrm_work.c b/LAPACKE/src/lapacke_clacrm_work.c index 5bfab7f95e..a9befaf088 100644 --- a/LAPACKE/src/lapacke_clacrm_work.c +++ b/LAPACKE/src/lapacke_clacrm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clacrm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clag2z.c b/LAPACKE/src/lapacke_clag2z.c index cd989ff953..77af6c4da2 100644 --- a/LAPACKE/src/lapacke_clag2z.c +++ b/LAPACKE/src/lapacke_clag2z.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clag2z * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clag2z_work.c b/LAPACKE/src/lapacke_clag2z_work.c index 48388e615b..727bd54388 100644 --- a/LAPACKE/src/lapacke_clag2z_work.c +++ b/LAPACKE/src/lapacke_clag2z_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clag2z * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clagge.c b/LAPACKE/src/lapacke_clagge.c index 0b6c4c23e1..abe1a96556 100644 --- a/LAPACKE/src/lapacke_clagge.c +++ b/LAPACKE/src/lapacke_clagge.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clagge_work.c b/LAPACKE/src/lapacke_clagge_work.c index 104c4c4feb..99f14e882c 100644 --- a/LAPACKE/src/lapacke_clagge_work.c +++ b/LAPACKE/src/lapacke_clagge_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claghe.c b/LAPACKE/src/lapacke_claghe.c index d1539224ae..281a12f72c 100644 --- a/LAPACKE/src/lapacke_claghe.c +++ b/LAPACKE/src/lapacke_claghe.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function claghe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claghe_work.c b/LAPACKE/src/lapacke_claghe_work.c index 63fb640c96..a72cb152ea 100644 --- a/LAPACKE/src/lapacke_claghe_work.c +++ b/LAPACKE/src/lapacke_claghe_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function claghe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clagsy.c b/LAPACKE/src/lapacke_clagsy.c index f4f98fe154..841d41c441 100644 --- a/LAPACKE/src/lapacke_clagsy.c +++ b/LAPACKE/src/lapacke_clagsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clagsy_work.c b/LAPACKE/src/lapacke_clagsy_work.c index 128fab4ad8..6b1c25f66c 100644 --- a/LAPACKE/src/lapacke_clagsy_work.c +++ b/LAPACKE/src/lapacke_clagsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clange.c b/LAPACKE/src/lapacke_clange.c index 472a6c5c16..7bd436d4dc 100644 --- a/LAPACKE/src/lapacke_clange.c +++ b/LAPACKE/src/lapacke_clange.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clange * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clange_work.c b/LAPACKE/src/lapacke_clange_work.c index ce5ee25caf..4875031dc6 100644 --- a/LAPACKE/src/lapacke_clange_work.c +++ b/LAPACKE/src/lapacke_clange_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clanhe.c b/LAPACKE/src/lapacke_clanhe.c index 5c40c29ac8..b515348ea4 100644 --- a/LAPACKE/src/lapacke_clanhe.c +++ b/LAPACKE/src/lapacke_clanhe.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clanhe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clanhe_work.c b/LAPACKE/src/lapacke_clanhe_work.c index 17915bccce..561b8fad3d 100644 --- a/LAPACKE/src/lapacke_clanhe_work.c +++ b/LAPACKE/src/lapacke_clanhe_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clanhe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clansy.c b/LAPACKE/src/lapacke_clansy.c index a02264eb4b..018f873738 100644 --- a/LAPACKE/src/lapacke_clansy.c +++ b/LAPACKE/src/lapacke_clansy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clansy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clansy_work.c b/LAPACKE/src/lapacke_clansy_work.c index 099f1104cb..6c30105f97 100644 --- a/LAPACKE/src/lapacke_clansy_work.c +++ b/LAPACKE/src/lapacke_clansy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clansy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clantr.c b/LAPACKE/src/lapacke_clantr.c index 2ddd2e211a..88e765f2b8 100644 --- a/LAPACKE/src/lapacke_clantr.c +++ b/LAPACKE/src/lapacke_clantr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clantr_work.c b/LAPACKE/src/lapacke_clantr_work.c index 8c4c21935e..a0bf80d0d6 100644 --- a/LAPACKE/src/lapacke_clantr_work.c +++ b/LAPACKE/src/lapacke_clantr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clantr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clapmr.c b/LAPACKE/src/lapacke_clapmr.c index e8f9ced1e3..8b2a4da344 100644 --- a/LAPACKE/src/lapacke_clapmr.c +++ b/LAPACKE/src/lapacke_clapmr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clapmr_work.c b/LAPACKE/src/lapacke_clapmr_work.c index 8830e219c1..2496296dba 100644 --- a/LAPACKE/src/lapacke_clapmr_work.c +++ b/LAPACKE/src/lapacke_clapmr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clapmt.c b/LAPACKE/src/lapacke_clapmt.c index e0bb395894..95ba11b052 100644 --- a/LAPACKE/src/lapacke_clapmt.c +++ b/LAPACKE/src/lapacke_clapmt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clapmt_work.c b/LAPACKE/src/lapacke_clapmt_work.c index 3f57c96b82..9cbdcc3352 100644 --- a/LAPACKE/src/lapacke_clapmt_work.c +++ b/LAPACKE/src/lapacke_clapmt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarcm.c b/LAPACKE/src/lapacke_clarcm.c index 7f80b78307..9fb300d605 100644 --- a/LAPACKE/src/lapacke_clarcm.c +++ b/LAPACKE/src/lapacke_clarcm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarcm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarcm_work.c b/LAPACKE/src/lapacke_clarcm_work.c index cd12ee39c3..a2c048cf4e 100644 --- a/LAPACKE/src/lapacke_clarcm_work.c +++ b/LAPACKE/src/lapacke_clarcm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarcm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfb.c b/LAPACKE/src/lapacke_clarfb.c index 3aeb0d7e43..ccd34cecdf 100644 --- a/LAPACKE/src/lapacke_clarfb.c +++ b/LAPACKE/src/lapacke_clarfb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarfb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfb_work.c b/LAPACKE/src/lapacke_clarfb_work.c index b1af49477b..3ad97c22d0 100644 --- a/LAPACKE/src/lapacke_clarfb_work.c +++ b/LAPACKE/src/lapacke_clarfb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarfb * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfg.c b/LAPACKE/src/lapacke_clarfg.c index 9e852a4065..238b81f27f 100644 --- a/LAPACKE/src/lapacke_clarfg.c +++ b/LAPACKE/src/lapacke_clarfg.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfg_work.c b/LAPACKE/src/lapacke_clarfg_work.c index aa8546d9c5..06a6a93ff6 100644 --- a/LAPACKE/src/lapacke_clarfg_work.c +++ b/LAPACKE/src/lapacke_clarfg_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarft.c b/LAPACKE/src/lapacke_clarft.c index 961d7cbab9..9691afb856 100644 --- a/LAPACKE/src/lapacke_clarft.c +++ b/LAPACKE/src/lapacke_clarft.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarft_work.c b/LAPACKE/src/lapacke_clarft_work.c index dfbcaeed81..f540bd1fbd 100644 --- a/LAPACKE/src/lapacke_clarft_work.c +++ b/LAPACKE/src/lapacke_clarft_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfx.c b/LAPACKE/src/lapacke_clarfx.c index 786c214128..6ee8d09ff8 100644 --- a/LAPACKE/src/lapacke_clarfx.c +++ b/LAPACKE/src/lapacke_clarfx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarfx_work.c b/LAPACKE/src/lapacke_clarfx_work.c index 3bf7434621..f8d6f2dd5e 100644 --- a/LAPACKE/src/lapacke_clarfx_work.c +++ b/LAPACKE/src/lapacke_clarfx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarnv.c b/LAPACKE/src/lapacke_clarnv.c index 7a995005a8..9cb36c3048 100644 --- a/LAPACKE/src/lapacke_clarnv.c +++ b/LAPACKE/src/lapacke_clarnv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clarnv_work.c b/LAPACKE/src/lapacke_clarnv_work.c index 324d5e10b8..ef5061a62a 100644 --- a/LAPACKE/src/lapacke_clarnv_work.c +++ b/LAPACKE/src/lapacke_clarnv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clascl.c b/LAPACKE/src/lapacke_clascl.c index fdcb029475..3e96570d11 100644 --- a/LAPACKE/src/lapacke_clascl.c +++ b/LAPACKE/src/lapacke_clascl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clascl_work.c b/LAPACKE/src/lapacke_clascl_work.c index 70a75f733f..2f4a781ef4 100644 --- a/LAPACKE/src/lapacke_clascl_work.c +++ b/LAPACKE/src/lapacke_clascl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claset.c b/LAPACKE/src/lapacke_claset.c index 3884e6a302..3e320f5561 100644 --- a/LAPACKE/src/lapacke_claset.c +++ b/LAPACKE/src/lapacke_claset.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function claset * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claset_work.c b/LAPACKE/src/lapacke_claset_work.c index 7b25815e71..136c84a78b 100644 --- a/LAPACKE/src/lapacke_claset_work.c +++ b/LAPACKE/src/lapacke_claset_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function claset * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_classq.c b/LAPACKE/src/lapacke_classq.c index e4d746c5a1..f2fa6a7d4f 100644 --- a/LAPACKE/src/lapacke_classq.c +++ b/LAPACKE/src/lapacke_classq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function classq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_classq_work.c b/LAPACKE/src/lapacke_classq_work.c index 9e9c3a36ea..79ed26a19b 100644 --- a/LAPACKE/src/lapacke_classq_work.c +++ b/LAPACKE/src/lapacke_classq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function classq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claswp.c b/LAPACKE/src/lapacke_claswp.c index cba497a283..62d0e8918e 100644 --- a/LAPACKE/src/lapacke_claswp.c +++ b/LAPACKE/src/lapacke_claswp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function claswp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_claswp_work.c b/LAPACKE/src/lapacke_claswp_work.c index 1867987e30..0b7d2cde09 100644 --- a/LAPACKE/src/lapacke_claswp_work.c +++ b/LAPACKE/src/lapacke_claswp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function claswp * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clatms.c b/LAPACKE/src/lapacke_clatms.c index 19a0843505..04847345c2 100644 --- a/LAPACKE/src/lapacke_clatms.c +++ b/LAPACKE/src/lapacke_clatms.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clatms_work.c b/LAPACKE/src/lapacke_clatms_work.c index 1ee0c1307e..b96cf936a8 100644 --- a/LAPACKE/src/lapacke_clatms_work.c +++ b/LAPACKE/src/lapacke_clatms_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clauum.c b/LAPACKE/src/lapacke_clauum.c index 1ce7078b0a..071a956130 100644 --- a/LAPACKE/src/lapacke_clauum.c +++ b/LAPACKE/src/lapacke_clauum.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function clauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_clauum_work.c b/LAPACKE/src/lapacke_clauum_work.c index 0b9f91539c..8d71c3768d 100644 --- a/LAPACKE/src/lapacke_clauum_work.c +++ b/LAPACKE/src/lapacke_clauum_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function clauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbcon.c b/LAPACKE/src/lapacke_cpbcon.c index 3bf733ffd7..e5f81169bf 100644 --- a/LAPACKE/src/lapacke_cpbcon.c +++ b/LAPACKE/src/lapacke_cpbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbcon_work.c b/LAPACKE/src/lapacke_cpbcon_work.c index a8db32a78e..340fcd61ee 100644 --- a/LAPACKE/src/lapacke_cpbcon_work.c +++ b/LAPACKE/src/lapacke_cpbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbequ.c b/LAPACKE/src/lapacke_cpbequ.c index 4468f57f21..ee0bba51b8 100644 --- a/LAPACKE/src/lapacke_cpbequ.c +++ b/LAPACKE/src/lapacke_cpbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbequ_work.c b/LAPACKE/src/lapacke_cpbequ_work.c index 3b05b59fa1..f139ecaf69 100644 --- a/LAPACKE/src/lapacke_cpbequ_work.c +++ b/LAPACKE/src/lapacke_cpbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbrfs.c b/LAPACKE/src/lapacke_cpbrfs.c index 64ef7bd13e..4c8faaf625 100644 --- a/LAPACKE/src/lapacke_cpbrfs.c +++ b/LAPACKE/src/lapacke_cpbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbrfs_work.c b/LAPACKE/src/lapacke_cpbrfs_work.c index fa2c491044..3bcc7ca4ff 100644 --- a/LAPACKE/src/lapacke_cpbrfs_work.c +++ b/LAPACKE/src/lapacke_cpbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbstf.c b/LAPACKE/src/lapacke_cpbstf.c index bb52e9da13..d886421910 100644 --- a/LAPACKE/src/lapacke_cpbstf.c +++ b/LAPACKE/src/lapacke_cpbstf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbstf_work.c b/LAPACKE/src/lapacke_cpbstf_work.c index 8aebca0eb2..1e583fb3be 100644 --- a/LAPACKE/src/lapacke_cpbstf_work.c +++ b/LAPACKE/src/lapacke_cpbstf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbsv.c b/LAPACKE/src/lapacke_cpbsv.c index 6528cec0c6..4c0b27d219 100644 --- a/LAPACKE/src/lapacke_cpbsv.c +++ b/LAPACKE/src/lapacke_cpbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbsv_work.c b/LAPACKE/src/lapacke_cpbsv_work.c index 4e74b455a7..f6f356e4f0 100644 --- a/LAPACKE/src/lapacke_cpbsv_work.c +++ b/LAPACKE/src/lapacke_cpbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbsvx.c b/LAPACKE/src/lapacke_cpbsvx.c index a14d5e150e..47a12dd3e2 100644 --- a/LAPACKE/src/lapacke_cpbsvx.c +++ b/LAPACKE/src/lapacke_cpbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbsvx_work.c b/LAPACKE/src/lapacke_cpbsvx_work.c index a31bd29176..a63c8fddda 100644 --- a/LAPACKE/src/lapacke_cpbsvx_work.c +++ b/LAPACKE/src/lapacke_cpbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbtrf.c b/LAPACKE/src/lapacke_cpbtrf.c index 975c08158a..9b2f160eb6 100644 --- a/LAPACKE/src/lapacke_cpbtrf.c +++ b/LAPACKE/src/lapacke_cpbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbtrf_work.c b/LAPACKE/src/lapacke_cpbtrf_work.c index 1349bab8a4..a0c1d4c0db 100644 --- a/LAPACKE/src/lapacke_cpbtrf_work.c +++ b/LAPACKE/src/lapacke_cpbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbtrs.c b/LAPACKE/src/lapacke_cpbtrs.c index 9ff63c177e..144c2af899 100644 --- a/LAPACKE/src/lapacke_cpbtrs.c +++ b/LAPACKE/src/lapacke_cpbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpbtrs_work.c b/LAPACKE/src/lapacke_cpbtrs_work.c index 59d2cef3c9..af8078b84b 100644 --- a/LAPACKE/src/lapacke_cpbtrs_work.c +++ b/LAPACKE/src/lapacke_cpbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftrf.c b/LAPACKE/src/lapacke_cpftrf.c index 382dd63d45..afc8343c9b 100644 --- a/LAPACKE/src/lapacke_cpftrf.c +++ b/LAPACKE/src/lapacke_cpftrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftrf_work.c b/LAPACKE/src/lapacke_cpftrf_work.c index 5aa71b2e73..29f939246c 100644 --- a/LAPACKE/src/lapacke_cpftrf_work.c +++ b/LAPACKE/src/lapacke_cpftrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftri.c b/LAPACKE/src/lapacke_cpftri.c index 57b73d007f..0637acb96f 100644 --- a/LAPACKE/src/lapacke_cpftri.c +++ b/LAPACKE/src/lapacke_cpftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftri_work.c b/LAPACKE/src/lapacke_cpftri_work.c index 5621b28347..1120cc25f8 100644 --- a/LAPACKE/src/lapacke_cpftri_work.c +++ b/LAPACKE/src/lapacke_cpftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftrs.c b/LAPACKE/src/lapacke_cpftrs.c index 410ab4d9d0..81ecd03fdc 100644 --- a/LAPACKE/src/lapacke_cpftrs.c +++ b/LAPACKE/src/lapacke_cpftrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpftrs_work.c b/LAPACKE/src/lapacke_cpftrs_work.c index 3d66c6ee27..819bbdcbb3 100644 --- a/LAPACKE/src/lapacke_cpftrs_work.c +++ b/LAPACKE/src/lapacke_cpftrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpocon.c b/LAPACKE/src/lapacke_cpocon.c index b2ba482a43..bd8fd6b97c 100644 --- a/LAPACKE/src/lapacke_cpocon.c +++ b/LAPACKE/src/lapacke_cpocon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpocon_work.c b/LAPACKE/src/lapacke_cpocon_work.c index ca5c4baf8f..25024a6ade 100644 --- a/LAPACKE/src/lapacke_cpocon_work.c +++ b/LAPACKE/src/lapacke_cpocon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpoequ.c b/LAPACKE/src/lapacke_cpoequ.c index 9ee9764489..1945af0c7f 100644 --- a/LAPACKE/src/lapacke_cpoequ.c +++ b/LAPACKE/src/lapacke_cpoequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpoequ_work.c b/LAPACKE/src/lapacke_cpoequ_work.c index 72f2748a86..39e45ea820 100644 --- a/LAPACKE/src/lapacke_cpoequ_work.c +++ b/LAPACKE/src/lapacke_cpoequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpoequb.c b/LAPACKE/src/lapacke_cpoequb.c index 3b5b4cfbf3..50bb97998e 100644 --- a/LAPACKE/src/lapacke_cpoequb.c +++ b/LAPACKE/src/lapacke_cpoequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpoequb_work.c b/LAPACKE/src/lapacke_cpoequb_work.c index 8662ceb25f..2df58a1668 100644 --- a/LAPACKE/src/lapacke_cpoequb_work.c +++ b/LAPACKE/src/lapacke_cpoequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cporfs.c b/LAPACKE/src/lapacke_cporfs.c index e8867eb4ee..3063f97167 100644 --- a/LAPACKE/src/lapacke_cporfs.c +++ b/LAPACKE/src/lapacke_cporfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cporfs_work.c b/LAPACKE/src/lapacke_cporfs_work.c index d8ef90a173..aa9421b7f0 100644 --- a/LAPACKE/src/lapacke_cporfs_work.c +++ b/LAPACKE/src/lapacke_cporfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cporfsx.c b/LAPACKE/src/lapacke_cporfsx.c index 80c2877bb6..530d96775e 100644 --- a/LAPACKE/src/lapacke_cporfsx.c +++ b/LAPACKE/src/lapacke_cporfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cporfsx_work.c b/LAPACKE/src/lapacke_cporfsx_work.c index d742fc1dbf..4e4342eb54 100644 --- a/LAPACKE/src/lapacke_cporfsx_work.c +++ b/LAPACKE/src/lapacke_cporfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposv.c b/LAPACKE/src/lapacke_cposv.c index bb9a670ebf..94296c7d72 100644 --- a/LAPACKE/src/lapacke_cposv.c +++ b/LAPACKE/src/lapacke_cposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposv_work.c b/LAPACKE/src/lapacke_cposv_work.c index 1f6810ae3f..f5903a8b41 100644 --- a/LAPACKE/src/lapacke_cposv_work.c +++ b/LAPACKE/src/lapacke_cposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposvx.c b/LAPACKE/src/lapacke_cposvx.c index df0d5b8c3d..fa401cde17 100644 --- a/LAPACKE/src/lapacke_cposvx.c +++ b/LAPACKE/src/lapacke_cposvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposvx_work.c b/LAPACKE/src/lapacke_cposvx_work.c index 86c4354ac5..d732801d09 100644 --- a/LAPACKE/src/lapacke_cposvx_work.c +++ b/LAPACKE/src/lapacke_cposvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposvxx.c b/LAPACKE/src/lapacke_cposvxx.c index 2dbb650f89..d420171aba 100644 --- a/LAPACKE/src/lapacke_cposvxx.c +++ b/LAPACKE/src/lapacke_cposvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cposvxx_work.c b/LAPACKE/src/lapacke_cposvxx_work.c index 7970ffd2d4..a329787df5 100644 --- a/LAPACKE/src/lapacke_cposvxx_work.c +++ b/LAPACKE/src/lapacke_cposvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrf.c b/LAPACKE/src/lapacke_cpotrf.c index ac1805d4c8..d8c7a24792 100644 --- a/LAPACKE/src/lapacke_cpotrf.c +++ b/LAPACKE/src/lapacke_cpotrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrf2.c b/LAPACKE/src/lapacke_cpotrf2.c index b1bf4ba3b6..7fd0560a7e 100644 --- a/LAPACKE/src/lapacke_cpotrf2.c +++ b/LAPACKE/src/lapacke_cpotrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrf2_work.c b/LAPACKE/src/lapacke_cpotrf2_work.c index 4d9b20ae28..9d29d58427 100644 --- a/LAPACKE/src/lapacke_cpotrf2_work.c +++ b/LAPACKE/src/lapacke_cpotrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrf_work.c b/LAPACKE/src/lapacke_cpotrf_work.c index 635d1d3051..128a1638ed 100644 --- a/LAPACKE/src/lapacke_cpotrf_work.c +++ b/LAPACKE/src/lapacke_cpotrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotri.c b/LAPACKE/src/lapacke_cpotri.c index bf80ec5ed1..3b006e6a83 100644 --- a/LAPACKE/src/lapacke_cpotri.c +++ b/LAPACKE/src/lapacke_cpotri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotri_work.c b/LAPACKE/src/lapacke_cpotri_work.c index 8623d63a7f..d4f9878190 100644 --- a/LAPACKE/src/lapacke_cpotri_work.c +++ b/LAPACKE/src/lapacke_cpotri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrs.c b/LAPACKE/src/lapacke_cpotrs.c index a5f0566983..638b7595e1 100644 --- a/LAPACKE/src/lapacke_cpotrs.c +++ b/LAPACKE/src/lapacke_cpotrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpotrs_work.c b/LAPACKE/src/lapacke_cpotrs_work.c index a73f7d43e7..dee555b635 100644 --- a/LAPACKE/src/lapacke_cpotrs_work.c +++ b/LAPACKE/src/lapacke_cpotrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppcon.c b/LAPACKE/src/lapacke_cppcon.c index d0ec180c72..0f4cb52a12 100644 --- a/LAPACKE/src/lapacke_cppcon.c +++ b/LAPACKE/src/lapacke_cppcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppcon_work.c b/LAPACKE/src/lapacke_cppcon_work.c index 42fd7e83b6..aea7edd3c2 100644 --- a/LAPACKE/src/lapacke_cppcon_work.c +++ b/LAPACKE/src/lapacke_cppcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppequ.c b/LAPACKE/src/lapacke_cppequ.c index f0e546523e..1cb51bfdf3 100644 --- a/LAPACKE/src/lapacke_cppequ.c +++ b/LAPACKE/src/lapacke_cppequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppequ_work.c b/LAPACKE/src/lapacke_cppequ_work.c index 610bbb8aab..111f50c772 100644 --- a/LAPACKE/src/lapacke_cppequ_work.c +++ b/LAPACKE/src/lapacke_cppequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpprfs.c b/LAPACKE/src/lapacke_cpprfs.c index f62c61f6bc..7fc34be98a 100644 --- a/LAPACKE/src/lapacke_cpprfs.c +++ b/LAPACKE/src/lapacke_cpprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpprfs_work.c b/LAPACKE/src/lapacke_cpprfs_work.c index fa775aef75..312280a58b 100644 --- a/LAPACKE/src/lapacke_cpprfs_work.c +++ b/LAPACKE/src/lapacke_cpprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppsv.c b/LAPACKE/src/lapacke_cppsv.c index 6a182fae9e..6d6ddcc028 100644 --- a/LAPACKE/src/lapacke_cppsv.c +++ b/LAPACKE/src/lapacke_cppsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppsv_work.c b/LAPACKE/src/lapacke_cppsv_work.c index acbc1a8f05..ad9516912e 100644 --- a/LAPACKE/src/lapacke_cppsv_work.c +++ b/LAPACKE/src/lapacke_cppsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppsvx.c b/LAPACKE/src/lapacke_cppsvx.c index bf428fb17f..fbf68f9777 100644 --- a/LAPACKE/src/lapacke_cppsvx.c +++ b/LAPACKE/src/lapacke_cppsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cppsvx_work.c b/LAPACKE/src/lapacke_cppsvx_work.c index 68dda8162f..d4a3135e67 100644 --- a/LAPACKE/src/lapacke_cppsvx_work.c +++ b/LAPACKE/src/lapacke_cppsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptrf.c b/LAPACKE/src/lapacke_cpptrf.c index dad29b6d0e..38247619bb 100644 --- a/LAPACKE/src/lapacke_cpptrf.c +++ b/LAPACKE/src/lapacke_cpptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptrf_work.c b/LAPACKE/src/lapacke_cpptrf_work.c index fa7bda5254..b786bd4c29 100644 --- a/LAPACKE/src/lapacke_cpptrf_work.c +++ b/LAPACKE/src/lapacke_cpptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptri.c b/LAPACKE/src/lapacke_cpptri.c index 5a80ef347a..89fba4257d 100644 --- a/LAPACKE/src/lapacke_cpptri.c +++ b/LAPACKE/src/lapacke_cpptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptri_work.c b/LAPACKE/src/lapacke_cpptri_work.c index ee536decbe..91a54af814 100644 --- a/LAPACKE/src/lapacke_cpptri_work.c +++ b/LAPACKE/src/lapacke_cpptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptrs.c b/LAPACKE/src/lapacke_cpptrs.c index 6eab29d054..091c6dceb2 100644 --- a/LAPACKE/src/lapacke_cpptrs.c +++ b/LAPACKE/src/lapacke_cpptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpptrs_work.c b/LAPACKE/src/lapacke_cpptrs_work.c index ddd4e098bd..b59a21fc70 100644 --- a/LAPACKE/src/lapacke_cpptrs_work.c +++ b/LAPACKE/src/lapacke_cpptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpstrf.c b/LAPACKE/src/lapacke_cpstrf.c index f4111a2873..630e154c55 100644 --- a/LAPACKE/src/lapacke_cpstrf.c +++ b/LAPACKE/src/lapacke_cpstrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpstrf_work.c b/LAPACKE/src/lapacke_cpstrf_work.c index 892d1eb4b1..d4f5e53d0f 100644 --- a/LAPACKE/src/lapacke_cpstrf_work.c +++ b/LAPACKE/src/lapacke_cpstrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptcon.c b/LAPACKE/src/lapacke_cptcon.c index ebaab3b6bd..eb861647fc 100644 --- a/LAPACKE/src/lapacke_cptcon.c +++ b/LAPACKE/src/lapacke_cptcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptcon_work.c b/LAPACKE/src/lapacke_cptcon_work.c index d7cc964b64..1298bda8e8 100644 --- a/LAPACKE/src/lapacke_cptcon_work.c +++ b/LAPACKE/src/lapacke_cptcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpteqr.c b/LAPACKE/src/lapacke_cpteqr.c index 3bc194f7ba..1205a58136 100644 --- a/LAPACKE/src/lapacke_cpteqr.c +++ b/LAPACKE/src/lapacke_cpteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpteqr_work.c b/LAPACKE/src/lapacke_cpteqr_work.c index 298d8f734c..501e85b45a 100644 --- a/LAPACKE/src/lapacke_cpteqr_work.c +++ b/LAPACKE/src/lapacke_cpteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptrfs.c b/LAPACKE/src/lapacke_cptrfs.c index 8e69403d49..b7c7b236b9 100644 --- a/LAPACKE/src/lapacke_cptrfs.c +++ b/LAPACKE/src/lapacke_cptrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptrfs_work.c b/LAPACKE/src/lapacke_cptrfs_work.c index 307dc0accb..f2128fa3e9 100644 --- a/LAPACKE/src/lapacke_cptrfs_work.c +++ b/LAPACKE/src/lapacke_cptrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptsv.c b/LAPACKE/src/lapacke_cptsv.c index 7de0ea3d23..c617fb344d 100644 --- a/LAPACKE/src/lapacke_cptsv.c +++ b/LAPACKE/src/lapacke_cptsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptsv_work.c b/LAPACKE/src/lapacke_cptsv_work.c index 9fc111c9d7..262ea94708 100644 --- a/LAPACKE/src/lapacke_cptsv_work.c +++ b/LAPACKE/src/lapacke_cptsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptsvx.c b/LAPACKE/src/lapacke_cptsvx.c index 2e5185032d..ce4a51292c 100644 --- a/LAPACKE/src/lapacke_cptsvx.c +++ b/LAPACKE/src/lapacke_cptsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cptsvx_work.c b/LAPACKE/src/lapacke_cptsvx_work.c index fc6ab6dae1..5a16eb7e53 100644 --- a/LAPACKE/src/lapacke_cptsvx_work.c +++ b/LAPACKE/src/lapacke_cptsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpttrf.c b/LAPACKE/src/lapacke_cpttrf.c index ad51c857c2..6dd5476aa6 100644 --- a/LAPACKE/src/lapacke_cpttrf.c +++ b/LAPACKE/src/lapacke_cpttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpttrf_work.c b/LAPACKE/src/lapacke_cpttrf_work.c index 18ea7115f1..b49017814d 100644 --- a/LAPACKE/src/lapacke_cpttrf_work.c +++ b/LAPACKE/src/lapacke_cpttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpttrs.c b/LAPACKE/src/lapacke_cpttrs.c index bc8abf39da..61d22b4962 100644 --- a/LAPACKE/src/lapacke_cpttrs.c +++ b/LAPACKE/src/lapacke_cpttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cpttrs_work.c b/LAPACKE/src/lapacke_cpttrs_work.c index 27d709e8a9..fe9150bedf 100644 --- a/LAPACKE/src/lapacke_cpttrs_work.c +++ b/LAPACKE/src/lapacke_cpttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspcon.c b/LAPACKE/src/lapacke_cspcon.c index 19c011e7fb..d17277b655 100644 --- a/LAPACKE/src/lapacke_cspcon.c +++ b/LAPACKE/src/lapacke_cspcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspcon_work.c b/LAPACKE/src/lapacke_cspcon_work.c index d24b383145..90fffaed2f 100644 --- a/LAPACKE/src/lapacke_cspcon_work.c +++ b/LAPACKE/src/lapacke_cspcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csprfs.c b/LAPACKE/src/lapacke_csprfs.c index 1c9b801e2f..6d4a52dc4a 100644 --- a/LAPACKE/src/lapacke_csprfs.c +++ b/LAPACKE/src/lapacke_csprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csprfs_work.c b/LAPACKE/src/lapacke_csprfs_work.c index e2e378bc5d..b245cd06d7 100644 --- a/LAPACKE/src/lapacke_csprfs_work.c +++ b/LAPACKE/src/lapacke_csprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspsv.c b/LAPACKE/src/lapacke_cspsv.c index c5b1f91d2f..078356f57d 100644 --- a/LAPACKE/src/lapacke_cspsv.c +++ b/LAPACKE/src/lapacke_cspsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspsv_work.c b/LAPACKE/src/lapacke_cspsv_work.c index dba376679d..794e99e12a 100644 --- a/LAPACKE/src/lapacke_cspsv_work.c +++ b/LAPACKE/src/lapacke_cspsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspsvx.c b/LAPACKE/src/lapacke_cspsvx.c index 18d6163b11..f75ac35b7d 100644 --- a/LAPACKE/src/lapacke_cspsvx.c +++ b/LAPACKE/src/lapacke_cspsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cspsvx_work.c b/LAPACKE/src/lapacke_cspsvx_work.c index 38da17b9c5..b3ba12b5d7 100644 --- a/LAPACKE/src/lapacke_cspsvx_work.c +++ b/LAPACKE/src/lapacke_cspsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptrf.c b/LAPACKE/src/lapacke_csptrf.c index d74415ea7a..6ba643e25d 100644 --- a/LAPACKE/src/lapacke_csptrf.c +++ b/LAPACKE/src/lapacke_csptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptrf_work.c b/LAPACKE/src/lapacke_csptrf_work.c index d84f4cd5cf..6b640445d4 100644 --- a/LAPACKE/src/lapacke_csptrf_work.c +++ b/LAPACKE/src/lapacke_csptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptri.c b/LAPACKE/src/lapacke_csptri.c index 3103d52864..5897d74bb6 100644 --- a/LAPACKE/src/lapacke_csptri.c +++ b/LAPACKE/src/lapacke_csptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptri_work.c b/LAPACKE/src/lapacke_csptri_work.c index a51fe264b5..185c164a57 100644 --- a/LAPACKE/src/lapacke_csptri_work.c +++ b/LAPACKE/src/lapacke_csptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptrs.c b/LAPACKE/src/lapacke_csptrs.c index bf433b7166..ca97e4d794 100644 --- a/LAPACKE/src/lapacke_csptrs.c +++ b/LAPACKE/src/lapacke_csptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csptrs_work.c b/LAPACKE/src/lapacke_csptrs_work.c index 09dd1c6229..58f3dfae93 100644 --- a/LAPACKE/src/lapacke_csptrs_work.c +++ b/LAPACKE/src/lapacke_csptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstedc.c b/LAPACKE/src/lapacke_cstedc.c index 3c0be27d58..61cacfb148 100644 --- a/LAPACKE/src/lapacke_cstedc.c +++ b/LAPACKE/src/lapacke_cstedc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cstedc * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstedc_work.c b/LAPACKE/src/lapacke_cstedc_work.c index 365fcda0a1..5574ea58df 100644 --- a/LAPACKE/src/lapacke_cstedc_work.c +++ b/LAPACKE/src/lapacke_cstedc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cstedc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstegr.c b/LAPACKE/src/lapacke_cstegr.c index 86a0cd72d3..8d81dc1630 100644 --- a/LAPACKE/src/lapacke_cstegr.c +++ b/LAPACKE/src/lapacke_cstegr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cstegr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstegr_work.c b/LAPACKE/src/lapacke_cstegr_work.c index 2fafd58d22..49f1b394db 100644 --- a/LAPACKE/src/lapacke_cstegr_work.c +++ b/LAPACKE/src/lapacke_cstegr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cstegr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstein.c b/LAPACKE/src/lapacke_cstein.c index 9f7516c5e5..693e84aa7f 100644 --- a/LAPACKE/src/lapacke_cstein.c +++ b/LAPACKE/src/lapacke_cstein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cstein * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstein_work.c b/LAPACKE/src/lapacke_cstein_work.c index 48b7424544..53e686b471 100644 --- a/LAPACKE/src/lapacke_cstein_work.c +++ b/LAPACKE/src/lapacke_cstein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cstein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstemr.c b/LAPACKE/src/lapacke_cstemr.c index 51e63c675b..304914526f 100644 --- a/LAPACKE/src/lapacke_cstemr.c +++ b/LAPACKE/src/lapacke_cstemr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cstemr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cstemr_work.c b/LAPACKE/src/lapacke_cstemr_work.c index 1afb12b3ea..7327bfb159 100644 --- a/LAPACKE/src/lapacke_cstemr_work.c +++ b/LAPACKE/src/lapacke_cstemr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cstemr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csteqr.c b/LAPACKE/src/lapacke_csteqr.c index 7877925d23..457d70bf03 100644 --- a/LAPACKE/src/lapacke_csteqr.c +++ b/LAPACKE/src/lapacke_csteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csteqr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csteqr_work.c b/LAPACKE/src/lapacke_csteqr_work.c index 0f69431397..7ccbfd7bb7 100644 --- a/LAPACKE/src/lapacke_csteqr_work.c +++ b/LAPACKE/src/lapacke_csteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csycon.c b/LAPACKE/src/lapacke_csycon.c index e6b02d4d42..1472442ad3 100644 --- a/LAPACKE/src/lapacke_csycon.c +++ b/LAPACKE/src/lapacke_csycon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csycon_3.c b/LAPACKE/src/lapacke_csycon_3.c index 6d5dcd646f..bb1ad9d10a 100644 --- a/LAPACKE/src/lapacke_csycon_3.c +++ b/LAPACKE/src/lapacke_csycon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csycon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csycon_3_work.c b/LAPACKE/src/lapacke_csycon_3_work.c index 47323dc4a2..b00e8fd96f 100644 --- a/LAPACKE/src/lapacke_csycon_3_work.c +++ b/LAPACKE/src/lapacke_csycon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csycon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csycon_work.c b/LAPACKE/src/lapacke_csycon_work.c index e16d8aecb5..3fa8a69399 100644 --- a/LAPACKE/src/lapacke_csycon_work.c +++ b/LAPACKE/src/lapacke_csycon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyconv.c b/LAPACKE/src/lapacke_csyconv.c index 2eb942e4e3..d3e1d691e0 100644 --- a/LAPACKE/src/lapacke_csyconv.c +++ b/LAPACKE/src/lapacke_csyconv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyconv_work.c b/LAPACKE/src/lapacke_csyconv_work.c index 80a85179be..be6da33396 100644 --- a/LAPACKE/src/lapacke_csyconv_work.c +++ b/LAPACKE/src/lapacke_csyconv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyequb.c b/LAPACKE/src/lapacke_csyequb.c index 79921b3339..e1bb1621f6 100644 --- a/LAPACKE/src/lapacke_csyequb.c +++ b/LAPACKE/src/lapacke_csyequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyequb_work.c b/LAPACKE/src/lapacke_csyequb_work.c index fe9ea16c8a..3469e11e00 100644 --- a/LAPACKE/src/lapacke_csyequb_work.c +++ b/LAPACKE/src/lapacke_csyequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyr.c b/LAPACKE/src/lapacke_csyr.c index 54cebff1d7..ea5da573f5 100644 --- a/LAPACKE/src/lapacke_csyr.c +++ b/LAPACKE/src/lapacke_csyr.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function csyr * Author: Intel Corporation -* Generated March, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyr_work.c b/LAPACKE/src/lapacke_csyr_work.c index c988efb088..2769eaa3e7 100644 --- a/LAPACKE/src/lapacke_csyr_work.c +++ b/LAPACKE/src/lapacke_csyr_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyr * Author: Intel Corporation -* Generated March, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyrfs.c b/LAPACKE/src/lapacke_csyrfs.c index 501ba2bb00..b8d8b8bdc5 100644 --- a/LAPACKE/src/lapacke_csyrfs.c +++ b/LAPACKE/src/lapacke_csyrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyrfs_work.c b/LAPACKE/src/lapacke_csyrfs_work.c index c461bfb1c8..e22ce1c406 100644 --- a/LAPACKE/src/lapacke_csyrfs_work.c +++ b/LAPACKE/src/lapacke_csyrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyrfsx.c b/LAPACKE/src/lapacke_csyrfsx.c index ceaf43776f..6ea79675a8 100644 --- a/LAPACKE/src/lapacke_csyrfsx.c +++ b/LAPACKE/src/lapacke_csyrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyrfsx_work.c b/LAPACKE/src/lapacke_csyrfsx_work.c index 72ebbe2797..fa422849b8 100644 --- a/LAPACKE/src/lapacke_csyrfsx_work.c +++ b/LAPACKE/src/lapacke_csyrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv.c b/LAPACKE/src/lapacke_csysv.c index 11baa9bb6d..022271052a 100644 --- a/LAPACKE/src/lapacke_csysv.c +++ b/LAPACKE/src/lapacke_csysv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_aa.c b/LAPACKE/src/lapacke_csysv_aa.c index 9e012b9a37..53f0f90326 100644 --- a/LAPACKE/src/lapacke_csysv_aa.c +++ b/LAPACKE/src/lapacke_csysv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_aa_2stage.c b/LAPACKE/src/lapacke_csysv_aa_2stage.c index c93bb9c8a4..db154bd91c 100644 --- a/LAPACKE/src/lapacke_csysv_aa_2stage.c +++ b/LAPACKE/src/lapacke_csysv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_aa_2stage_work.c b/LAPACKE/src/lapacke_csysv_aa_2stage_work.c index dabe315120..6180de7760 100644 --- a/LAPACKE/src/lapacke_csysv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_csysv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_aa_work.c b/LAPACKE/src/lapacke_csysv_aa_work.c index e2f74464e1..8abf0e0703 100644 --- a/LAPACKE/src/lapacke_csysv_aa_work.c +++ b/LAPACKE/src/lapacke_csysv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_rk.c b/LAPACKE/src/lapacke_csysv_rk.c index b2950c1e38..9721074a15 100644 --- a/LAPACKE/src/lapacke_csysv_rk.c +++ b/LAPACKE/src/lapacke_csysv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_rk_work.c b/LAPACKE/src/lapacke_csysv_rk_work.c index f87f05175f..71facf581f 100644 --- a/LAPACKE/src/lapacke_csysv_rk_work.c +++ b/LAPACKE/src/lapacke_csysv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_rook.c b/LAPACKE/src/lapacke_csysv_rook.c index a9edbe7063..95dbd0d8c2 100644 --- a/LAPACKE/src/lapacke_csysv_rook.c +++ b/LAPACKE/src/lapacke_csysv_rook.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function csysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_rook_work.c b/LAPACKE/src/lapacke_csysv_rook_work.c index 39034a1585..b3feff5b51 100644 --- a/LAPACKE/src/lapacke_csysv_rook_work.c +++ b/LAPACKE/src/lapacke_csysv_rook_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysv_work.c b/LAPACKE/src/lapacke_csysv_work.c index 80b10bb829..291da4e712 100644 --- a/LAPACKE/src/lapacke_csysv_work.c +++ b/LAPACKE/src/lapacke_csysv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysvx.c b/LAPACKE/src/lapacke_csysvx.c index b64aab954d..a9e4f784d4 100644 --- a/LAPACKE/src/lapacke_csysvx.c +++ b/LAPACKE/src/lapacke_csysvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysvx_work.c b/LAPACKE/src/lapacke_csysvx_work.c index f9ec151382..dfd4a16392 100644 --- a/LAPACKE/src/lapacke_csysvx_work.c +++ b/LAPACKE/src/lapacke_csysvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysvxx.c b/LAPACKE/src/lapacke_csysvxx.c index fffac2b414..ae60885a4c 100644 --- a/LAPACKE/src/lapacke_csysvxx.c +++ b/LAPACKE/src/lapacke_csysvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csysvxx_work.c b/LAPACKE/src/lapacke_csysvxx_work.c index 6357c37bca..d2bcd301a4 100644 --- a/LAPACKE/src/lapacke_csysvxx_work.c +++ b/LAPACKE/src/lapacke_csysvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyswapr.c b/LAPACKE/src/lapacke_csyswapr.c index 690ed47181..be412876bd 100644 --- a/LAPACKE/src/lapacke_csyswapr.c +++ b/LAPACKE/src/lapacke_csyswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csyswapr_work.c b/LAPACKE/src/lapacke_csyswapr_work.c index ed215531bd..def8e235ac 100644 --- a/LAPACKE/src/lapacke_csyswapr_work.c +++ b/LAPACKE/src/lapacke_csyswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf.c b/LAPACKE/src/lapacke_csytrf.c index ccde4f48fa..9b1f6b5455 100644 --- a/LAPACKE/src/lapacke_csytrf.c +++ b/LAPACKE/src/lapacke_csytrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_aa.c b/LAPACKE/src/lapacke_csytrf_aa.c index 0448a1f2e1..7dafe090fe 100644 --- a/LAPACKE/src/lapacke_csytrf_aa.c +++ b/LAPACKE/src/lapacke_csytrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_aa_2stage.c b/LAPACKE/src/lapacke_csytrf_aa_2stage.c index 1ccad12f98..8cad47aa9a 100644 --- a/LAPACKE/src/lapacke_csytrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_csytrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_aa_2stage_work.c b/LAPACKE/src/lapacke_csytrf_aa_2stage_work.c index 665291c1d1..7139a2d156 100644 --- a/LAPACKE/src/lapacke_csytrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_csytrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_aa_work.c b/LAPACKE/src/lapacke_csytrf_aa_work.c index f6661c85c6..1a25fcc482 100644 --- a/LAPACKE/src/lapacke_csytrf_aa_work.c +++ b/LAPACKE/src/lapacke_csytrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_rk.c b/LAPACKE/src/lapacke_csytrf_rk.c index 52b7d24839..5b21a0ad74 100644 --- a/LAPACKE/src/lapacke_csytrf_rk.c +++ b/LAPACKE/src/lapacke_csytrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_rk_work.c b/LAPACKE/src/lapacke_csytrf_rk_work.c index f98e8259be..740d917dcb 100644 --- a/LAPACKE/src/lapacke_csytrf_rk_work.c +++ b/LAPACKE/src/lapacke_csytrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrf_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_rook.c b/LAPACKE/src/lapacke_csytrf_rook.c index a010800dba..0f76a80e9b 100644 --- a/LAPACKE/src/lapacke_csytrf_rook.c +++ b/LAPACKE/src/lapacke_csytrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_rook_work.c b/LAPACKE/src/lapacke_csytrf_rook_work.c index 33479fb95e..0e927ae263 100644 --- a/LAPACKE/src/lapacke_csytrf_rook_work.c +++ b/LAPACKE/src/lapacke_csytrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrf_work.c b/LAPACKE/src/lapacke_csytrf_work.c index 43eedb4a90..5ed9fae6cb 100644 --- a/LAPACKE/src/lapacke_csytrf_work.c +++ b/LAPACKE/src/lapacke_csytrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri.c b/LAPACKE/src/lapacke_csytri.c index 309af8596a..14d37f6216 100644 --- a/LAPACKE/src/lapacke_csytri.c +++ b/LAPACKE/src/lapacke_csytri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri2.c b/LAPACKE/src/lapacke_csytri2.c index cacd6db927..c9fe76d5f8 100644 --- a/LAPACKE/src/lapacke_csytri2.c +++ b/LAPACKE/src/lapacke_csytri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri2_work.c b/LAPACKE/src/lapacke_csytri2_work.c index 6ab637c4fc..a1660758ff 100644 --- a/LAPACKE/src/lapacke_csytri2_work.c +++ b/LAPACKE/src/lapacke_csytri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri2x.c b/LAPACKE/src/lapacke_csytri2x.c index 5c7e0be136..f47f6ca55e 100644 --- a/LAPACKE/src/lapacke_csytri2x.c +++ b/LAPACKE/src/lapacke_csytri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri2x_work.c b/LAPACKE/src/lapacke_csytri2x_work.c index 45468188a4..56b5e72021 100644 --- a/LAPACKE/src/lapacke_csytri2x_work.c +++ b/LAPACKE/src/lapacke_csytri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri_3.c b/LAPACKE/src/lapacke_csytri_3.c index 75ec8f0245..a08dbda641 100644 --- a/LAPACKE/src/lapacke_csytri_3.c +++ b/LAPACKE/src/lapacke_csytri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri_3_work.c b/LAPACKE/src/lapacke_csytri_3_work.c index b91d8a8554..5cf6448397 100644 --- a/LAPACKE/src/lapacke_csytri_3_work.c +++ b/LAPACKE/src/lapacke_csytri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytri_work.c b/LAPACKE/src/lapacke_csytri_work.c index 944033446c..3fad4a5656 100644 --- a/LAPACKE/src/lapacke_csytri_work.c +++ b/LAPACKE/src/lapacke_csytri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs.c b/LAPACKE/src/lapacke_csytrs.c index 5b9282fe5d..12356251d7 100644 --- a/LAPACKE/src/lapacke_csytrs.c +++ b/LAPACKE/src/lapacke_csytrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs2.c b/LAPACKE/src/lapacke_csytrs2.c index 44405c993d..260bd6f2b8 100644 --- a/LAPACKE/src/lapacke_csytrs2.c +++ b/LAPACKE/src/lapacke_csytrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs2_work.c b/LAPACKE/src/lapacke_csytrs2_work.c index 8567a07d59..adee0ee005 100644 --- a/LAPACKE/src/lapacke_csytrs2_work.c +++ b/LAPACKE/src/lapacke_csytrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_3.c b/LAPACKE/src/lapacke_csytrs_3.c index 962416c00b..628eb2617f 100644 --- a/LAPACKE/src/lapacke_csytrs_3.c +++ b/LAPACKE/src/lapacke_csytrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_3_work.c b/LAPACKE/src/lapacke_csytrs_3_work.c index ef89b839dd..5183ea6374 100644 --- a/LAPACKE/src/lapacke_csytrs_3_work.c +++ b/LAPACKE/src/lapacke_csytrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_aa.c b/LAPACKE/src/lapacke_csytrs_aa.c index ff9ba03b4c..fc71b4a3bc 100644 --- a/LAPACKE/src/lapacke_csytrs_aa.c +++ b/LAPACKE/src/lapacke_csytrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_aa_2stage.c b/LAPACKE/src/lapacke_csytrs_aa_2stage.c index 2edab2f9f1..1396d0b500 100644 --- a/LAPACKE/src/lapacke_csytrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_csytrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_aa_2stage_work.c b/LAPACKE/src/lapacke_csytrs_aa_2stage_work.c index 7ef73971b3..f144e470c7 100644 --- a/LAPACKE/src/lapacke_csytrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_csytrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_aa_work.c b/LAPACKE/src/lapacke_csytrs_aa_work.c index ad576b2363..1be7791b24 100644 --- a/LAPACKE/src/lapacke_csytrs_aa_work.c +++ b/LAPACKE/src/lapacke_csytrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_rook.c b/LAPACKE/src/lapacke_csytrs_rook.c index 1970bc91a2..a22bc29eaf 100644 --- a/LAPACKE/src/lapacke_csytrs_rook.c +++ b/LAPACKE/src/lapacke_csytrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function csytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_rook_work.c b/LAPACKE/src/lapacke_csytrs_rook_work.c index 3e4b737ddb..9683fd46d2 100644 --- a/LAPACKE/src/lapacke_csytrs_rook_work.c +++ b/LAPACKE/src/lapacke_csytrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_csytrs_work.c b/LAPACKE/src/lapacke_csytrs_work.c index 047a25980d..c7403bb5ec 100644 --- a/LAPACKE/src/lapacke_csytrs_work.c +++ b/LAPACKE/src/lapacke_csytrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function csytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbcon.c b/LAPACKE/src/lapacke_ctbcon.c index 21b86a0da0..35fc065d69 100644 --- a/LAPACKE/src/lapacke_ctbcon.c +++ b/LAPACKE/src/lapacke_ctbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbcon_work.c b/LAPACKE/src/lapacke_ctbcon_work.c index f5e330b12f..0ffc705a32 100644 --- a/LAPACKE/src/lapacke_ctbcon_work.c +++ b/LAPACKE/src/lapacke_ctbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbrfs.c b/LAPACKE/src/lapacke_ctbrfs.c index e17e623b1e..62228ace9d 100644 --- a/LAPACKE/src/lapacke_ctbrfs.c +++ b/LAPACKE/src/lapacke_ctbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbrfs_work.c b/LAPACKE/src/lapacke_ctbrfs_work.c index 14d5721885..18ac02dc20 100644 --- a/LAPACKE/src/lapacke_ctbrfs_work.c +++ b/LAPACKE/src/lapacke_ctbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbtrs.c b/LAPACKE/src/lapacke_ctbtrs.c index b97f12029e..0b617f2931 100644 --- a/LAPACKE/src/lapacke_ctbtrs.c +++ b/LAPACKE/src/lapacke_ctbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctbtrs_work.c b/LAPACKE/src/lapacke_ctbtrs_work.c index a236b332c5..a4ab5cab78 100644 --- a/LAPACKE/src/lapacke_ctbtrs_work.c +++ b/LAPACKE/src/lapacke_ctbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfsm.c b/LAPACKE/src/lapacke_ctfsm.c index 1c97c7b06c..40330fb33c 100644 --- a/LAPACKE/src/lapacke_ctfsm.c +++ b/LAPACKE/src/lapacke_ctfsm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfsm_work.c b/LAPACKE/src/lapacke_ctfsm_work.c index d1e78f381d..7ea6ec8cc0 100644 --- a/LAPACKE/src/lapacke_ctfsm_work.c +++ b/LAPACKE/src/lapacke_ctfsm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctftri.c b/LAPACKE/src/lapacke_ctftri.c index 2c20433142..5916f9e05e 100644 --- a/LAPACKE/src/lapacke_ctftri.c +++ b/LAPACKE/src/lapacke_ctftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctftri_work.c b/LAPACKE/src/lapacke_ctftri_work.c index 06c99b0b88..fe135147f0 100644 --- a/LAPACKE/src/lapacke_ctftri_work.c +++ b/LAPACKE/src/lapacke_ctftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfttp.c b/LAPACKE/src/lapacke_ctfttp.c index 66c69c795c..6648c407c7 100644 --- a/LAPACKE/src/lapacke_ctfttp.c +++ b/LAPACKE/src/lapacke_ctfttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfttp_work.c b/LAPACKE/src/lapacke_ctfttp_work.c index f7192f11f3..df022e409d 100644 --- a/LAPACKE/src/lapacke_ctfttp_work.c +++ b/LAPACKE/src/lapacke_ctfttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfttr.c b/LAPACKE/src/lapacke_ctfttr.c index 0f7b3d7f93..c230cf3da2 100644 --- a/LAPACKE/src/lapacke_ctfttr.c +++ b/LAPACKE/src/lapacke_ctfttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctfttr_work.c b/LAPACKE/src/lapacke_ctfttr_work.c index 34b7a62947..d0ac11a674 100644 --- a/LAPACKE/src/lapacke_ctfttr_work.c +++ b/LAPACKE/src/lapacke_ctfttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgevc.c b/LAPACKE/src/lapacke_ctgevc.c index 647e238841..33ea8b4690 100644 --- a/LAPACKE/src/lapacke_ctgevc.c +++ b/LAPACKE/src/lapacke_ctgevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgevc_work.c b/LAPACKE/src/lapacke_ctgevc_work.c index 9f4236e9ec..3e3de5df0b 100644 --- a/LAPACKE/src/lapacke_ctgevc_work.c +++ b/LAPACKE/src/lapacke_ctgevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgexc.c b/LAPACKE/src/lapacke_ctgexc.c index 0b88ed9f4a..f6f56e457d 100644 --- a/LAPACKE/src/lapacke_ctgexc.c +++ b/LAPACKE/src/lapacke_ctgexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgexc_work.c b/LAPACKE/src/lapacke_ctgexc_work.c index 1c34d2d783..1b7e5ed113 100644 --- a/LAPACKE/src/lapacke_ctgexc_work.c +++ b/LAPACKE/src/lapacke_ctgexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsen.c b/LAPACKE/src/lapacke_ctgsen.c index 6bfcdc996b..c543cd44f9 100644 --- a/LAPACKE/src/lapacke_ctgsen.c +++ b/LAPACKE/src/lapacke_ctgsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsen_work.c b/LAPACKE/src/lapacke_ctgsen_work.c index dad45119fc..2bf21a8f03 100644 --- a/LAPACKE/src/lapacke_ctgsen_work.c +++ b/LAPACKE/src/lapacke_ctgsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsja.c b/LAPACKE/src/lapacke_ctgsja.c index b14f3b4c8b..f864b37bf6 100644 --- a/LAPACKE/src/lapacke_ctgsja.c +++ b/LAPACKE/src/lapacke_ctgsja.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsja_work.c b/LAPACKE/src/lapacke_ctgsja_work.c index 9ea4e3648d..3cfa3ec528 100644 --- a/LAPACKE/src/lapacke_ctgsja_work.c +++ b/LAPACKE/src/lapacke_ctgsja_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsna.c b/LAPACKE/src/lapacke_ctgsna.c index fab7b9f69a..358836a8a5 100644 --- a/LAPACKE/src/lapacke_ctgsna.c +++ b/LAPACKE/src/lapacke_ctgsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsna_work.c b/LAPACKE/src/lapacke_ctgsna_work.c index 171b7bc31c..7728527f93 100644 --- a/LAPACKE/src/lapacke_ctgsna_work.c +++ b/LAPACKE/src/lapacke_ctgsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsyl.c b/LAPACKE/src/lapacke_ctgsyl.c index d34080c900..3ead5ed916 100644 --- a/LAPACKE/src/lapacke_ctgsyl.c +++ b/LAPACKE/src/lapacke_ctgsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctgsyl_work.c b/LAPACKE/src/lapacke_ctgsyl_work.c index 2c7619a5db..1d0b0126ad 100644 --- a/LAPACKE/src/lapacke_ctgsyl_work.c +++ b/LAPACKE/src/lapacke_ctgsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpcon.c b/LAPACKE/src/lapacke_ctpcon.c index 15826ece39..9a688e2ea3 100644 --- a/LAPACKE/src/lapacke_ctpcon.c +++ b/LAPACKE/src/lapacke_ctpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpcon_work.c b/LAPACKE/src/lapacke_ctpcon_work.c index c776402ef8..e57bcc1987 100644 --- a/LAPACKE/src/lapacke_ctpcon_work.c +++ b/LAPACKE/src/lapacke_ctpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpmqrt.c b/LAPACKE/src/lapacke_ctpmqrt.c index ee153e25a5..78ccd85705 100644 --- a/LAPACKE/src/lapacke_ctpmqrt.c +++ b/LAPACKE/src/lapacke_ctpmqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpmqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpmqrt_work.c b/LAPACKE/src/lapacke_ctpmqrt_work.c index d460cfbaf7..5ec948e7bb 100644 --- a/LAPACKE/src/lapacke_ctpmqrt_work.c +++ b/LAPACKE/src/lapacke_ctpmqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpmqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpqrt.c b/LAPACKE/src/lapacke_ctpqrt.c index 24097024bc..3c22910185 100644 --- a/LAPACKE/src/lapacke_ctpqrt.c +++ b/LAPACKE/src/lapacke_ctpqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpqrt * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpqrt2.c b/LAPACKE/src/lapacke_ctpqrt2.c index 9ca49a5e96..c1ce56e6eb 100644 --- a/LAPACKE/src/lapacke_ctpqrt2.c +++ b/LAPACKE/src/lapacke_ctpqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpqrt2_work.c b/LAPACKE/src/lapacke_ctpqrt2_work.c index afca000a17..cb5c7831d9 100644 --- a/LAPACKE/src/lapacke_ctpqrt2_work.c +++ b/LAPACKE/src/lapacke_ctpqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpqrt_work.c b/LAPACKE/src/lapacke_ctpqrt_work.c index 1ce0e5bfba..4ac84f3d50 100644 --- a/LAPACKE/src/lapacke_ctpqrt_work.c +++ b/LAPACKE/src/lapacke_ctpqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctprfb.c b/LAPACKE/src/lapacke_ctprfb.c index fd49d6a7ff..d82d269a4c 100644 --- a/LAPACKE/src/lapacke_ctprfb.c +++ b/LAPACKE/src/lapacke_ctprfb.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ctprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctprfb_work.c b/LAPACKE/src/lapacke_ctprfb_work.c index dac4995832..8406c1a877 100644 --- a/LAPACKE/src/lapacke_ctprfb_work.c +++ b/LAPACKE/src/lapacke_ctprfb_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctprfb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctprfs.c b/LAPACKE/src/lapacke_ctprfs.c index b869c20206..4d7093eae7 100644 --- a/LAPACKE/src/lapacke_ctprfs.c +++ b/LAPACKE/src/lapacke_ctprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctprfs_work.c b/LAPACKE/src/lapacke_ctprfs_work.c index ed09390dd5..8ee69bee07 100644 --- a/LAPACKE/src/lapacke_ctprfs_work.c +++ b/LAPACKE/src/lapacke_ctprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctptri.c b/LAPACKE/src/lapacke_ctptri.c index 720c5dadbd..ae6b319195 100644 --- a/LAPACKE/src/lapacke_ctptri.c +++ b/LAPACKE/src/lapacke_ctptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctptri_work.c b/LAPACKE/src/lapacke_ctptri_work.c index 3aefe6c3f0..583550ceb1 100644 --- a/LAPACKE/src/lapacke_ctptri_work.c +++ b/LAPACKE/src/lapacke_ctptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctptrs.c b/LAPACKE/src/lapacke_ctptrs.c index 5b6a9141ce..b9cc0ff364 100644 --- a/LAPACKE/src/lapacke_ctptrs.c +++ b/LAPACKE/src/lapacke_ctptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctptrs_work.c b/LAPACKE/src/lapacke_ctptrs_work.c index 4a32aac078..2b6de32218 100644 --- a/LAPACKE/src/lapacke_ctptrs_work.c +++ b/LAPACKE/src/lapacke_ctptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpttf.c b/LAPACKE/src/lapacke_ctpttf.c index 793e9ba11c..5683ca4984 100644 --- a/LAPACKE/src/lapacke_ctpttf.c +++ b/LAPACKE/src/lapacke_ctpttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpttf_work.c b/LAPACKE/src/lapacke_ctpttf_work.c index fafe1f0689..e34eb02406 100644 --- a/LAPACKE/src/lapacke_ctpttf_work.c +++ b/LAPACKE/src/lapacke_ctpttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpttr.c b/LAPACKE/src/lapacke_ctpttr.c index 679c661b82..8c0445b015 100644 --- a/LAPACKE/src/lapacke_ctpttr.c +++ b/LAPACKE/src/lapacke_ctpttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctpttr_work.c b/LAPACKE/src/lapacke_ctpttr_work.c index 7a136c4398..49c6863d70 100644 --- a/LAPACKE/src/lapacke_ctpttr_work.c +++ b/LAPACKE/src/lapacke_ctpttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrcon.c b/LAPACKE/src/lapacke_ctrcon.c index 159fb43a58..e9ace28444 100644 --- a/LAPACKE/src/lapacke_ctrcon.c +++ b/LAPACKE/src/lapacke_ctrcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrcon_work.c b/LAPACKE/src/lapacke_ctrcon_work.c index 03186561be..8e03dfc4a4 100644 --- a/LAPACKE/src/lapacke_ctrcon_work.c +++ b/LAPACKE/src/lapacke_ctrcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrevc.c b/LAPACKE/src/lapacke_ctrevc.c index 8c0b3d13b7..af53062eac 100644 --- a/LAPACKE/src/lapacke_ctrevc.c +++ b/LAPACKE/src/lapacke_ctrevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrevc_work.c b/LAPACKE/src/lapacke_ctrevc_work.c index f2ebe0af33..af4b366d9e 100644 --- a/LAPACKE/src/lapacke_ctrevc_work.c +++ b/LAPACKE/src/lapacke_ctrevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrexc.c b/LAPACKE/src/lapacke_ctrexc.c index 426e8486bb..dc003c8430 100644 --- a/LAPACKE/src/lapacke_ctrexc.c +++ b/LAPACKE/src/lapacke_ctrexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrexc_work.c b/LAPACKE/src/lapacke_ctrexc_work.c index 1d12d18ecf..9f301b52a0 100644 --- a/LAPACKE/src/lapacke_ctrexc_work.c +++ b/LAPACKE/src/lapacke_ctrexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrexc * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrrfs.c b/LAPACKE/src/lapacke_ctrrfs.c index 164845356d..20019fd51c 100644 --- a/LAPACKE/src/lapacke_ctrrfs.c +++ b/LAPACKE/src/lapacke_ctrrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrrfs_work.c b/LAPACKE/src/lapacke_ctrrfs_work.c index 0556d932c3..d1babfeee5 100644 --- a/LAPACKE/src/lapacke_ctrrfs_work.c +++ b/LAPACKE/src/lapacke_ctrrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsen.c b/LAPACKE/src/lapacke_ctrsen.c index 0ea1feb468..f7a57c6701 100644 --- a/LAPACKE/src/lapacke_ctrsen.c +++ b/LAPACKE/src/lapacke_ctrsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsen_work.c b/LAPACKE/src/lapacke_ctrsen_work.c index b8c63d1e61..8959d5ce8f 100644 --- a/LAPACKE/src/lapacke_ctrsen_work.c +++ b/LAPACKE/src/lapacke_ctrsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsna.c b/LAPACKE/src/lapacke_ctrsna.c index 3e3b8d894a..667d40aba4 100644 --- a/LAPACKE/src/lapacke_ctrsna.c +++ b/LAPACKE/src/lapacke_ctrsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsna_work.c b/LAPACKE/src/lapacke_ctrsna_work.c index 2045c9fa63..865b5769a4 100644 --- a/LAPACKE/src/lapacke_ctrsna_work.c +++ b/LAPACKE/src/lapacke_ctrsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsyl.c b/LAPACKE/src/lapacke_ctrsyl.c index d17d1eda63..1952e024bf 100644 --- a/LAPACKE/src/lapacke_ctrsyl.c +++ b/LAPACKE/src/lapacke_ctrsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrsyl_work.c b/LAPACKE/src/lapacke_ctrsyl_work.c index 0120f02512..1c345f1211 100644 --- a/LAPACKE/src/lapacke_ctrsyl_work.c +++ b/LAPACKE/src/lapacke_ctrsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrtri.c b/LAPACKE/src/lapacke_ctrtri.c index 4fc39cae72..6dd50ba90e 100644 --- a/LAPACKE/src/lapacke_ctrtri.c +++ b/LAPACKE/src/lapacke_ctrtri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrtri_work.c b/LAPACKE/src/lapacke_ctrtri_work.c index 68951183ac..d21c99bce8 100644 --- a/LAPACKE/src/lapacke_ctrtri_work.c +++ b/LAPACKE/src/lapacke_ctrtri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrtrs.c b/LAPACKE/src/lapacke_ctrtrs.c index 6669f3f7a1..061ae686d7 100644 --- a/LAPACKE/src/lapacke_ctrtrs.c +++ b/LAPACKE/src/lapacke_ctrtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrtrs_work.c b/LAPACKE/src/lapacke_ctrtrs_work.c index 53138d2f5d..228fd38bac 100644 --- a/LAPACKE/src/lapacke_ctrtrs_work.c +++ b/LAPACKE/src/lapacke_ctrtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrttf.c b/LAPACKE/src/lapacke_ctrttf.c index fd0a40c17e..200f8a56ad 100644 --- a/LAPACKE/src/lapacke_ctrttf.c +++ b/LAPACKE/src/lapacke_ctrttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrttf_work.c b/LAPACKE/src/lapacke_ctrttf_work.c index fd788b200f..8589a65892 100644 --- a/LAPACKE/src/lapacke_ctrttf_work.c +++ b/LAPACKE/src/lapacke_ctrttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrttp.c b/LAPACKE/src/lapacke_ctrttp.c index c4ea703af6..90af29491e 100644 --- a/LAPACKE/src/lapacke_ctrttp.c +++ b/LAPACKE/src/lapacke_ctrttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctrttp_work.c b/LAPACKE/src/lapacke_ctrttp_work.c index 8ac03cf81a..9a557b6024 100644 --- a/LAPACKE/src/lapacke_ctrttp_work.c +++ b/LAPACKE/src/lapacke_ctrttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctzrzf.c b/LAPACKE/src/lapacke_ctzrzf.c index 7ec2778ab4..c33b868baa 100644 --- a/LAPACKE/src/lapacke_ctzrzf.c +++ b/LAPACKE/src/lapacke_ctzrzf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ctzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ctzrzf_work.c b/LAPACKE/src/lapacke_ctzrzf_work.c index 3d0e6bddfa..c5178ce3fc 100644 --- a/LAPACKE/src/lapacke_ctzrzf_work.c +++ b/LAPACKE/src/lapacke_ctzrzf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ctzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunbdb.c b/LAPACKE/src/lapacke_cunbdb.c index 562f253d92..779e461f32 100644 --- a/LAPACKE/src/lapacke_cunbdb.c +++ b/LAPACKE/src/lapacke_cunbdb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunbdb_work.c b/LAPACKE/src/lapacke_cunbdb_work.c index 8ae40e6d4a..fa05aafb2f 100644 --- a/LAPACKE/src/lapacke_cunbdb_work.c +++ b/LAPACKE/src/lapacke_cunbdb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cuncsd.c b/LAPACKE/src/lapacke_cuncsd.c index 4dc5b97f99..91a4ca9f1b 100644 --- a/LAPACKE/src/lapacke_cuncsd.c +++ b/LAPACKE/src/lapacke_cuncsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cuncsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cuncsd2by1.c b/LAPACKE/src/lapacke_cuncsd2by1.c index 339ed8d19e..8a1fc02f36 100644 --- a/LAPACKE/src/lapacke_cuncsd2by1.c +++ b/LAPACKE/src/lapacke_cuncsd2by1.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cuncsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cuncsd2by1_work.c b/LAPACKE/src/lapacke_cuncsd2by1_work.c index fb0a0f7ee6..4e7e2cc165 100644 --- a/LAPACKE/src/lapacke_cuncsd2by1_work.c +++ b/LAPACKE/src/lapacke_cuncsd2by1_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cuncsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cuncsd_work.c b/LAPACKE/src/lapacke_cuncsd_work.c index 0ab02e046f..a5c24a301f 100644 --- a/LAPACKE/src/lapacke_cuncsd_work.c +++ b/LAPACKE/src/lapacke_cuncsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cuncsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungbr.c b/LAPACKE/src/lapacke_cungbr.c index 5bef3cb659..d71462d915 100644 --- a/LAPACKE/src/lapacke_cungbr.c +++ b/LAPACKE/src/lapacke_cungbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungbr_work.c b/LAPACKE/src/lapacke_cungbr_work.c index e2a8b794b1..88429715c8 100644 --- a/LAPACKE/src/lapacke_cungbr_work.c +++ b/LAPACKE/src/lapacke_cungbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunghr.c b/LAPACKE/src/lapacke_cunghr.c index 4159e86b6e..45fc0556f7 100644 --- a/LAPACKE/src/lapacke_cunghr.c +++ b/LAPACKE/src/lapacke_cunghr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunghr_work.c b/LAPACKE/src/lapacke_cunghr_work.c index 747962b418..14b888ed22 100644 --- a/LAPACKE/src/lapacke_cunghr_work.c +++ b/LAPACKE/src/lapacke_cunghr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunglq.c b/LAPACKE/src/lapacke_cunglq.c index a614694c19..a3bf9abbd9 100644 --- a/LAPACKE/src/lapacke_cunglq.c +++ b/LAPACKE/src/lapacke_cunglq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunglq_work.c b/LAPACKE/src/lapacke_cunglq_work.c index 70c7690f12..3c9d9f806b 100644 --- a/LAPACKE/src/lapacke_cunglq_work.c +++ b/LAPACKE/src/lapacke_cunglq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungql.c b/LAPACKE/src/lapacke_cungql.c index c80f92a8e0..668c39c0fd 100644 --- a/LAPACKE/src/lapacke_cungql.c +++ b/LAPACKE/src/lapacke_cungql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungql_work.c b/LAPACKE/src/lapacke_cungql_work.c index 23db9b7d35..8920917bea 100644 --- a/LAPACKE/src/lapacke_cungql_work.c +++ b/LAPACKE/src/lapacke_cungql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungqr.c b/LAPACKE/src/lapacke_cungqr.c index 9247dad20a..bad2c322c1 100644 --- a/LAPACKE/src/lapacke_cungqr.c +++ b/LAPACKE/src/lapacke_cungqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungqr_work.c b/LAPACKE/src/lapacke_cungqr_work.c index c30dc646af..0f8426e232 100644 --- a/LAPACKE/src/lapacke_cungqr_work.c +++ b/LAPACKE/src/lapacke_cungqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungrq.c b/LAPACKE/src/lapacke_cungrq.c index 82fea68adc..65154554b8 100644 --- a/LAPACKE/src/lapacke_cungrq.c +++ b/LAPACKE/src/lapacke_cungrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungrq_work.c b/LAPACKE/src/lapacke_cungrq_work.c index 1ba081d1c8..76a0f9da3f 100644 --- a/LAPACKE/src/lapacke_cungrq_work.c +++ b/LAPACKE/src/lapacke_cungrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungtr.c b/LAPACKE/src/lapacke_cungtr.c index ddae703458..8982114049 100644 --- a/LAPACKE/src/lapacke_cungtr.c +++ b/LAPACKE/src/lapacke_cungtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungtr_work.c b/LAPACKE/src/lapacke_cungtr_work.c index e2b9d8e5a7..b892740de9 100644 --- a/LAPACKE/src/lapacke_cungtr_work.c +++ b/LAPACKE/src/lapacke_cungtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungtsqr_row.c b/LAPACKE/src/lapacke_cungtsqr_row.c index 482db63f35..bb551fcbc7 100644 --- a/LAPACKE/src/lapacke_cungtsqr_row.c +++ b/LAPACKE/src/lapacke_cungtsqr_row.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cungtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cungtsqr_row_work.c b/LAPACKE/src/lapacke_cungtsqr_row_work.c index 0e45c97c2e..96b18ab137 100644 --- a/LAPACKE/src/lapacke_cungtsqr_row_work.c +++ b/LAPACKE/src/lapacke_cungtsqr_row_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cungtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmbr.c b/LAPACKE/src/lapacke_cunmbr.c index d80bc526e9..3273b4297b 100644 --- a/LAPACKE/src/lapacke_cunmbr.c +++ b/LAPACKE/src/lapacke_cunmbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmbr_work.c b/LAPACKE/src/lapacke_cunmbr_work.c index 0da3b2a82c..75be3d9e46 100644 --- a/LAPACKE/src/lapacke_cunmbr_work.c +++ b/LAPACKE/src/lapacke_cunmbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmbr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmhr.c b/LAPACKE/src/lapacke_cunmhr.c index 127dd8c57f..003939ebf8 100644 --- a/LAPACKE/src/lapacke_cunmhr.c +++ b/LAPACKE/src/lapacke_cunmhr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmhr_work.c b/LAPACKE/src/lapacke_cunmhr_work.c index fcecb5889c..d73a76f906 100644 --- a/LAPACKE/src/lapacke_cunmhr_work.c +++ b/LAPACKE/src/lapacke_cunmhr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmlq.c b/LAPACKE/src/lapacke_cunmlq.c index f340c8c930..224fa7866d 100644 --- a/LAPACKE/src/lapacke_cunmlq.c +++ b/LAPACKE/src/lapacke_cunmlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmlq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmlq_work.c b/LAPACKE/src/lapacke_cunmlq_work.c index a7cc3ede62..204dc72a71 100644 --- a/LAPACKE/src/lapacke_cunmlq_work.c +++ b/LAPACKE/src/lapacke_cunmlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmql.c b/LAPACKE/src/lapacke_cunmql.c index 92c9881310..1256dd5475 100644 --- a/LAPACKE/src/lapacke_cunmql.c +++ b/LAPACKE/src/lapacke_cunmql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmql_work.c b/LAPACKE/src/lapacke_cunmql_work.c index 9fb1c98f54..ccfda0ea60 100644 --- a/LAPACKE/src/lapacke_cunmql_work.c +++ b/LAPACKE/src/lapacke_cunmql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmqr.c b/LAPACKE/src/lapacke_cunmqr.c index 1ad2afa3bc..a49796773b 100644 --- a/LAPACKE/src/lapacke_cunmqr.c +++ b/LAPACKE/src/lapacke_cunmqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmqr_work.c b/LAPACKE/src/lapacke_cunmqr_work.c index a187db5d10..ce5a37cbcc 100644 --- a/LAPACKE/src/lapacke_cunmqr_work.c +++ b/LAPACKE/src/lapacke_cunmqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmrq.c b/LAPACKE/src/lapacke_cunmrq.c index ec96052b97..e410b95c86 100644 --- a/LAPACKE/src/lapacke_cunmrq.c +++ b/LAPACKE/src/lapacke_cunmrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmrq_work.c b/LAPACKE/src/lapacke_cunmrq_work.c index 7e3b2994ec..cc99429406 100644 --- a/LAPACKE/src/lapacke_cunmrq_work.c +++ b/LAPACKE/src/lapacke_cunmrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmrz.c b/LAPACKE/src/lapacke_cunmrz.c index 81d788d713..c2e235ae84 100644 --- a/LAPACKE/src/lapacke_cunmrz.c +++ b/LAPACKE/src/lapacke_cunmrz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmrz_work.c b/LAPACKE/src/lapacke_cunmrz_work.c index 872bfba899..5dd15775a3 100644 --- a/LAPACKE/src/lapacke_cunmrz_work.c +++ b/LAPACKE/src/lapacke_cunmrz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmtr.c b/LAPACKE/src/lapacke_cunmtr.c index d9fb2dca0f..0b0712dcf3 100644 --- a/LAPACKE/src/lapacke_cunmtr.c +++ b/LAPACKE/src/lapacke_cunmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cunmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cunmtr_work.c b/LAPACKE/src/lapacke_cunmtr_work.c index 1c426dbd57..8a22f3c7e0 100644 --- a/LAPACKE/src/lapacke_cunmtr_work.c +++ b/LAPACKE/src/lapacke_cunmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cunmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cupgtr.c b/LAPACKE/src/lapacke_cupgtr.c index 6c96735aee..662cce33e7 100644 --- a/LAPACKE/src/lapacke_cupgtr.c +++ b/LAPACKE/src/lapacke_cupgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cupgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cupgtr_work.c b/LAPACKE/src/lapacke_cupgtr_work.c index bf78dba193..b37afb1c6e 100644 --- a/LAPACKE/src/lapacke_cupgtr_work.c +++ b/LAPACKE/src/lapacke_cupgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cupgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cupmtr.c b/LAPACKE/src/lapacke_cupmtr.c index ba026ae68a..1ea17ca56b 100644 --- a/LAPACKE/src/lapacke_cupmtr.c +++ b/LAPACKE/src/lapacke_cupmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cupmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_cupmtr_work.c b/LAPACKE/src/lapacke_cupmtr_work.c index d051838df6..cb273ac44e 100644 --- a/LAPACKE/src/lapacke_cupmtr_work.c +++ b/LAPACKE/src/lapacke_cupmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function cupmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbbcsd.c b/LAPACKE/src/lapacke_dbbcsd.c index 960d62dd6d..afa01f3cbc 100644 --- a/LAPACKE/src/lapacke_dbbcsd.c +++ b/LAPACKE/src/lapacke_dbbcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbbcsd_work.c b/LAPACKE/src/lapacke_dbbcsd_work.c index 6d3b12bfa0..888fa6c2b3 100644 --- a/LAPACKE/src/lapacke_dbbcsd_work.c +++ b/LAPACKE/src/lapacke_dbbcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsdc.c b/LAPACKE/src/lapacke_dbdsdc.c index 849b06ce74..aaa7060990 100644 --- a/LAPACKE/src/lapacke_dbdsdc.c +++ b/LAPACKE/src/lapacke_dbdsdc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dbdsdc * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsdc_work.c b/LAPACKE/src/lapacke_dbdsdc_work.c index 8fb36266c6..7e498a225d 100644 --- a/LAPACKE/src/lapacke_dbdsdc_work.c +++ b/LAPACKE/src/lapacke_dbdsdc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dbdsdc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsqr.c b/LAPACKE/src/lapacke_dbdsqr.c index 3b27f86cf5..2f0ba24307 100644 --- a/LAPACKE/src/lapacke_dbdsqr.c +++ b/LAPACKE/src/lapacke_dbdsqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsqr_work.c b/LAPACKE/src/lapacke_dbdsqr_work.c index 4eca3bbbf9..d3330cf9b1 100644 --- a/LAPACKE/src/lapacke_dbdsqr_work.c +++ b/LAPACKE/src/lapacke_dbdsqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsvdx.c b/LAPACKE/src/lapacke_dbdsvdx.c index b32e79b937..88d0e87654 100644 --- a/LAPACKE/src/lapacke_dbdsvdx.c +++ b/LAPACKE/src/lapacke_dbdsvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dbdsvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dbdsvdx_work.c b/LAPACKE/src/lapacke_dbdsvdx_work.c index fdee5cbbe6..f5506ac1dc 100644 --- a/LAPACKE/src/lapacke_dbdsvdx_work.c +++ b/LAPACKE/src/lapacke_dbdsvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dbdsvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ddisna.c b/LAPACKE/src/lapacke_ddisna.c index e5a8b8240f..a73a6e9478 100644 --- a/LAPACKE/src/lapacke_ddisna.c +++ b/LAPACKE/src/lapacke_ddisna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ddisna * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ddisna_work.c b/LAPACKE/src/lapacke_ddisna_work.c index f3ec282f4c..b8e03c6836 100644 --- a/LAPACKE/src/lapacke_ddisna_work.c +++ b/LAPACKE/src/lapacke_ddisna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ddisna * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbbrd.c b/LAPACKE/src/lapacke_dgbbrd.c index 89be123f5e..ff655d969e 100644 --- a/LAPACKE/src/lapacke_dgbbrd.c +++ b/LAPACKE/src/lapacke_dgbbrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbbrd_work.c b/LAPACKE/src/lapacke_dgbbrd_work.c index c2b3aa1efa..79c7a9ec11 100644 --- a/LAPACKE/src/lapacke_dgbbrd_work.c +++ b/LAPACKE/src/lapacke_dgbbrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbcon.c b/LAPACKE/src/lapacke_dgbcon.c index 40e694e7e3..c1d0f430e5 100644 --- a/LAPACKE/src/lapacke_dgbcon.c +++ b/LAPACKE/src/lapacke_dgbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbcon_work.c b/LAPACKE/src/lapacke_dgbcon_work.c index 5b191589ee..1e7904e6e5 100644 --- a/LAPACKE/src/lapacke_dgbcon_work.c +++ b/LAPACKE/src/lapacke_dgbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbequ.c b/LAPACKE/src/lapacke_dgbequ.c index 171177843f..465e599e8b 100644 --- a/LAPACKE/src/lapacke_dgbequ.c +++ b/LAPACKE/src/lapacke_dgbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbequ_work.c b/LAPACKE/src/lapacke_dgbequ_work.c index 5803e45427..fcba3475b1 100644 --- a/LAPACKE/src/lapacke_dgbequ_work.c +++ b/LAPACKE/src/lapacke_dgbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbequb.c b/LAPACKE/src/lapacke_dgbequb.c index da6bf077b6..6fbbdb2b53 100644 --- a/LAPACKE/src/lapacke_dgbequb.c +++ b/LAPACKE/src/lapacke_dgbequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbequb_work.c b/LAPACKE/src/lapacke_dgbequb_work.c index 326c2db2d8..3eaafa13c6 100644 --- a/LAPACKE/src/lapacke_dgbequb_work.c +++ b/LAPACKE/src/lapacke_dgbequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbrfs.c b/LAPACKE/src/lapacke_dgbrfs.c index 29612815a0..7877ab94d1 100644 --- a/LAPACKE/src/lapacke_dgbrfs.c +++ b/LAPACKE/src/lapacke_dgbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbrfs_work.c b/LAPACKE/src/lapacke_dgbrfs_work.c index c9b4679be3..9c095e2832 100644 --- a/LAPACKE/src/lapacke_dgbrfs_work.c +++ b/LAPACKE/src/lapacke_dgbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbrfsx.c b/LAPACKE/src/lapacke_dgbrfsx.c index 7fceeb6bc1..3f54f67e87 100644 --- a/LAPACKE/src/lapacke_dgbrfsx.c +++ b/LAPACKE/src/lapacke_dgbrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbrfsx_work.c b/LAPACKE/src/lapacke_dgbrfsx_work.c index b86be71a0f..484d10d96f 100644 --- a/LAPACKE/src/lapacke_dgbrfsx_work.c +++ b/LAPACKE/src/lapacke_dgbrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsv.c b/LAPACKE/src/lapacke_dgbsv.c index f2e868c5f0..305ad68c81 100644 --- a/LAPACKE/src/lapacke_dgbsv.c +++ b/LAPACKE/src/lapacke_dgbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsv_work.c b/LAPACKE/src/lapacke_dgbsv_work.c index e019b942d8..cb29d3d952 100644 --- a/LAPACKE/src/lapacke_dgbsv_work.c +++ b/LAPACKE/src/lapacke_dgbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsvx.c b/LAPACKE/src/lapacke_dgbsvx.c index 7cae13022a..0176dc952d 100644 --- a/LAPACKE/src/lapacke_dgbsvx.c +++ b/LAPACKE/src/lapacke_dgbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsvx_work.c b/LAPACKE/src/lapacke_dgbsvx_work.c index c2d2f5c33d..6b48820658 100644 --- a/LAPACKE/src/lapacke_dgbsvx_work.c +++ b/LAPACKE/src/lapacke_dgbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsvxx.c b/LAPACKE/src/lapacke_dgbsvxx.c index a991bef469..9178bc3b7a 100644 --- a/LAPACKE/src/lapacke_dgbsvxx.c +++ b/LAPACKE/src/lapacke_dgbsvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbsvxx_work.c b/LAPACKE/src/lapacke_dgbsvxx_work.c index 2c9111b05a..a52d721876 100644 --- a/LAPACKE/src/lapacke_dgbsvxx_work.c +++ b/LAPACKE/src/lapacke_dgbsvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbtrf.c b/LAPACKE/src/lapacke_dgbtrf.c index a08116fea7..baac4b61c2 100644 --- a/LAPACKE/src/lapacke_dgbtrf.c +++ b/LAPACKE/src/lapacke_dgbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbtrf_work.c b/LAPACKE/src/lapacke_dgbtrf_work.c index 799a8551d4..ff5096f964 100644 --- a/LAPACKE/src/lapacke_dgbtrf_work.c +++ b/LAPACKE/src/lapacke_dgbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbtrs.c b/LAPACKE/src/lapacke_dgbtrs.c index 27e5c18cf2..cb86478d1e 100644 --- a/LAPACKE/src/lapacke_dgbtrs.c +++ b/LAPACKE/src/lapacke_dgbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgbtrs_work.c b/LAPACKE/src/lapacke_dgbtrs_work.c index 93fa3782f1..bdc2d129e5 100644 --- a/LAPACKE/src/lapacke_dgbtrs_work.c +++ b/LAPACKE/src/lapacke_dgbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebak.c b/LAPACKE/src/lapacke_dgebak.c index 9363602f86..744ca54f3e 100644 --- a/LAPACKE/src/lapacke_dgebak.c +++ b/LAPACKE/src/lapacke_dgebak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebak_work.c b/LAPACKE/src/lapacke_dgebak_work.c index 909c9e6b67..afa8b1e52d 100644 --- a/LAPACKE/src/lapacke_dgebak_work.c +++ b/LAPACKE/src/lapacke_dgebak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebal.c b/LAPACKE/src/lapacke_dgebal.c index 35eae3eb64..e9a63fbad0 100644 --- a/LAPACKE/src/lapacke_dgebal.c +++ b/LAPACKE/src/lapacke_dgebal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebal_work.c b/LAPACKE/src/lapacke_dgebal_work.c index 50ee401a49..c0d113e19e 100644 --- a/LAPACKE/src/lapacke_dgebal_work.c +++ b/LAPACKE/src/lapacke_dgebal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebrd.c b/LAPACKE/src/lapacke_dgebrd.c index 5ef6c62fb3..9ffc4374b5 100644 --- a/LAPACKE/src/lapacke_dgebrd.c +++ b/LAPACKE/src/lapacke_dgebrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgebrd_work.c b/LAPACKE/src/lapacke_dgebrd_work.c index deae15768d..267d773b51 100644 --- a/LAPACKE/src/lapacke_dgebrd_work.c +++ b/LAPACKE/src/lapacke_dgebrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgecon.c b/LAPACKE/src/lapacke_dgecon.c index 4cc6cbcaba..9ca44f8a7c 100644 --- a/LAPACKE/src/lapacke_dgecon.c +++ b/LAPACKE/src/lapacke_dgecon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgecon_work.c b/LAPACKE/src/lapacke_dgecon_work.c index ed00ae407b..9b475df5ba 100644 --- a/LAPACKE/src/lapacke_dgecon_work.c +++ b/LAPACKE/src/lapacke_dgecon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeequ.c b/LAPACKE/src/lapacke_dgeequ.c index e96de37420..b6c1c23b45 100644 --- a/LAPACKE/src/lapacke_dgeequ.c +++ b/LAPACKE/src/lapacke_dgeequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeequ_work.c b/LAPACKE/src/lapacke_dgeequ_work.c index e8fae93a12..09290ed478 100644 --- a/LAPACKE/src/lapacke_dgeequ_work.c +++ b/LAPACKE/src/lapacke_dgeequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeequb.c b/LAPACKE/src/lapacke_dgeequb.c index a80e2bd7fd..0011c76509 100644 --- a/LAPACKE/src/lapacke_dgeequb.c +++ b/LAPACKE/src/lapacke_dgeequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeequb_work.c b/LAPACKE/src/lapacke_dgeequb_work.c index 03ebb54c81..36336d1b65 100644 --- a/LAPACKE/src/lapacke_dgeequb_work.c +++ b/LAPACKE/src/lapacke_dgeequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgees.c b/LAPACKE/src/lapacke_dgees.c index f80c41f442..875972d296 100644 --- a/LAPACKE/src/lapacke_dgees.c +++ b/LAPACKE/src/lapacke_dgees.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgees_work.c b/LAPACKE/src/lapacke_dgees_work.c index 77390f6193..6a18199fa9 100644 --- a/LAPACKE/src/lapacke_dgees_work.c +++ b/LAPACKE/src/lapacke_dgees_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeesx.c b/LAPACKE/src/lapacke_dgeesx.c index 193d65737f..7796edffc1 100644 --- a/LAPACKE/src/lapacke_dgeesx.c +++ b/LAPACKE/src/lapacke_dgeesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeesx_work.c b/LAPACKE/src/lapacke_dgeesx_work.c index 4452e9a017..dcdd64621b 100644 --- a/LAPACKE/src/lapacke_dgeesx_work.c +++ b/LAPACKE/src/lapacke_dgeesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeev.c b/LAPACKE/src/lapacke_dgeev.c index 460155d348..a2a351d1b5 100644 --- a/LAPACKE/src/lapacke_dgeev.c +++ b/LAPACKE/src/lapacke_dgeev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeev_work.c b/LAPACKE/src/lapacke_dgeev_work.c index 074309e788..c4de72394e 100644 --- a/LAPACKE/src/lapacke_dgeev_work.c +++ b/LAPACKE/src/lapacke_dgeev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeevx.c b/LAPACKE/src/lapacke_dgeevx.c index 97612c1cd5..dd14b990e2 100644 --- a/LAPACKE/src/lapacke_dgeevx.c +++ b/LAPACKE/src/lapacke_dgeevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeevx_work.c b/LAPACKE/src/lapacke_dgeevx_work.c index 533e81af4c..9efb49ed3a 100644 --- a/LAPACKE/src/lapacke_dgeevx_work.c +++ b/LAPACKE/src/lapacke_dgeevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgehrd.c b/LAPACKE/src/lapacke_dgehrd.c index a3de86a979..f5b8c2871e 100644 --- a/LAPACKE/src/lapacke_dgehrd.c +++ b/LAPACKE/src/lapacke_dgehrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgehrd_work.c b/LAPACKE/src/lapacke_dgehrd_work.c index ed6ce1074b..019bc822b8 100644 --- a/LAPACKE/src/lapacke_dgehrd_work.c +++ b/LAPACKE/src/lapacke_dgehrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgejsv.c b/LAPACKE/src/lapacke_dgejsv.c index d9709bf89b..b8952e21be 100644 --- a/LAPACKE/src/lapacke_dgejsv.c +++ b/LAPACKE/src/lapacke_dgejsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgejsv_work.c b/LAPACKE/src/lapacke_dgejsv_work.c index fba9a374d9..b13a240760 100644 --- a/LAPACKE/src/lapacke_dgejsv_work.c +++ b/LAPACKE/src/lapacke_dgejsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelq.c b/LAPACKE/src/lapacke_dgelq.c index 016a45f6a9..35d9d826dd 100644 --- a/LAPACKE/src/lapacke_dgelq.c +++ b/LAPACKE/src/lapacke_dgelq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelq2.c b/LAPACKE/src/lapacke_dgelq2.c index ce1690ee26..3bf06cee7d 100644 --- a/LAPACKE/src/lapacke_dgelq2.c +++ b/LAPACKE/src/lapacke_dgelq2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelq2_work.c b/LAPACKE/src/lapacke_dgelq2_work.c index acce768819..cf838d01db 100644 --- a/LAPACKE/src/lapacke_dgelq2_work.c +++ b/LAPACKE/src/lapacke_dgelq2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelq_work.c b/LAPACKE/src/lapacke_dgelq_work.c index 1bd50678b9..7d367b19e8 100644 --- a/LAPACKE/src/lapacke_dgelq_work.c +++ b/LAPACKE/src/lapacke_dgelq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelq * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelqf.c b/LAPACKE/src/lapacke_dgelqf.c index e5ce2e6990..8880e3ca2e 100644 --- a/LAPACKE/src/lapacke_dgelqf.c +++ b/LAPACKE/src/lapacke_dgelqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelqf_work.c b/LAPACKE/src/lapacke_dgelqf_work.c index 979f0804b4..7a64cded6e 100644 --- a/LAPACKE/src/lapacke_dgelqf_work.c +++ b/LAPACKE/src/lapacke_dgelqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgels.c b/LAPACKE/src/lapacke_dgels.c index 1862733511..1852cfb228 100644 --- a/LAPACKE/src/lapacke_dgels.c +++ b/LAPACKE/src/lapacke_dgels.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgels_work.c b/LAPACKE/src/lapacke_dgels_work.c index 554da9f474..853c5614f0 100644 --- a/LAPACKE/src/lapacke_dgels_work.c +++ b/LAPACKE/src/lapacke_dgels_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelsd.c b/LAPACKE/src/lapacke_dgelsd.c index 790119596c..d096313d5a 100644 --- a/LAPACKE/src/lapacke_dgelsd.c +++ b/LAPACKE/src/lapacke_dgelsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelsd_work.c b/LAPACKE/src/lapacke_dgelsd_work.c index 80cad2ac55..242082216f 100644 --- a/LAPACKE/src/lapacke_dgelsd_work.c +++ b/LAPACKE/src/lapacke_dgelsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelss.c b/LAPACKE/src/lapacke_dgelss.c index ca888f1eaa..e1692dc300 100644 --- a/LAPACKE/src/lapacke_dgelss.c +++ b/LAPACKE/src/lapacke_dgelss.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelss_work.c b/LAPACKE/src/lapacke_dgelss_work.c index b82784171d..a3d595acb2 100644 --- a/LAPACKE/src/lapacke_dgelss_work.c +++ b/LAPACKE/src/lapacke_dgelss_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelsy.c b/LAPACKE/src/lapacke_dgelsy.c index 6d318236e2..97a1c90ac4 100644 --- a/LAPACKE/src/lapacke_dgelsy.c +++ b/LAPACKE/src/lapacke_dgelsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgelsy_work.c b/LAPACKE/src/lapacke_dgelsy_work.c index 31f4bde7fc..2ba4f07ca3 100644 --- a/LAPACKE/src/lapacke_dgelsy_work.c +++ b/LAPACKE/src/lapacke_dgelsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemlq.c b/LAPACKE/src/lapacke_dgemlq.c index 02b08df35c..a5fc7b8850 100644 --- a/LAPACKE/src/lapacke_dgemlq.c +++ b/LAPACKE/src/lapacke_dgemlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgemlq * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemlq_work.c b/LAPACKE/src/lapacke_dgemlq_work.c index e85252a14e..80072ffdf5 100644 --- a/LAPACKE/src/lapacke_dgemlq_work.c +++ b/LAPACKE/src/lapacke_dgemlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgemlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemqr.c b/LAPACKE/src/lapacke_dgemqr.c index b4be9ea9cd..6fbcc20476 100644 --- a/LAPACKE/src/lapacke_dgemqr.c +++ b/LAPACKE/src/lapacke_dgemqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemqr_work.c b/LAPACKE/src/lapacke_dgemqr_work.c index a1179a466a..b254538a25 100644 --- a/LAPACKE/src/lapacke_dgemqr_work.c +++ b/LAPACKE/src/lapacke_dgemqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemqrt.c b/LAPACKE/src/lapacke_dgemqrt.c index 4b8c661d55..7b9e8c3503 100644 --- a/LAPACKE/src/lapacke_dgemqrt.c +++ b/LAPACKE/src/lapacke_dgemqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dgemqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgemqrt_work.c b/LAPACKE/src/lapacke_dgemqrt_work.c index ade8448ba8..2ecca45374 100644 --- a/LAPACKE/src/lapacke_dgemqrt_work.c +++ b/LAPACKE/src/lapacke_dgemqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgemqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqlf.c b/LAPACKE/src/lapacke_dgeqlf.c index cb2854c79c..c8891f6f2a 100644 --- a/LAPACKE/src/lapacke_dgeqlf.c +++ b/LAPACKE/src/lapacke_dgeqlf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqlf_work.c b/LAPACKE/src/lapacke_dgeqlf_work.c index 7a8bffae5f..c5274633f8 100644 --- a/LAPACKE/src/lapacke_dgeqlf_work.c +++ b/LAPACKE/src/lapacke_dgeqlf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqp3.c b/LAPACKE/src/lapacke_dgeqp3.c index 52f7d07c6d..b9bde96f21 100644 --- a/LAPACKE/src/lapacke_dgeqp3.c +++ b/LAPACKE/src/lapacke_dgeqp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqp3_work.c b/LAPACKE/src/lapacke_dgeqp3_work.c index 0dfc25f4e1..130490ab12 100644 --- a/LAPACKE/src/lapacke_dgeqp3_work.c +++ b/LAPACKE/src/lapacke_dgeqp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqpf.c b/LAPACKE/src/lapacke_dgeqpf.c index 63098b2320..74256a0fd6 100644 --- a/LAPACKE/src/lapacke_dgeqpf.c +++ b/LAPACKE/src/lapacke_dgeqpf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqpf_work.c b/LAPACKE/src/lapacke_dgeqpf_work.c index b9eec50bb4..8d53351d76 100644 --- a/LAPACKE/src/lapacke_dgeqpf_work.c +++ b/LAPACKE/src/lapacke_dgeqpf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqr.c b/LAPACKE/src/lapacke_dgeqr.c index 4c26cb7b59..20a1700fdb 100644 --- a/LAPACKE/src/lapacke_dgeqr.c +++ b/LAPACKE/src/lapacke_dgeqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqr2.c b/LAPACKE/src/lapacke_dgeqr2.c index ac4b858474..a340e3a9a7 100644 --- a/LAPACKE/src/lapacke_dgeqr2.c +++ b/LAPACKE/src/lapacke_dgeqr2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqr2_work.c b/LAPACKE/src/lapacke_dgeqr2_work.c index 4030606431..6e461c643c 100644 --- a/LAPACKE/src/lapacke_dgeqr2_work.c +++ b/LAPACKE/src/lapacke_dgeqr2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqr_work.c b/LAPACKE/src/lapacke_dgeqr_work.c index 8bc3b1cb4b..112e3fcbca 100644 --- a/LAPACKE/src/lapacke_dgeqr_work.c +++ b/LAPACKE/src/lapacke_dgeqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrf.c b/LAPACKE/src/lapacke_dgeqrf.c index 1fbccd88ac..81a2d4d6b0 100644 --- a/LAPACKE/src/lapacke_dgeqrf.c +++ b/LAPACKE/src/lapacke_dgeqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrf_work.c b/LAPACKE/src/lapacke_dgeqrf_work.c index f24febf7e4..abd8f1726a 100644 --- a/LAPACKE/src/lapacke_dgeqrf_work.c +++ b/LAPACKE/src/lapacke_dgeqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrfp.c b/LAPACKE/src/lapacke_dgeqrfp.c index 856b6d1fdb..fcac667628 100644 --- a/LAPACKE/src/lapacke_dgeqrfp.c +++ b/LAPACKE/src/lapacke_dgeqrfp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrfp_work.c b/LAPACKE/src/lapacke_dgeqrfp_work.c index e622f3ce61..433e34bfcd 100644 --- a/LAPACKE/src/lapacke_dgeqrfp_work.c +++ b/LAPACKE/src/lapacke_dgeqrfp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt.c b/LAPACKE/src/lapacke_dgeqrt.c index 4d45fd9291..3967b5c19a 100644 --- a/LAPACKE/src/lapacke_dgeqrt.c +++ b/LAPACKE/src/lapacke_dgeqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt2.c b/LAPACKE/src/lapacke_dgeqrt2.c index 894f470250..f522694547 100644 --- a/LAPACKE/src/lapacke_dgeqrt2.c +++ b/LAPACKE/src/lapacke_dgeqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt2_work.c b/LAPACKE/src/lapacke_dgeqrt2_work.c index 8a75c08c34..04a7985091 100644 --- a/LAPACKE/src/lapacke_dgeqrt2_work.c +++ b/LAPACKE/src/lapacke_dgeqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt3.c b/LAPACKE/src/lapacke_dgeqrt3.c index 01a90771cd..513cf68155 100644 --- a/LAPACKE/src/lapacke_dgeqrt3.c +++ b/LAPACKE/src/lapacke_dgeqrt3.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt3_work.c b/LAPACKE/src/lapacke_dgeqrt3_work.c index 510cacc9f1..e2c8706aa0 100644 --- a/LAPACKE/src/lapacke_dgeqrt3_work.c +++ b/LAPACKE/src/lapacke_dgeqrt3_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgeqrt_work.c b/LAPACKE/src/lapacke_dgeqrt_work.c index 0cafdb0a85..8a4c7ceadd 100644 --- a/LAPACKE/src/lapacke_dgeqrt_work.c +++ b/LAPACKE/src/lapacke_dgeqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerfs.c b/LAPACKE/src/lapacke_dgerfs.c index 8034676c34..b447e258af 100644 --- a/LAPACKE/src/lapacke_dgerfs.c +++ b/LAPACKE/src/lapacke_dgerfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerfs_work.c b/LAPACKE/src/lapacke_dgerfs_work.c index ab1189db07..85e53a74fd 100644 --- a/LAPACKE/src/lapacke_dgerfs_work.c +++ b/LAPACKE/src/lapacke_dgerfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerfsx.c b/LAPACKE/src/lapacke_dgerfsx.c index 57e8bfd4ab..ce069abf82 100644 --- a/LAPACKE/src/lapacke_dgerfsx.c +++ b/LAPACKE/src/lapacke_dgerfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerfsx_work.c b/LAPACKE/src/lapacke_dgerfsx_work.c index 306fe68d26..d6606e3f3a 100644 --- a/LAPACKE/src/lapacke_dgerfsx_work.c +++ b/LAPACKE/src/lapacke_dgerfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerqf.c b/LAPACKE/src/lapacke_dgerqf.c index c2a6e79f3d..6cea16ba97 100644 --- a/LAPACKE/src/lapacke_dgerqf.c +++ b/LAPACKE/src/lapacke_dgerqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgerqf_work.c b/LAPACKE/src/lapacke_dgerqf_work.c index 9bf5bb563e..cd571fb092 100644 --- a/LAPACKE/src/lapacke_dgerqf_work.c +++ b/LAPACKE/src/lapacke_dgerqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesdd.c b/LAPACKE/src/lapacke_dgesdd.c index 61bd91c6d2..6b261e9534 100644 --- a/LAPACKE/src/lapacke_dgesdd.c +++ b/LAPACKE/src/lapacke_dgesdd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesdd_work.c b/LAPACKE/src/lapacke_dgesdd_work.c index 2a7c0b1b63..7bef2230c3 100644 --- a/LAPACKE/src/lapacke_dgesdd_work.c +++ b/LAPACKE/src/lapacke_dgesdd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesv.c b/LAPACKE/src/lapacke_dgesv.c index 57f9208f6a..52a0695804 100644 --- a/LAPACKE/src/lapacke_dgesv.c +++ b/LAPACKE/src/lapacke_dgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesv_work.c b/LAPACKE/src/lapacke_dgesv_work.c index 66674336b3..c6c65d2ec2 100644 --- a/LAPACKE/src/lapacke_dgesv_work.c +++ b/LAPACKE/src/lapacke_dgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvd.c b/LAPACKE/src/lapacke_dgesvd.c index 1801e86a54..cc77177526 100644 --- a/LAPACKE/src/lapacke_dgesvd.c +++ b/LAPACKE/src/lapacke_dgesvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvd_work.c b/LAPACKE/src/lapacke_dgesvd_work.c index 7dbc9bb884..d622869c8f 100644 --- a/LAPACKE/src/lapacke_dgesvd_work.c +++ b/LAPACKE/src/lapacke_dgesvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvdq.c b/LAPACKE/src/lapacke_dgesvdq.c index 7bf831f8bc..4e1b876810 100644 --- a/LAPACKE/src/lapacke_dgesvdq.c +++ b/LAPACKE/src/lapacke_dgesvdq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvdq * Author: Intel Corporation -* Generated November 2018 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvdq_work.c b/LAPACKE/src/lapacke_dgesvdq_work.c index 0de92a2547..0d65f05298 100644 --- a/LAPACKE/src/lapacke_dgesvdq_work.c +++ b/LAPACKE/src/lapacke_dgesvdq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvdq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvdx.c b/LAPACKE/src/lapacke_dgesvdx.c index b17c03776c..ff78c13d2b 100644 --- a/LAPACKE/src/lapacke_dgesvdx.c +++ b/LAPACKE/src/lapacke_dgesvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvdx_work.c b/LAPACKE/src/lapacke_dgesvdx_work.c index b326cca9d1..a2faa39bc4 100644 --- a/LAPACKE/src/lapacke_dgesvdx_work.c +++ b/LAPACKE/src/lapacke_dgesvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvj.c b/LAPACKE/src/lapacke_dgesvj.c index c375d25038..c2cfab8bed 100644 --- a/LAPACKE/src/lapacke_dgesvj.c +++ b/LAPACKE/src/lapacke_dgesvj.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvj_work.c b/LAPACKE/src/lapacke_dgesvj_work.c index 200b346cf1..3ed28908cd 100644 --- a/LAPACKE/src/lapacke_dgesvj_work.c +++ b/LAPACKE/src/lapacke_dgesvj_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvx.c b/LAPACKE/src/lapacke_dgesvx.c index 95554b7324..1a22d312d9 100644 --- a/LAPACKE/src/lapacke_dgesvx.c +++ b/LAPACKE/src/lapacke_dgesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvx_work.c b/LAPACKE/src/lapacke_dgesvx_work.c index 12d834b0fe..0de5f58882 100644 --- a/LAPACKE/src/lapacke_dgesvx_work.c +++ b/LAPACKE/src/lapacke_dgesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvxx.c b/LAPACKE/src/lapacke_dgesvxx.c index 716ba1fa4d..9464013375 100644 --- a/LAPACKE/src/lapacke_dgesvxx.c +++ b/LAPACKE/src/lapacke_dgesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgesvxx_work.c b/LAPACKE/src/lapacke_dgesvxx_work.c index 47879727f5..7fce9ac206 100644 --- a/LAPACKE/src/lapacke_dgesvxx_work.c +++ b/LAPACKE/src/lapacke_dgesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetf2.c b/LAPACKE/src/lapacke_dgetf2.c index b4e2b1668a..2e34caba42 100644 --- a/LAPACKE/src/lapacke_dgetf2.c +++ b/LAPACKE/src/lapacke_dgetf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetf2_work.c b/LAPACKE/src/lapacke_dgetf2_work.c index 555d07b90e..5835fc51d8 100644 --- a/LAPACKE/src/lapacke_dgetf2_work.c +++ b/LAPACKE/src/lapacke_dgetf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrf.c b/LAPACKE/src/lapacke_dgetrf.c index ef2c0e2562..819196bc49 100644 --- a/LAPACKE/src/lapacke_dgetrf.c +++ b/LAPACKE/src/lapacke_dgetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrf2.c b/LAPACKE/src/lapacke_dgetrf2.c index 4c808be22e..ed34dde9af 100644 --- a/LAPACKE/src/lapacke_dgetrf2.c +++ b/LAPACKE/src/lapacke_dgetrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrf2_work.c b/LAPACKE/src/lapacke_dgetrf2_work.c index 3fe8c2b325..4ef372005c 100644 --- a/LAPACKE/src/lapacke_dgetrf2_work.c +++ b/LAPACKE/src/lapacke_dgetrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrf_work.c b/LAPACKE/src/lapacke_dgetrf_work.c index 2b05285bc9..6f79ae7375 100644 --- a/LAPACKE/src/lapacke_dgetrf_work.c +++ b/LAPACKE/src/lapacke_dgetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetri.c b/LAPACKE/src/lapacke_dgetri.c index c8b427e2c6..9f889e4641 100644 --- a/LAPACKE/src/lapacke_dgetri.c +++ b/LAPACKE/src/lapacke_dgetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetri_work.c b/LAPACKE/src/lapacke_dgetri_work.c index afae5bd7c1..dbc9e10a79 100644 --- a/LAPACKE/src/lapacke_dgetri_work.c +++ b/LAPACKE/src/lapacke_dgetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrs.c b/LAPACKE/src/lapacke_dgetrs.c index 8af10825d6..1dfc507eed 100644 --- a/LAPACKE/src/lapacke_dgetrs.c +++ b/LAPACKE/src/lapacke_dgetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetrs_work.c b/LAPACKE/src/lapacke_dgetrs_work.c index aaac57c459..b2de85a6c8 100644 --- a/LAPACKE/src/lapacke_dgetrs_work.c +++ b/LAPACKE/src/lapacke_dgetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetsls.c b/LAPACKE/src/lapacke_dgetsls.c index 9adc61d0d1..2098e94246 100644 --- a/LAPACKE/src/lapacke_dgetsls.c +++ b/LAPACKE/src/lapacke_dgetsls.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetsls_work.c b/LAPACKE/src/lapacke_dgetsls_work.c index 6f84d67484..c551b6266e 100644 --- a/LAPACKE/src/lapacke_dgetsls_work.c +++ b/LAPACKE/src/lapacke_dgetsls_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetsqrhrt.c b/LAPACKE/src/lapacke_dgetsqrhrt.c index edd90b3478..cf0e3200ce 100644 --- a/LAPACKE/src/lapacke_dgetsqrhrt.c +++ b/LAPACKE/src/lapacke_dgetsqrhrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgetsqrhrt_work.c b/LAPACKE/src/lapacke_dgetsqrhrt_work.c index d383c4c744..f91887ffec 100644 --- a/LAPACKE/src/lapacke_dgetsqrhrt_work.c +++ b/LAPACKE/src/lapacke_dgetsqrhrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggbak.c b/LAPACKE/src/lapacke_dggbak.c index af890562de..8dfb851ef0 100644 --- a/LAPACKE/src/lapacke_dggbak.c +++ b/LAPACKE/src/lapacke_dggbak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggbak_work.c b/LAPACKE/src/lapacke_dggbak_work.c index 09bd5203a7..c49152aa7d 100644 --- a/LAPACKE/src/lapacke_dggbak_work.c +++ b/LAPACKE/src/lapacke_dggbak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggbal.c b/LAPACKE/src/lapacke_dggbal.c index 00e2397c58..42f58afc4f 100644 --- a/LAPACKE/src/lapacke_dggbal.c +++ b/LAPACKE/src/lapacke_dggbal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggbal_work.c b/LAPACKE/src/lapacke_dggbal_work.c index d9cfd7aa07..f512d6afed 100644 --- a/LAPACKE/src/lapacke_dggbal_work.c +++ b/LAPACKE/src/lapacke_dggbal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgges.c b/LAPACKE/src/lapacke_dgges.c index 5c4a12f793..b2c3fa3c72 100644 --- a/LAPACKE/src/lapacke_dgges.c +++ b/LAPACKE/src/lapacke_dgges.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgges3.c b/LAPACKE/src/lapacke_dgges3.c index 1d87cac202..079ead78cf 100644 --- a/LAPACKE/src/lapacke_dgges3.c +++ b/LAPACKE/src/lapacke_dgges3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgges3_work.c b/LAPACKE/src/lapacke_dgges3_work.c index 7a05a46472..43771ef17b 100644 --- a/LAPACKE/src/lapacke_dgges3_work.c +++ b/LAPACKE/src/lapacke_dgges3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgges_work.c b/LAPACKE/src/lapacke_dgges_work.c index 57c1bb0a0c..effa1b3f5a 100644 --- a/LAPACKE/src/lapacke_dgges_work.c +++ b/LAPACKE/src/lapacke_dgges_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggesx.c b/LAPACKE/src/lapacke_dggesx.c index 91eb7bf8cc..605b637c8b 100644 --- a/LAPACKE/src/lapacke_dggesx.c +++ b/LAPACKE/src/lapacke_dggesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggesx_work.c b/LAPACKE/src/lapacke_dggesx_work.c index 12e884cd47..ace40a32ab 100644 --- a/LAPACKE/src/lapacke_dggesx_work.c +++ b/LAPACKE/src/lapacke_dggesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggev.c b/LAPACKE/src/lapacke_dggev.c index 4aa2e679cf..002f4ac989 100644 --- a/LAPACKE/src/lapacke_dggev.c +++ b/LAPACKE/src/lapacke_dggev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggev3.c b/LAPACKE/src/lapacke_dggev3.c index 80a115eaa6..2323ec8f88 100644 --- a/LAPACKE/src/lapacke_dggev3.c +++ b/LAPACKE/src/lapacke_dggev3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggev3_work.c b/LAPACKE/src/lapacke_dggev3_work.c index 8e8d0e6fc1..2f9f5c34db 100644 --- a/LAPACKE/src/lapacke_dggev3_work.c +++ b/LAPACKE/src/lapacke_dggev3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggev_work.c b/LAPACKE/src/lapacke_dggev_work.c index 0af48ee8c5..0a6ff6ab05 100644 --- a/LAPACKE/src/lapacke_dggev_work.c +++ b/LAPACKE/src/lapacke_dggev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggevx.c b/LAPACKE/src/lapacke_dggevx.c index ee9e0f5d35..723b6c340e 100644 --- a/LAPACKE/src/lapacke_dggevx.c +++ b/LAPACKE/src/lapacke_dggevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggevx_work.c b/LAPACKE/src/lapacke_dggevx_work.c index dac3576633..458832e1e3 100644 --- a/LAPACKE/src/lapacke_dggevx_work.c +++ b/LAPACKE/src/lapacke_dggevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggglm.c b/LAPACKE/src/lapacke_dggglm.c index 9f2c223fa9..c896ee1852 100644 --- a/LAPACKE/src/lapacke_dggglm.c +++ b/LAPACKE/src/lapacke_dggglm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggglm_work.c b/LAPACKE/src/lapacke_dggglm_work.c index edfaa1afc6..72b11309ca 100644 --- a/LAPACKE/src/lapacke_dggglm_work.c +++ b/LAPACKE/src/lapacke_dggglm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgghd3.c b/LAPACKE/src/lapacke_dgghd3.c index 478a41d8ee..900bb4dd1c 100644 --- a/LAPACKE/src/lapacke_dgghd3.c +++ b/LAPACKE/src/lapacke_dgghd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgghd3_work.c b/LAPACKE/src/lapacke_dgghd3_work.c index c7080c608b..a115b2bd6c 100644 --- a/LAPACKE/src/lapacke_dgghd3_work.c +++ b/LAPACKE/src/lapacke_dgghd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgghrd.c b/LAPACKE/src/lapacke_dgghrd.c index 5092ba3b53..fd6083a739 100644 --- a/LAPACKE/src/lapacke_dgghrd.c +++ b/LAPACKE/src/lapacke_dgghrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgghrd_work.c b/LAPACKE/src/lapacke_dgghrd_work.c index ac0f3c11d3..58110b553e 100644 --- a/LAPACKE/src/lapacke_dgghrd_work.c +++ b/LAPACKE/src/lapacke_dgghrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgglse.c b/LAPACKE/src/lapacke_dgglse.c index 27e0281d90..e666c40a3f 100644 --- a/LAPACKE/src/lapacke_dgglse.c +++ b/LAPACKE/src/lapacke_dgglse.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgglse_work.c b/LAPACKE/src/lapacke_dgglse_work.c index 35e5b9cbc6..3f1e8e9412 100644 --- a/LAPACKE/src/lapacke_dgglse_work.c +++ b/LAPACKE/src/lapacke_dgglse_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggqrf.c b/LAPACKE/src/lapacke_dggqrf.c index 292548d9fb..fd16eacafe 100644 --- a/LAPACKE/src/lapacke_dggqrf.c +++ b/LAPACKE/src/lapacke_dggqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggqrf_work.c b/LAPACKE/src/lapacke_dggqrf_work.c index a23dc813ee..01b8770b30 100644 --- a/LAPACKE/src/lapacke_dggqrf_work.c +++ b/LAPACKE/src/lapacke_dggqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggrqf.c b/LAPACKE/src/lapacke_dggrqf.c index 42f8133b0d..5bbb7046c2 100644 --- a/LAPACKE/src/lapacke_dggrqf.c +++ b/LAPACKE/src/lapacke_dggrqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggrqf_work.c b/LAPACKE/src/lapacke_dggrqf_work.c index 958d8703f9..e6dc6f64a6 100644 --- a/LAPACKE/src/lapacke_dggrqf_work.c +++ b/LAPACKE/src/lapacke_dggrqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvd.c b/LAPACKE/src/lapacke_dggsvd.c index e7e06c6c66..2eb8b271b5 100644 --- a/LAPACKE/src/lapacke_dggsvd.c +++ b/LAPACKE/src/lapacke_dggsvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvd3.c b/LAPACKE/src/lapacke_dggsvd3.c index 69dce19f17..586254997e 100644 --- a/LAPACKE/src/lapacke_dggsvd3.c +++ b/LAPACKE/src/lapacke_dggsvd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvd3_work.c b/LAPACKE/src/lapacke_dggsvd3_work.c index 228a5b72fd..1a5cc2e81d 100644 --- a/LAPACKE/src/lapacke_dggsvd3_work.c +++ b/LAPACKE/src/lapacke_dggsvd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvd_work.c b/LAPACKE/src/lapacke_dggsvd_work.c index f533e0b623..eda8e4a225 100644 --- a/LAPACKE/src/lapacke_dggsvd_work.c +++ b/LAPACKE/src/lapacke_dggsvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvp.c b/LAPACKE/src/lapacke_dggsvp.c index 86e4b9ccec..1ddd7cc633 100644 --- a/LAPACKE/src/lapacke_dggsvp.c +++ b/LAPACKE/src/lapacke_dggsvp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvp3.c b/LAPACKE/src/lapacke_dggsvp3.c index 60a679f5a2..3e5ad77afe 100644 --- a/LAPACKE/src/lapacke_dggsvp3.c +++ b/LAPACKE/src/lapacke_dggsvp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvp3_work.c b/LAPACKE/src/lapacke_dggsvp3_work.c index d044df1e10..d5b119d0f2 100644 --- a/LAPACKE/src/lapacke_dggsvp3_work.c +++ b/LAPACKE/src/lapacke_dggsvp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dggsvp_work.c b/LAPACKE/src/lapacke_dggsvp_work.c index 055fb19da0..5e919c501e 100644 --- a/LAPACKE/src/lapacke_dggsvp_work.c +++ b/LAPACKE/src/lapacke_dggsvp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtcon.c b/LAPACKE/src/lapacke_dgtcon.c index ff61d9ea77..378693ea5a 100644 --- a/LAPACKE/src/lapacke_dgtcon.c +++ b/LAPACKE/src/lapacke_dgtcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtcon_work.c b/LAPACKE/src/lapacke_dgtcon_work.c index d977d642e0..56d9c45cb7 100644 --- a/LAPACKE/src/lapacke_dgtcon_work.c +++ b/LAPACKE/src/lapacke_dgtcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtrfs.c b/LAPACKE/src/lapacke_dgtrfs.c index b7ff5b3ac6..98f3e38e15 100644 --- a/LAPACKE/src/lapacke_dgtrfs.c +++ b/LAPACKE/src/lapacke_dgtrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtrfs_work.c b/LAPACKE/src/lapacke_dgtrfs_work.c index 7d58714e9b..557e9a8531 100644 --- a/LAPACKE/src/lapacke_dgtrfs_work.c +++ b/LAPACKE/src/lapacke_dgtrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtsv.c b/LAPACKE/src/lapacke_dgtsv.c index b89be4668d..9efdd73aac 100644 --- a/LAPACKE/src/lapacke_dgtsv.c +++ b/LAPACKE/src/lapacke_dgtsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtsv_work.c b/LAPACKE/src/lapacke_dgtsv_work.c index f9891241ba..a230e204ef 100644 --- a/LAPACKE/src/lapacke_dgtsv_work.c +++ b/LAPACKE/src/lapacke_dgtsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtsvx.c b/LAPACKE/src/lapacke_dgtsvx.c index add4d8a612..9ad89a7123 100644 --- a/LAPACKE/src/lapacke_dgtsvx.c +++ b/LAPACKE/src/lapacke_dgtsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgtsvx_work.c b/LAPACKE/src/lapacke_dgtsvx_work.c index c9ca734b23..3cbc8f31a2 100644 --- a/LAPACKE/src/lapacke_dgtsvx_work.c +++ b/LAPACKE/src/lapacke_dgtsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgttrf.c b/LAPACKE/src/lapacke_dgttrf.c index 64a71521ea..bed9525416 100644 --- a/LAPACKE/src/lapacke_dgttrf.c +++ b/LAPACKE/src/lapacke_dgttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgttrf_work.c b/LAPACKE/src/lapacke_dgttrf_work.c index 5daa1cfe92..04b9fe325c 100644 --- a/LAPACKE/src/lapacke_dgttrf_work.c +++ b/LAPACKE/src/lapacke_dgttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgttrs.c b/LAPACKE/src/lapacke_dgttrs.c index 1dd61dcea8..1e14efca3c 100644 --- a/LAPACKE/src/lapacke_dgttrs.c +++ b/LAPACKE/src/lapacke_dgttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dgttrs_work.c b/LAPACKE/src/lapacke_dgttrs_work.c index 174e3f2f58..ca581622ea 100644 --- a/LAPACKE/src/lapacke_dgttrs_work.c +++ b/LAPACKE/src/lapacke_dgttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhgeqz.c b/LAPACKE/src/lapacke_dhgeqz.c index d1f355b010..d333594705 100644 --- a/LAPACKE/src/lapacke_dhgeqz.c +++ b/LAPACKE/src/lapacke_dhgeqz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dhgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhgeqz_work.c b/LAPACKE/src/lapacke_dhgeqz_work.c index 818f1bde09..dd08080b7a 100644 --- a/LAPACKE/src/lapacke_dhgeqz_work.c +++ b/LAPACKE/src/lapacke_dhgeqz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dhgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhsein.c b/LAPACKE/src/lapacke_dhsein.c index 1823486896..3843701cc4 100644 --- a/LAPACKE/src/lapacke_dhsein.c +++ b/LAPACKE/src/lapacke_dhsein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dhsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhsein_work.c b/LAPACKE/src/lapacke_dhsein_work.c index eb966e4220..b234c97404 100644 --- a/LAPACKE/src/lapacke_dhsein_work.c +++ b/LAPACKE/src/lapacke_dhsein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dhsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhseqr.c b/LAPACKE/src/lapacke_dhseqr.c index 9672dc641d..736bf3ea04 100644 --- a/LAPACKE/src/lapacke_dhseqr.c +++ b/LAPACKE/src/lapacke_dhseqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dhseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dhseqr_work.c b/LAPACKE/src/lapacke_dhseqr_work.c index 540e9a9e21..5bd6de7aa4 100644 --- a/LAPACKE/src/lapacke_dhseqr_work.c +++ b/LAPACKE/src/lapacke_dhseqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dhseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlacn2.c b/LAPACKE/src/lapacke_dlacn2.c index 7f58b237e1..6658b5bf15 100644 --- a/LAPACKE/src/lapacke_dlacn2.c +++ b/LAPACKE/src/lapacke_dlacn2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dlacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlacn2_work.c b/LAPACKE/src/lapacke_dlacn2_work.c index 3b015d4e18..0e4cb07b5f 100644 --- a/LAPACKE/src/lapacke_dlacn2_work.c +++ b/LAPACKE/src/lapacke_dlacn2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlacpy.c b/LAPACKE/src/lapacke_dlacpy.c index 32b5e4becd..8c59e75e05 100644 --- a/LAPACKE/src/lapacke_dlacpy.c +++ b/LAPACKE/src/lapacke_dlacpy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlacpy_work.c b/LAPACKE/src/lapacke_dlacpy_work.c index f1a505486e..5b0d4d94a5 100644 --- a/LAPACKE/src/lapacke_dlacpy_work.c +++ b/LAPACKE/src/lapacke_dlacpy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlag2s.c b/LAPACKE/src/lapacke_dlag2s.c index e9f9aef748..e5421b34e7 100644 --- a/LAPACKE/src/lapacke_dlag2s.c +++ b/LAPACKE/src/lapacke_dlag2s.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlag2s * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlag2s_work.c b/LAPACKE/src/lapacke_dlag2s_work.c index 2cbb580cdd..a5ec0383e4 100644 --- a/LAPACKE/src/lapacke_dlag2s_work.c +++ b/LAPACKE/src/lapacke_dlag2s_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlag2s * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlagge.c b/LAPACKE/src/lapacke_dlagge.c index 6ca8739ec2..5fe0bb5781 100644 --- a/LAPACKE/src/lapacke_dlagge.c +++ b/LAPACKE/src/lapacke_dlagge.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlagge_work.c b/LAPACKE/src/lapacke_dlagge_work.c index fb98cfc98a..ccf3ae9b08 100644 --- a/LAPACKE/src/lapacke_dlagge_work.c +++ b/LAPACKE/src/lapacke_dlagge_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlagsy.c b/LAPACKE/src/lapacke_dlagsy.c index 1293fc7d45..b081fd5008 100644 --- a/LAPACKE/src/lapacke_dlagsy.c +++ b/LAPACKE/src/lapacke_dlagsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlagsy_work.c b/LAPACKE/src/lapacke_dlagsy_work.c index df92e291ea..d160fcbdeb 100644 --- a/LAPACKE/src/lapacke_dlagsy_work.c +++ b/LAPACKE/src/lapacke_dlagsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlamch.c b/LAPACKE/src/lapacke_dlamch.c index 500e624d1d..0828867874 100644 --- a/LAPACKE/src/lapacke_dlamch.c +++ b/LAPACKE/src/lapacke_dlamch.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlamch * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlamch_work.c b/LAPACKE/src/lapacke_dlamch_work.c index e5be20b0a6..cc57f6e0bb 100644 --- a/LAPACKE/src/lapacke_dlamch_work.c +++ b/LAPACKE/src/lapacke_dlamch_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlamch * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlange.c b/LAPACKE/src/lapacke_dlange.c index 0186768e1e..30094bd9e4 100644 --- a/LAPACKE/src/lapacke_dlange.c +++ b/LAPACKE/src/lapacke_dlange.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlange_work.c b/LAPACKE/src/lapacke_dlange_work.c index 43d48c8166..56750bb76f 100644 --- a/LAPACKE/src/lapacke_dlange_work.c +++ b/LAPACKE/src/lapacke_dlange_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlansy.c b/LAPACKE/src/lapacke_dlansy.c index 931e83f43b..4007cc9127 100644 --- a/LAPACKE/src/lapacke_dlansy.c +++ b/LAPACKE/src/lapacke_dlansy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlansy_work.c b/LAPACKE/src/lapacke_dlansy_work.c index b3a6872b8e..a370261c35 100644 --- a/LAPACKE/src/lapacke_dlansy_work.c +++ b/LAPACKE/src/lapacke_dlansy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlantr.c b/LAPACKE/src/lapacke_dlantr.c index ce625c7aa1..4d1be93d73 100644 --- a/LAPACKE/src/lapacke_dlantr.c +++ b/LAPACKE/src/lapacke_dlantr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlantr_work.c b/LAPACKE/src/lapacke_dlantr_work.c index 5b2a6c535c..593c6d2925 100644 --- a/LAPACKE/src/lapacke_dlantr_work.c +++ b/LAPACKE/src/lapacke_dlantr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapmr.c b/LAPACKE/src/lapacke_dlapmr.c index 97068bb340..3ccddda2fb 100644 --- a/LAPACKE/src/lapacke_dlapmr.c +++ b/LAPACKE/src/lapacke_dlapmr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapmr_work.c b/LAPACKE/src/lapacke_dlapmr_work.c index b287d9813c..888649e0b3 100644 --- a/LAPACKE/src/lapacke_dlapmr_work.c +++ b/LAPACKE/src/lapacke_dlapmr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapmt.c b/LAPACKE/src/lapacke_dlapmt.c index 6c381bc7e4..23f3932ffc 100644 --- a/LAPACKE/src/lapacke_dlapmt.c +++ b/LAPACKE/src/lapacke_dlapmt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapmt_work.c b/LAPACKE/src/lapacke_dlapmt_work.c index 9cfc79ff40..1eb7557854 100644 --- a/LAPACKE/src/lapacke_dlapmt_work.c +++ b/LAPACKE/src/lapacke_dlapmt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapy2.c b/LAPACKE/src/lapacke_dlapy2.c index 7e9fe72d1d..fd8a145932 100644 --- a/LAPACKE/src/lapacke_dlapy2.c +++ b/LAPACKE/src/lapacke_dlapy2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlapy2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapy2_work.c b/LAPACKE/src/lapacke_dlapy2_work.c index 61ba740b12..45377c523f 100644 --- a/LAPACKE/src/lapacke_dlapy2_work.c +++ b/LAPACKE/src/lapacke_dlapy2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlapy2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapy3.c b/LAPACKE/src/lapacke_dlapy3.c index 005e59ea4c..f1ef9420b7 100644 --- a/LAPACKE/src/lapacke_dlapy3.c +++ b/LAPACKE/src/lapacke_dlapy3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlapy3 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlapy3_work.c b/LAPACKE/src/lapacke_dlapy3_work.c index 1bd6dd31d8..98a17d3669 100644 --- a/LAPACKE/src/lapacke_dlapy3_work.c +++ b/LAPACKE/src/lapacke_dlapy3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlapy3 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfb.c b/LAPACKE/src/lapacke_dlarfb.c index a1f49dde15..3c3c24c54b 100644 --- a/LAPACKE/src/lapacke_dlarfb.c +++ b/LAPACKE/src/lapacke_dlarfb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlarfb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfb_work.c b/LAPACKE/src/lapacke_dlarfb_work.c index ef9c70df4c..57c53bae31 100644 --- a/LAPACKE/src/lapacke_dlarfb_work.c +++ b/LAPACKE/src/lapacke_dlarfb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlarfb * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfg.c b/LAPACKE/src/lapacke_dlarfg.c index df401c41d9..95cd4d7d3f 100644 --- a/LAPACKE/src/lapacke_dlarfg.c +++ b/LAPACKE/src/lapacke_dlarfg.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfg_work.c b/LAPACKE/src/lapacke_dlarfg_work.c index cd23c09144..eaa49449d7 100644 --- a/LAPACKE/src/lapacke_dlarfg_work.c +++ b/LAPACKE/src/lapacke_dlarfg_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarft.c b/LAPACKE/src/lapacke_dlarft.c index 82cc7272bf..a8d8fa6d3d 100644 --- a/LAPACKE/src/lapacke_dlarft.c +++ b/LAPACKE/src/lapacke_dlarft.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarft_work.c b/LAPACKE/src/lapacke_dlarft_work.c index b8621297fe..c430f1bb57 100644 --- a/LAPACKE/src/lapacke_dlarft_work.c +++ b/LAPACKE/src/lapacke_dlarft_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfx.c b/LAPACKE/src/lapacke_dlarfx.c index 7b7b7201ec..18676b4cc1 100644 --- a/LAPACKE/src/lapacke_dlarfx.c +++ b/LAPACKE/src/lapacke_dlarfx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarfx_work.c b/LAPACKE/src/lapacke_dlarfx_work.c index c94c9254e7..7345976b85 100644 --- a/LAPACKE/src/lapacke_dlarfx_work.c +++ b/LAPACKE/src/lapacke_dlarfx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarnv.c b/LAPACKE/src/lapacke_dlarnv.c index 8d8254634b..004fee2ae3 100644 --- a/LAPACKE/src/lapacke_dlarnv.c +++ b/LAPACKE/src/lapacke_dlarnv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlarnv_work.c b/LAPACKE/src/lapacke_dlarnv_work.c index fcb649cb46..e430e52ac0 100644 --- a/LAPACKE/src/lapacke_dlarnv_work.c +++ b/LAPACKE/src/lapacke_dlarnv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlartgp.c b/LAPACKE/src/lapacke_dlartgp.c index 63913ba75c..1ec778e09a 100644 --- a/LAPACKE/src/lapacke_dlartgp.c +++ b/LAPACKE/src/lapacke_dlartgp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlartgp * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlartgp_work.c b/LAPACKE/src/lapacke_dlartgp_work.c index d66913a9a7..ee71072a53 100644 --- a/LAPACKE/src/lapacke_dlartgp_work.c +++ b/LAPACKE/src/lapacke_dlartgp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlartgp * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlartgs.c b/LAPACKE/src/lapacke_dlartgs.c index de106cb8d1..795164466e 100644 --- a/LAPACKE/src/lapacke_dlartgs.c +++ b/LAPACKE/src/lapacke_dlartgs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlartgs * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlartgs_work.c b/LAPACKE/src/lapacke_dlartgs_work.c index 16ded77eb1..1e3f805273 100644 --- a/LAPACKE/src/lapacke_dlartgs_work.c +++ b/LAPACKE/src/lapacke_dlartgs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlartgs * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlascl.c b/LAPACKE/src/lapacke_dlascl.c index 5b579a5d10..c0b3a4f3bf 100644 --- a/LAPACKE/src/lapacke_dlascl.c +++ b/LAPACKE/src/lapacke_dlascl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlascl_work.c b/LAPACKE/src/lapacke_dlascl_work.c index a20bf09e6a..0ab8570b79 100644 --- a/LAPACKE/src/lapacke_dlascl_work.c +++ b/LAPACKE/src/lapacke_dlascl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlaset.c b/LAPACKE/src/lapacke_dlaset.c index c286c18beb..7de7dac21b 100644 --- a/LAPACKE/src/lapacke_dlaset.c +++ b/LAPACKE/src/lapacke_dlaset.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlaset * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlaset_work.c b/LAPACKE/src/lapacke_dlaset_work.c index 4b59fe627c..7abeedec5d 100644 --- a/LAPACKE/src/lapacke_dlaset_work.c +++ b/LAPACKE/src/lapacke_dlaset_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlaset * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlasrt.c b/LAPACKE/src/lapacke_dlasrt.c index 844343afe5..101917a233 100644 --- a/LAPACKE/src/lapacke_dlasrt.c +++ b/LAPACKE/src/lapacke_dlasrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlasrt * Author: Intel Corporation -* Generated May, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlasrt_work.c b/LAPACKE/src/lapacke_dlasrt_work.c index 715506de52..cce8791496 100644 --- a/LAPACKE/src/lapacke_dlasrt_work.c +++ b/LAPACKE/src/lapacke_dlasrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlasrt * Author: Intel Corporation -* Generated May, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlassq.c b/LAPACKE/src/lapacke_dlassq.c index 0e096b6d47..6bd255804a 100644 --- a/LAPACKE/src/lapacke_dlassq.c +++ b/LAPACKE/src/lapacke_dlassq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlassq * Author: Julien langou -* Generated February 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlassq_work.c b/LAPACKE/src/lapacke_dlassq_work.c index 9d04bfc86f..56a29bcdd5 100644 --- a/LAPACKE/src/lapacke_dlassq_work.c +++ b/LAPACKE/src/lapacke_dlassq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlassq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlaswp.c b/LAPACKE/src/lapacke_dlaswp.c index bd07b3568d..de4e540b5c 100644 --- a/LAPACKE/src/lapacke_dlaswp.c +++ b/LAPACKE/src/lapacke_dlaswp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlaswp_work.c b/LAPACKE/src/lapacke_dlaswp_work.c index b2b9c07f58..ac61ce4e89 100644 --- a/LAPACKE/src/lapacke_dlaswp_work.c +++ b/LAPACKE/src/lapacke_dlaswp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlatms.c b/LAPACKE/src/lapacke_dlatms.c index a762bd215d..a20fedb57d 100644 --- a/LAPACKE/src/lapacke_dlatms.c +++ b/LAPACKE/src/lapacke_dlatms.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlatms_work.c b/LAPACKE/src/lapacke_dlatms_work.c index 25d874e6d8..3f98722466 100644 --- a/LAPACKE/src/lapacke_dlatms_work.c +++ b/LAPACKE/src/lapacke_dlatms_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlauum.c b/LAPACKE/src/lapacke_dlauum.c index d873f046cb..8c9c54599b 100644 --- a/LAPACKE/src/lapacke_dlauum.c +++ b/LAPACKE/src/lapacke_dlauum.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dlauum_work.c b/LAPACKE/src/lapacke_dlauum_work.c index 4b78b50ed2..b28543f9ce 100644 --- a/LAPACKE/src/lapacke_dlauum_work.c +++ b/LAPACKE/src/lapacke_dlauum_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dopgtr.c b/LAPACKE/src/lapacke_dopgtr.c index 8d5a329862..74d4b62ff6 100644 --- a/LAPACKE/src/lapacke_dopgtr.c +++ b/LAPACKE/src/lapacke_dopgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dopgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dopgtr_work.c b/LAPACKE/src/lapacke_dopgtr_work.c index 18edf9a6e1..d5b704447d 100644 --- a/LAPACKE/src/lapacke_dopgtr_work.c +++ b/LAPACKE/src/lapacke_dopgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dopgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dopmtr.c b/LAPACKE/src/lapacke_dopmtr.c index 7fbfb11fd7..9ec15270c6 100644 --- a/LAPACKE/src/lapacke_dopmtr.c +++ b/LAPACKE/src/lapacke_dopmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dopmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dopmtr_work.c b/LAPACKE/src/lapacke_dopmtr_work.c index 973260dd0a..2fa65f2f6b 100644 --- a/LAPACKE/src/lapacke_dopmtr_work.c +++ b/LAPACKE/src/lapacke_dopmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dopmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorbdb.c b/LAPACKE/src/lapacke_dorbdb.c index 82dbdebc88..bd7eaf5d1a 100644 --- a/LAPACKE/src/lapacke_dorbdb.c +++ b/LAPACKE/src/lapacke_dorbdb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorbdb_work.c b/LAPACKE/src/lapacke_dorbdb_work.c index febe9d9183..6286c3cec7 100644 --- a/LAPACKE/src/lapacke_dorbdb_work.c +++ b/LAPACKE/src/lapacke_dorbdb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorcsd.c b/LAPACKE/src/lapacke_dorcsd.c index a103bf0520..26756ff52b 100644 --- a/LAPACKE/src/lapacke_dorcsd.c +++ b/LAPACKE/src/lapacke_dorcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorcsd2by1.c b/LAPACKE/src/lapacke_dorcsd2by1.c index ec298cee46..213af715b8 100644 --- a/LAPACKE/src/lapacke_dorcsd2by1.c +++ b/LAPACKE/src/lapacke_dorcsd2by1.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorcsd2by1 * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorcsd2by1_work.c b/LAPACKE/src/lapacke_dorcsd2by1_work.c index 5cc39b1b02..3e8802bcf8 100644 --- a/LAPACKE/src/lapacke_dorcsd2by1_work.c +++ b/LAPACKE/src/lapacke_dorcsd2by1_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorcsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorcsd_work.c b/LAPACKE/src/lapacke_dorcsd_work.c index d8f9e1a466..d121f7cd65 100644 --- a/LAPACKE/src/lapacke_dorcsd_work.c +++ b/LAPACKE/src/lapacke_dorcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgbr.c b/LAPACKE/src/lapacke_dorgbr.c index 5547c47079..9f001a8cde 100644 --- a/LAPACKE/src/lapacke_dorgbr.c +++ b/LAPACKE/src/lapacke_dorgbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgbr_work.c b/LAPACKE/src/lapacke_dorgbr_work.c index 460cfb9e47..8e5bc130d9 100644 --- a/LAPACKE/src/lapacke_dorgbr_work.c +++ b/LAPACKE/src/lapacke_dorgbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorghr.c b/LAPACKE/src/lapacke_dorghr.c index 5faaeb1944..982f906e88 100644 --- a/LAPACKE/src/lapacke_dorghr.c +++ b/LAPACKE/src/lapacke_dorghr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorghr_work.c b/LAPACKE/src/lapacke_dorghr_work.c index 8fb110e1e3..cca0413d85 100644 --- a/LAPACKE/src/lapacke_dorghr_work.c +++ b/LAPACKE/src/lapacke_dorghr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorglq.c b/LAPACKE/src/lapacke_dorglq.c index 702f0636c3..d984ace1a8 100644 --- a/LAPACKE/src/lapacke_dorglq.c +++ b/LAPACKE/src/lapacke_dorglq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorglq_work.c b/LAPACKE/src/lapacke_dorglq_work.c index a54362035e..b69ceddade 100644 --- a/LAPACKE/src/lapacke_dorglq_work.c +++ b/LAPACKE/src/lapacke_dorglq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgql.c b/LAPACKE/src/lapacke_dorgql.c index 05d4e7fe0b..ce8e1177a2 100644 --- a/LAPACKE/src/lapacke_dorgql.c +++ b/LAPACKE/src/lapacke_dorgql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgql_work.c b/LAPACKE/src/lapacke_dorgql_work.c index d2e093dc6c..636d1f682d 100644 --- a/LAPACKE/src/lapacke_dorgql_work.c +++ b/LAPACKE/src/lapacke_dorgql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgqr.c b/LAPACKE/src/lapacke_dorgqr.c index 078062b20b..6cbd699013 100644 --- a/LAPACKE/src/lapacke_dorgqr.c +++ b/LAPACKE/src/lapacke_dorgqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgqr_work.c b/LAPACKE/src/lapacke_dorgqr_work.c index 0d0f8add7e..44f6b7ea1a 100644 --- a/LAPACKE/src/lapacke_dorgqr_work.c +++ b/LAPACKE/src/lapacke_dorgqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgrq.c b/LAPACKE/src/lapacke_dorgrq.c index 5387672c27..bea1bd6e2e 100644 --- a/LAPACKE/src/lapacke_dorgrq.c +++ b/LAPACKE/src/lapacke_dorgrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgrq_work.c b/LAPACKE/src/lapacke_dorgrq_work.c index 4eb7a8e819..784915f0b4 100644 --- a/LAPACKE/src/lapacke_dorgrq_work.c +++ b/LAPACKE/src/lapacke_dorgrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgtr.c b/LAPACKE/src/lapacke_dorgtr.c index 86184b7847..fc4c4cbdc1 100644 --- a/LAPACKE/src/lapacke_dorgtr.c +++ b/LAPACKE/src/lapacke_dorgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgtr_work.c b/LAPACKE/src/lapacke_dorgtr_work.c index d88e0a9e4e..709d131254 100644 --- a/LAPACKE/src/lapacke_dorgtr_work.c +++ b/LAPACKE/src/lapacke_dorgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgtsqr_row.c b/LAPACKE/src/lapacke_dorgtsqr_row.c index 82db8fc380..1da3405a89 100644 --- a/LAPACKE/src/lapacke_dorgtsqr_row.c +++ b/LAPACKE/src/lapacke_dorgtsqr_row.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dorgtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dorgtsqr_row_work.c b/LAPACKE/src/lapacke_dorgtsqr_row_work.c index 21e1de6dfc..e16467f3a2 100644 --- a/LAPACKE/src/lapacke_dorgtsqr_row_work.c +++ b/LAPACKE/src/lapacke_dorgtsqr_row_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dorgtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormbr.c b/LAPACKE/src/lapacke_dormbr.c index 9904ec53fa..298fce81c4 100644 --- a/LAPACKE/src/lapacke_dormbr.c +++ b/LAPACKE/src/lapacke_dormbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormbr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormbr_work.c b/LAPACKE/src/lapacke_dormbr_work.c index d6adc83fea..d7cf78a2d2 100644 --- a/LAPACKE/src/lapacke_dormbr_work.c +++ b/LAPACKE/src/lapacke_dormbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormbr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormhr.c b/LAPACKE/src/lapacke_dormhr.c index 4b9526f14b..627b92aa4c 100644 --- a/LAPACKE/src/lapacke_dormhr.c +++ b/LAPACKE/src/lapacke_dormhr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormhr_work.c b/LAPACKE/src/lapacke_dormhr_work.c index f16a828dba..f158f71613 100644 --- a/LAPACKE/src/lapacke_dormhr_work.c +++ b/LAPACKE/src/lapacke_dormhr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormlq.c b/LAPACKE/src/lapacke_dormlq.c index 1e50d18c18..06880747a8 100644 --- a/LAPACKE/src/lapacke_dormlq.c +++ b/LAPACKE/src/lapacke_dormlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormlq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormlq_work.c b/LAPACKE/src/lapacke_dormlq_work.c index a326feffd8..6bd12624f0 100644 --- a/LAPACKE/src/lapacke_dormlq_work.c +++ b/LAPACKE/src/lapacke_dormlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormql.c b/LAPACKE/src/lapacke_dormql.c index 11e9f07d1d..1e4d7efd3e 100644 --- a/LAPACKE/src/lapacke_dormql.c +++ b/LAPACKE/src/lapacke_dormql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormql_work.c b/LAPACKE/src/lapacke_dormql_work.c index 9b535109bc..c7336e816b 100644 --- a/LAPACKE/src/lapacke_dormql_work.c +++ b/LAPACKE/src/lapacke_dormql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormqr.c b/LAPACKE/src/lapacke_dormqr.c index 99d5a85dba..820805ba00 100644 --- a/LAPACKE/src/lapacke_dormqr.c +++ b/LAPACKE/src/lapacke_dormqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormqr_work.c b/LAPACKE/src/lapacke_dormqr_work.c index 540331dafa..2455774420 100644 --- a/LAPACKE/src/lapacke_dormqr_work.c +++ b/LAPACKE/src/lapacke_dormqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormrq.c b/LAPACKE/src/lapacke_dormrq.c index a1d6598602..cfa1deef21 100644 --- a/LAPACKE/src/lapacke_dormrq.c +++ b/LAPACKE/src/lapacke_dormrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormrq_work.c b/LAPACKE/src/lapacke_dormrq_work.c index 51dd662ee8..f4372a186c 100644 --- a/LAPACKE/src/lapacke_dormrq_work.c +++ b/LAPACKE/src/lapacke_dormrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormrz.c b/LAPACKE/src/lapacke_dormrz.c index d1be944619..091248c1c2 100644 --- a/LAPACKE/src/lapacke_dormrz.c +++ b/LAPACKE/src/lapacke_dormrz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormrz_work.c b/LAPACKE/src/lapacke_dormrz_work.c index bea1ce43fa..c77cb505ce 100644 --- a/LAPACKE/src/lapacke_dormrz_work.c +++ b/LAPACKE/src/lapacke_dormrz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormtr.c b/LAPACKE/src/lapacke_dormtr.c index db75a66094..715a46e65f 100644 --- a/LAPACKE/src/lapacke_dormtr.c +++ b/LAPACKE/src/lapacke_dormtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dormtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dormtr_work.c b/LAPACKE/src/lapacke_dormtr_work.c index 50f8b49796..cb53363d41 100644 --- a/LAPACKE/src/lapacke_dormtr_work.c +++ b/LAPACKE/src/lapacke_dormtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dormtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbcon.c b/LAPACKE/src/lapacke_dpbcon.c index 382f194934..a5ef670e80 100644 --- a/LAPACKE/src/lapacke_dpbcon.c +++ b/LAPACKE/src/lapacke_dpbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbcon_work.c b/LAPACKE/src/lapacke_dpbcon_work.c index 0716d22804..a75a9152d0 100644 --- a/LAPACKE/src/lapacke_dpbcon_work.c +++ b/LAPACKE/src/lapacke_dpbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbequ.c b/LAPACKE/src/lapacke_dpbequ.c index 8bc8a9f33a..c938b22937 100644 --- a/LAPACKE/src/lapacke_dpbequ.c +++ b/LAPACKE/src/lapacke_dpbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbequ_work.c b/LAPACKE/src/lapacke_dpbequ_work.c index 126fb7670a..9c00aebb0d 100644 --- a/LAPACKE/src/lapacke_dpbequ_work.c +++ b/LAPACKE/src/lapacke_dpbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbrfs.c b/LAPACKE/src/lapacke_dpbrfs.c index 71b1655ed3..3c88bfdcf9 100644 --- a/LAPACKE/src/lapacke_dpbrfs.c +++ b/LAPACKE/src/lapacke_dpbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbrfs_work.c b/LAPACKE/src/lapacke_dpbrfs_work.c index 8e9498ec6a..df4ec65a14 100644 --- a/LAPACKE/src/lapacke_dpbrfs_work.c +++ b/LAPACKE/src/lapacke_dpbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbstf.c b/LAPACKE/src/lapacke_dpbstf.c index b0342cb422..5404aba9e4 100644 --- a/LAPACKE/src/lapacke_dpbstf.c +++ b/LAPACKE/src/lapacke_dpbstf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbstf_work.c b/LAPACKE/src/lapacke_dpbstf_work.c index 33014ec4a1..d1521a6f5b 100644 --- a/LAPACKE/src/lapacke_dpbstf_work.c +++ b/LAPACKE/src/lapacke_dpbstf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbsv.c b/LAPACKE/src/lapacke_dpbsv.c index e77bba8835..f5daeaefcf 100644 --- a/LAPACKE/src/lapacke_dpbsv.c +++ b/LAPACKE/src/lapacke_dpbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbsv_work.c b/LAPACKE/src/lapacke_dpbsv_work.c index 83dbf218cc..0d4ba28dec 100644 --- a/LAPACKE/src/lapacke_dpbsv_work.c +++ b/LAPACKE/src/lapacke_dpbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbsvx.c b/LAPACKE/src/lapacke_dpbsvx.c index 0baf503689..60f2605978 100644 --- a/LAPACKE/src/lapacke_dpbsvx.c +++ b/LAPACKE/src/lapacke_dpbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbsvx_work.c b/LAPACKE/src/lapacke_dpbsvx_work.c index 51731281aa..be99b7ad74 100644 --- a/LAPACKE/src/lapacke_dpbsvx_work.c +++ b/LAPACKE/src/lapacke_dpbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbtrf.c b/LAPACKE/src/lapacke_dpbtrf.c index 256557fb94..c18992fd8b 100644 --- a/LAPACKE/src/lapacke_dpbtrf.c +++ b/LAPACKE/src/lapacke_dpbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbtrf_work.c b/LAPACKE/src/lapacke_dpbtrf_work.c index 66acad6cf2..d1e1bbcb09 100644 --- a/LAPACKE/src/lapacke_dpbtrf_work.c +++ b/LAPACKE/src/lapacke_dpbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbtrs.c b/LAPACKE/src/lapacke_dpbtrs.c index f624d2927d..de35260c55 100644 --- a/LAPACKE/src/lapacke_dpbtrs.c +++ b/LAPACKE/src/lapacke_dpbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpbtrs_work.c b/LAPACKE/src/lapacke_dpbtrs_work.c index 5da81ae576..a87645a03c 100644 --- a/LAPACKE/src/lapacke_dpbtrs_work.c +++ b/LAPACKE/src/lapacke_dpbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftrf.c b/LAPACKE/src/lapacke_dpftrf.c index 85148ba04d..444f4b945b 100644 --- a/LAPACKE/src/lapacke_dpftrf.c +++ b/LAPACKE/src/lapacke_dpftrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftrf_work.c b/LAPACKE/src/lapacke_dpftrf_work.c index 665a5c5e6f..289b5ab260 100644 --- a/LAPACKE/src/lapacke_dpftrf_work.c +++ b/LAPACKE/src/lapacke_dpftrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftri.c b/LAPACKE/src/lapacke_dpftri.c index 5bcdac65f5..367b670a69 100644 --- a/LAPACKE/src/lapacke_dpftri.c +++ b/LAPACKE/src/lapacke_dpftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftri_work.c b/LAPACKE/src/lapacke_dpftri_work.c index 3e7e1d3a0d..7845489d2c 100644 --- a/LAPACKE/src/lapacke_dpftri_work.c +++ b/LAPACKE/src/lapacke_dpftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftrs.c b/LAPACKE/src/lapacke_dpftrs.c index fef567fa4c..3ed9450384 100644 --- a/LAPACKE/src/lapacke_dpftrs.c +++ b/LAPACKE/src/lapacke_dpftrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpftrs_work.c b/LAPACKE/src/lapacke_dpftrs_work.c index 0b9e8f469c..c5a826d16f 100644 --- a/LAPACKE/src/lapacke_dpftrs_work.c +++ b/LAPACKE/src/lapacke_dpftrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpocon.c b/LAPACKE/src/lapacke_dpocon.c index 34ac297bbc..faca6f32b7 100644 --- a/LAPACKE/src/lapacke_dpocon.c +++ b/LAPACKE/src/lapacke_dpocon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpocon_work.c b/LAPACKE/src/lapacke_dpocon_work.c index f5b965d064..12537eb065 100644 --- a/LAPACKE/src/lapacke_dpocon_work.c +++ b/LAPACKE/src/lapacke_dpocon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpoequ.c b/LAPACKE/src/lapacke_dpoequ.c index ba7ad1da3f..c31be21395 100644 --- a/LAPACKE/src/lapacke_dpoequ.c +++ b/LAPACKE/src/lapacke_dpoequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpoequ_work.c b/LAPACKE/src/lapacke_dpoequ_work.c index 27b36eda6d..f1d1fb743c 100644 --- a/LAPACKE/src/lapacke_dpoequ_work.c +++ b/LAPACKE/src/lapacke_dpoequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpoequb.c b/LAPACKE/src/lapacke_dpoequb.c index ce6378b845..661008de7f 100644 --- a/LAPACKE/src/lapacke_dpoequb.c +++ b/LAPACKE/src/lapacke_dpoequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpoequb_work.c b/LAPACKE/src/lapacke_dpoequb_work.c index 73682b0841..c59c251d9c 100644 --- a/LAPACKE/src/lapacke_dpoequb_work.c +++ b/LAPACKE/src/lapacke_dpoequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dporfs.c b/LAPACKE/src/lapacke_dporfs.c index a2cf8f0b9b..b55e84ce6c 100644 --- a/LAPACKE/src/lapacke_dporfs.c +++ b/LAPACKE/src/lapacke_dporfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dporfs_work.c b/LAPACKE/src/lapacke_dporfs_work.c index ff241c4c6a..79e04ce3fb 100644 --- a/LAPACKE/src/lapacke_dporfs_work.c +++ b/LAPACKE/src/lapacke_dporfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dporfsx.c b/LAPACKE/src/lapacke_dporfsx.c index d9674d2ee3..2cb74dad1d 100644 --- a/LAPACKE/src/lapacke_dporfsx.c +++ b/LAPACKE/src/lapacke_dporfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dporfsx_work.c b/LAPACKE/src/lapacke_dporfsx_work.c index 3d5dd32834..c43dff18a9 100644 --- a/LAPACKE/src/lapacke_dporfsx_work.c +++ b/LAPACKE/src/lapacke_dporfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposv.c b/LAPACKE/src/lapacke_dposv.c index a8602a4508..1ca4b4d389 100644 --- a/LAPACKE/src/lapacke_dposv.c +++ b/LAPACKE/src/lapacke_dposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposv_work.c b/LAPACKE/src/lapacke_dposv_work.c index d230ffe7f4..afdb6d6eee 100644 --- a/LAPACKE/src/lapacke_dposv_work.c +++ b/LAPACKE/src/lapacke_dposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposvx.c b/LAPACKE/src/lapacke_dposvx.c index 25ddb42fd6..cc2fbc8a87 100644 --- a/LAPACKE/src/lapacke_dposvx.c +++ b/LAPACKE/src/lapacke_dposvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposvx_work.c b/LAPACKE/src/lapacke_dposvx_work.c index 20f9f42098..f5967c5eb5 100644 --- a/LAPACKE/src/lapacke_dposvx_work.c +++ b/LAPACKE/src/lapacke_dposvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposvxx.c b/LAPACKE/src/lapacke_dposvxx.c index 27fc3ba952..aca5eb1b58 100644 --- a/LAPACKE/src/lapacke_dposvxx.c +++ b/LAPACKE/src/lapacke_dposvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dposvxx_work.c b/LAPACKE/src/lapacke_dposvxx_work.c index 1505b48f96..a14cf72b2a 100644 --- a/LAPACKE/src/lapacke_dposvxx_work.c +++ b/LAPACKE/src/lapacke_dposvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrf.c b/LAPACKE/src/lapacke_dpotrf.c index e69d399868..6915b607df 100644 --- a/LAPACKE/src/lapacke_dpotrf.c +++ b/LAPACKE/src/lapacke_dpotrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrf2.c b/LAPACKE/src/lapacke_dpotrf2.c index 06390dcadc..f3498f9874 100644 --- a/LAPACKE/src/lapacke_dpotrf2.c +++ b/LAPACKE/src/lapacke_dpotrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpotrf2 * Author: Intel Corporation -* Generated November, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrf2_work.c b/LAPACKE/src/lapacke_dpotrf2_work.c index d8748c7622..de5720b6a8 100644 --- a/LAPACKE/src/lapacke_dpotrf2_work.c +++ b/LAPACKE/src/lapacke_dpotrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpotrf2 * Author: Intel Corporation -* Generated November, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrf_work.c b/LAPACKE/src/lapacke_dpotrf_work.c index 760edb4e64..6bb5cb3a6c 100644 --- a/LAPACKE/src/lapacke_dpotrf_work.c +++ b/LAPACKE/src/lapacke_dpotrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotri.c b/LAPACKE/src/lapacke_dpotri.c index 1bacec9a25..41084ab966 100644 --- a/LAPACKE/src/lapacke_dpotri.c +++ b/LAPACKE/src/lapacke_dpotri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotri_work.c b/LAPACKE/src/lapacke_dpotri_work.c index b027739452..6e84a886ae 100644 --- a/LAPACKE/src/lapacke_dpotri_work.c +++ b/LAPACKE/src/lapacke_dpotri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrs.c b/LAPACKE/src/lapacke_dpotrs.c index 17fa8c82f6..eeb355bd7a 100644 --- a/LAPACKE/src/lapacke_dpotrs.c +++ b/LAPACKE/src/lapacke_dpotrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpotrs_work.c b/LAPACKE/src/lapacke_dpotrs_work.c index 138e255762..11307f5ed3 100644 --- a/LAPACKE/src/lapacke_dpotrs_work.c +++ b/LAPACKE/src/lapacke_dpotrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppcon.c b/LAPACKE/src/lapacke_dppcon.c index 985a705c13..ffe002fa8e 100644 --- a/LAPACKE/src/lapacke_dppcon.c +++ b/LAPACKE/src/lapacke_dppcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppcon_work.c b/LAPACKE/src/lapacke_dppcon_work.c index 78abb1a197..09a8e28384 100644 --- a/LAPACKE/src/lapacke_dppcon_work.c +++ b/LAPACKE/src/lapacke_dppcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppequ.c b/LAPACKE/src/lapacke_dppequ.c index f444e7c4cc..d9de7cf765 100644 --- a/LAPACKE/src/lapacke_dppequ.c +++ b/LAPACKE/src/lapacke_dppequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppequ_work.c b/LAPACKE/src/lapacke_dppequ_work.c index 1e02826df8..8b7513c238 100644 --- a/LAPACKE/src/lapacke_dppequ_work.c +++ b/LAPACKE/src/lapacke_dppequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpprfs.c b/LAPACKE/src/lapacke_dpprfs.c index 36f1c0c884..e16f25e7a2 100644 --- a/LAPACKE/src/lapacke_dpprfs.c +++ b/LAPACKE/src/lapacke_dpprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpprfs_work.c b/LAPACKE/src/lapacke_dpprfs_work.c index c7b359dd28..f88877800d 100644 --- a/LAPACKE/src/lapacke_dpprfs_work.c +++ b/LAPACKE/src/lapacke_dpprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppsv.c b/LAPACKE/src/lapacke_dppsv.c index 90d12728d7..ef3dc82a2a 100644 --- a/LAPACKE/src/lapacke_dppsv.c +++ b/LAPACKE/src/lapacke_dppsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppsv_work.c b/LAPACKE/src/lapacke_dppsv_work.c index 949bcd1a99..4e1ff98b2c 100644 --- a/LAPACKE/src/lapacke_dppsv_work.c +++ b/LAPACKE/src/lapacke_dppsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppsvx.c b/LAPACKE/src/lapacke_dppsvx.c index c427840aa9..a8bf715236 100644 --- a/LAPACKE/src/lapacke_dppsvx.c +++ b/LAPACKE/src/lapacke_dppsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dppsvx_work.c b/LAPACKE/src/lapacke_dppsvx_work.c index c230e8f28f..5eafa8681e 100644 --- a/LAPACKE/src/lapacke_dppsvx_work.c +++ b/LAPACKE/src/lapacke_dppsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptrf.c b/LAPACKE/src/lapacke_dpptrf.c index 2b5c7a746d..777345a8b6 100644 --- a/LAPACKE/src/lapacke_dpptrf.c +++ b/LAPACKE/src/lapacke_dpptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptrf_work.c b/LAPACKE/src/lapacke_dpptrf_work.c index 76fcba6f9a..ff66fde216 100644 --- a/LAPACKE/src/lapacke_dpptrf_work.c +++ b/LAPACKE/src/lapacke_dpptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptri.c b/LAPACKE/src/lapacke_dpptri.c index 06d25947c6..e798ae11f7 100644 --- a/LAPACKE/src/lapacke_dpptri.c +++ b/LAPACKE/src/lapacke_dpptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptri_work.c b/LAPACKE/src/lapacke_dpptri_work.c index ae44af7b69..ca88281882 100644 --- a/LAPACKE/src/lapacke_dpptri_work.c +++ b/LAPACKE/src/lapacke_dpptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptrs.c b/LAPACKE/src/lapacke_dpptrs.c index 9336f39ff4..ff6198cd23 100644 --- a/LAPACKE/src/lapacke_dpptrs.c +++ b/LAPACKE/src/lapacke_dpptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpptrs_work.c b/LAPACKE/src/lapacke_dpptrs_work.c index 325cd34de6..25312dbca4 100644 --- a/LAPACKE/src/lapacke_dpptrs_work.c +++ b/LAPACKE/src/lapacke_dpptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpstrf.c b/LAPACKE/src/lapacke_dpstrf.c index 4c2f6ca569..c153d665a9 100644 --- a/LAPACKE/src/lapacke_dpstrf.c +++ b/LAPACKE/src/lapacke_dpstrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpstrf_work.c b/LAPACKE/src/lapacke_dpstrf_work.c index 762f0ae1ff..fa9a729cdc 100644 --- a/LAPACKE/src/lapacke_dpstrf_work.c +++ b/LAPACKE/src/lapacke_dpstrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptcon.c b/LAPACKE/src/lapacke_dptcon.c index 48b49c24a0..7279485e9d 100644 --- a/LAPACKE/src/lapacke_dptcon.c +++ b/LAPACKE/src/lapacke_dptcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptcon_work.c b/LAPACKE/src/lapacke_dptcon_work.c index 29cf9a2a6f..d48767a6d7 100644 --- a/LAPACKE/src/lapacke_dptcon_work.c +++ b/LAPACKE/src/lapacke_dptcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpteqr.c b/LAPACKE/src/lapacke_dpteqr.c index 9f69724862..4ee19366e9 100644 --- a/LAPACKE/src/lapacke_dpteqr.c +++ b/LAPACKE/src/lapacke_dpteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpteqr_work.c b/LAPACKE/src/lapacke_dpteqr_work.c index 3ee3aab02c..902b06bafd 100644 --- a/LAPACKE/src/lapacke_dpteqr_work.c +++ b/LAPACKE/src/lapacke_dpteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptrfs.c b/LAPACKE/src/lapacke_dptrfs.c index 3c0c967db7..f235dc3d0a 100644 --- a/LAPACKE/src/lapacke_dptrfs.c +++ b/LAPACKE/src/lapacke_dptrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptrfs_work.c b/LAPACKE/src/lapacke_dptrfs_work.c index fca3b0f96d..7139876f61 100644 --- a/LAPACKE/src/lapacke_dptrfs_work.c +++ b/LAPACKE/src/lapacke_dptrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptsv.c b/LAPACKE/src/lapacke_dptsv.c index df309dab2c..be1c16cb1f 100644 --- a/LAPACKE/src/lapacke_dptsv.c +++ b/LAPACKE/src/lapacke_dptsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptsv_work.c b/LAPACKE/src/lapacke_dptsv_work.c index 43e17e094c..92631b3afa 100644 --- a/LAPACKE/src/lapacke_dptsv_work.c +++ b/LAPACKE/src/lapacke_dptsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptsvx.c b/LAPACKE/src/lapacke_dptsvx.c index 6d9c030f4c..6ce2b5e0fa 100644 --- a/LAPACKE/src/lapacke_dptsvx.c +++ b/LAPACKE/src/lapacke_dptsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dptsvx_work.c b/LAPACKE/src/lapacke_dptsvx_work.c index 90f4c19df4..1040df224a 100644 --- a/LAPACKE/src/lapacke_dptsvx_work.c +++ b/LAPACKE/src/lapacke_dptsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpttrf.c b/LAPACKE/src/lapacke_dpttrf.c index c48755377b..525dff8b37 100644 --- a/LAPACKE/src/lapacke_dpttrf.c +++ b/LAPACKE/src/lapacke_dpttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpttrf_work.c b/LAPACKE/src/lapacke_dpttrf_work.c index 1d4120951d..e636342068 100644 --- a/LAPACKE/src/lapacke_dpttrf_work.c +++ b/LAPACKE/src/lapacke_dpttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpttrs.c b/LAPACKE/src/lapacke_dpttrs.c index 88a962a0f8..375cb0831f 100644 --- a/LAPACKE/src/lapacke_dpttrs.c +++ b/LAPACKE/src/lapacke_dpttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dpttrs_work.c b/LAPACKE/src/lapacke_dpttrs_work.c index 3d2bcb2c6d..c21df1db76 100644 --- a/LAPACKE/src/lapacke_dpttrs_work.c +++ b/LAPACKE/src/lapacke_dpttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbev.c b/LAPACKE/src/lapacke_dsbev.c index ac2b053910..2e326c69cb 100644 --- a/LAPACKE/src/lapacke_dsbev.c +++ b/LAPACKE/src/lapacke_dsbev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbev_2stage.c b/LAPACKE/src/lapacke_dsbev_2stage.c index 79cd25386b..6027a602d3 100644 --- a/LAPACKE/src/lapacke_dsbev_2stage.c +++ b/LAPACKE/src/lapacke_dsbev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbev_2stage_work.c b/LAPACKE/src/lapacke_dsbev_2stage_work.c index a0bfbdd87c..e8bf948d76 100644 --- a/LAPACKE/src/lapacke_dsbev_2stage_work.c +++ b/LAPACKE/src/lapacke_dsbev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbev_work.c b/LAPACKE/src/lapacke_dsbev_work.c index c37a6daa6a..74321ecbbd 100644 --- a/LAPACKE/src/lapacke_dsbev_work.c +++ b/LAPACKE/src/lapacke_dsbev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevd.c b/LAPACKE/src/lapacke_dsbevd.c index 3a9abbbe11..27dd8100a2 100644 --- a/LAPACKE/src/lapacke_dsbevd.c +++ b/LAPACKE/src/lapacke_dsbevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevd_2stage.c b/LAPACKE/src/lapacke_dsbevd_2stage.c index 4d42b62080..41e3f3a3aa 100644 --- a/LAPACKE/src/lapacke_dsbevd_2stage.c +++ b/LAPACKE/src/lapacke_dsbevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevd_2stage_work.c b/LAPACKE/src/lapacke_dsbevd_2stage_work.c index 915674409c..c2c21fb3c4 100644 --- a/LAPACKE/src/lapacke_dsbevd_2stage_work.c +++ b/LAPACKE/src/lapacke_dsbevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevd_work.c b/LAPACKE/src/lapacke_dsbevd_work.c index 294180a929..8b96b1ecf0 100644 --- a/LAPACKE/src/lapacke_dsbevd_work.c +++ b/LAPACKE/src/lapacke_dsbevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevx.c b/LAPACKE/src/lapacke_dsbevx.c index cd84a08695..b27ba2114f 100644 --- a/LAPACKE/src/lapacke_dsbevx.c +++ b/LAPACKE/src/lapacke_dsbevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevx_2stage.c b/LAPACKE/src/lapacke_dsbevx_2stage.c index 256bf729e1..74d88b99d5 100644 --- a/LAPACKE/src/lapacke_dsbevx_2stage.c +++ b/LAPACKE/src/lapacke_dsbevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevx_2stage_work.c b/LAPACKE/src/lapacke_dsbevx_2stage_work.c index 49c9922130..6750e2acb1 100644 --- a/LAPACKE/src/lapacke_dsbevx_2stage_work.c +++ b/LAPACKE/src/lapacke_dsbevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbevx_work.c b/LAPACKE/src/lapacke_dsbevx_work.c index c7cda69a72..40457ee4a3 100644 --- a/LAPACKE/src/lapacke_dsbevx_work.c +++ b/LAPACKE/src/lapacke_dsbevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgst.c b/LAPACKE/src/lapacke_dsbgst.c index 81002930d7..46706d8448 100644 --- a/LAPACKE/src/lapacke_dsbgst.c +++ b/LAPACKE/src/lapacke_dsbgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgst_work.c b/LAPACKE/src/lapacke_dsbgst_work.c index 7a25a89314..0f2efb15e5 100644 --- a/LAPACKE/src/lapacke_dsbgst_work.c +++ b/LAPACKE/src/lapacke_dsbgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgv.c b/LAPACKE/src/lapacke_dsbgv.c index c313031ab6..8696973055 100644 --- a/LAPACKE/src/lapacke_dsbgv.c +++ b/LAPACKE/src/lapacke_dsbgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgv_work.c b/LAPACKE/src/lapacke_dsbgv_work.c index 25034368c5..c50562dcc0 100644 --- a/LAPACKE/src/lapacke_dsbgv_work.c +++ b/LAPACKE/src/lapacke_dsbgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgvd.c b/LAPACKE/src/lapacke_dsbgvd.c index cab2a64bb5..05555c89db 100644 --- a/LAPACKE/src/lapacke_dsbgvd.c +++ b/LAPACKE/src/lapacke_dsbgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgvd_work.c b/LAPACKE/src/lapacke_dsbgvd_work.c index 1b3b6fb7cf..1960271305 100644 --- a/LAPACKE/src/lapacke_dsbgvd_work.c +++ b/LAPACKE/src/lapacke_dsbgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgvx.c b/LAPACKE/src/lapacke_dsbgvx.c index 3a28a794c2..3217d402ce 100644 --- a/LAPACKE/src/lapacke_dsbgvx.c +++ b/LAPACKE/src/lapacke_dsbgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbgvx_work.c b/LAPACKE/src/lapacke_dsbgvx_work.c index b2f4d706c0..b381439290 100644 --- a/LAPACKE/src/lapacke_dsbgvx_work.c +++ b/LAPACKE/src/lapacke_dsbgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbtrd.c b/LAPACKE/src/lapacke_dsbtrd.c index c7ad8ce7b8..84e84e8360 100644 --- a/LAPACKE/src/lapacke_dsbtrd.c +++ b/LAPACKE/src/lapacke_dsbtrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsbtrd * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsbtrd_work.c b/LAPACKE/src/lapacke_dsbtrd_work.c index c9120d1132..0d9ed3cfde 100644 --- a/LAPACKE/src/lapacke_dsbtrd_work.c +++ b/LAPACKE/src/lapacke_dsbtrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsbtrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsfrk.c b/LAPACKE/src/lapacke_dsfrk.c index 603e0931e5..4af9a7922e 100644 --- a/LAPACKE/src/lapacke_dsfrk.c +++ b/LAPACKE/src/lapacke_dsfrk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsfrk_work.c b/LAPACKE/src/lapacke_dsfrk_work.c index 0038f53374..6072648eb2 100644 --- a/LAPACKE/src/lapacke_dsfrk_work.c +++ b/LAPACKE/src/lapacke_dsfrk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsgesv.c b/LAPACKE/src/lapacke_dsgesv.c index 9d6c39d640..b8e8930eac 100644 --- a/LAPACKE/src/lapacke_dsgesv.c +++ b/LAPACKE/src/lapacke_dsgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsgesv_work.c b/LAPACKE/src/lapacke_dsgesv_work.c index 03cc828e22..5eeaffd0f5 100644 --- a/LAPACKE/src/lapacke_dsgesv_work.c +++ b/LAPACKE/src/lapacke_dsgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspcon.c b/LAPACKE/src/lapacke_dspcon.c index 217e5bde7f..3b16c513e4 100644 --- a/LAPACKE/src/lapacke_dspcon.c +++ b/LAPACKE/src/lapacke_dspcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspcon_work.c b/LAPACKE/src/lapacke_dspcon_work.c index ab92b9086d..be0fc30f28 100644 --- a/LAPACKE/src/lapacke_dspcon_work.c +++ b/LAPACKE/src/lapacke_dspcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspev.c b/LAPACKE/src/lapacke_dspev.c index c662cfed1f..90c1659643 100644 --- a/LAPACKE/src/lapacke_dspev.c +++ b/LAPACKE/src/lapacke_dspev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspev_work.c b/LAPACKE/src/lapacke_dspev_work.c index afa3bfd4fd..f74284bcc7 100644 --- a/LAPACKE/src/lapacke_dspev_work.c +++ b/LAPACKE/src/lapacke_dspev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspevd.c b/LAPACKE/src/lapacke_dspevd.c index c7d93b6b30..20a0cc8136 100644 --- a/LAPACKE/src/lapacke_dspevd.c +++ b/LAPACKE/src/lapacke_dspevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspevd_work.c b/LAPACKE/src/lapacke_dspevd_work.c index c544d366c4..af34d8b0a2 100644 --- a/LAPACKE/src/lapacke_dspevd_work.c +++ b/LAPACKE/src/lapacke_dspevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspevx.c b/LAPACKE/src/lapacke_dspevx.c index 1729763576..05d3cad17d 100644 --- a/LAPACKE/src/lapacke_dspevx.c +++ b/LAPACKE/src/lapacke_dspevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspevx_work.c b/LAPACKE/src/lapacke_dspevx_work.c index c184e284e4..ea902587d7 100644 --- a/LAPACKE/src/lapacke_dspevx_work.c +++ b/LAPACKE/src/lapacke_dspevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgst.c b/LAPACKE/src/lapacke_dspgst.c index 20ea58a05b..9d0e1873ba 100644 --- a/LAPACKE/src/lapacke_dspgst.c +++ b/LAPACKE/src/lapacke_dspgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgst_work.c b/LAPACKE/src/lapacke_dspgst_work.c index 281cc7a9b3..a58614f831 100644 --- a/LAPACKE/src/lapacke_dspgst_work.c +++ b/LAPACKE/src/lapacke_dspgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgv.c b/LAPACKE/src/lapacke_dspgv.c index 818f131ce2..df42ce91b9 100644 --- a/LAPACKE/src/lapacke_dspgv.c +++ b/LAPACKE/src/lapacke_dspgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgv_work.c b/LAPACKE/src/lapacke_dspgv_work.c index c8120a2913..689517e704 100644 --- a/LAPACKE/src/lapacke_dspgv_work.c +++ b/LAPACKE/src/lapacke_dspgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgvd.c b/LAPACKE/src/lapacke_dspgvd.c index b49ce95ec2..ab6910d1dd 100644 --- a/LAPACKE/src/lapacke_dspgvd.c +++ b/LAPACKE/src/lapacke_dspgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgvd_work.c b/LAPACKE/src/lapacke_dspgvd_work.c index 623c5f95fb..7a075de3d3 100644 --- a/LAPACKE/src/lapacke_dspgvd_work.c +++ b/LAPACKE/src/lapacke_dspgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgvx.c b/LAPACKE/src/lapacke_dspgvx.c index 82a6217e2b..eb09e490bb 100644 --- a/LAPACKE/src/lapacke_dspgvx.c +++ b/LAPACKE/src/lapacke_dspgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspgvx_work.c b/LAPACKE/src/lapacke_dspgvx_work.c index 6e8dbac719..1a6036b1b4 100644 --- a/LAPACKE/src/lapacke_dspgvx_work.c +++ b/LAPACKE/src/lapacke_dspgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsposv.c b/LAPACKE/src/lapacke_dsposv.c index 68ad48b6e4..f589444361 100644 --- a/LAPACKE/src/lapacke_dsposv.c +++ b/LAPACKE/src/lapacke_dsposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsposv_work.c b/LAPACKE/src/lapacke_dsposv_work.c index e7d5dbcdce..66bbb10528 100644 --- a/LAPACKE/src/lapacke_dsposv_work.c +++ b/LAPACKE/src/lapacke_dsposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsprfs.c b/LAPACKE/src/lapacke_dsprfs.c index ef0feee6a0..14a2acf071 100644 --- a/LAPACKE/src/lapacke_dsprfs.c +++ b/LAPACKE/src/lapacke_dsprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsprfs_work.c b/LAPACKE/src/lapacke_dsprfs_work.c index df1d13b378..ce6e9c5577 100644 --- a/LAPACKE/src/lapacke_dsprfs_work.c +++ b/LAPACKE/src/lapacke_dsprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspsv.c b/LAPACKE/src/lapacke_dspsv.c index 48d94c44be..73606a602b 100644 --- a/LAPACKE/src/lapacke_dspsv.c +++ b/LAPACKE/src/lapacke_dspsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspsv_work.c b/LAPACKE/src/lapacke_dspsv_work.c index ef0b787b8a..3878c651e6 100644 --- a/LAPACKE/src/lapacke_dspsv_work.c +++ b/LAPACKE/src/lapacke_dspsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspsvx.c b/LAPACKE/src/lapacke_dspsvx.c index 6e2d9a4812..6c0fef7753 100644 --- a/LAPACKE/src/lapacke_dspsvx.c +++ b/LAPACKE/src/lapacke_dspsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dspsvx_work.c b/LAPACKE/src/lapacke_dspsvx_work.c index fad5003d84..dfd1dde265 100644 --- a/LAPACKE/src/lapacke_dspsvx_work.c +++ b/LAPACKE/src/lapacke_dspsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrd.c b/LAPACKE/src/lapacke_dsptrd.c index 232f33f652..56941f116e 100644 --- a/LAPACKE/src/lapacke_dsptrd.c +++ b/LAPACKE/src/lapacke_dsptrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrd_work.c b/LAPACKE/src/lapacke_dsptrd_work.c index e8846c0427..28b9fc032a 100644 --- a/LAPACKE/src/lapacke_dsptrd_work.c +++ b/LAPACKE/src/lapacke_dsptrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrf.c b/LAPACKE/src/lapacke_dsptrf.c index 9c3a898133..01b9c5a6de 100644 --- a/LAPACKE/src/lapacke_dsptrf.c +++ b/LAPACKE/src/lapacke_dsptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrf_work.c b/LAPACKE/src/lapacke_dsptrf_work.c index f8b04f74be..c4446492f6 100644 --- a/LAPACKE/src/lapacke_dsptrf_work.c +++ b/LAPACKE/src/lapacke_dsptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptri.c b/LAPACKE/src/lapacke_dsptri.c index 728e0b8547..7817a0d9e4 100644 --- a/LAPACKE/src/lapacke_dsptri.c +++ b/LAPACKE/src/lapacke_dsptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptri_work.c b/LAPACKE/src/lapacke_dsptri_work.c index 2f8923e4a6..5fcef36e7d 100644 --- a/LAPACKE/src/lapacke_dsptri_work.c +++ b/LAPACKE/src/lapacke_dsptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrs.c b/LAPACKE/src/lapacke_dsptrs.c index 1d7f313cac..d8f2db1c4f 100644 --- a/LAPACKE/src/lapacke_dsptrs.c +++ b/LAPACKE/src/lapacke_dsptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsptrs_work.c b/LAPACKE/src/lapacke_dsptrs_work.c index e338020613..4d21200d5f 100644 --- a/LAPACKE/src/lapacke_dsptrs_work.c +++ b/LAPACKE/src/lapacke_dsptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstebz.c b/LAPACKE/src/lapacke_dstebz.c index 011770be76..6616c5b2e9 100644 --- a/LAPACKE/src/lapacke_dstebz.c +++ b/LAPACKE/src/lapacke_dstebz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstebz * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstebz_work.c b/LAPACKE/src/lapacke_dstebz_work.c index 12e16c6351..0861b9d84c 100644 --- a/LAPACKE/src/lapacke_dstebz_work.c +++ b/LAPACKE/src/lapacke_dstebz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstebz * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstedc.c b/LAPACKE/src/lapacke_dstedc.c index 16e308450a..29ef80656f 100644 --- a/LAPACKE/src/lapacke_dstedc.c +++ b/LAPACKE/src/lapacke_dstedc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstedc * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstedc_work.c b/LAPACKE/src/lapacke_dstedc_work.c index 6788375b41..e197899c14 100644 --- a/LAPACKE/src/lapacke_dstedc_work.c +++ b/LAPACKE/src/lapacke_dstedc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstedc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstegr.c b/LAPACKE/src/lapacke_dstegr.c index 7e4f9d6948..50871aaff0 100644 --- a/LAPACKE/src/lapacke_dstegr.c +++ b/LAPACKE/src/lapacke_dstegr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstegr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstegr_work.c b/LAPACKE/src/lapacke_dstegr_work.c index 4e7f317d31..320f162e12 100644 --- a/LAPACKE/src/lapacke_dstegr_work.c +++ b/LAPACKE/src/lapacke_dstegr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstegr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstein.c b/LAPACKE/src/lapacke_dstein.c index 44479939b4..bddfa2ae42 100644 --- a/LAPACKE/src/lapacke_dstein.c +++ b/LAPACKE/src/lapacke_dstein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstein * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstein_work.c b/LAPACKE/src/lapacke_dstein_work.c index ab89644326..a1e2779fc8 100644 --- a/LAPACKE/src/lapacke_dstein_work.c +++ b/LAPACKE/src/lapacke_dstein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstemr.c b/LAPACKE/src/lapacke_dstemr.c index 1a3b0ac7b5..a56a36f7b6 100644 --- a/LAPACKE/src/lapacke_dstemr.c +++ b/LAPACKE/src/lapacke_dstemr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstemr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstemr_work.c b/LAPACKE/src/lapacke_dstemr_work.c index 6a25fefc61..560721b7d2 100644 --- a/LAPACKE/src/lapacke_dstemr_work.c +++ b/LAPACKE/src/lapacke_dstemr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstemr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsteqr.c b/LAPACKE/src/lapacke_dsteqr.c index 8984fdf902..fb2c4e8463 100644 --- a/LAPACKE/src/lapacke_dsteqr.c +++ b/LAPACKE/src/lapacke_dsteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsteqr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsteqr_work.c b/LAPACKE/src/lapacke_dsteqr_work.c index c98ba0fbb8..ae61a378e8 100644 --- a/LAPACKE/src/lapacke_dsteqr_work.c +++ b/LAPACKE/src/lapacke_dsteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsterf.c b/LAPACKE/src/lapacke_dsterf.c index 35537278de..1dd5a3c8f8 100644 --- a/LAPACKE/src/lapacke_dsterf.c +++ b/LAPACKE/src/lapacke_dsterf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsterf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsterf_work.c b/LAPACKE/src/lapacke_dsterf_work.c index b405fbb717..390f5a5799 100644 --- a/LAPACKE/src/lapacke_dsterf_work.c +++ b/LAPACKE/src/lapacke_dsterf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsterf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstev.c b/LAPACKE/src/lapacke_dstev.c index 6811d578f3..90c111be53 100644 --- a/LAPACKE/src/lapacke_dstev.c +++ b/LAPACKE/src/lapacke_dstev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstev * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstev_work.c b/LAPACKE/src/lapacke_dstev_work.c index 7047361ae5..a71a0ea7e1 100644 --- a/LAPACKE/src/lapacke_dstev_work.c +++ b/LAPACKE/src/lapacke_dstev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevd.c b/LAPACKE/src/lapacke_dstevd.c index 251a2ae2ec..bb5435fa0a 100644 --- a/LAPACKE/src/lapacke_dstevd.c +++ b/LAPACKE/src/lapacke_dstevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstevd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevd_work.c b/LAPACKE/src/lapacke_dstevd_work.c index c094406082..da9577abe9 100644 --- a/LAPACKE/src/lapacke_dstevd_work.c +++ b/LAPACKE/src/lapacke_dstevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevr.c b/LAPACKE/src/lapacke_dstevr.c index d49e0ff1ce..b745ce75d1 100644 --- a/LAPACKE/src/lapacke_dstevr.c +++ b/LAPACKE/src/lapacke_dstevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevr_work.c b/LAPACKE/src/lapacke_dstevr_work.c index dc81c37d0d..1505226206 100644 --- a/LAPACKE/src/lapacke_dstevr_work.c +++ b/LAPACKE/src/lapacke_dstevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevx.c b/LAPACKE/src/lapacke_dstevx.c index 9c89f94672..1b0219dabf 100644 --- a/LAPACKE/src/lapacke_dstevx.c +++ b/LAPACKE/src/lapacke_dstevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dstevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dstevx_work.c b/LAPACKE/src/lapacke_dstevx_work.c index dff7f6b8c4..6e83917583 100644 --- a/LAPACKE/src/lapacke_dstevx_work.c +++ b/LAPACKE/src/lapacke_dstevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dstevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsycon.c b/LAPACKE/src/lapacke_dsycon.c index ba68bf7963..6ffc01b2cb 100644 --- a/LAPACKE/src/lapacke_dsycon.c +++ b/LAPACKE/src/lapacke_dsycon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsycon_3.c b/LAPACKE/src/lapacke_dsycon_3.c index f846bb4086..0ffd22680f 100644 --- a/LAPACKE/src/lapacke_dsycon_3.c +++ b/LAPACKE/src/lapacke_dsycon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsycon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsycon_3_work.c b/LAPACKE/src/lapacke_dsycon_3_work.c index e4e2d29f7f..fedc94cec3 100644 --- a/LAPACKE/src/lapacke_dsycon_3_work.c +++ b/LAPACKE/src/lapacke_dsycon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsycon_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsycon_work.c b/LAPACKE/src/lapacke_dsycon_work.c index fa4e85dc51..11400648c7 100644 --- a/LAPACKE/src/lapacke_dsycon_work.c +++ b/LAPACKE/src/lapacke_dsycon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyconv.c b/LAPACKE/src/lapacke_dsyconv.c index cca9be4890..3e2df5e41b 100644 --- a/LAPACKE/src/lapacke_dsyconv.c +++ b/LAPACKE/src/lapacke_dsyconv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyconv_work.c b/LAPACKE/src/lapacke_dsyconv_work.c index 05e8124620..4c3e094dd4 100644 --- a/LAPACKE/src/lapacke_dsyconv_work.c +++ b/LAPACKE/src/lapacke_dsyconv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyequb.c b/LAPACKE/src/lapacke_dsyequb.c index cfa0452857..80fcad4735 100644 --- a/LAPACKE/src/lapacke_dsyequb.c +++ b/LAPACKE/src/lapacke_dsyequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyequb_work.c b/LAPACKE/src/lapacke_dsyequb_work.c index b4a6f7d522..18dcf9c4c7 100644 --- a/LAPACKE/src/lapacke_dsyequb_work.c +++ b/LAPACKE/src/lapacke_dsyequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyev.c b/LAPACKE/src/lapacke_dsyev.c index baac994815..33c9710f4c 100644 --- a/LAPACKE/src/lapacke_dsyev.c +++ b/LAPACKE/src/lapacke_dsyev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyev_2stage.c b/LAPACKE/src/lapacke_dsyev_2stage.c index 8d168990e2..ce8b7bbcc0 100644 --- a/LAPACKE/src/lapacke_dsyev_2stage.c +++ b/LAPACKE/src/lapacke_dsyev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyev_2stage_work.c b/LAPACKE/src/lapacke_dsyev_2stage_work.c index f103de9159..a50254d4a3 100644 --- a/LAPACKE/src/lapacke_dsyev_2stage_work.c +++ b/LAPACKE/src/lapacke_dsyev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyev_work.c b/LAPACKE/src/lapacke_dsyev_work.c index f696c608f7..d42e8d165a 100644 --- a/LAPACKE/src/lapacke_dsyev_work.c +++ b/LAPACKE/src/lapacke_dsyev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevd.c b/LAPACKE/src/lapacke_dsyevd.c index d6772ea019..1c128f8c7d 100644 --- a/LAPACKE/src/lapacke_dsyevd.c +++ b/LAPACKE/src/lapacke_dsyevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevd_2stage.c b/LAPACKE/src/lapacke_dsyevd_2stage.c index e866451a57..c720f197a2 100644 --- a/LAPACKE/src/lapacke_dsyevd_2stage.c +++ b/LAPACKE/src/lapacke_dsyevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevd_2stage_work.c b/LAPACKE/src/lapacke_dsyevd_2stage_work.c index 6f9c02f6a5..bd75d47495 100644 --- a/LAPACKE/src/lapacke_dsyevd_2stage_work.c +++ b/LAPACKE/src/lapacke_dsyevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevd_work.c b/LAPACKE/src/lapacke_dsyevd_work.c index 81ba2acb3a..5d3aee0577 100644 --- a/LAPACKE/src/lapacke_dsyevd_work.c +++ b/LAPACKE/src/lapacke_dsyevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevr.c b/LAPACKE/src/lapacke_dsyevr.c index 290ae0bd4c..8fba691d6c 100644 --- a/LAPACKE/src/lapacke_dsyevr.c +++ b/LAPACKE/src/lapacke_dsyevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevr_2stage.c b/LAPACKE/src/lapacke_dsyevr_2stage.c index 7ee7dbc0b5..abd85b8ccf 100644 --- a/LAPACKE/src/lapacke_dsyevr_2stage.c +++ b/LAPACKE/src/lapacke_dsyevr_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevr_2stage_work.c b/LAPACKE/src/lapacke_dsyevr_2stage_work.c index 3ba0f3df2e..0e055c1c8b 100644 --- a/LAPACKE/src/lapacke_dsyevr_2stage_work.c +++ b/LAPACKE/src/lapacke_dsyevr_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevr_work.c b/LAPACKE/src/lapacke_dsyevr_work.c index f3e3ea675a..12c356f285 100644 --- a/LAPACKE/src/lapacke_dsyevr_work.c +++ b/LAPACKE/src/lapacke_dsyevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevx.c b/LAPACKE/src/lapacke_dsyevx.c index 13980e1091..39e2b921f5 100644 --- a/LAPACKE/src/lapacke_dsyevx.c +++ b/LAPACKE/src/lapacke_dsyevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevx_2stage.c b/LAPACKE/src/lapacke_dsyevx_2stage.c index caaff5a986..904089295c 100644 --- a/LAPACKE/src/lapacke_dsyevx_2stage.c +++ b/LAPACKE/src/lapacke_dsyevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevx_2stage_work.c b/LAPACKE/src/lapacke_dsyevx_2stage_work.c index 76b3a85e5f..ea00282c15 100644 --- a/LAPACKE/src/lapacke_dsyevx_2stage_work.c +++ b/LAPACKE/src/lapacke_dsyevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyevx_work.c b/LAPACKE/src/lapacke_dsyevx_work.c index f4ded1df1f..7d94a08951 100644 --- a/LAPACKE/src/lapacke_dsyevx_work.c +++ b/LAPACKE/src/lapacke_dsyevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygst.c b/LAPACKE/src/lapacke_dsygst.c index 800a30b24d..e1f0c3d1fd 100644 --- a/LAPACKE/src/lapacke_dsygst.c +++ b/LAPACKE/src/lapacke_dsygst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsygst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygst_work.c b/LAPACKE/src/lapacke_dsygst_work.c index 434e8a8cca..e85b641f0d 100644 --- a/LAPACKE/src/lapacke_dsygst_work.c +++ b/LAPACKE/src/lapacke_dsygst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsygst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygv.c b/LAPACKE/src/lapacke_dsygv.c index 533b6a4469..2122eedd70 100644 --- a/LAPACKE/src/lapacke_dsygv.c +++ b/LAPACKE/src/lapacke_dsygv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsygv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygv_2stage.c b/LAPACKE/src/lapacke_dsygv_2stage.c index 974b63e54f..512e08db3d 100644 --- a/LAPACKE/src/lapacke_dsygv_2stage.c +++ b/LAPACKE/src/lapacke_dsygv_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsygv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygv_2stage_work.c b/LAPACKE/src/lapacke_dsygv_2stage_work.c index cc22255247..5f6b620230 100644 --- a/LAPACKE/src/lapacke_dsygv_2stage_work.c +++ b/LAPACKE/src/lapacke_dsygv_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsygv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygv_work.c b/LAPACKE/src/lapacke_dsygv_work.c index ee4efce60a..7ccefa4518 100644 --- a/LAPACKE/src/lapacke_dsygv_work.c +++ b/LAPACKE/src/lapacke_dsygv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsygv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygvd.c b/LAPACKE/src/lapacke_dsygvd.c index 51f333359c..3a2b82ff26 100644 --- a/LAPACKE/src/lapacke_dsygvd.c +++ b/LAPACKE/src/lapacke_dsygvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsygvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygvd_work.c b/LAPACKE/src/lapacke_dsygvd_work.c index 9d551f87cf..d49ed790b6 100644 --- a/LAPACKE/src/lapacke_dsygvd_work.c +++ b/LAPACKE/src/lapacke_dsygvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsygvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygvx.c b/LAPACKE/src/lapacke_dsygvx.c index 02d54d7fa5..3e527939f0 100644 --- a/LAPACKE/src/lapacke_dsygvx.c +++ b/LAPACKE/src/lapacke_dsygvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsygvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsygvx_work.c b/LAPACKE/src/lapacke_dsygvx_work.c index b0829c9750..91a8d98224 100644 --- a/LAPACKE/src/lapacke_dsygvx_work.c +++ b/LAPACKE/src/lapacke_dsygvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsygvx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyrfs.c b/LAPACKE/src/lapacke_dsyrfs.c index 78fce7766f..c63c9c5ce9 100644 --- a/LAPACKE/src/lapacke_dsyrfs.c +++ b/LAPACKE/src/lapacke_dsyrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyrfs_work.c b/LAPACKE/src/lapacke_dsyrfs_work.c index a5a7f1cfb4..573087b368 100644 --- a/LAPACKE/src/lapacke_dsyrfs_work.c +++ b/LAPACKE/src/lapacke_dsyrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyrfsx.c b/LAPACKE/src/lapacke_dsyrfsx.c index 63d4c68fa7..b0590d60cf 100644 --- a/LAPACKE/src/lapacke_dsyrfsx.c +++ b/LAPACKE/src/lapacke_dsyrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyrfsx_work.c b/LAPACKE/src/lapacke_dsyrfsx_work.c index 6d4a3f92d7..1e2ba0e578 100644 --- a/LAPACKE/src/lapacke_dsyrfsx_work.c +++ b/LAPACKE/src/lapacke_dsyrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv.c b/LAPACKE/src/lapacke_dsysv.c index ca8347f0ba..0ef7fbc6c4 100644 --- a/LAPACKE/src/lapacke_dsysv.c +++ b/LAPACKE/src/lapacke_dsysv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_aa.c b/LAPACKE/src/lapacke_dsysv_aa.c index 114794b787..1197d03fb5 100644 --- a/LAPACKE/src/lapacke_dsysv_aa.c +++ b/LAPACKE/src/lapacke_dsysv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_aa_2stage.c b/LAPACKE/src/lapacke_dsysv_aa_2stage.c index 54a3788d74..95222b0e7b 100644 --- a/LAPACKE/src/lapacke_dsysv_aa_2stage.c +++ b/LAPACKE/src/lapacke_dsysv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_aa_2stage_work.c b/LAPACKE/src/lapacke_dsysv_aa_2stage_work.c index d74e1ce42f..9e421361a7 100644 --- a/LAPACKE/src/lapacke_dsysv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_dsysv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_aa_work.c b/LAPACKE/src/lapacke_dsysv_aa_work.c index 6509a81007..8054b01288 100644 --- a/LAPACKE/src/lapacke_dsysv_aa_work.c +++ b/LAPACKE/src/lapacke_dsysv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_rk.c b/LAPACKE/src/lapacke_dsysv_rk.c index df34aba625..2a6303049a 100644 --- a/LAPACKE/src/lapacke_dsysv_rk.c +++ b/LAPACKE/src/lapacke_dsysv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_rk_work.c b/LAPACKE/src/lapacke_dsysv_rk_work.c index e712f58634..f8e41d6ddf 100644 --- a/LAPACKE/src/lapacke_dsysv_rk_work.c +++ b/LAPACKE/src/lapacke_dsysv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_rook.c b/LAPACKE/src/lapacke_dsysv_rook.c index 266cc53a85..843d10b9f0 100644 --- a/LAPACKE/src/lapacke_dsysv_rook.c +++ b/LAPACKE/src/lapacke_dsysv_rook.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_rook_work.c b/LAPACKE/src/lapacke_dsysv_rook_work.c index 4553e9dc63..9d6d10f028 100644 --- a/LAPACKE/src/lapacke_dsysv_rook_work.c +++ b/LAPACKE/src/lapacke_dsysv_rook_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysv_work.c b/LAPACKE/src/lapacke_dsysv_work.c index a06186b661..2b1f42f51b 100644 --- a/LAPACKE/src/lapacke_dsysv_work.c +++ b/LAPACKE/src/lapacke_dsysv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysvx.c b/LAPACKE/src/lapacke_dsysvx.c index e2853508f3..8695bd677b 100644 --- a/LAPACKE/src/lapacke_dsysvx.c +++ b/LAPACKE/src/lapacke_dsysvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysvx_work.c b/LAPACKE/src/lapacke_dsysvx_work.c index ef8d27eaf8..625f7f31ad 100644 --- a/LAPACKE/src/lapacke_dsysvx_work.c +++ b/LAPACKE/src/lapacke_dsysvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysvxx.c b/LAPACKE/src/lapacke_dsysvxx.c index d4edaf4b48..81124a54c7 100644 --- a/LAPACKE/src/lapacke_dsysvxx.c +++ b/LAPACKE/src/lapacke_dsysvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsysvxx_work.c b/LAPACKE/src/lapacke_dsysvxx_work.c index b852f558a9..722d9dea1c 100644 --- a/LAPACKE/src/lapacke_dsysvxx_work.c +++ b/LAPACKE/src/lapacke_dsysvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyswapr.c b/LAPACKE/src/lapacke_dsyswapr.c index 02fa6befe6..5da8ac7ffd 100644 --- a/LAPACKE/src/lapacke_dsyswapr.c +++ b/LAPACKE/src/lapacke_dsyswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsyswapr_work.c b/LAPACKE/src/lapacke_dsyswapr_work.c index 1504803253..32d5c8682c 100644 --- a/LAPACKE/src/lapacke_dsyswapr_work.c +++ b/LAPACKE/src/lapacke_dsyswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrd.c b/LAPACKE/src/lapacke_dsytrd.c index 40a704c88c..b4f09ea46e 100644 --- a/LAPACKE/src/lapacke_dsytrd.c +++ b/LAPACKE/src/lapacke_dsytrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrd_work.c b/LAPACKE/src/lapacke_dsytrd_work.c index 88c581619c..a501ec7fda 100644 --- a/LAPACKE/src/lapacke_dsytrd_work.c +++ b/LAPACKE/src/lapacke_dsytrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf.c b/LAPACKE/src/lapacke_dsytrf.c index d6bcaa693e..1c452236f6 100644 --- a/LAPACKE/src/lapacke_dsytrf.c +++ b/LAPACKE/src/lapacke_dsytrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_aa.c b/LAPACKE/src/lapacke_dsytrf_aa.c index 046621dabf..17eb31b80c 100644 --- a/LAPACKE/src/lapacke_dsytrf_aa.c +++ b/LAPACKE/src/lapacke_dsytrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_aa_2stage.c b/LAPACKE/src/lapacke_dsytrf_aa_2stage.c index 82e733562f..ec153d176d 100644 --- a/LAPACKE/src/lapacke_dsytrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_dsytrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c b/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c index dbd6e90497..77a5940738 100644 --- a/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_aa_work.c b/LAPACKE/src/lapacke_dsytrf_aa_work.c index e72bfa6de6..f479afc7e5 100644 --- a/LAPACKE/src/lapacke_dsytrf_aa_work.c +++ b/LAPACKE/src/lapacke_dsytrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_rk.c b/LAPACKE/src/lapacke_dsytrf_rk.c index a2d433c620..30639d47f3 100644 --- a/LAPACKE/src/lapacke_dsytrf_rk.c +++ b/LAPACKE/src/lapacke_dsytrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_rk_work.c b/LAPACKE/src/lapacke_dsytrf_rk_work.c index 0dc62630c4..74eeabbc33 100644 --- a/LAPACKE/src/lapacke_dsytrf_rk_work.c +++ b/LAPACKE/src/lapacke_dsytrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrf_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_rook.c b/LAPACKE/src/lapacke_dsytrf_rook.c index 1971417419..5ef77738f5 100644 --- a/LAPACKE/src/lapacke_dsytrf_rook.c +++ b/LAPACKE/src/lapacke_dsytrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_rook_work.c b/LAPACKE/src/lapacke_dsytrf_rook_work.c index 6d853a60a2..53536523af 100644 --- a/LAPACKE/src/lapacke_dsytrf_rook_work.c +++ b/LAPACKE/src/lapacke_dsytrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrf_work.c b/LAPACKE/src/lapacke_dsytrf_work.c index 6ba90fb9d3..b6788f76b0 100644 --- a/LAPACKE/src/lapacke_dsytrf_work.c +++ b/LAPACKE/src/lapacke_dsytrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri.c b/LAPACKE/src/lapacke_dsytri.c index fcda55d035..2175cfaf54 100644 --- a/LAPACKE/src/lapacke_dsytri.c +++ b/LAPACKE/src/lapacke_dsytri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri2.c b/LAPACKE/src/lapacke_dsytri2.c index 1c5662cda1..3ac3f73ad2 100644 --- a/LAPACKE/src/lapacke_dsytri2.c +++ b/LAPACKE/src/lapacke_dsytri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytri2 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri2_work.c b/LAPACKE/src/lapacke_dsytri2_work.c index 1f7f9088f0..29881c0c26 100644 --- a/LAPACKE/src/lapacke_dsytri2_work.c +++ b/LAPACKE/src/lapacke_dsytri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytri2 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri2x.c b/LAPACKE/src/lapacke_dsytri2x.c index bdf6395766..d322823883 100644 --- a/LAPACKE/src/lapacke_dsytri2x.c +++ b/LAPACKE/src/lapacke_dsytri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri2x_work.c b/LAPACKE/src/lapacke_dsytri2x_work.c index 2d24b8270b..ae6e70fda7 100644 --- a/LAPACKE/src/lapacke_dsytri2x_work.c +++ b/LAPACKE/src/lapacke_dsytri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri_3.c b/LAPACKE/src/lapacke_dsytri_3.c index acf2c55422..d71e920c1b 100644 --- a/LAPACKE/src/lapacke_dsytri_3.c +++ b/LAPACKE/src/lapacke_dsytri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri_3_work.c b/LAPACKE/src/lapacke_dsytri_3_work.c index 4d2c78b0c5..7c2e831630 100644 --- a/LAPACKE/src/lapacke_dsytri_3_work.c +++ b/LAPACKE/src/lapacke_dsytri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytri_work.c b/LAPACKE/src/lapacke_dsytri_work.c index 6d2fda7f3e..c8749f9ccc 100644 --- a/LAPACKE/src/lapacke_dsytri_work.c +++ b/LAPACKE/src/lapacke_dsytri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs.c b/LAPACKE/src/lapacke_dsytrs.c index b2a0149cdd..34df6d777b 100644 --- a/LAPACKE/src/lapacke_dsytrs.c +++ b/LAPACKE/src/lapacke_dsytrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs2.c b/LAPACKE/src/lapacke_dsytrs2.c index 4d73ef3c14..f01e562c8c 100644 --- a/LAPACKE/src/lapacke_dsytrs2.c +++ b/LAPACKE/src/lapacke_dsytrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs2_work.c b/LAPACKE/src/lapacke_dsytrs2_work.c index caffa5b4b7..a40a5579e1 100644 --- a/LAPACKE/src/lapacke_dsytrs2_work.c +++ b/LAPACKE/src/lapacke_dsytrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_3.c b/LAPACKE/src/lapacke_dsytrs_3.c index a701b9536c..34d32831d3 100644 --- a/LAPACKE/src/lapacke_dsytrs_3.c +++ b/LAPACKE/src/lapacke_dsytrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_3_work.c b/LAPACKE/src/lapacke_dsytrs_3_work.c index ba92e4522c..cd8b79b94f 100644 --- a/LAPACKE/src/lapacke_dsytrs_3_work.c +++ b/LAPACKE/src/lapacke_dsytrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_aa.c b/LAPACKE/src/lapacke_dsytrs_aa.c index 2d3c5a371e..545d9efcd0 100644 --- a/LAPACKE/src/lapacke_dsytrs_aa.c +++ b/LAPACKE/src/lapacke_dsytrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs_aa * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_aa_2stage.c b/LAPACKE/src/lapacke_dsytrs_aa_2stage.c index 49411d0fae..95e4f04ec9 100644 --- a/LAPACKE/src/lapacke_dsytrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_dsytrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_aa_2stage_work.c b/LAPACKE/src/lapacke_dsytrs_aa_2stage_work.c index 9d76d0a7c2..294e3f36dc 100644 --- a/LAPACKE/src/lapacke_dsytrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_dsytrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_aa_work.c b/LAPACKE/src/lapacke_dsytrs_aa_work.c index 6b266e084f..d259690fce 100644 --- a/LAPACKE/src/lapacke_dsytrs_aa_work.c +++ b/LAPACKE/src/lapacke_dsytrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_rook.c b/LAPACKE/src/lapacke_dsytrs_rook.c index 42002a5f6f..e086a46cd9 100644 --- a/LAPACKE/src/lapacke_dsytrs_rook.c +++ b/LAPACKE/src/lapacke_dsytrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dsytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_rook_work.c b/LAPACKE/src/lapacke_dsytrs_rook_work.c index 8270b74cf4..b3ffd24bd9 100644 --- a/LAPACKE/src/lapacke_dsytrs_rook_work.c +++ b/LAPACKE/src/lapacke_dsytrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dsytrs_work.c b/LAPACKE/src/lapacke_dsytrs_work.c index 28682aa598..fe0125dcc8 100644 --- a/LAPACKE/src/lapacke_dsytrs_work.c +++ b/LAPACKE/src/lapacke_dsytrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dsytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbcon.c b/LAPACKE/src/lapacke_dtbcon.c index fbcf42bd8f..e7effad595 100644 --- a/LAPACKE/src/lapacke_dtbcon.c +++ b/LAPACKE/src/lapacke_dtbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbcon_work.c b/LAPACKE/src/lapacke_dtbcon_work.c index 9d5cedc81c..03043580f4 100644 --- a/LAPACKE/src/lapacke_dtbcon_work.c +++ b/LAPACKE/src/lapacke_dtbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbrfs.c b/LAPACKE/src/lapacke_dtbrfs.c index 719e2385b0..69f074b2a0 100644 --- a/LAPACKE/src/lapacke_dtbrfs.c +++ b/LAPACKE/src/lapacke_dtbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbrfs_work.c b/LAPACKE/src/lapacke_dtbrfs_work.c index 84cb2be9e1..6eef42d0d6 100644 --- a/LAPACKE/src/lapacke_dtbrfs_work.c +++ b/LAPACKE/src/lapacke_dtbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbtrs.c b/LAPACKE/src/lapacke_dtbtrs.c index f868e18d9f..87b8d2d91b 100644 --- a/LAPACKE/src/lapacke_dtbtrs.c +++ b/LAPACKE/src/lapacke_dtbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtbtrs_work.c b/LAPACKE/src/lapacke_dtbtrs_work.c index 5d00dc636b..f5e5e313a4 100644 --- a/LAPACKE/src/lapacke_dtbtrs_work.c +++ b/LAPACKE/src/lapacke_dtbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfsm.c b/LAPACKE/src/lapacke_dtfsm.c index 4c9896beb8..7b655e6cb8 100644 --- a/LAPACKE/src/lapacke_dtfsm.c +++ b/LAPACKE/src/lapacke_dtfsm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfsm_work.c b/LAPACKE/src/lapacke_dtfsm_work.c index eaa4cd892f..7d12cf890b 100644 --- a/LAPACKE/src/lapacke_dtfsm_work.c +++ b/LAPACKE/src/lapacke_dtfsm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtftri.c b/LAPACKE/src/lapacke_dtftri.c index fbe7a9eecf..1db80b6e70 100644 --- a/LAPACKE/src/lapacke_dtftri.c +++ b/LAPACKE/src/lapacke_dtftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtftri_work.c b/LAPACKE/src/lapacke_dtftri_work.c index 5801448085..66150897c0 100644 --- a/LAPACKE/src/lapacke_dtftri_work.c +++ b/LAPACKE/src/lapacke_dtftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfttp.c b/LAPACKE/src/lapacke_dtfttp.c index 2b88229605..fafc376f3d 100644 --- a/LAPACKE/src/lapacke_dtfttp.c +++ b/LAPACKE/src/lapacke_dtfttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfttp_work.c b/LAPACKE/src/lapacke_dtfttp_work.c index 382f1129dd..a8cf680e80 100644 --- a/LAPACKE/src/lapacke_dtfttp_work.c +++ b/LAPACKE/src/lapacke_dtfttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfttr.c b/LAPACKE/src/lapacke_dtfttr.c index 748b31f5d4..39333cceba 100644 --- a/LAPACKE/src/lapacke_dtfttr.c +++ b/LAPACKE/src/lapacke_dtfttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtfttr_work.c b/LAPACKE/src/lapacke_dtfttr_work.c index c36701cc3b..b12aae0b05 100644 --- a/LAPACKE/src/lapacke_dtfttr_work.c +++ b/LAPACKE/src/lapacke_dtfttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgevc.c b/LAPACKE/src/lapacke_dtgevc.c index c595831007..f70abfb4bf 100644 --- a/LAPACKE/src/lapacke_dtgevc.c +++ b/LAPACKE/src/lapacke_dtgevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgevc_work.c b/LAPACKE/src/lapacke_dtgevc_work.c index ea2acc8f17..ef4a538455 100644 --- a/LAPACKE/src/lapacke_dtgevc_work.c +++ b/LAPACKE/src/lapacke_dtgevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgexc.c b/LAPACKE/src/lapacke_dtgexc.c index b5ceb6d6e0..6f09f9eb7c 100644 --- a/LAPACKE/src/lapacke_dtgexc.c +++ b/LAPACKE/src/lapacke_dtgexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgexc_work.c b/LAPACKE/src/lapacke_dtgexc_work.c index d6719ee4ff..6756d5e60c 100644 --- a/LAPACKE/src/lapacke_dtgexc_work.c +++ b/LAPACKE/src/lapacke_dtgexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsen.c b/LAPACKE/src/lapacke_dtgsen.c index baa63abe7f..11496c1c0f 100644 --- a/LAPACKE/src/lapacke_dtgsen.c +++ b/LAPACKE/src/lapacke_dtgsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsen_work.c b/LAPACKE/src/lapacke_dtgsen_work.c index c19f30c409..a8b68763e3 100644 --- a/LAPACKE/src/lapacke_dtgsen_work.c +++ b/LAPACKE/src/lapacke_dtgsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsja.c b/LAPACKE/src/lapacke_dtgsja.c index 7cc8cf9509..7709fb954f 100644 --- a/LAPACKE/src/lapacke_dtgsja.c +++ b/LAPACKE/src/lapacke_dtgsja.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsja_work.c b/LAPACKE/src/lapacke_dtgsja_work.c index 5f407f3186..3a4bda6571 100644 --- a/LAPACKE/src/lapacke_dtgsja_work.c +++ b/LAPACKE/src/lapacke_dtgsja_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsna.c b/LAPACKE/src/lapacke_dtgsna.c index 1dda79c765..e47100422b 100644 --- a/LAPACKE/src/lapacke_dtgsna.c +++ b/LAPACKE/src/lapacke_dtgsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsna_work.c b/LAPACKE/src/lapacke_dtgsna_work.c index f8f1aa9512..6b549d00ef 100644 --- a/LAPACKE/src/lapacke_dtgsna_work.c +++ b/LAPACKE/src/lapacke_dtgsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsyl.c b/LAPACKE/src/lapacke_dtgsyl.c index feacd3b444..42ad6991c2 100644 --- a/LAPACKE/src/lapacke_dtgsyl.c +++ b/LAPACKE/src/lapacke_dtgsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtgsyl_work.c b/LAPACKE/src/lapacke_dtgsyl_work.c index 2cfd60be72..1f7b07e8dc 100644 --- a/LAPACKE/src/lapacke_dtgsyl_work.c +++ b/LAPACKE/src/lapacke_dtgsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpcon.c b/LAPACKE/src/lapacke_dtpcon.c index 67cedacdef..28884fe767 100644 --- a/LAPACKE/src/lapacke_dtpcon.c +++ b/LAPACKE/src/lapacke_dtpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpcon_work.c b/LAPACKE/src/lapacke_dtpcon_work.c index 3693061b4f..6c87547941 100644 --- a/LAPACKE/src/lapacke_dtpcon_work.c +++ b/LAPACKE/src/lapacke_dtpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpmqrt.c b/LAPACKE/src/lapacke_dtpmqrt.c index 0b00dccf4b..b78da024b2 100644 --- a/LAPACKE/src/lapacke_dtpmqrt.c +++ b/LAPACKE/src/lapacke_dtpmqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpmqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpmqrt_work.c b/LAPACKE/src/lapacke_dtpmqrt_work.c index 91826ea9c0..d9ee6226be 100644 --- a/LAPACKE/src/lapacke_dtpmqrt_work.c +++ b/LAPACKE/src/lapacke_dtpmqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpmqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpqrt.c b/LAPACKE/src/lapacke_dtpqrt.c index 99b764c65e..992e179931 100644 --- a/LAPACKE/src/lapacke_dtpqrt.c +++ b/LAPACKE/src/lapacke_dtpqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpqrt2.c b/LAPACKE/src/lapacke_dtpqrt2.c index 299089e625..d68e1102cf 100644 --- a/LAPACKE/src/lapacke_dtpqrt2.c +++ b/LAPACKE/src/lapacke_dtpqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpqrt2_work.c b/LAPACKE/src/lapacke_dtpqrt2_work.c index a696487f68..5a36c475b4 100644 --- a/LAPACKE/src/lapacke_dtpqrt2_work.c +++ b/LAPACKE/src/lapacke_dtpqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpqrt_work.c b/LAPACKE/src/lapacke_dtpqrt_work.c index c578fa5167..c522f3aa71 100644 --- a/LAPACKE/src/lapacke_dtpqrt_work.c +++ b/LAPACKE/src/lapacke_dtpqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtprfb.c b/LAPACKE/src/lapacke_dtprfb.c index 11031b9bba..b854d5b88a 100644 --- a/LAPACKE/src/lapacke_dtprfb.c +++ b/LAPACKE/src/lapacke_dtprfb.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function dtprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtprfb_work.c b/LAPACKE/src/lapacke_dtprfb_work.c index 2c3d64af1f..e4be902045 100644 --- a/LAPACKE/src/lapacke_dtprfb_work.c +++ b/LAPACKE/src/lapacke_dtprfb_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtprfs.c b/LAPACKE/src/lapacke_dtprfs.c index 43a13215e6..d44d9d8d10 100644 --- a/LAPACKE/src/lapacke_dtprfs.c +++ b/LAPACKE/src/lapacke_dtprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtprfs_work.c b/LAPACKE/src/lapacke_dtprfs_work.c index 028bf5f34c..26b001117c 100644 --- a/LAPACKE/src/lapacke_dtprfs_work.c +++ b/LAPACKE/src/lapacke_dtprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtptri.c b/LAPACKE/src/lapacke_dtptri.c index 4e84c57121..1a07325518 100644 --- a/LAPACKE/src/lapacke_dtptri.c +++ b/LAPACKE/src/lapacke_dtptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtptri_work.c b/LAPACKE/src/lapacke_dtptri_work.c index 207a76b64d..ef158b4532 100644 --- a/LAPACKE/src/lapacke_dtptri_work.c +++ b/LAPACKE/src/lapacke_dtptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtptrs.c b/LAPACKE/src/lapacke_dtptrs.c index 2b804b89ee..4187f2fa84 100644 --- a/LAPACKE/src/lapacke_dtptrs.c +++ b/LAPACKE/src/lapacke_dtptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtptrs_work.c b/LAPACKE/src/lapacke_dtptrs_work.c index b20c039c59..f458e92441 100644 --- a/LAPACKE/src/lapacke_dtptrs_work.c +++ b/LAPACKE/src/lapacke_dtptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpttf.c b/LAPACKE/src/lapacke_dtpttf.c index df2ae2c5de..f9484ef307 100644 --- a/LAPACKE/src/lapacke_dtpttf.c +++ b/LAPACKE/src/lapacke_dtpttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpttf_work.c b/LAPACKE/src/lapacke_dtpttf_work.c index 9251593c7b..9ad0c4c76c 100644 --- a/LAPACKE/src/lapacke_dtpttf_work.c +++ b/LAPACKE/src/lapacke_dtpttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpttr.c b/LAPACKE/src/lapacke_dtpttr.c index 11194dfb6e..1359dee069 100644 --- a/LAPACKE/src/lapacke_dtpttr.c +++ b/LAPACKE/src/lapacke_dtpttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtpttr_work.c b/LAPACKE/src/lapacke_dtpttr_work.c index 0adf200ec7..610cc58d6c 100644 --- a/LAPACKE/src/lapacke_dtpttr_work.c +++ b/LAPACKE/src/lapacke_dtpttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrcon.c b/LAPACKE/src/lapacke_dtrcon.c index 421d17d26e..b24705f367 100644 --- a/LAPACKE/src/lapacke_dtrcon.c +++ b/LAPACKE/src/lapacke_dtrcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrcon_work.c b/LAPACKE/src/lapacke_dtrcon_work.c index 9dde7de164..b77869b0d2 100644 --- a/LAPACKE/src/lapacke_dtrcon_work.c +++ b/LAPACKE/src/lapacke_dtrcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrevc.c b/LAPACKE/src/lapacke_dtrevc.c index a76e3b4af2..5e7e6c1305 100644 --- a/LAPACKE/src/lapacke_dtrevc.c +++ b/LAPACKE/src/lapacke_dtrevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrevc_work.c b/LAPACKE/src/lapacke_dtrevc_work.c index dfafeea8c3..924e4382ad 100644 --- a/LAPACKE/src/lapacke_dtrevc_work.c +++ b/LAPACKE/src/lapacke_dtrevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrexc.c b/LAPACKE/src/lapacke_dtrexc.c index 4808a75777..33c1632027 100644 --- a/LAPACKE/src/lapacke_dtrexc.c +++ b/LAPACKE/src/lapacke_dtrexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrexc_work.c b/LAPACKE/src/lapacke_dtrexc_work.c index 9b68fb5f65..2b2dc2586c 100644 --- a/LAPACKE/src/lapacke_dtrexc_work.c +++ b/LAPACKE/src/lapacke_dtrexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrexc * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrrfs.c b/LAPACKE/src/lapacke_dtrrfs.c index 9c651fe45a..ce32f82d9c 100644 --- a/LAPACKE/src/lapacke_dtrrfs.c +++ b/LAPACKE/src/lapacke_dtrrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrrfs_work.c b/LAPACKE/src/lapacke_dtrrfs_work.c index 1e696cf1d4..9cbfe342e4 100644 --- a/LAPACKE/src/lapacke_dtrrfs_work.c +++ b/LAPACKE/src/lapacke_dtrrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsen.c b/LAPACKE/src/lapacke_dtrsen.c index 67932fd98d..255ea34ea6 100644 --- a/LAPACKE/src/lapacke_dtrsen.c +++ b/LAPACKE/src/lapacke_dtrsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsen_work.c b/LAPACKE/src/lapacke_dtrsen_work.c index b506d35adf..98ac743b9a 100644 --- a/LAPACKE/src/lapacke_dtrsen_work.c +++ b/LAPACKE/src/lapacke_dtrsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsna.c b/LAPACKE/src/lapacke_dtrsna.c index b7e710e9b7..98ef3279d5 100644 --- a/LAPACKE/src/lapacke_dtrsna.c +++ b/LAPACKE/src/lapacke_dtrsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsna_work.c b/LAPACKE/src/lapacke_dtrsna_work.c index 9b8511f10e..bb7723fa71 100644 --- a/LAPACKE/src/lapacke_dtrsna_work.c +++ b/LAPACKE/src/lapacke_dtrsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsyl.c b/LAPACKE/src/lapacke_dtrsyl.c index 3fe0813bf0..5652f28467 100644 --- a/LAPACKE/src/lapacke_dtrsyl.c +++ b/LAPACKE/src/lapacke_dtrsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrsyl_work.c b/LAPACKE/src/lapacke_dtrsyl_work.c index caa804a065..f613312457 100644 --- a/LAPACKE/src/lapacke_dtrsyl_work.c +++ b/LAPACKE/src/lapacke_dtrsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrtri.c b/LAPACKE/src/lapacke_dtrtri.c index cdb92a6380..a4cc52162d 100644 --- a/LAPACKE/src/lapacke_dtrtri.c +++ b/LAPACKE/src/lapacke_dtrtri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrtri_work.c b/LAPACKE/src/lapacke_dtrtri_work.c index 338dc1e18c..520b68c865 100644 --- a/LAPACKE/src/lapacke_dtrtri_work.c +++ b/LAPACKE/src/lapacke_dtrtri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrtrs.c b/LAPACKE/src/lapacke_dtrtrs.c index ae75b02097..f035927b83 100644 --- a/LAPACKE/src/lapacke_dtrtrs.c +++ b/LAPACKE/src/lapacke_dtrtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrtrs_work.c b/LAPACKE/src/lapacke_dtrtrs_work.c index 3e4399ab87..41675e5053 100644 --- a/LAPACKE/src/lapacke_dtrtrs_work.c +++ b/LAPACKE/src/lapacke_dtrtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrttf.c b/LAPACKE/src/lapacke_dtrttf.c index 66d1e5a2c6..898b7f0a07 100644 --- a/LAPACKE/src/lapacke_dtrttf.c +++ b/LAPACKE/src/lapacke_dtrttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrttf_work.c b/LAPACKE/src/lapacke_dtrttf_work.c index ec0dea3282..7404ebe17a 100644 --- a/LAPACKE/src/lapacke_dtrttf_work.c +++ b/LAPACKE/src/lapacke_dtrttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrttp.c b/LAPACKE/src/lapacke_dtrttp.c index 89f01dc95a..4b2161c04e 100644 --- a/LAPACKE/src/lapacke_dtrttp.c +++ b/LAPACKE/src/lapacke_dtrttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtrttp_work.c b/LAPACKE/src/lapacke_dtrttp_work.c index 41c6788011..6a1fe6fae6 100644 --- a/LAPACKE/src/lapacke_dtrttp_work.c +++ b/LAPACKE/src/lapacke_dtrttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtzrzf.c b/LAPACKE/src/lapacke_dtzrzf.c index 60ed28e086..769c571390 100644 --- a/LAPACKE/src/lapacke_dtzrzf.c +++ b/LAPACKE/src/lapacke_dtzrzf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dtzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_dtzrzf_work.c b/LAPACKE/src/lapacke_dtzrzf_work.c index 2c99ce7302..e59826ec26 100644 --- a/LAPACKE/src/lapacke_dtzrzf_work.c +++ b/LAPACKE/src/lapacke_dtzrzf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dtzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ilaver.c b/LAPACKE/src/lapacke_ilaver.c index 86e6e490fa..b37c5c8a22 100644 --- a/LAPACKE/src/lapacke_ilaver.c +++ b/LAPACKE/src/lapacke_ilaver.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dgesv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_nancheck.c b/LAPACKE/src/lapacke_nancheck.c index c63e8e84b6..c7d5c33f1c 100644 --- a/LAPACKE/src/lapacke_nancheck.c +++ b/LAPACKE/src/lapacke_nancheck.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native C interface to control NaN checking * Author: Intel Corporation -* Generated July, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbbcsd.c b/LAPACKE/src/lapacke_sbbcsd.c index 54bc045bed..cee19a9177 100644 --- a/LAPACKE/src/lapacke_sbbcsd.c +++ b/LAPACKE/src/lapacke_sbbcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbbcsd_work.c b/LAPACKE/src/lapacke_sbbcsd_work.c index 41312b9d91..9ffc3a0ddb 100644 --- a/LAPACKE/src/lapacke_sbbcsd_work.c +++ b/LAPACKE/src/lapacke_sbbcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsdc.c b/LAPACKE/src/lapacke_sbdsdc.c index cd03182067..3f475b6d3c 100644 --- a/LAPACKE/src/lapacke_sbdsdc.c +++ b/LAPACKE/src/lapacke_sbdsdc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sbdsdc * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsdc_work.c b/LAPACKE/src/lapacke_sbdsdc_work.c index 95c9e84499..b05587f2b2 100644 --- a/LAPACKE/src/lapacke_sbdsdc_work.c +++ b/LAPACKE/src/lapacke_sbdsdc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sbdsdc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsqr.c b/LAPACKE/src/lapacke_sbdsqr.c index 8ff181ca39..060da17445 100644 --- a/LAPACKE/src/lapacke_sbdsqr.c +++ b/LAPACKE/src/lapacke_sbdsqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsqr_work.c b/LAPACKE/src/lapacke_sbdsqr_work.c index 9113d4a105..9d3dfdb064 100644 --- a/LAPACKE/src/lapacke_sbdsqr_work.c +++ b/LAPACKE/src/lapacke_sbdsqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsvdx.c b/LAPACKE/src/lapacke_sbdsvdx.c index 575c2b1598..c46fa3d556 100644 --- a/LAPACKE/src/lapacke_sbdsvdx.c +++ b/LAPACKE/src/lapacke_sbdsvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sbdsvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sbdsvdx_work.c b/LAPACKE/src/lapacke_sbdsvdx_work.c index 69d970b7b7..bb7096788e 100644 --- a/LAPACKE/src/lapacke_sbdsvdx_work.c +++ b/LAPACKE/src/lapacke_sbdsvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sbdsvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sdisna.c b/LAPACKE/src/lapacke_sdisna.c index 84b4914b2d..10552fd532 100644 --- a/LAPACKE/src/lapacke_sdisna.c +++ b/LAPACKE/src/lapacke_sdisna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sdisna * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sdisna_work.c b/LAPACKE/src/lapacke_sdisna_work.c index 48a83930e2..e6bd6cb6c2 100644 --- a/LAPACKE/src/lapacke_sdisna_work.c +++ b/LAPACKE/src/lapacke_sdisna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sdisna * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbbrd.c b/LAPACKE/src/lapacke_sgbbrd.c index 0963c774f3..97907b1140 100644 --- a/LAPACKE/src/lapacke_sgbbrd.c +++ b/LAPACKE/src/lapacke_sgbbrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbbrd_work.c b/LAPACKE/src/lapacke_sgbbrd_work.c index 0af6e72764..9b6640b354 100644 --- a/LAPACKE/src/lapacke_sgbbrd_work.c +++ b/LAPACKE/src/lapacke_sgbbrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbcon.c b/LAPACKE/src/lapacke_sgbcon.c index f5e251027f..e3038ccf88 100644 --- a/LAPACKE/src/lapacke_sgbcon.c +++ b/LAPACKE/src/lapacke_sgbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbcon_work.c b/LAPACKE/src/lapacke_sgbcon_work.c index fd657eb01f..6d42685b25 100644 --- a/LAPACKE/src/lapacke_sgbcon_work.c +++ b/LAPACKE/src/lapacke_sgbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbequ.c b/LAPACKE/src/lapacke_sgbequ.c index 4c02db84df..74ee036a14 100644 --- a/LAPACKE/src/lapacke_sgbequ.c +++ b/LAPACKE/src/lapacke_sgbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbequ_work.c b/LAPACKE/src/lapacke_sgbequ_work.c index 209ba44e9a..674a803eec 100644 --- a/LAPACKE/src/lapacke_sgbequ_work.c +++ b/LAPACKE/src/lapacke_sgbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbequb.c b/LAPACKE/src/lapacke_sgbequb.c index 2210e51388..e2d8eb803e 100644 --- a/LAPACKE/src/lapacke_sgbequb.c +++ b/LAPACKE/src/lapacke_sgbequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbequb_work.c b/LAPACKE/src/lapacke_sgbequb_work.c index 0d15cd25a6..1fa181b44a 100644 --- a/LAPACKE/src/lapacke_sgbequb_work.c +++ b/LAPACKE/src/lapacke_sgbequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbrfs.c b/LAPACKE/src/lapacke_sgbrfs.c index ce35b1318b..238fed38cb 100644 --- a/LAPACKE/src/lapacke_sgbrfs.c +++ b/LAPACKE/src/lapacke_sgbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbrfs_work.c b/LAPACKE/src/lapacke_sgbrfs_work.c index f962053550..1a386693df 100644 --- a/LAPACKE/src/lapacke_sgbrfs_work.c +++ b/LAPACKE/src/lapacke_sgbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbrfsx.c b/LAPACKE/src/lapacke_sgbrfsx.c index 02f786bbf5..d2177f7663 100644 --- a/LAPACKE/src/lapacke_sgbrfsx.c +++ b/LAPACKE/src/lapacke_sgbrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbrfsx_work.c b/LAPACKE/src/lapacke_sgbrfsx_work.c index 82150afde4..a7db63e4b7 100644 --- a/LAPACKE/src/lapacke_sgbrfsx_work.c +++ b/LAPACKE/src/lapacke_sgbrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsv.c b/LAPACKE/src/lapacke_sgbsv.c index c7375ec393..d8df16eb14 100644 --- a/LAPACKE/src/lapacke_sgbsv.c +++ b/LAPACKE/src/lapacke_sgbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsv_work.c b/LAPACKE/src/lapacke_sgbsv_work.c index 891427e46b..2d41abf21d 100644 --- a/LAPACKE/src/lapacke_sgbsv_work.c +++ b/LAPACKE/src/lapacke_sgbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsvx.c b/LAPACKE/src/lapacke_sgbsvx.c index 6b667d2402..95b3694a9c 100644 --- a/LAPACKE/src/lapacke_sgbsvx.c +++ b/LAPACKE/src/lapacke_sgbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsvx_work.c b/LAPACKE/src/lapacke_sgbsvx_work.c index e985a55927..2613117905 100644 --- a/LAPACKE/src/lapacke_sgbsvx_work.c +++ b/LAPACKE/src/lapacke_sgbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsvxx.c b/LAPACKE/src/lapacke_sgbsvxx.c index 3264a1d12b..e9d8a6251a 100644 --- a/LAPACKE/src/lapacke_sgbsvxx.c +++ b/LAPACKE/src/lapacke_sgbsvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbsvxx_work.c b/LAPACKE/src/lapacke_sgbsvxx_work.c index 7c95640f5b..9b62a21366 100644 --- a/LAPACKE/src/lapacke_sgbsvxx_work.c +++ b/LAPACKE/src/lapacke_sgbsvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbtrf.c b/LAPACKE/src/lapacke_sgbtrf.c index 8752144a07..d6e3415218 100644 --- a/LAPACKE/src/lapacke_sgbtrf.c +++ b/LAPACKE/src/lapacke_sgbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbtrf_work.c b/LAPACKE/src/lapacke_sgbtrf_work.c index 06499ff94e..da489148cc 100644 --- a/LAPACKE/src/lapacke_sgbtrf_work.c +++ b/LAPACKE/src/lapacke_sgbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbtrs.c b/LAPACKE/src/lapacke_sgbtrs.c index ecaa459eaa..4e4bb284f3 100644 --- a/LAPACKE/src/lapacke_sgbtrs.c +++ b/LAPACKE/src/lapacke_sgbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgbtrs_work.c b/LAPACKE/src/lapacke_sgbtrs_work.c index cde79430a7..d60177a177 100644 --- a/LAPACKE/src/lapacke_sgbtrs_work.c +++ b/LAPACKE/src/lapacke_sgbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebak.c b/LAPACKE/src/lapacke_sgebak.c index d4c507ea08..14973b7a8a 100644 --- a/LAPACKE/src/lapacke_sgebak.c +++ b/LAPACKE/src/lapacke_sgebak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebak_work.c b/LAPACKE/src/lapacke_sgebak_work.c index 1357dd3b9a..7bf021513a 100644 --- a/LAPACKE/src/lapacke_sgebak_work.c +++ b/LAPACKE/src/lapacke_sgebak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebal.c b/LAPACKE/src/lapacke_sgebal.c index 10e3ff16b8..be92e0e2ba 100644 --- a/LAPACKE/src/lapacke_sgebal.c +++ b/LAPACKE/src/lapacke_sgebal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebal_work.c b/LAPACKE/src/lapacke_sgebal_work.c index 4e0c578cff..ddb4309488 100644 --- a/LAPACKE/src/lapacke_sgebal_work.c +++ b/LAPACKE/src/lapacke_sgebal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebrd.c b/LAPACKE/src/lapacke_sgebrd.c index 422bb5e9a0..9f31522417 100644 --- a/LAPACKE/src/lapacke_sgebrd.c +++ b/LAPACKE/src/lapacke_sgebrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgebrd_work.c b/LAPACKE/src/lapacke_sgebrd_work.c index d4f1798798..323acc713f 100644 --- a/LAPACKE/src/lapacke_sgebrd_work.c +++ b/LAPACKE/src/lapacke_sgebrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgecon.c b/LAPACKE/src/lapacke_sgecon.c index 78426f9d06..81bada83e2 100644 --- a/LAPACKE/src/lapacke_sgecon.c +++ b/LAPACKE/src/lapacke_sgecon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgecon_work.c b/LAPACKE/src/lapacke_sgecon_work.c index 1894a195e4..77d3c04912 100644 --- a/LAPACKE/src/lapacke_sgecon_work.c +++ b/LAPACKE/src/lapacke_sgecon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeequ.c b/LAPACKE/src/lapacke_sgeequ.c index 75095e9ad2..9395639c13 100644 --- a/LAPACKE/src/lapacke_sgeequ.c +++ b/LAPACKE/src/lapacke_sgeequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeequ_work.c b/LAPACKE/src/lapacke_sgeequ_work.c index c0658f7cc3..b501d6e73f 100644 --- a/LAPACKE/src/lapacke_sgeequ_work.c +++ b/LAPACKE/src/lapacke_sgeequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeequb.c b/LAPACKE/src/lapacke_sgeequb.c index d98cce32d6..10fbf2a1c6 100644 --- a/LAPACKE/src/lapacke_sgeequb.c +++ b/LAPACKE/src/lapacke_sgeequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeequb_work.c b/LAPACKE/src/lapacke_sgeequb_work.c index 233d007556..118848ad81 100644 --- a/LAPACKE/src/lapacke_sgeequb_work.c +++ b/LAPACKE/src/lapacke_sgeequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgees.c b/LAPACKE/src/lapacke_sgees.c index f87005afc3..28bdcb1ff0 100644 --- a/LAPACKE/src/lapacke_sgees.c +++ b/LAPACKE/src/lapacke_sgees.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgees_work.c b/LAPACKE/src/lapacke_sgees_work.c index 46fd60d23e..afcd5c67e4 100644 --- a/LAPACKE/src/lapacke_sgees_work.c +++ b/LAPACKE/src/lapacke_sgees_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeesx.c b/LAPACKE/src/lapacke_sgeesx.c index 0bc14b33ef..f7be44297a 100644 --- a/LAPACKE/src/lapacke_sgeesx.c +++ b/LAPACKE/src/lapacke_sgeesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeesx_work.c b/LAPACKE/src/lapacke_sgeesx_work.c index 03b2cbbd30..589a8a5b3c 100644 --- a/LAPACKE/src/lapacke_sgeesx_work.c +++ b/LAPACKE/src/lapacke_sgeesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeev.c b/LAPACKE/src/lapacke_sgeev.c index fe79121f5b..d8fb0bb52d 100644 --- a/LAPACKE/src/lapacke_sgeev.c +++ b/LAPACKE/src/lapacke_sgeev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeev_work.c b/LAPACKE/src/lapacke_sgeev_work.c index 80bc9da37c..0f5a8e0048 100644 --- a/LAPACKE/src/lapacke_sgeev_work.c +++ b/LAPACKE/src/lapacke_sgeev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeevx.c b/LAPACKE/src/lapacke_sgeevx.c index 732328fc09..89f955bf3a 100644 --- a/LAPACKE/src/lapacke_sgeevx.c +++ b/LAPACKE/src/lapacke_sgeevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeevx_work.c b/LAPACKE/src/lapacke_sgeevx_work.c index e549d8eea7..d05ea16e9e 100644 --- a/LAPACKE/src/lapacke_sgeevx_work.c +++ b/LAPACKE/src/lapacke_sgeevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgehrd.c b/LAPACKE/src/lapacke_sgehrd.c index b073abbd73..838c7a5877 100644 --- a/LAPACKE/src/lapacke_sgehrd.c +++ b/LAPACKE/src/lapacke_sgehrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgehrd_work.c b/LAPACKE/src/lapacke_sgehrd_work.c index 9502f4d1f4..127307da88 100644 --- a/LAPACKE/src/lapacke_sgehrd_work.c +++ b/LAPACKE/src/lapacke_sgehrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgejsv.c b/LAPACKE/src/lapacke_sgejsv.c index 0703e902f0..2138751b97 100644 --- a/LAPACKE/src/lapacke_sgejsv.c +++ b/LAPACKE/src/lapacke_sgejsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgejsv_work.c b/LAPACKE/src/lapacke_sgejsv_work.c index 559256276b..1c5ed064ec 100644 --- a/LAPACKE/src/lapacke_sgejsv_work.c +++ b/LAPACKE/src/lapacke_sgejsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelq.c b/LAPACKE/src/lapacke_sgelq.c index d0c14d4944..5228a80723 100644 --- a/LAPACKE/src/lapacke_sgelq.c +++ b/LAPACKE/src/lapacke_sgelq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelq2.c b/LAPACKE/src/lapacke_sgelq2.c index 90da3a6c3e..9b4d8dafd1 100644 --- a/LAPACKE/src/lapacke_sgelq2.c +++ b/LAPACKE/src/lapacke_sgelq2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelq2_work.c b/LAPACKE/src/lapacke_sgelq2_work.c index e50a3553b0..8f7d4fb4f7 100644 --- a/LAPACKE/src/lapacke_sgelq2_work.c +++ b/LAPACKE/src/lapacke_sgelq2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelq_work.c b/LAPACKE/src/lapacke_sgelq_work.c index 5770acd472..0cd356f4a4 100644 --- a/LAPACKE/src/lapacke_sgelq_work.c +++ b/LAPACKE/src/lapacke_sgelq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelq * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelqf.c b/LAPACKE/src/lapacke_sgelqf.c index a017001ba3..cdbb47a98f 100644 --- a/LAPACKE/src/lapacke_sgelqf.c +++ b/LAPACKE/src/lapacke_sgelqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelqf_work.c b/LAPACKE/src/lapacke_sgelqf_work.c index ea49714c2b..f93abf355d 100644 --- a/LAPACKE/src/lapacke_sgelqf_work.c +++ b/LAPACKE/src/lapacke_sgelqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgels.c b/LAPACKE/src/lapacke_sgels.c index f9cac6c5b2..9002b95514 100644 --- a/LAPACKE/src/lapacke_sgels.c +++ b/LAPACKE/src/lapacke_sgels.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgels_work.c b/LAPACKE/src/lapacke_sgels_work.c index 8768753402..7ae2caa05b 100644 --- a/LAPACKE/src/lapacke_sgels_work.c +++ b/LAPACKE/src/lapacke_sgels_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelsd.c b/LAPACKE/src/lapacke_sgelsd.c index 9d00ded100..7023c3467d 100644 --- a/LAPACKE/src/lapacke_sgelsd.c +++ b/LAPACKE/src/lapacke_sgelsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelsd_work.c b/LAPACKE/src/lapacke_sgelsd_work.c index 276e07b0c0..edc7562d03 100644 --- a/LAPACKE/src/lapacke_sgelsd_work.c +++ b/LAPACKE/src/lapacke_sgelsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelss.c b/LAPACKE/src/lapacke_sgelss.c index 8b9eff3229..73f5809c11 100644 --- a/LAPACKE/src/lapacke_sgelss.c +++ b/LAPACKE/src/lapacke_sgelss.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelss_work.c b/LAPACKE/src/lapacke_sgelss_work.c index ef66cbec3f..e747d58963 100644 --- a/LAPACKE/src/lapacke_sgelss_work.c +++ b/LAPACKE/src/lapacke_sgelss_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelsy.c b/LAPACKE/src/lapacke_sgelsy.c index 435b76ecb0..8785996ae4 100644 --- a/LAPACKE/src/lapacke_sgelsy.c +++ b/LAPACKE/src/lapacke_sgelsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgelsy_work.c b/LAPACKE/src/lapacke_sgelsy_work.c index 1d0fe7085b..a6c207398c 100644 --- a/LAPACKE/src/lapacke_sgelsy_work.c +++ b/LAPACKE/src/lapacke_sgelsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemlq.c b/LAPACKE/src/lapacke_sgemlq.c index 708b04fde7..6677ae9703 100644 --- a/LAPACKE/src/lapacke_sgemlq.c +++ b/LAPACKE/src/lapacke_sgemlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgemlq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemlq_work.c b/LAPACKE/src/lapacke_sgemlq_work.c index 9931ec1337..d63d4efe80 100644 --- a/LAPACKE/src/lapacke_sgemlq_work.c +++ b/LAPACKE/src/lapacke_sgemlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgemlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemqr.c b/LAPACKE/src/lapacke_sgemqr.c index 1eb7b75bed..ceeac349a3 100644 --- a/LAPACKE/src/lapacke_sgemqr.c +++ b/LAPACKE/src/lapacke_sgemqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemqr_work.c b/LAPACKE/src/lapacke_sgemqr_work.c index d41b500c0f..d05c429763 100644 --- a/LAPACKE/src/lapacke_sgemqr_work.c +++ b/LAPACKE/src/lapacke_sgemqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemqrt.c b/LAPACKE/src/lapacke_sgemqrt.c index 0745bbfbaa..79685c8ccf 100644 --- a/LAPACKE/src/lapacke_sgemqrt.c +++ b/LAPACKE/src/lapacke_sgemqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function sgemqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgemqrt_work.c b/LAPACKE/src/lapacke_sgemqrt_work.c index 07be64a1eb..a1aac6a5ad 100644 --- a/LAPACKE/src/lapacke_sgemqrt_work.c +++ b/LAPACKE/src/lapacke_sgemqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgemqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqlf.c b/LAPACKE/src/lapacke_sgeqlf.c index 2881981c30..3418461fe7 100644 --- a/LAPACKE/src/lapacke_sgeqlf.c +++ b/LAPACKE/src/lapacke_sgeqlf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqlf_work.c b/LAPACKE/src/lapacke_sgeqlf_work.c index e300a1a621..7892dd23b4 100644 --- a/LAPACKE/src/lapacke_sgeqlf_work.c +++ b/LAPACKE/src/lapacke_sgeqlf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqp3.c b/LAPACKE/src/lapacke_sgeqp3.c index c35c4b898f..e9a2382392 100644 --- a/LAPACKE/src/lapacke_sgeqp3.c +++ b/LAPACKE/src/lapacke_sgeqp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqp3_work.c b/LAPACKE/src/lapacke_sgeqp3_work.c index 4038a2cfc5..65281a3b19 100644 --- a/LAPACKE/src/lapacke_sgeqp3_work.c +++ b/LAPACKE/src/lapacke_sgeqp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqpf.c b/LAPACKE/src/lapacke_sgeqpf.c index 65a06a809f..4a70cee5c3 100644 --- a/LAPACKE/src/lapacke_sgeqpf.c +++ b/LAPACKE/src/lapacke_sgeqpf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqpf_work.c b/LAPACKE/src/lapacke_sgeqpf_work.c index 6ff9bc0a8a..3d52190193 100644 --- a/LAPACKE/src/lapacke_sgeqpf_work.c +++ b/LAPACKE/src/lapacke_sgeqpf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqr.c b/LAPACKE/src/lapacke_sgeqr.c index 5606f3ed7b..d3876420b4 100644 --- a/LAPACKE/src/lapacke_sgeqr.c +++ b/LAPACKE/src/lapacke_sgeqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqr2.c b/LAPACKE/src/lapacke_sgeqr2.c index 5c044f56fb..5f125b1705 100644 --- a/LAPACKE/src/lapacke_sgeqr2.c +++ b/LAPACKE/src/lapacke_sgeqr2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqr2_work.c b/LAPACKE/src/lapacke_sgeqr2_work.c index ee2d513876..3ac4d12b3f 100644 --- a/LAPACKE/src/lapacke_sgeqr2_work.c +++ b/LAPACKE/src/lapacke_sgeqr2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqr_work.c b/LAPACKE/src/lapacke_sgeqr_work.c index 21c222a955..4951b90f48 100644 --- a/LAPACKE/src/lapacke_sgeqr_work.c +++ b/LAPACKE/src/lapacke_sgeqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrf.c b/LAPACKE/src/lapacke_sgeqrf.c index 17929fc285..9f295d9bbd 100644 --- a/LAPACKE/src/lapacke_sgeqrf.c +++ b/LAPACKE/src/lapacke_sgeqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrf_work.c b/LAPACKE/src/lapacke_sgeqrf_work.c index 5a1e592bef..5df36005b3 100644 --- a/LAPACKE/src/lapacke_sgeqrf_work.c +++ b/LAPACKE/src/lapacke_sgeqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrfp.c b/LAPACKE/src/lapacke_sgeqrfp.c index 39901fdbe1..25a05f70bd 100644 --- a/LAPACKE/src/lapacke_sgeqrfp.c +++ b/LAPACKE/src/lapacke_sgeqrfp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrfp_work.c b/LAPACKE/src/lapacke_sgeqrfp_work.c index 186062168c..ae8fe0586c 100644 --- a/LAPACKE/src/lapacke_sgeqrfp_work.c +++ b/LAPACKE/src/lapacke_sgeqrfp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt.c b/LAPACKE/src/lapacke_sgeqrt.c index 04997cda53..d8f0c1d65e 100644 --- a/LAPACKE/src/lapacke_sgeqrt.c +++ b/LAPACKE/src/lapacke_sgeqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt2.c b/LAPACKE/src/lapacke_sgeqrt2.c index a46d0d07fc..9f4910695b 100644 --- a/LAPACKE/src/lapacke_sgeqrt2.c +++ b/LAPACKE/src/lapacke_sgeqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt2_work.c b/LAPACKE/src/lapacke_sgeqrt2_work.c index 57c426050b..3c204620fe 100644 --- a/LAPACKE/src/lapacke_sgeqrt2_work.c +++ b/LAPACKE/src/lapacke_sgeqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt3.c b/LAPACKE/src/lapacke_sgeqrt3.c index 7722d62839..32cce825be 100644 --- a/LAPACKE/src/lapacke_sgeqrt3.c +++ b/LAPACKE/src/lapacke_sgeqrt3.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function sgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt3_work.c b/LAPACKE/src/lapacke_sgeqrt3_work.c index c9b009aaa0..7950df25e4 100644 --- a/LAPACKE/src/lapacke_sgeqrt3_work.c +++ b/LAPACKE/src/lapacke_sgeqrt3_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgeqrt_work.c b/LAPACKE/src/lapacke_sgeqrt_work.c index 0656c9e6ab..00ca6e5017 100644 --- a/LAPACKE/src/lapacke_sgeqrt_work.c +++ b/LAPACKE/src/lapacke_sgeqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerfs.c b/LAPACKE/src/lapacke_sgerfs.c index 73c7a023e2..8cd3aaa83c 100644 --- a/LAPACKE/src/lapacke_sgerfs.c +++ b/LAPACKE/src/lapacke_sgerfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerfs_work.c b/LAPACKE/src/lapacke_sgerfs_work.c index 6442f3f9d0..a9a462f76d 100644 --- a/LAPACKE/src/lapacke_sgerfs_work.c +++ b/LAPACKE/src/lapacke_sgerfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerfsx.c b/LAPACKE/src/lapacke_sgerfsx.c index bf0bd74b1a..e6203ed511 100644 --- a/LAPACKE/src/lapacke_sgerfsx.c +++ b/LAPACKE/src/lapacke_sgerfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerfsx_work.c b/LAPACKE/src/lapacke_sgerfsx_work.c index e42cc4c5d3..7e2148606b 100644 --- a/LAPACKE/src/lapacke_sgerfsx_work.c +++ b/LAPACKE/src/lapacke_sgerfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerqf.c b/LAPACKE/src/lapacke_sgerqf.c index c6de00616d..b82649a0a6 100644 --- a/LAPACKE/src/lapacke_sgerqf.c +++ b/LAPACKE/src/lapacke_sgerqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgerqf_work.c b/LAPACKE/src/lapacke_sgerqf_work.c index f8fdf05601..a5cd487076 100644 --- a/LAPACKE/src/lapacke_sgerqf_work.c +++ b/LAPACKE/src/lapacke_sgerqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesdd.c b/LAPACKE/src/lapacke_sgesdd.c index 1c555411ef..bbefdad384 100644 --- a/LAPACKE/src/lapacke_sgesdd.c +++ b/LAPACKE/src/lapacke_sgesdd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesdd_work.c b/LAPACKE/src/lapacke_sgesdd_work.c index 9286abb7ae..b6619e38bb 100644 --- a/LAPACKE/src/lapacke_sgesdd_work.c +++ b/LAPACKE/src/lapacke_sgesdd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesv.c b/LAPACKE/src/lapacke_sgesv.c index 0ef406ea84..1a905db17b 100644 --- a/LAPACKE/src/lapacke_sgesv.c +++ b/LAPACKE/src/lapacke_sgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesv_work.c b/LAPACKE/src/lapacke_sgesv_work.c index 3fb1a61373..62a3953346 100644 --- a/LAPACKE/src/lapacke_sgesv_work.c +++ b/LAPACKE/src/lapacke_sgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvd.c b/LAPACKE/src/lapacke_sgesvd.c index bf401ddb20..ffe88ff2af 100644 --- a/LAPACKE/src/lapacke_sgesvd.c +++ b/LAPACKE/src/lapacke_sgesvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvd_work.c b/LAPACKE/src/lapacke_sgesvd_work.c index 9dc5509c98..c053f6a56d 100644 --- a/LAPACKE/src/lapacke_sgesvd_work.c +++ b/LAPACKE/src/lapacke_sgesvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvdq.c b/LAPACKE/src/lapacke_sgesvdq.c index 5ff543d101..0b6406dec6 100644 --- a/LAPACKE/src/lapacke_sgesvdq.c +++ b/LAPACKE/src/lapacke_sgesvdq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvdq * Author: Intel Corporation -* Generated November 2018 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvdq_work.c b/LAPACKE/src/lapacke_sgesvdq_work.c index 9eab982c25..b65bd9abfb 100644 --- a/LAPACKE/src/lapacke_sgesvdq_work.c +++ b/LAPACKE/src/lapacke_sgesvdq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvdq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvdx.c b/LAPACKE/src/lapacke_sgesvdx.c index e6d2a7ddad..432f56944d 100644 --- a/LAPACKE/src/lapacke_sgesvdx.c +++ b/LAPACKE/src/lapacke_sgesvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvdx_work.c b/LAPACKE/src/lapacke_sgesvdx_work.c index 8f4739d56d..feed435e01 100644 --- a/LAPACKE/src/lapacke_sgesvdx_work.c +++ b/LAPACKE/src/lapacke_sgesvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvj.c b/LAPACKE/src/lapacke_sgesvj.c index f1b48a02d1..ba61c166b3 100644 --- a/LAPACKE/src/lapacke_sgesvj.c +++ b/LAPACKE/src/lapacke_sgesvj.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvj_work.c b/LAPACKE/src/lapacke_sgesvj_work.c index add5e60da4..50a03839dd 100644 --- a/LAPACKE/src/lapacke_sgesvj_work.c +++ b/LAPACKE/src/lapacke_sgesvj_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvx.c b/LAPACKE/src/lapacke_sgesvx.c index 34203df723..0792ba73b7 100644 --- a/LAPACKE/src/lapacke_sgesvx.c +++ b/LAPACKE/src/lapacke_sgesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvx_work.c b/LAPACKE/src/lapacke_sgesvx_work.c index e5e9fdf845..74fa4a2f65 100644 --- a/LAPACKE/src/lapacke_sgesvx_work.c +++ b/LAPACKE/src/lapacke_sgesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvxx.c b/LAPACKE/src/lapacke_sgesvxx.c index a064dd9d0d..418f450d30 100644 --- a/LAPACKE/src/lapacke_sgesvxx.c +++ b/LAPACKE/src/lapacke_sgesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgesvxx_work.c b/LAPACKE/src/lapacke_sgesvxx_work.c index 6ffa35e905..66ea83345b 100644 --- a/LAPACKE/src/lapacke_sgesvxx_work.c +++ b/LAPACKE/src/lapacke_sgesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetf2.c b/LAPACKE/src/lapacke_sgetf2.c index dbfeb9fe9d..249aad026b 100644 --- a/LAPACKE/src/lapacke_sgetf2.c +++ b/LAPACKE/src/lapacke_sgetf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetf2_work.c b/LAPACKE/src/lapacke_sgetf2_work.c index fd5a704f92..90e1a398c7 100644 --- a/LAPACKE/src/lapacke_sgetf2_work.c +++ b/LAPACKE/src/lapacke_sgetf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrf.c b/LAPACKE/src/lapacke_sgetrf.c index 4b97ea1f78..992d0d44d7 100644 --- a/LAPACKE/src/lapacke_sgetrf.c +++ b/LAPACKE/src/lapacke_sgetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrf2.c b/LAPACKE/src/lapacke_sgetrf2.c index 81d487b328..f320b22dbc 100644 --- a/LAPACKE/src/lapacke_sgetrf2.c +++ b/LAPACKE/src/lapacke_sgetrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrf2_work.c b/LAPACKE/src/lapacke_sgetrf2_work.c index 8b557f18ee..502ab66767 100644 --- a/LAPACKE/src/lapacke_sgetrf2_work.c +++ b/LAPACKE/src/lapacke_sgetrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrf_work.c b/LAPACKE/src/lapacke_sgetrf_work.c index 51a4865f21..6d24244390 100644 --- a/LAPACKE/src/lapacke_sgetrf_work.c +++ b/LAPACKE/src/lapacke_sgetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetri.c b/LAPACKE/src/lapacke_sgetri.c index d62221d549..128bf92a27 100644 --- a/LAPACKE/src/lapacke_sgetri.c +++ b/LAPACKE/src/lapacke_sgetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetri_work.c b/LAPACKE/src/lapacke_sgetri_work.c index 7466525ca2..b1f1d18cba 100644 --- a/LAPACKE/src/lapacke_sgetri_work.c +++ b/LAPACKE/src/lapacke_sgetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrs.c b/LAPACKE/src/lapacke_sgetrs.c index bedd4653a0..20595db6d7 100644 --- a/LAPACKE/src/lapacke_sgetrs.c +++ b/LAPACKE/src/lapacke_sgetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetrs_work.c b/LAPACKE/src/lapacke_sgetrs_work.c index 68d2747885..0917f344d6 100644 --- a/LAPACKE/src/lapacke_sgetrs_work.c +++ b/LAPACKE/src/lapacke_sgetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetsls.c b/LAPACKE/src/lapacke_sgetsls.c index 4ee7eeed5f..72be1c7ee6 100644 --- a/LAPACKE/src/lapacke_sgetsls.c +++ b/LAPACKE/src/lapacke_sgetsls.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetsls_work.c b/LAPACKE/src/lapacke_sgetsls_work.c index 6f36379ca3..49a79fd757 100644 --- a/LAPACKE/src/lapacke_sgetsls_work.c +++ b/LAPACKE/src/lapacke_sgetsls_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetsqrhrt.c b/LAPACKE/src/lapacke_sgetsqrhrt.c index 3a6b1bd135..759afce485 100644 --- a/LAPACKE/src/lapacke_sgetsqrhrt.c +++ b/LAPACKE/src/lapacke_sgetsqrhrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgetsqrhrt_work.c b/LAPACKE/src/lapacke_sgetsqrhrt_work.c index 58975c4ef0..40193008d5 100644 --- a/LAPACKE/src/lapacke_sgetsqrhrt_work.c +++ b/LAPACKE/src/lapacke_sgetsqrhrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggbak.c b/LAPACKE/src/lapacke_sggbak.c index b58171289c..ecc079c60e 100644 --- a/LAPACKE/src/lapacke_sggbak.c +++ b/LAPACKE/src/lapacke_sggbak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggbak_work.c b/LAPACKE/src/lapacke_sggbak_work.c index d510abbe43..9b53851047 100644 --- a/LAPACKE/src/lapacke_sggbak_work.c +++ b/LAPACKE/src/lapacke_sggbak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggbal.c b/LAPACKE/src/lapacke_sggbal.c index 74cd85cf5f..6f82a94154 100644 --- a/LAPACKE/src/lapacke_sggbal.c +++ b/LAPACKE/src/lapacke_sggbal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggbal_work.c b/LAPACKE/src/lapacke_sggbal_work.c index a33622a7bb..e425e95b29 100644 --- a/LAPACKE/src/lapacke_sggbal_work.c +++ b/LAPACKE/src/lapacke_sggbal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgges.c b/LAPACKE/src/lapacke_sgges.c index d2e32408b9..478df5000d 100644 --- a/LAPACKE/src/lapacke_sgges.c +++ b/LAPACKE/src/lapacke_sgges.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgges3.c b/LAPACKE/src/lapacke_sgges3.c index e02a302dc5..24450034c6 100644 --- a/LAPACKE/src/lapacke_sgges3.c +++ b/LAPACKE/src/lapacke_sgges3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgges3_work.c b/LAPACKE/src/lapacke_sgges3_work.c index deb6de7e63..a06adc087b 100644 --- a/LAPACKE/src/lapacke_sgges3_work.c +++ b/LAPACKE/src/lapacke_sgges3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgges_work.c b/LAPACKE/src/lapacke_sgges_work.c index 232cdf00d8..a3b09de300 100644 --- a/LAPACKE/src/lapacke_sgges_work.c +++ b/LAPACKE/src/lapacke_sgges_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggesx.c b/LAPACKE/src/lapacke_sggesx.c index d552a20102..4caf461e9f 100644 --- a/LAPACKE/src/lapacke_sggesx.c +++ b/LAPACKE/src/lapacke_sggesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggesx_work.c b/LAPACKE/src/lapacke_sggesx_work.c index dd1988b5ff..d3927e525d 100644 --- a/LAPACKE/src/lapacke_sggesx_work.c +++ b/LAPACKE/src/lapacke_sggesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggev.c b/LAPACKE/src/lapacke_sggev.c index aaec6c5122..c7ed5d569f 100644 --- a/LAPACKE/src/lapacke_sggev.c +++ b/LAPACKE/src/lapacke_sggev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggev3.c b/LAPACKE/src/lapacke_sggev3.c index b6a16d9137..1ac2a364bb 100644 --- a/LAPACKE/src/lapacke_sggev3.c +++ b/LAPACKE/src/lapacke_sggev3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggev3_work.c b/LAPACKE/src/lapacke_sggev3_work.c index 08ce681b34..aa61dabd94 100644 --- a/LAPACKE/src/lapacke_sggev3_work.c +++ b/LAPACKE/src/lapacke_sggev3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggev_work.c b/LAPACKE/src/lapacke_sggev_work.c index eb424ccc97..6417694408 100644 --- a/LAPACKE/src/lapacke_sggev_work.c +++ b/LAPACKE/src/lapacke_sggev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggevx.c b/LAPACKE/src/lapacke_sggevx.c index 0e028547dc..f40f7e3409 100644 --- a/LAPACKE/src/lapacke_sggevx.c +++ b/LAPACKE/src/lapacke_sggevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggevx_work.c b/LAPACKE/src/lapacke_sggevx_work.c index bcbc3e584b..054509abee 100644 --- a/LAPACKE/src/lapacke_sggevx_work.c +++ b/LAPACKE/src/lapacke_sggevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggglm.c b/LAPACKE/src/lapacke_sggglm.c index 418dae1bf9..073ed25d1b 100644 --- a/LAPACKE/src/lapacke_sggglm.c +++ b/LAPACKE/src/lapacke_sggglm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggglm_work.c b/LAPACKE/src/lapacke_sggglm_work.c index 97223e9cdf..17342e32ce 100644 --- a/LAPACKE/src/lapacke_sggglm_work.c +++ b/LAPACKE/src/lapacke_sggglm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgghd3.c b/LAPACKE/src/lapacke_sgghd3.c index ffc7d9cae3..96e8252f0e 100644 --- a/LAPACKE/src/lapacke_sgghd3.c +++ b/LAPACKE/src/lapacke_sgghd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgghd3_work.c b/LAPACKE/src/lapacke_sgghd3_work.c index 46de096399..7edaa7f224 100644 --- a/LAPACKE/src/lapacke_sgghd3_work.c +++ b/LAPACKE/src/lapacke_sgghd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgghrd.c b/LAPACKE/src/lapacke_sgghrd.c index e438c01a24..7f09e4e6e0 100644 --- a/LAPACKE/src/lapacke_sgghrd.c +++ b/LAPACKE/src/lapacke_sgghrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgghrd_work.c b/LAPACKE/src/lapacke_sgghrd_work.c index 4179b168d8..d770b5d6fe 100644 --- a/LAPACKE/src/lapacke_sgghrd_work.c +++ b/LAPACKE/src/lapacke_sgghrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgglse.c b/LAPACKE/src/lapacke_sgglse.c index 8c10eda9c0..df26412536 100644 --- a/LAPACKE/src/lapacke_sgglse.c +++ b/LAPACKE/src/lapacke_sgglse.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgglse_work.c b/LAPACKE/src/lapacke_sgglse_work.c index c11f16ba94..ed7322af93 100644 --- a/LAPACKE/src/lapacke_sgglse_work.c +++ b/LAPACKE/src/lapacke_sgglse_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggqrf.c b/LAPACKE/src/lapacke_sggqrf.c index 6f1c73f604..1a0136379d 100644 --- a/LAPACKE/src/lapacke_sggqrf.c +++ b/LAPACKE/src/lapacke_sggqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggqrf_work.c b/LAPACKE/src/lapacke_sggqrf_work.c index 151fc9eeb3..d15cee195f 100644 --- a/LAPACKE/src/lapacke_sggqrf_work.c +++ b/LAPACKE/src/lapacke_sggqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggrqf.c b/LAPACKE/src/lapacke_sggrqf.c index 9d5799df12..b3a20202ff 100644 --- a/LAPACKE/src/lapacke_sggrqf.c +++ b/LAPACKE/src/lapacke_sggrqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggrqf_work.c b/LAPACKE/src/lapacke_sggrqf_work.c index ec89b29e8c..d151c93db7 100644 --- a/LAPACKE/src/lapacke_sggrqf_work.c +++ b/LAPACKE/src/lapacke_sggrqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvd.c b/LAPACKE/src/lapacke_sggsvd.c index fed6d3d04b..e416c85394 100644 --- a/LAPACKE/src/lapacke_sggsvd.c +++ b/LAPACKE/src/lapacke_sggsvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvd3.c b/LAPACKE/src/lapacke_sggsvd3.c index 7b209e497b..e602ed1b91 100644 --- a/LAPACKE/src/lapacke_sggsvd3.c +++ b/LAPACKE/src/lapacke_sggsvd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvd3_work.c b/LAPACKE/src/lapacke_sggsvd3_work.c index 8964773d4b..aec1f1eac5 100644 --- a/LAPACKE/src/lapacke_sggsvd3_work.c +++ b/LAPACKE/src/lapacke_sggsvd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvd_work.c b/LAPACKE/src/lapacke_sggsvd_work.c index 4dc19f1d72..b5805bb4d3 100644 --- a/LAPACKE/src/lapacke_sggsvd_work.c +++ b/LAPACKE/src/lapacke_sggsvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvp.c b/LAPACKE/src/lapacke_sggsvp.c index ad656a0637..a5607a139f 100644 --- a/LAPACKE/src/lapacke_sggsvp.c +++ b/LAPACKE/src/lapacke_sggsvp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvp3.c b/LAPACKE/src/lapacke_sggsvp3.c index 16417fbf7f..475b57dd67 100644 --- a/LAPACKE/src/lapacke_sggsvp3.c +++ b/LAPACKE/src/lapacke_sggsvp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvp3_work.c b/LAPACKE/src/lapacke_sggsvp3_work.c index 905b82447e..97707ede1e 100644 --- a/LAPACKE/src/lapacke_sggsvp3_work.c +++ b/LAPACKE/src/lapacke_sggsvp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sggsvp_work.c b/LAPACKE/src/lapacke_sggsvp_work.c index 262cabd6a5..1fcde307bf 100644 --- a/LAPACKE/src/lapacke_sggsvp_work.c +++ b/LAPACKE/src/lapacke_sggsvp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtcon.c b/LAPACKE/src/lapacke_sgtcon.c index 013f8a66c0..d851cc857b 100644 --- a/LAPACKE/src/lapacke_sgtcon.c +++ b/LAPACKE/src/lapacke_sgtcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtcon_work.c b/LAPACKE/src/lapacke_sgtcon_work.c index 97fab5a84d..157aec3db4 100644 --- a/LAPACKE/src/lapacke_sgtcon_work.c +++ b/LAPACKE/src/lapacke_sgtcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtrfs.c b/LAPACKE/src/lapacke_sgtrfs.c index 9d27c8f070..13bcc61e85 100644 --- a/LAPACKE/src/lapacke_sgtrfs.c +++ b/LAPACKE/src/lapacke_sgtrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtrfs_work.c b/LAPACKE/src/lapacke_sgtrfs_work.c index 40b3d8267e..ced9f2c67b 100644 --- a/LAPACKE/src/lapacke_sgtrfs_work.c +++ b/LAPACKE/src/lapacke_sgtrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtsv.c b/LAPACKE/src/lapacke_sgtsv.c index af692c52f3..41a4408896 100644 --- a/LAPACKE/src/lapacke_sgtsv.c +++ b/LAPACKE/src/lapacke_sgtsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtsv_work.c b/LAPACKE/src/lapacke_sgtsv_work.c index 24026cc448..b2f8473e72 100644 --- a/LAPACKE/src/lapacke_sgtsv_work.c +++ b/LAPACKE/src/lapacke_sgtsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtsvx.c b/LAPACKE/src/lapacke_sgtsvx.c index 76239c211a..2050b62923 100644 --- a/LAPACKE/src/lapacke_sgtsvx.c +++ b/LAPACKE/src/lapacke_sgtsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgtsvx_work.c b/LAPACKE/src/lapacke_sgtsvx_work.c index 4a1d0e3d1c..acc72ef82c 100644 --- a/LAPACKE/src/lapacke_sgtsvx_work.c +++ b/LAPACKE/src/lapacke_sgtsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgttrf.c b/LAPACKE/src/lapacke_sgttrf.c index 5814d9dc2e..17aa36e9ed 100644 --- a/LAPACKE/src/lapacke_sgttrf.c +++ b/LAPACKE/src/lapacke_sgttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgttrf_work.c b/LAPACKE/src/lapacke_sgttrf_work.c index 4e70f3fdfa..0e9e573f5a 100644 --- a/LAPACKE/src/lapacke_sgttrf_work.c +++ b/LAPACKE/src/lapacke_sgttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgttrs.c b/LAPACKE/src/lapacke_sgttrs.c index de60a20ee4..1f7eff2572 100644 --- a/LAPACKE/src/lapacke_sgttrs.c +++ b/LAPACKE/src/lapacke_sgttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sgttrs_work.c b/LAPACKE/src/lapacke_sgttrs_work.c index a85a704a94..4a77cf59ff 100644 --- a/LAPACKE/src/lapacke_sgttrs_work.c +++ b/LAPACKE/src/lapacke_sgttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shgeqz.c b/LAPACKE/src/lapacke_shgeqz.c index 164af10be6..4dbc1034e5 100644 --- a/LAPACKE/src/lapacke_shgeqz.c +++ b/LAPACKE/src/lapacke_shgeqz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function shgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shgeqz_work.c b/LAPACKE/src/lapacke_shgeqz_work.c index 6f00690c62..a0f67bc245 100644 --- a/LAPACKE/src/lapacke_shgeqz_work.c +++ b/LAPACKE/src/lapacke_shgeqz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function shgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shsein.c b/LAPACKE/src/lapacke_shsein.c index f5ea56d47e..6b4fd25718 100644 --- a/LAPACKE/src/lapacke_shsein.c +++ b/LAPACKE/src/lapacke_shsein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function shsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shsein_work.c b/LAPACKE/src/lapacke_shsein_work.c index 59e96962cc..80db160dfd 100644 --- a/LAPACKE/src/lapacke_shsein_work.c +++ b/LAPACKE/src/lapacke_shsein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function shsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shseqr.c b/LAPACKE/src/lapacke_shseqr.c index a6ab57881f..45c1b19073 100644 --- a/LAPACKE/src/lapacke_shseqr.c +++ b/LAPACKE/src/lapacke_shseqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function shseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_shseqr_work.c b/LAPACKE/src/lapacke_shseqr_work.c index 74b6f8dc0b..8e964b2732 100644 --- a/LAPACKE/src/lapacke_shseqr_work.c +++ b/LAPACKE/src/lapacke_shseqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function shseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slacn2.c b/LAPACKE/src/lapacke_slacn2.c index 4d1df9e4c1..3eb1db5b1c 100644 --- a/LAPACKE/src/lapacke_slacn2.c +++ b/LAPACKE/src/lapacke_slacn2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function slacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slacn2_work.c b/LAPACKE/src/lapacke_slacn2_work.c index 7908d41c68..aa341d7996 100644 --- a/LAPACKE/src/lapacke_slacn2_work.c +++ b/LAPACKE/src/lapacke_slacn2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function slacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slacpy.c b/LAPACKE/src/lapacke_slacpy.c index 83ba93be57..7f6b2e8433 100644 --- a/LAPACKE/src/lapacke_slacpy.c +++ b/LAPACKE/src/lapacke_slacpy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slacpy_work.c b/LAPACKE/src/lapacke_slacpy_work.c index e601670014..9e0631b27f 100644 --- a/LAPACKE/src/lapacke_slacpy_work.c +++ b/LAPACKE/src/lapacke_slacpy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slag2d.c b/LAPACKE/src/lapacke_slag2d.c index 76485c1069..28f7ae7e06 100644 --- a/LAPACKE/src/lapacke_slag2d.c +++ b/LAPACKE/src/lapacke_slag2d.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slag2d * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slag2d_work.c b/LAPACKE/src/lapacke_slag2d_work.c index d71c1bd8a3..374df20ed4 100644 --- a/LAPACKE/src/lapacke_slag2d_work.c +++ b/LAPACKE/src/lapacke_slag2d_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slag2d * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slagge.c b/LAPACKE/src/lapacke_slagge.c index 050f6cbe97..315b4a4ec6 100644 --- a/LAPACKE/src/lapacke_slagge.c +++ b/LAPACKE/src/lapacke_slagge.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slagge_work.c b/LAPACKE/src/lapacke_slagge_work.c index aa055e4f2a..45c4324537 100644 --- a/LAPACKE/src/lapacke_slagge_work.c +++ b/LAPACKE/src/lapacke_slagge_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slagsy.c b/LAPACKE/src/lapacke_slagsy.c index d21051038b..d2487a7dac 100644 --- a/LAPACKE/src/lapacke_slagsy.c +++ b/LAPACKE/src/lapacke_slagsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slagsy_work.c b/LAPACKE/src/lapacke_slagsy_work.c index 3bcf659aef..6b2c588b33 100644 --- a/LAPACKE/src/lapacke_slagsy_work.c +++ b/LAPACKE/src/lapacke_slagsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slamch.c b/LAPACKE/src/lapacke_slamch.c index 0f25b2a414..893525538a 100644 --- a/LAPACKE/src/lapacke_slamch.c +++ b/LAPACKE/src/lapacke_slamch.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slamch * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slamch_work.c b/LAPACKE/src/lapacke_slamch_work.c index 3ba6bc21ae..fd115842ab 100644 --- a/LAPACKE/src/lapacke_slamch_work.c +++ b/LAPACKE/src/lapacke_slamch_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slamch * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slange.c b/LAPACKE/src/lapacke_slange.c index f5f8272f32..2c4f2dbb80 100644 --- a/LAPACKE/src/lapacke_slange.c +++ b/LAPACKE/src/lapacke_slange.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slange_work.c b/LAPACKE/src/lapacke_slange_work.c index 6a5dfacfe4..6be0468e8e 100644 --- a/LAPACKE/src/lapacke_slange_work.c +++ b/LAPACKE/src/lapacke_slange_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slansy.c b/LAPACKE/src/lapacke_slansy.c index bbe3688a4d..4e5047cef6 100644 --- a/LAPACKE/src/lapacke_slansy.c +++ b/LAPACKE/src/lapacke_slansy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slansy_work.c b/LAPACKE/src/lapacke_slansy_work.c index 3c0909ab96..f74856dcb4 100644 --- a/LAPACKE/src/lapacke_slansy_work.c +++ b/LAPACKE/src/lapacke_slansy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slantr.c b/LAPACKE/src/lapacke_slantr.c index 9e67fcc40d..2f4c65889a 100644 --- a/LAPACKE/src/lapacke_slantr.c +++ b/LAPACKE/src/lapacke_slantr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slantr_work.c b/LAPACKE/src/lapacke_slantr_work.c index e1d4c270d6..94985aa684 100644 --- a/LAPACKE/src/lapacke_slantr_work.c +++ b/LAPACKE/src/lapacke_slantr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapmr.c b/LAPACKE/src/lapacke_slapmr.c index 139703cb6e..6fbbae3c92 100644 --- a/LAPACKE/src/lapacke_slapmr.c +++ b/LAPACKE/src/lapacke_slapmr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapmr_work.c b/LAPACKE/src/lapacke_slapmr_work.c index 46a4136740..0b0cc7995e 100644 --- a/LAPACKE/src/lapacke_slapmr_work.c +++ b/LAPACKE/src/lapacke_slapmr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapmt.c b/LAPACKE/src/lapacke_slapmt.c index 55d2f4730a..99358f0b23 100644 --- a/LAPACKE/src/lapacke_slapmt.c +++ b/LAPACKE/src/lapacke_slapmt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapmt_work.c b/LAPACKE/src/lapacke_slapmt_work.c index 34a0816718..c812b7b524 100644 --- a/LAPACKE/src/lapacke_slapmt_work.c +++ b/LAPACKE/src/lapacke_slapmt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapy2.c b/LAPACKE/src/lapacke_slapy2.c index 54e3d3ed82..2c041def9e 100644 --- a/LAPACKE/src/lapacke_slapy2.c +++ b/LAPACKE/src/lapacke_slapy2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slapy2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapy2_work.c b/LAPACKE/src/lapacke_slapy2_work.c index 00507b39c7..2f206958a1 100644 --- a/LAPACKE/src/lapacke_slapy2_work.c +++ b/LAPACKE/src/lapacke_slapy2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slapy2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapy3.c b/LAPACKE/src/lapacke_slapy3.c index 4fb4d097d5..3aaadc89ca 100644 --- a/LAPACKE/src/lapacke_slapy3.c +++ b/LAPACKE/src/lapacke_slapy3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slapy3 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slapy3_work.c b/LAPACKE/src/lapacke_slapy3_work.c index 381c579bd2..c0351a051b 100644 --- a/LAPACKE/src/lapacke_slapy3_work.c +++ b/LAPACKE/src/lapacke_slapy3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slapy3 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfb.c b/LAPACKE/src/lapacke_slarfb.c index 0ebdc931ad..37d51dee58 100644 --- a/LAPACKE/src/lapacke_slarfb.c +++ b/LAPACKE/src/lapacke_slarfb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slarfb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfb_work.c b/LAPACKE/src/lapacke_slarfb_work.c index 104bbd5aa2..2f5d616767 100644 --- a/LAPACKE/src/lapacke_slarfb_work.c +++ b/LAPACKE/src/lapacke_slarfb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slarfb * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfg.c b/LAPACKE/src/lapacke_slarfg.c index ea9a835754..56ed416ab8 100644 --- a/LAPACKE/src/lapacke_slarfg.c +++ b/LAPACKE/src/lapacke_slarfg.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfg_work.c b/LAPACKE/src/lapacke_slarfg_work.c index 2fd23bf60c..f824c29e77 100644 --- a/LAPACKE/src/lapacke_slarfg_work.c +++ b/LAPACKE/src/lapacke_slarfg_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarft.c b/LAPACKE/src/lapacke_slarft.c index ae8b3a9665..d9d1df3360 100644 --- a/LAPACKE/src/lapacke_slarft.c +++ b/LAPACKE/src/lapacke_slarft.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarft_work.c b/LAPACKE/src/lapacke_slarft_work.c index 46b405eef8..1efb6afd9c 100644 --- a/LAPACKE/src/lapacke_slarft_work.c +++ b/LAPACKE/src/lapacke_slarft_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfx.c b/LAPACKE/src/lapacke_slarfx.c index c2b797a98c..d5d61fda5c 100644 --- a/LAPACKE/src/lapacke_slarfx.c +++ b/LAPACKE/src/lapacke_slarfx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarfx_work.c b/LAPACKE/src/lapacke_slarfx_work.c index 830ae42b53..cc566a3aea 100644 --- a/LAPACKE/src/lapacke_slarfx_work.c +++ b/LAPACKE/src/lapacke_slarfx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarnv.c b/LAPACKE/src/lapacke_slarnv.c index aff176dc85..f86bd220c7 100644 --- a/LAPACKE/src/lapacke_slarnv.c +++ b/LAPACKE/src/lapacke_slarnv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slarnv_work.c b/LAPACKE/src/lapacke_slarnv_work.c index 38362b0246..0024f7ddd9 100644 --- a/LAPACKE/src/lapacke_slarnv_work.c +++ b/LAPACKE/src/lapacke_slarnv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slartgp.c b/LAPACKE/src/lapacke_slartgp.c index 88cda13729..5e12e3f20b 100644 --- a/LAPACKE/src/lapacke_slartgp.c +++ b/LAPACKE/src/lapacke_slartgp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slartgp * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slartgp_work.c b/LAPACKE/src/lapacke_slartgp_work.c index 26f05aad89..64d2be328b 100644 --- a/LAPACKE/src/lapacke_slartgp_work.c +++ b/LAPACKE/src/lapacke_slartgp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slartgp * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slartgs.c b/LAPACKE/src/lapacke_slartgs.c index 566f474b22..fc56cc442e 100644 --- a/LAPACKE/src/lapacke_slartgs.c +++ b/LAPACKE/src/lapacke_slartgs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slartgs * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slartgs_work.c b/LAPACKE/src/lapacke_slartgs_work.c index a7ac3cfcf0..4dc3142c8c 100644 --- a/LAPACKE/src/lapacke_slartgs_work.c +++ b/LAPACKE/src/lapacke_slartgs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slartgs * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slascl.c b/LAPACKE/src/lapacke_slascl.c index 25bd9624ee..7de98a19db 100644 --- a/LAPACKE/src/lapacke_slascl.c +++ b/LAPACKE/src/lapacke_slascl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slascl_work.c b/LAPACKE/src/lapacke_slascl_work.c index dac2a03f21..ee373c6832 100644 --- a/LAPACKE/src/lapacke_slascl_work.c +++ b/LAPACKE/src/lapacke_slascl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slaset.c b/LAPACKE/src/lapacke_slaset.c index 793cb51711..031565bf5a 100644 --- a/LAPACKE/src/lapacke_slaset.c +++ b/LAPACKE/src/lapacke_slaset.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slaset * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slaset_work.c b/LAPACKE/src/lapacke_slaset_work.c index c89c9a6e15..e6e3fee3ac 100644 --- a/LAPACKE/src/lapacke_slaset_work.c +++ b/LAPACKE/src/lapacke_slaset_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slaset * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slasrt.c b/LAPACKE/src/lapacke_slasrt.c index 5a950d3618..78a7509a26 100644 --- a/LAPACKE/src/lapacke_slasrt.c +++ b/LAPACKE/src/lapacke_slasrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slasrt * Author: Intel Corporation -* Generated May, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slasrt_work.c b/LAPACKE/src/lapacke_slasrt_work.c index e9384c0554..eff9b6a519 100644 --- a/LAPACKE/src/lapacke_slasrt_work.c +++ b/LAPACKE/src/lapacke_slasrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slasrt * Author: Intel Corporation -* Generated May, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slassq.c b/LAPACKE/src/lapacke_slassq.c index 3e265e3591..81330d63e4 100644 --- a/LAPACKE/src/lapacke_slassq.c +++ b/LAPACKE/src/lapacke_slassq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slassq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slassq_work.c b/LAPACKE/src/lapacke_slassq_work.c index 00688c9e4d..f206ef4a01 100644 --- a/LAPACKE/src/lapacke_slassq_work.c +++ b/LAPACKE/src/lapacke_slassq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slassq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slaswp.c b/LAPACKE/src/lapacke_slaswp.c index a46e7ba9b7..d71a2dfbf0 100644 --- a/LAPACKE/src/lapacke_slaswp.c +++ b/LAPACKE/src/lapacke_slaswp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slaswp_work.c b/LAPACKE/src/lapacke_slaswp_work.c index fa920df5ec..32f5c8a4f6 100644 --- a/LAPACKE/src/lapacke_slaswp_work.c +++ b/LAPACKE/src/lapacke_slaswp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slaswp * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slatms.c b/LAPACKE/src/lapacke_slatms.c index ac01ebc1d9..75a9198169 100644 --- a/LAPACKE/src/lapacke_slatms.c +++ b/LAPACKE/src/lapacke_slatms.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slatms_work.c b/LAPACKE/src/lapacke_slatms_work.c index e66ac83299..8a66b8525f 100644 --- a/LAPACKE/src/lapacke_slatms_work.c +++ b/LAPACKE/src/lapacke_slatms_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slauum.c b/LAPACKE/src/lapacke_slauum.c index d31a9b9744..841e6c05fa 100644 --- a/LAPACKE/src/lapacke_slauum.c +++ b/LAPACKE/src/lapacke_slauum.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function slauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_slauum_work.c b/LAPACKE/src/lapacke_slauum_work.c index 0dc66de2d9..54dae6492c 100644 --- a/LAPACKE/src/lapacke_slauum_work.c +++ b/LAPACKE/src/lapacke_slauum_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function slauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sopgtr.c b/LAPACKE/src/lapacke_sopgtr.c index cf3ae2093b..28a2d19585 100644 --- a/LAPACKE/src/lapacke_sopgtr.c +++ b/LAPACKE/src/lapacke_sopgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sopgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sopgtr_work.c b/LAPACKE/src/lapacke_sopgtr_work.c index 7f1b014822..c85d8827f9 100644 --- a/LAPACKE/src/lapacke_sopgtr_work.c +++ b/LAPACKE/src/lapacke_sopgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sopgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sopmtr.c b/LAPACKE/src/lapacke_sopmtr.c index bf8eed4f9e..b7a5517578 100644 --- a/LAPACKE/src/lapacke_sopmtr.c +++ b/LAPACKE/src/lapacke_sopmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sopmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sopmtr_work.c b/LAPACKE/src/lapacke_sopmtr_work.c index 318037ce63..5b7db0c71e 100644 --- a/LAPACKE/src/lapacke_sopmtr_work.c +++ b/LAPACKE/src/lapacke_sopmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sopmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorbdb.c b/LAPACKE/src/lapacke_sorbdb.c index d1fdab0049..7f652c2c2f 100644 --- a/LAPACKE/src/lapacke_sorbdb.c +++ b/LAPACKE/src/lapacke_sorbdb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorbdb_work.c b/LAPACKE/src/lapacke_sorbdb_work.c index 6039057061..9ca4e0b592 100644 --- a/LAPACKE/src/lapacke_sorbdb_work.c +++ b/LAPACKE/src/lapacke_sorbdb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorcsd.c b/LAPACKE/src/lapacke_sorcsd.c index 06fa61ae19..90e94ba94b 100644 --- a/LAPACKE/src/lapacke_sorcsd.c +++ b/LAPACKE/src/lapacke_sorcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorcsd2by1.c b/LAPACKE/src/lapacke_sorcsd2by1.c index 1b79ba1090..c1af8e874b 100644 --- a/LAPACKE/src/lapacke_sorcsd2by1.c +++ b/LAPACKE/src/lapacke_sorcsd2by1.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorcsd2by1 * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorcsd2by1_work.c b/LAPACKE/src/lapacke_sorcsd2by1_work.c index d361594c13..d9d70ec43d 100644 --- a/LAPACKE/src/lapacke_sorcsd2by1_work.c +++ b/LAPACKE/src/lapacke_sorcsd2by1_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorcsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorcsd_work.c b/LAPACKE/src/lapacke_sorcsd_work.c index b83bb5378b..31c957e841 100644 --- a/LAPACKE/src/lapacke_sorcsd_work.c +++ b/LAPACKE/src/lapacke_sorcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgbr.c b/LAPACKE/src/lapacke_sorgbr.c index eb90d5e9ec..8cb51dbe11 100644 --- a/LAPACKE/src/lapacke_sorgbr.c +++ b/LAPACKE/src/lapacke_sorgbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgbr_work.c b/LAPACKE/src/lapacke_sorgbr_work.c index 8aa85e1a71..2788efe69d 100644 --- a/LAPACKE/src/lapacke_sorgbr_work.c +++ b/LAPACKE/src/lapacke_sorgbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorghr.c b/LAPACKE/src/lapacke_sorghr.c index b34a14c55d..c1a267ee35 100644 --- a/LAPACKE/src/lapacke_sorghr.c +++ b/LAPACKE/src/lapacke_sorghr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorghr_work.c b/LAPACKE/src/lapacke_sorghr_work.c index 753a7b77fa..949f28bb2b 100644 --- a/LAPACKE/src/lapacke_sorghr_work.c +++ b/LAPACKE/src/lapacke_sorghr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorglq.c b/LAPACKE/src/lapacke_sorglq.c index eaa1ca8009..e902c2b74a 100644 --- a/LAPACKE/src/lapacke_sorglq.c +++ b/LAPACKE/src/lapacke_sorglq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorglq_work.c b/LAPACKE/src/lapacke_sorglq_work.c index c4dbc2ea2a..bb8045093a 100644 --- a/LAPACKE/src/lapacke_sorglq_work.c +++ b/LAPACKE/src/lapacke_sorglq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgql.c b/LAPACKE/src/lapacke_sorgql.c index 7791f107f8..f8855ed904 100644 --- a/LAPACKE/src/lapacke_sorgql.c +++ b/LAPACKE/src/lapacke_sorgql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgql_work.c b/LAPACKE/src/lapacke_sorgql_work.c index f1577385fc..7f7fddcdb9 100644 --- a/LAPACKE/src/lapacke_sorgql_work.c +++ b/LAPACKE/src/lapacke_sorgql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgqr.c b/LAPACKE/src/lapacke_sorgqr.c index 99468f317d..1e6688c344 100644 --- a/LAPACKE/src/lapacke_sorgqr.c +++ b/LAPACKE/src/lapacke_sorgqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgqr_work.c b/LAPACKE/src/lapacke_sorgqr_work.c index 910361cafa..4407ec8877 100644 --- a/LAPACKE/src/lapacke_sorgqr_work.c +++ b/LAPACKE/src/lapacke_sorgqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgrq.c b/LAPACKE/src/lapacke_sorgrq.c index 7a81cd9c50..51cabe03a0 100644 --- a/LAPACKE/src/lapacke_sorgrq.c +++ b/LAPACKE/src/lapacke_sorgrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgrq_work.c b/LAPACKE/src/lapacke_sorgrq_work.c index bc53342b96..290a50f84e 100644 --- a/LAPACKE/src/lapacke_sorgrq_work.c +++ b/LAPACKE/src/lapacke_sorgrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgtr.c b/LAPACKE/src/lapacke_sorgtr.c index 90dc435c95..c2ce6966ce 100644 --- a/LAPACKE/src/lapacke_sorgtr.c +++ b/LAPACKE/src/lapacke_sorgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgtr_work.c b/LAPACKE/src/lapacke_sorgtr_work.c index 7f32816b03..0a93eefa9c 100644 --- a/LAPACKE/src/lapacke_sorgtr_work.c +++ b/LAPACKE/src/lapacke_sorgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgtsqr_row.c b/LAPACKE/src/lapacke_sorgtsqr_row.c index 4af5f53998..350783a78f 100644 --- a/LAPACKE/src/lapacke_sorgtsqr_row.c +++ b/LAPACKE/src/lapacke_sorgtsqr_row.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sorgtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sorgtsqr_row_work.c b/LAPACKE/src/lapacke_sorgtsqr_row_work.c index 58a73abbad..a66f70b526 100644 --- a/LAPACKE/src/lapacke_sorgtsqr_row_work.c +++ b/LAPACKE/src/lapacke_sorgtsqr_row_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sorgtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormbr.c b/LAPACKE/src/lapacke_sormbr.c index 2efbbce442..cac61a6d5d 100644 --- a/LAPACKE/src/lapacke_sormbr.c +++ b/LAPACKE/src/lapacke_sormbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormbr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormbr_work.c b/LAPACKE/src/lapacke_sormbr_work.c index 5d0f871b48..9d78a45800 100644 --- a/LAPACKE/src/lapacke_sormbr_work.c +++ b/LAPACKE/src/lapacke_sormbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormbr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormhr.c b/LAPACKE/src/lapacke_sormhr.c index fba215a190..99c635dc2e 100644 --- a/LAPACKE/src/lapacke_sormhr.c +++ b/LAPACKE/src/lapacke_sormhr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormhr_work.c b/LAPACKE/src/lapacke_sormhr_work.c index bc2439488e..754aa7bb8a 100644 --- a/LAPACKE/src/lapacke_sormhr_work.c +++ b/LAPACKE/src/lapacke_sormhr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormlq.c b/LAPACKE/src/lapacke_sormlq.c index 4f8947af77..1eac482a2e 100644 --- a/LAPACKE/src/lapacke_sormlq.c +++ b/LAPACKE/src/lapacke_sormlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormlq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormlq_work.c b/LAPACKE/src/lapacke_sormlq_work.c index 0897332985..9058f5bb63 100644 --- a/LAPACKE/src/lapacke_sormlq_work.c +++ b/LAPACKE/src/lapacke_sormlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormql.c b/LAPACKE/src/lapacke_sormql.c index e074cf819f..bbc7634eb8 100644 --- a/LAPACKE/src/lapacke_sormql.c +++ b/LAPACKE/src/lapacke_sormql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormql_work.c b/LAPACKE/src/lapacke_sormql_work.c index 938c898876..1f399c755b 100644 --- a/LAPACKE/src/lapacke_sormql_work.c +++ b/LAPACKE/src/lapacke_sormql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormqr.c b/LAPACKE/src/lapacke_sormqr.c index 92714ea219..9fd7b2a149 100644 --- a/LAPACKE/src/lapacke_sormqr.c +++ b/LAPACKE/src/lapacke_sormqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormqr_work.c b/LAPACKE/src/lapacke_sormqr_work.c index 8298b5df71..1cb7875812 100644 --- a/LAPACKE/src/lapacke_sormqr_work.c +++ b/LAPACKE/src/lapacke_sormqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormrq.c b/LAPACKE/src/lapacke_sormrq.c index c884d81125..5570c0bb0a 100644 --- a/LAPACKE/src/lapacke_sormrq.c +++ b/LAPACKE/src/lapacke_sormrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormrq_work.c b/LAPACKE/src/lapacke_sormrq_work.c index 414c62fa4a..d773f32b08 100644 --- a/LAPACKE/src/lapacke_sormrq_work.c +++ b/LAPACKE/src/lapacke_sormrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormrz.c b/LAPACKE/src/lapacke_sormrz.c index 499bc0b1de..d6f7f0182d 100644 --- a/LAPACKE/src/lapacke_sormrz.c +++ b/LAPACKE/src/lapacke_sormrz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormrz_work.c b/LAPACKE/src/lapacke_sormrz_work.c index d3b67ecee6..885138a448 100644 --- a/LAPACKE/src/lapacke_sormrz_work.c +++ b/LAPACKE/src/lapacke_sormrz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormtr.c b/LAPACKE/src/lapacke_sormtr.c index 9f0e9fddf5..7b1a057796 100644 --- a/LAPACKE/src/lapacke_sormtr.c +++ b/LAPACKE/src/lapacke_sormtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sormtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sormtr_work.c b/LAPACKE/src/lapacke_sormtr_work.c index 0975184216..ba82ebdaf3 100644 --- a/LAPACKE/src/lapacke_sormtr_work.c +++ b/LAPACKE/src/lapacke_sormtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sormtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbcon.c b/LAPACKE/src/lapacke_spbcon.c index 51610e67bd..aff83c5225 100644 --- a/LAPACKE/src/lapacke_spbcon.c +++ b/LAPACKE/src/lapacke_spbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbcon_work.c b/LAPACKE/src/lapacke_spbcon_work.c index 5ad05cd2d5..7db74b4761 100644 --- a/LAPACKE/src/lapacke_spbcon_work.c +++ b/LAPACKE/src/lapacke_spbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbequ.c b/LAPACKE/src/lapacke_spbequ.c index d07d1aece5..bffea674dd 100644 --- a/LAPACKE/src/lapacke_spbequ.c +++ b/LAPACKE/src/lapacke_spbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbequ_work.c b/LAPACKE/src/lapacke_spbequ_work.c index 147e1c6685..8e1e2baf2a 100644 --- a/LAPACKE/src/lapacke_spbequ_work.c +++ b/LAPACKE/src/lapacke_spbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbrfs.c b/LAPACKE/src/lapacke_spbrfs.c index be7f3ba982..894b6be8ac 100644 --- a/LAPACKE/src/lapacke_spbrfs.c +++ b/LAPACKE/src/lapacke_spbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbrfs_work.c b/LAPACKE/src/lapacke_spbrfs_work.c index 345e631e5b..7450f3f9a8 100644 --- a/LAPACKE/src/lapacke_spbrfs_work.c +++ b/LAPACKE/src/lapacke_spbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbstf.c b/LAPACKE/src/lapacke_spbstf.c index 0d5a9b21e1..46e795d5c9 100644 --- a/LAPACKE/src/lapacke_spbstf.c +++ b/LAPACKE/src/lapacke_spbstf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbstf_work.c b/LAPACKE/src/lapacke_spbstf_work.c index 2e28083fb7..10824426bd 100644 --- a/LAPACKE/src/lapacke_spbstf_work.c +++ b/LAPACKE/src/lapacke_spbstf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbsv.c b/LAPACKE/src/lapacke_spbsv.c index ef810c632d..4a340fc23d 100644 --- a/LAPACKE/src/lapacke_spbsv.c +++ b/LAPACKE/src/lapacke_spbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbsv_work.c b/LAPACKE/src/lapacke_spbsv_work.c index 7dc810da3b..458b8b6901 100644 --- a/LAPACKE/src/lapacke_spbsv_work.c +++ b/LAPACKE/src/lapacke_spbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbsvx.c b/LAPACKE/src/lapacke_spbsvx.c index 1ffacd4f83..5e46948f3f 100644 --- a/LAPACKE/src/lapacke_spbsvx.c +++ b/LAPACKE/src/lapacke_spbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbsvx_work.c b/LAPACKE/src/lapacke_spbsvx_work.c index 2ae8c2a7b9..0b55b47e86 100644 --- a/LAPACKE/src/lapacke_spbsvx_work.c +++ b/LAPACKE/src/lapacke_spbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbtrf.c b/LAPACKE/src/lapacke_spbtrf.c index 5612caee03..0131141de4 100644 --- a/LAPACKE/src/lapacke_spbtrf.c +++ b/LAPACKE/src/lapacke_spbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbtrf_work.c b/LAPACKE/src/lapacke_spbtrf_work.c index 5a02bafcb7..69262fd3dc 100644 --- a/LAPACKE/src/lapacke_spbtrf_work.c +++ b/LAPACKE/src/lapacke_spbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbtrs.c b/LAPACKE/src/lapacke_spbtrs.c index 8601cfdbf2..e2c837409a 100644 --- a/LAPACKE/src/lapacke_spbtrs.c +++ b/LAPACKE/src/lapacke_spbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spbtrs_work.c b/LAPACKE/src/lapacke_spbtrs_work.c index acc83afabc..89fd0244bd 100644 --- a/LAPACKE/src/lapacke_spbtrs_work.c +++ b/LAPACKE/src/lapacke_spbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftrf.c b/LAPACKE/src/lapacke_spftrf.c index ac85d6ca45..4c1a3ffcbb 100644 --- a/LAPACKE/src/lapacke_spftrf.c +++ b/LAPACKE/src/lapacke_spftrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftrf_work.c b/LAPACKE/src/lapacke_spftrf_work.c index cbb5566461..e2cf1fc745 100644 --- a/LAPACKE/src/lapacke_spftrf_work.c +++ b/LAPACKE/src/lapacke_spftrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftri.c b/LAPACKE/src/lapacke_spftri.c index 7a5d1ef697..83a3c7516d 100644 --- a/LAPACKE/src/lapacke_spftri.c +++ b/LAPACKE/src/lapacke_spftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftri_work.c b/LAPACKE/src/lapacke_spftri_work.c index 62805b25e9..887fccac45 100644 --- a/LAPACKE/src/lapacke_spftri_work.c +++ b/LAPACKE/src/lapacke_spftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftrs.c b/LAPACKE/src/lapacke_spftrs.c index badacf6491..c8b7d034e5 100644 --- a/LAPACKE/src/lapacke_spftrs.c +++ b/LAPACKE/src/lapacke_spftrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spftrs_work.c b/LAPACKE/src/lapacke_spftrs_work.c index e62467035e..e2e7a9b805 100644 --- a/LAPACKE/src/lapacke_spftrs_work.c +++ b/LAPACKE/src/lapacke_spftrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spocon.c b/LAPACKE/src/lapacke_spocon.c index fb71555586..1f2971ca4f 100644 --- a/LAPACKE/src/lapacke_spocon.c +++ b/LAPACKE/src/lapacke_spocon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spocon_work.c b/LAPACKE/src/lapacke_spocon_work.c index 147ff4471d..d1292ee916 100644 --- a/LAPACKE/src/lapacke_spocon_work.c +++ b/LAPACKE/src/lapacke_spocon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spoequ.c b/LAPACKE/src/lapacke_spoequ.c index 320e208d33..cf8b078e5d 100644 --- a/LAPACKE/src/lapacke_spoequ.c +++ b/LAPACKE/src/lapacke_spoequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spoequ_work.c b/LAPACKE/src/lapacke_spoequ_work.c index a303c43a99..774da39c49 100644 --- a/LAPACKE/src/lapacke_spoequ_work.c +++ b/LAPACKE/src/lapacke_spoequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spoequb.c b/LAPACKE/src/lapacke_spoequb.c index aecfceebfa..973112f2c0 100644 --- a/LAPACKE/src/lapacke_spoequb.c +++ b/LAPACKE/src/lapacke_spoequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spoequb_work.c b/LAPACKE/src/lapacke_spoequb_work.c index 5f6e121192..5f5f974777 100644 --- a/LAPACKE/src/lapacke_spoequb_work.c +++ b/LAPACKE/src/lapacke_spoequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sporfs.c b/LAPACKE/src/lapacke_sporfs.c index 01a4e951f5..e21e075b90 100644 --- a/LAPACKE/src/lapacke_sporfs.c +++ b/LAPACKE/src/lapacke_sporfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sporfs_work.c b/LAPACKE/src/lapacke_sporfs_work.c index 475a9606ec..cd848e5032 100644 --- a/LAPACKE/src/lapacke_sporfs_work.c +++ b/LAPACKE/src/lapacke_sporfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sporfsx.c b/LAPACKE/src/lapacke_sporfsx.c index 918333b58c..10f6c58694 100644 --- a/LAPACKE/src/lapacke_sporfsx.c +++ b/LAPACKE/src/lapacke_sporfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sporfsx_work.c b/LAPACKE/src/lapacke_sporfsx_work.c index 00b157a69a..3a31356b26 100644 --- a/LAPACKE/src/lapacke_sporfsx_work.c +++ b/LAPACKE/src/lapacke_sporfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposv.c b/LAPACKE/src/lapacke_sposv.c index a06c92f3ef..6a3095d0c2 100644 --- a/LAPACKE/src/lapacke_sposv.c +++ b/LAPACKE/src/lapacke_sposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposv_work.c b/LAPACKE/src/lapacke_sposv_work.c index a3dd46a844..bba55897cd 100644 --- a/LAPACKE/src/lapacke_sposv_work.c +++ b/LAPACKE/src/lapacke_sposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposvx.c b/LAPACKE/src/lapacke_sposvx.c index a8fdab51bf..f06b9dc111 100644 --- a/LAPACKE/src/lapacke_sposvx.c +++ b/LAPACKE/src/lapacke_sposvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposvx_work.c b/LAPACKE/src/lapacke_sposvx_work.c index 7146ae7a07..a8911e5c93 100644 --- a/LAPACKE/src/lapacke_sposvx_work.c +++ b/LAPACKE/src/lapacke_sposvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposvxx.c b/LAPACKE/src/lapacke_sposvxx.c index 0e3160c15d..d2d0f72f93 100644 --- a/LAPACKE/src/lapacke_sposvxx.c +++ b/LAPACKE/src/lapacke_sposvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sposvxx_work.c b/LAPACKE/src/lapacke_sposvxx_work.c index f2fff6e540..cb31c80a2e 100644 --- a/LAPACKE/src/lapacke_sposvxx_work.c +++ b/LAPACKE/src/lapacke_sposvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrf.c b/LAPACKE/src/lapacke_spotrf.c index 2da01cc803..7f3f330e46 100644 --- a/LAPACKE/src/lapacke_spotrf.c +++ b/LAPACKE/src/lapacke_spotrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrf2.c b/LAPACKE/src/lapacke_spotrf2.c index 1a262a34d9..b3de0d934c 100644 --- a/LAPACKE/src/lapacke_spotrf2.c +++ b/LAPACKE/src/lapacke_spotrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrf2_work.c b/LAPACKE/src/lapacke_spotrf2_work.c index 07cbf31ca5..12ed95650d 100644 --- a/LAPACKE/src/lapacke_spotrf2_work.c +++ b/LAPACKE/src/lapacke_spotrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrf_work.c b/LAPACKE/src/lapacke_spotrf_work.c index f28dfd1f59..82c8431adc 100644 --- a/LAPACKE/src/lapacke_spotrf_work.c +++ b/LAPACKE/src/lapacke_spotrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotri.c b/LAPACKE/src/lapacke_spotri.c index 8eddb7d122..5f4779d976 100644 --- a/LAPACKE/src/lapacke_spotri.c +++ b/LAPACKE/src/lapacke_spotri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotri_work.c b/LAPACKE/src/lapacke_spotri_work.c index b1bd3d242f..a8d98c2d9a 100644 --- a/LAPACKE/src/lapacke_spotri_work.c +++ b/LAPACKE/src/lapacke_spotri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrs.c b/LAPACKE/src/lapacke_spotrs.c index 7cabc16c19..739a125ea2 100644 --- a/LAPACKE/src/lapacke_spotrs.c +++ b/LAPACKE/src/lapacke_spotrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spotrs_work.c b/LAPACKE/src/lapacke_spotrs_work.c index 977e1d46e9..e5cd7c59da 100644 --- a/LAPACKE/src/lapacke_spotrs_work.c +++ b/LAPACKE/src/lapacke_spotrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppcon.c b/LAPACKE/src/lapacke_sppcon.c index cf4dc26d19..0e1c9eb9d3 100644 --- a/LAPACKE/src/lapacke_sppcon.c +++ b/LAPACKE/src/lapacke_sppcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppcon_work.c b/LAPACKE/src/lapacke_sppcon_work.c index b8ce696a23..1e4fee4f43 100644 --- a/LAPACKE/src/lapacke_sppcon_work.c +++ b/LAPACKE/src/lapacke_sppcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppequ.c b/LAPACKE/src/lapacke_sppequ.c index 606072a241..de1d0d5ece 100644 --- a/LAPACKE/src/lapacke_sppequ.c +++ b/LAPACKE/src/lapacke_sppequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppequ_work.c b/LAPACKE/src/lapacke_sppequ_work.c index 2e2816603b..e3e8fdb910 100644 --- a/LAPACKE/src/lapacke_sppequ_work.c +++ b/LAPACKE/src/lapacke_sppequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spprfs.c b/LAPACKE/src/lapacke_spprfs.c index 792c0e47dc..1d73b91f3e 100644 --- a/LAPACKE/src/lapacke_spprfs.c +++ b/LAPACKE/src/lapacke_spprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spprfs_work.c b/LAPACKE/src/lapacke_spprfs_work.c index 02601e586f..aae87cd529 100644 --- a/LAPACKE/src/lapacke_spprfs_work.c +++ b/LAPACKE/src/lapacke_spprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppsv.c b/LAPACKE/src/lapacke_sppsv.c index cdfe486a87..b8c00b9a41 100644 --- a/LAPACKE/src/lapacke_sppsv.c +++ b/LAPACKE/src/lapacke_sppsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppsv_work.c b/LAPACKE/src/lapacke_sppsv_work.c index d8fc1833b2..1a6946a343 100644 --- a/LAPACKE/src/lapacke_sppsv_work.c +++ b/LAPACKE/src/lapacke_sppsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppsvx.c b/LAPACKE/src/lapacke_sppsvx.c index 1e626e2b3a..961ad403c2 100644 --- a/LAPACKE/src/lapacke_sppsvx.c +++ b/LAPACKE/src/lapacke_sppsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sppsvx_work.c b/LAPACKE/src/lapacke_sppsvx_work.c index 755fb8bf4f..f08b24c80f 100644 --- a/LAPACKE/src/lapacke_sppsvx_work.c +++ b/LAPACKE/src/lapacke_sppsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptrf.c b/LAPACKE/src/lapacke_spptrf.c index f3297c720e..32ab5636f7 100644 --- a/LAPACKE/src/lapacke_spptrf.c +++ b/LAPACKE/src/lapacke_spptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptrf_work.c b/LAPACKE/src/lapacke_spptrf_work.c index 4ae8417460..ca3ec43d93 100644 --- a/LAPACKE/src/lapacke_spptrf_work.c +++ b/LAPACKE/src/lapacke_spptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptri.c b/LAPACKE/src/lapacke_spptri.c index e1a6b41135..85c2643aee 100644 --- a/LAPACKE/src/lapacke_spptri.c +++ b/LAPACKE/src/lapacke_spptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptri_work.c b/LAPACKE/src/lapacke_spptri_work.c index 2163892340..f67d66f6bd 100644 --- a/LAPACKE/src/lapacke_spptri_work.c +++ b/LAPACKE/src/lapacke_spptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptrs.c b/LAPACKE/src/lapacke_spptrs.c index 9322f3cd64..73c0de30d3 100644 --- a/LAPACKE/src/lapacke_spptrs.c +++ b/LAPACKE/src/lapacke_spptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spptrs_work.c b/LAPACKE/src/lapacke_spptrs_work.c index 73f48fc2cd..edb150c0ec 100644 --- a/LAPACKE/src/lapacke_spptrs_work.c +++ b/LAPACKE/src/lapacke_spptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spstrf.c b/LAPACKE/src/lapacke_spstrf.c index 0c32e8c046..24b6805ea0 100644 --- a/LAPACKE/src/lapacke_spstrf.c +++ b/LAPACKE/src/lapacke_spstrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spstrf_work.c b/LAPACKE/src/lapacke_spstrf_work.c index 1971732cfa..4a55dab52f 100644 --- a/LAPACKE/src/lapacke_spstrf_work.c +++ b/LAPACKE/src/lapacke_spstrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptcon.c b/LAPACKE/src/lapacke_sptcon.c index 0eb14b3a6f..03ab09a23d 100644 --- a/LAPACKE/src/lapacke_sptcon.c +++ b/LAPACKE/src/lapacke_sptcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptcon_work.c b/LAPACKE/src/lapacke_sptcon_work.c index c1da2df550..4e8397ea2a 100644 --- a/LAPACKE/src/lapacke_sptcon_work.c +++ b/LAPACKE/src/lapacke_sptcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spteqr.c b/LAPACKE/src/lapacke_spteqr.c index c0ff15efe8..74ac93135b 100644 --- a/LAPACKE/src/lapacke_spteqr.c +++ b/LAPACKE/src/lapacke_spteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spteqr_work.c b/LAPACKE/src/lapacke_spteqr_work.c index bf3bd763ef..72e80fe0f3 100644 --- a/LAPACKE/src/lapacke_spteqr_work.c +++ b/LAPACKE/src/lapacke_spteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptrfs.c b/LAPACKE/src/lapacke_sptrfs.c index 44d3763018..d6c1b98f42 100644 --- a/LAPACKE/src/lapacke_sptrfs.c +++ b/LAPACKE/src/lapacke_sptrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptrfs_work.c b/LAPACKE/src/lapacke_sptrfs_work.c index dee2422441..c193372898 100644 --- a/LAPACKE/src/lapacke_sptrfs_work.c +++ b/LAPACKE/src/lapacke_sptrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptsv.c b/LAPACKE/src/lapacke_sptsv.c index 8955ede240..870ff602fa 100644 --- a/LAPACKE/src/lapacke_sptsv.c +++ b/LAPACKE/src/lapacke_sptsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptsv_work.c b/LAPACKE/src/lapacke_sptsv_work.c index ddfd371566..ea9841ee43 100644 --- a/LAPACKE/src/lapacke_sptsv_work.c +++ b/LAPACKE/src/lapacke_sptsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptsvx.c b/LAPACKE/src/lapacke_sptsvx.c index 467cc9b101..4462d525fb 100644 --- a/LAPACKE/src/lapacke_sptsvx.c +++ b/LAPACKE/src/lapacke_sptsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sptsvx_work.c b/LAPACKE/src/lapacke_sptsvx_work.c index f8bb61b567..d9e12de176 100644 --- a/LAPACKE/src/lapacke_sptsvx_work.c +++ b/LAPACKE/src/lapacke_sptsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spttrf.c b/LAPACKE/src/lapacke_spttrf.c index 38c60362ac..3d1e10a9e5 100644 --- a/LAPACKE/src/lapacke_spttrf.c +++ b/LAPACKE/src/lapacke_spttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spttrf_work.c b/LAPACKE/src/lapacke_spttrf_work.c index 1f511da728..4f6ad23556 100644 --- a/LAPACKE/src/lapacke_spttrf_work.c +++ b/LAPACKE/src/lapacke_spttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spttrs.c b/LAPACKE/src/lapacke_spttrs.c index 25f4bca7c7..20203589b3 100644 --- a/LAPACKE/src/lapacke_spttrs.c +++ b/LAPACKE/src/lapacke_spttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function spttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_spttrs_work.c b/LAPACKE/src/lapacke_spttrs_work.c index fe3d4eeddb..785a757469 100644 --- a/LAPACKE/src/lapacke_spttrs_work.c +++ b/LAPACKE/src/lapacke_spttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function spttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbev.c b/LAPACKE/src/lapacke_ssbev.c index be2021bf3a..1d65b0c3c5 100644 --- a/LAPACKE/src/lapacke_ssbev.c +++ b/LAPACKE/src/lapacke_ssbev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbev_2stage.c b/LAPACKE/src/lapacke_ssbev_2stage.c index 266e1bd41a..91923a9461 100644 --- a/LAPACKE/src/lapacke_ssbev_2stage.c +++ b/LAPACKE/src/lapacke_ssbev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbev_2stage_work.c b/LAPACKE/src/lapacke_ssbev_2stage_work.c index 620fa513f4..3f5d5b9520 100644 --- a/LAPACKE/src/lapacke_ssbev_2stage_work.c +++ b/LAPACKE/src/lapacke_ssbev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbev_work.c b/LAPACKE/src/lapacke_ssbev_work.c index b451c0d671..e0dfb2938f 100644 --- a/LAPACKE/src/lapacke_ssbev_work.c +++ b/LAPACKE/src/lapacke_ssbev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevd.c b/LAPACKE/src/lapacke_ssbevd.c index b41e5b1567..6630b58c50 100644 --- a/LAPACKE/src/lapacke_ssbevd.c +++ b/LAPACKE/src/lapacke_ssbevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevd_2stage.c b/LAPACKE/src/lapacke_ssbevd_2stage.c index a76d92c712..a4770d4797 100644 --- a/LAPACKE/src/lapacke_ssbevd_2stage.c +++ b/LAPACKE/src/lapacke_ssbevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevd_2stage_work.c b/LAPACKE/src/lapacke_ssbevd_2stage_work.c index d3f2f71b3f..2087708e11 100644 --- a/LAPACKE/src/lapacke_ssbevd_2stage_work.c +++ b/LAPACKE/src/lapacke_ssbevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevd_work.c b/LAPACKE/src/lapacke_ssbevd_work.c index 1a73ce50bf..e56be4b281 100644 --- a/LAPACKE/src/lapacke_ssbevd_work.c +++ b/LAPACKE/src/lapacke_ssbevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevx.c b/LAPACKE/src/lapacke_ssbevx.c index b891d580a0..01f3f8f06a 100644 --- a/LAPACKE/src/lapacke_ssbevx.c +++ b/LAPACKE/src/lapacke_ssbevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevx_2stage.c b/LAPACKE/src/lapacke_ssbevx_2stage.c index 6f1e1c4046..77ed44004a 100644 --- a/LAPACKE/src/lapacke_ssbevx_2stage.c +++ b/LAPACKE/src/lapacke_ssbevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevx_2stage_work.c b/LAPACKE/src/lapacke_ssbevx_2stage_work.c index 2b470956f6..36a33fda73 100644 --- a/LAPACKE/src/lapacke_ssbevx_2stage_work.c +++ b/LAPACKE/src/lapacke_ssbevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbevx_work.c b/LAPACKE/src/lapacke_ssbevx_work.c index 9952b2fc15..5640400624 100644 --- a/LAPACKE/src/lapacke_ssbevx_work.c +++ b/LAPACKE/src/lapacke_ssbevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgst.c b/LAPACKE/src/lapacke_ssbgst.c index 4066114afb..42b89a3bf7 100644 --- a/LAPACKE/src/lapacke_ssbgst.c +++ b/LAPACKE/src/lapacke_ssbgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgst_work.c b/LAPACKE/src/lapacke_ssbgst_work.c index 7bec29bfcb..5346796fb6 100644 --- a/LAPACKE/src/lapacke_ssbgst_work.c +++ b/LAPACKE/src/lapacke_ssbgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgv.c b/LAPACKE/src/lapacke_ssbgv.c index 6c8ca1b76e..22572a28e9 100644 --- a/LAPACKE/src/lapacke_ssbgv.c +++ b/LAPACKE/src/lapacke_ssbgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgv_work.c b/LAPACKE/src/lapacke_ssbgv_work.c index 6627510662..60e3df8104 100644 --- a/LAPACKE/src/lapacke_ssbgv_work.c +++ b/LAPACKE/src/lapacke_ssbgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgvd.c b/LAPACKE/src/lapacke_ssbgvd.c index b40ccb9e5d..794e72b613 100644 --- a/LAPACKE/src/lapacke_ssbgvd.c +++ b/LAPACKE/src/lapacke_ssbgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgvd_work.c b/LAPACKE/src/lapacke_ssbgvd_work.c index 21e9fab96f..78b3d4921c 100644 --- a/LAPACKE/src/lapacke_ssbgvd_work.c +++ b/LAPACKE/src/lapacke_ssbgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgvx.c b/LAPACKE/src/lapacke_ssbgvx.c index 3d0a0a489c..49d62d84f7 100644 --- a/LAPACKE/src/lapacke_ssbgvx.c +++ b/LAPACKE/src/lapacke_ssbgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbgvx_work.c b/LAPACKE/src/lapacke_ssbgvx_work.c index 065e1855f9..36d08e6ed2 100644 --- a/LAPACKE/src/lapacke_ssbgvx_work.c +++ b/LAPACKE/src/lapacke_ssbgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbtrd.c b/LAPACKE/src/lapacke_ssbtrd.c index 453ccf5593..0d34aee227 100644 --- a/LAPACKE/src/lapacke_ssbtrd.c +++ b/LAPACKE/src/lapacke_ssbtrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssbtrd * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssbtrd_work.c b/LAPACKE/src/lapacke_ssbtrd_work.c index 88f8b55696..f1d9fda1e1 100644 --- a/LAPACKE/src/lapacke_ssbtrd_work.c +++ b/LAPACKE/src/lapacke_ssbtrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssbtrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssfrk.c b/LAPACKE/src/lapacke_ssfrk.c index 88aa956cbe..d82bc3e22a 100644 --- a/LAPACKE/src/lapacke_ssfrk.c +++ b/LAPACKE/src/lapacke_ssfrk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssfrk_work.c b/LAPACKE/src/lapacke_ssfrk_work.c index 45731fa8df..bf156359ee 100644 --- a/LAPACKE/src/lapacke_ssfrk_work.c +++ b/LAPACKE/src/lapacke_ssfrk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspcon.c b/LAPACKE/src/lapacke_sspcon.c index d99ff688a9..73bbdfb384 100644 --- a/LAPACKE/src/lapacke_sspcon.c +++ b/LAPACKE/src/lapacke_sspcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspcon_work.c b/LAPACKE/src/lapacke_sspcon_work.c index 60586ab0d3..d0010f059f 100644 --- a/LAPACKE/src/lapacke_sspcon_work.c +++ b/LAPACKE/src/lapacke_sspcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspev.c b/LAPACKE/src/lapacke_sspev.c index df867c2abb..5ef49226f6 100644 --- a/LAPACKE/src/lapacke_sspev.c +++ b/LAPACKE/src/lapacke_sspev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspev_work.c b/LAPACKE/src/lapacke_sspev_work.c index f7c11f72be..ee8ab7898c 100644 --- a/LAPACKE/src/lapacke_sspev_work.c +++ b/LAPACKE/src/lapacke_sspev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspevd.c b/LAPACKE/src/lapacke_sspevd.c index 9b518751bb..8a7e629126 100644 --- a/LAPACKE/src/lapacke_sspevd.c +++ b/LAPACKE/src/lapacke_sspevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspevd_work.c b/LAPACKE/src/lapacke_sspevd_work.c index 6376fb3f81..a49a339fe3 100644 --- a/LAPACKE/src/lapacke_sspevd_work.c +++ b/LAPACKE/src/lapacke_sspevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspevx.c b/LAPACKE/src/lapacke_sspevx.c index d9ac9c3aa5..ba16ed8ebc 100644 --- a/LAPACKE/src/lapacke_sspevx.c +++ b/LAPACKE/src/lapacke_sspevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspevx_work.c b/LAPACKE/src/lapacke_sspevx_work.c index 716e9430d0..2c02e8ebb1 100644 --- a/LAPACKE/src/lapacke_sspevx_work.c +++ b/LAPACKE/src/lapacke_sspevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgst.c b/LAPACKE/src/lapacke_sspgst.c index 45e4c27157..834abeb61a 100644 --- a/LAPACKE/src/lapacke_sspgst.c +++ b/LAPACKE/src/lapacke_sspgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgst_work.c b/LAPACKE/src/lapacke_sspgst_work.c index 70e6534c16..98d55b3a90 100644 --- a/LAPACKE/src/lapacke_sspgst_work.c +++ b/LAPACKE/src/lapacke_sspgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgv.c b/LAPACKE/src/lapacke_sspgv.c index 6b60a8f341..2cbd2b4215 100644 --- a/LAPACKE/src/lapacke_sspgv.c +++ b/LAPACKE/src/lapacke_sspgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgv_work.c b/LAPACKE/src/lapacke_sspgv_work.c index 5c8192fbe4..ae9c2ff61a 100644 --- a/LAPACKE/src/lapacke_sspgv_work.c +++ b/LAPACKE/src/lapacke_sspgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgvd.c b/LAPACKE/src/lapacke_sspgvd.c index e80e246473..df2ddfa5d4 100644 --- a/LAPACKE/src/lapacke_sspgvd.c +++ b/LAPACKE/src/lapacke_sspgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgvd_work.c b/LAPACKE/src/lapacke_sspgvd_work.c index b82a2a45b1..572016567a 100644 --- a/LAPACKE/src/lapacke_sspgvd_work.c +++ b/LAPACKE/src/lapacke_sspgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgvx.c b/LAPACKE/src/lapacke_sspgvx.c index 4246e895db..44bcb23997 100644 --- a/LAPACKE/src/lapacke_sspgvx.c +++ b/LAPACKE/src/lapacke_sspgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspgvx_work.c b/LAPACKE/src/lapacke_sspgvx_work.c index 1676eb15a1..d53877948d 100644 --- a/LAPACKE/src/lapacke_sspgvx_work.c +++ b/LAPACKE/src/lapacke_sspgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssprfs.c b/LAPACKE/src/lapacke_ssprfs.c index 4c652dab23..bb61bf77d2 100644 --- a/LAPACKE/src/lapacke_ssprfs.c +++ b/LAPACKE/src/lapacke_ssprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssprfs_work.c b/LAPACKE/src/lapacke_ssprfs_work.c index 0808fa1cc3..f07a0848d8 100644 --- a/LAPACKE/src/lapacke_ssprfs_work.c +++ b/LAPACKE/src/lapacke_ssprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspsv.c b/LAPACKE/src/lapacke_sspsv.c index e8272e3f45..667eadf934 100644 --- a/LAPACKE/src/lapacke_sspsv.c +++ b/LAPACKE/src/lapacke_sspsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspsv_work.c b/LAPACKE/src/lapacke_sspsv_work.c index 564194d3d7..acba6a5393 100644 --- a/LAPACKE/src/lapacke_sspsv_work.c +++ b/LAPACKE/src/lapacke_sspsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspsvx.c b/LAPACKE/src/lapacke_sspsvx.c index fa759e45d9..e89032b297 100644 --- a/LAPACKE/src/lapacke_sspsvx.c +++ b/LAPACKE/src/lapacke_sspsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sspsvx_work.c b/LAPACKE/src/lapacke_sspsvx_work.c index 83ebce8cc1..f4c2f5f38d 100644 --- a/LAPACKE/src/lapacke_sspsvx_work.c +++ b/LAPACKE/src/lapacke_sspsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrd.c b/LAPACKE/src/lapacke_ssptrd.c index ea35b76e0f..e62b6aae9d 100644 --- a/LAPACKE/src/lapacke_ssptrd.c +++ b/LAPACKE/src/lapacke_ssptrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrd_work.c b/LAPACKE/src/lapacke_ssptrd_work.c index 6efa04ee50..a33db9917a 100644 --- a/LAPACKE/src/lapacke_ssptrd_work.c +++ b/LAPACKE/src/lapacke_ssptrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrf.c b/LAPACKE/src/lapacke_ssptrf.c index e50114d3cb..7b5d655bc0 100644 --- a/LAPACKE/src/lapacke_ssptrf.c +++ b/LAPACKE/src/lapacke_ssptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrf_work.c b/LAPACKE/src/lapacke_ssptrf_work.c index 4227af3649..7d4135f6a0 100644 --- a/LAPACKE/src/lapacke_ssptrf_work.c +++ b/LAPACKE/src/lapacke_ssptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptri.c b/LAPACKE/src/lapacke_ssptri.c index de9815fdf5..7c1ead66a7 100644 --- a/LAPACKE/src/lapacke_ssptri.c +++ b/LAPACKE/src/lapacke_ssptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptri_work.c b/LAPACKE/src/lapacke_ssptri_work.c index 933e90df45..e8caef5f8d 100644 --- a/LAPACKE/src/lapacke_ssptri_work.c +++ b/LAPACKE/src/lapacke_ssptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrs.c b/LAPACKE/src/lapacke_ssptrs.c index 53d855fa5a..8a306e74e1 100644 --- a/LAPACKE/src/lapacke_ssptrs.c +++ b/LAPACKE/src/lapacke_ssptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssptrs_work.c b/LAPACKE/src/lapacke_ssptrs_work.c index d762c539d4..4987103173 100644 --- a/LAPACKE/src/lapacke_ssptrs_work.c +++ b/LAPACKE/src/lapacke_ssptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstebz.c b/LAPACKE/src/lapacke_sstebz.c index 763a803956..ffd4216d25 100644 --- a/LAPACKE/src/lapacke_sstebz.c +++ b/LAPACKE/src/lapacke_sstebz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstebz * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstebz_work.c b/LAPACKE/src/lapacke_sstebz_work.c index c1aa94ceea..e625b551bf 100644 --- a/LAPACKE/src/lapacke_sstebz_work.c +++ b/LAPACKE/src/lapacke_sstebz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstebz * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstedc.c b/LAPACKE/src/lapacke_sstedc.c index f902e8c30c..b30f851502 100644 --- a/LAPACKE/src/lapacke_sstedc.c +++ b/LAPACKE/src/lapacke_sstedc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstedc * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstedc_work.c b/LAPACKE/src/lapacke_sstedc_work.c index 0f4945b92f..775dd89c51 100644 --- a/LAPACKE/src/lapacke_sstedc_work.c +++ b/LAPACKE/src/lapacke_sstedc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstedc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstegr.c b/LAPACKE/src/lapacke_sstegr.c index c02372ba2d..6711f9258d 100644 --- a/LAPACKE/src/lapacke_sstegr.c +++ b/LAPACKE/src/lapacke_sstegr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstegr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstegr_work.c b/LAPACKE/src/lapacke_sstegr_work.c index 81ca1d0452..99060cc9f4 100644 --- a/LAPACKE/src/lapacke_sstegr_work.c +++ b/LAPACKE/src/lapacke_sstegr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstegr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstein.c b/LAPACKE/src/lapacke_sstein.c index 31a0213741..cb6412a11a 100644 --- a/LAPACKE/src/lapacke_sstein.c +++ b/LAPACKE/src/lapacke_sstein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstein * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstein_work.c b/LAPACKE/src/lapacke_sstein_work.c index 0968835091..29c227b5f5 100644 --- a/LAPACKE/src/lapacke_sstein_work.c +++ b/LAPACKE/src/lapacke_sstein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstemr.c b/LAPACKE/src/lapacke_sstemr.c index 65dcc91705..594d5944b3 100644 --- a/LAPACKE/src/lapacke_sstemr.c +++ b/LAPACKE/src/lapacke_sstemr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstemr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstemr_work.c b/LAPACKE/src/lapacke_sstemr_work.c index d0c8ce42e3..09ed54b3e8 100644 --- a/LAPACKE/src/lapacke_sstemr_work.c +++ b/LAPACKE/src/lapacke_sstemr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstemr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssteqr.c b/LAPACKE/src/lapacke_ssteqr.c index 714ff20753..1ce7476c18 100644 --- a/LAPACKE/src/lapacke_ssteqr.c +++ b/LAPACKE/src/lapacke_ssteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssteqr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssteqr_work.c b/LAPACKE/src/lapacke_ssteqr_work.c index 0296eb4659..a76e306704 100644 --- a/LAPACKE/src/lapacke_ssteqr_work.c +++ b/LAPACKE/src/lapacke_ssteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssterf.c b/LAPACKE/src/lapacke_ssterf.c index 61754c800e..a59d7fdb04 100644 --- a/LAPACKE/src/lapacke_ssterf.c +++ b/LAPACKE/src/lapacke_ssterf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssterf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssterf_work.c b/LAPACKE/src/lapacke_ssterf_work.c index 7e22c2fbc0..f636a9c8e0 100644 --- a/LAPACKE/src/lapacke_ssterf_work.c +++ b/LAPACKE/src/lapacke_ssterf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssterf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstev.c b/LAPACKE/src/lapacke_sstev.c index 0227c09e47..743793c0d1 100644 --- a/LAPACKE/src/lapacke_sstev.c +++ b/LAPACKE/src/lapacke_sstev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstev * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstev_work.c b/LAPACKE/src/lapacke_sstev_work.c index 61f3f3fcf7..373d2b2217 100644 --- a/LAPACKE/src/lapacke_sstev_work.c +++ b/LAPACKE/src/lapacke_sstev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevd.c b/LAPACKE/src/lapacke_sstevd.c index c5db5d79d6..8a47bb6b2b 100644 --- a/LAPACKE/src/lapacke_sstevd.c +++ b/LAPACKE/src/lapacke_sstevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstevd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevd_work.c b/LAPACKE/src/lapacke_sstevd_work.c index aee15eda55..41900bad9c 100644 --- a/LAPACKE/src/lapacke_sstevd_work.c +++ b/LAPACKE/src/lapacke_sstevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevr.c b/LAPACKE/src/lapacke_sstevr.c index 4043e30908..9908a60b6d 100644 --- a/LAPACKE/src/lapacke_sstevr.c +++ b/LAPACKE/src/lapacke_sstevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevr_work.c b/LAPACKE/src/lapacke_sstevr_work.c index 35c8a7c998..5ea804af06 100644 --- a/LAPACKE/src/lapacke_sstevr_work.c +++ b/LAPACKE/src/lapacke_sstevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevx.c b/LAPACKE/src/lapacke_sstevx.c index cb7fbec3a1..8e27018c90 100644 --- a/LAPACKE/src/lapacke_sstevx.c +++ b/LAPACKE/src/lapacke_sstevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function sstevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_sstevx_work.c b/LAPACKE/src/lapacke_sstevx_work.c index f8712ba481..fa45159762 100644 --- a/LAPACKE/src/lapacke_sstevx_work.c +++ b/LAPACKE/src/lapacke_sstevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function sstevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssycon.c b/LAPACKE/src/lapacke_ssycon.c index 2a2e7a9234..0cb6e2ae79 100644 --- a/LAPACKE/src/lapacke_ssycon.c +++ b/LAPACKE/src/lapacke_ssycon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssycon_3.c b/LAPACKE/src/lapacke_ssycon_3.c index b8775db66c..7870924e78 100644 --- a/LAPACKE/src/lapacke_ssycon_3.c +++ b/LAPACKE/src/lapacke_ssycon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssycon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssycon_3_work.c b/LAPACKE/src/lapacke_ssycon_3_work.c index 7f76acaec6..db0a7df25f 100644 --- a/LAPACKE/src/lapacke_ssycon_3_work.c +++ b/LAPACKE/src/lapacke_ssycon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssycon_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssycon_work.c b/LAPACKE/src/lapacke_ssycon_work.c index fa23f2cb92..afe14b5f77 100644 --- a/LAPACKE/src/lapacke_ssycon_work.c +++ b/LAPACKE/src/lapacke_ssycon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyconv.c b/LAPACKE/src/lapacke_ssyconv.c index 5fd0a78c5f..90049e6102 100644 --- a/LAPACKE/src/lapacke_ssyconv.c +++ b/LAPACKE/src/lapacke_ssyconv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyconv_work.c b/LAPACKE/src/lapacke_ssyconv_work.c index 2ffaf8deed..668775f743 100644 --- a/LAPACKE/src/lapacke_ssyconv_work.c +++ b/LAPACKE/src/lapacke_ssyconv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyequb.c b/LAPACKE/src/lapacke_ssyequb.c index b4dd5b0abd..7784923ad5 100644 --- a/LAPACKE/src/lapacke_ssyequb.c +++ b/LAPACKE/src/lapacke_ssyequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyequb_work.c b/LAPACKE/src/lapacke_ssyequb_work.c index a52519ba71..3979d6f79e 100644 --- a/LAPACKE/src/lapacke_ssyequb_work.c +++ b/LAPACKE/src/lapacke_ssyequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyev.c b/LAPACKE/src/lapacke_ssyev.c index 81b65db02b..0bf5cf8311 100644 --- a/LAPACKE/src/lapacke_ssyev.c +++ b/LAPACKE/src/lapacke_ssyev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyev_2stage.c b/LAPACKE/src/lapacke_ssyev_2stage.c index d57a7c2ebc..cc4ecc04ec 100644 --- a/LAPACKE/src/lapacke_ssyev_2stage.c +++ b/LAPACKE/src/lapacke_ssyev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyev_2stage_work.c b/LAPACKE/src/lapacke_ssyev_2stage_work.c index 277e66669a..7c46efc8f1 100644 --- a/LAPACKE/src/lapacke_ssyev_2stage_work.c +++ b/LAPACKE/src/lapacke_ssyev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyev_work.c b/LAPACKE/src/lapacke_ssyev_work.c index abd62ddf39..b269c3d0df 100644 --- a/LAPACKE/src/lapacke_ssyev_work.c +++ b/LAPACKE/src/lapacke_ssyev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevd.c b/LAPACKE/src/lapacke_ssyevd.c index f5924bd94f..317cd0cd0a 100644 --- a/LAPACKE/src/lapacke_ssyevd.c +++ b/LAPACKE/src/lapacke_ssyevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevd_2stage.c b/LAPACKE/src/lapacke_ssyevd_2stage.c index 40ef1bcc26..c723dd1261 100644 --- a/LAPACKE/src/lapacke_ssyevd_2stage.c +++ b/LAPACKE/src/lapacke_ssyevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevd_2stage_work.c b/LAPACKE/src/lapacke_ssyevd_2stage_work.c index d9fe47599d..455b7ab821 100644 --- a/LAPACKE/src/lapacke_ssyevd_2stage_work.c +++ b/LAPACKE/src/lapacke_ssyevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevd_work.c b/LAPACKE/src/lapacke_ssyevd_work.c index bfbf49aeea..6f41a84d4e 100644 --- a/LAPACKE/src/lapacke_ssyevd_work.c +++ b/LAPACKE/src/lapacke_ssyevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevr.c b/LAPACKE/src/lapacke_ssyevr.c index 3274f6baba..efbbaa73ae 100644 --- a/LAPACKE/src/lapacke_ssyevr.c +++ b/LAPACKE/src/lapacke_ssyevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevr_2stage.c b/LAPACKE/src/lapacke_ssyevr_2stage.c index 8958be31dc..c7f17378de 100644 --- a/LAPACKE/src/lapacke_ssyevr_2stage.c +++ b/LAPACKE/src/lapacke_ssyevr_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevr_2stage_work.c b/LAPACKE/src/lapacke_ssyevr_2stage_work.c index ec6b5ca7a9..cbb62d1954 100644 --- a/LAPACKE/src/lapacke_ssyevr_2stage_work.c +++ b/LAPACKE/src/lapacke_ssyevr_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevr_work.c b/LAPACKE/src/lapacke_ssyevr_work.c index 26e8cd48d0..c6e0e3a2e5 100644 --- a/LAPACKE/src/lapacke_ssyevr_work.c +++ b/LAPACKE/src/lapacke_ssyevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevx.c b/LAPACKE/src/lapacke_ssyevx.c index 43be722b4e..5b949d2c53 100644 --- a/LAPACKE/src/lapacke_ssyevx.c +++ b/LAPACKE/src/lapacke_ssyevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevx_2stage.c b/LAPACKE/src/lapacke_ssyevx_2stage.c index 42559e35fd..2c5f4c7f37 100644 --- a/LAPACKE/src/lapacke_ssyevx_2stage.c +++ b/LAPACKE/src/lapacke_ssyevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevx_2stage_work.c b/LAPACKE/src/lapacke_ssyevx_2stage_work.c index 8529a83a2b..3b8b08f436 100644 --- a/LAPACKE/src/lapacke_ssyevx_2stage_work.c +++ b/LAPACKE/src/lapacke_ssyevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyevx_work.c b/LAPACKE/src/lapacke_ssyevx_work.c index d4d0b80016..45beee937a 100644 --- a/LAPACKE/src/lapacke_ssyevx_work.c +++ b/LAPACKE/src/lapacke_ssyevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygst.c b/LAPACKE/src/lapacke_ssygst.c index 7b97f472b5..7727d8a3e0 100644 --- a/LAPACKE/src/lapacke_ssygst.c +++ b/LAPACKE/src/lapacke_ssygst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssygst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygst_work.c b/LAPACKE/src/lapacke_ssygst_work.c index 268da2c538..356079da46 100644 --- a/LAPACKE/src/lapacke_ssygst_work.c +++ b/LAPACKE/src/lapacke_ssygst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssygst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygv.c b/LAPACKE/src/lapacke_ssygv.c index 8ec40d954d..e31e8b8dcb 100644 --- a/LAPACKE/src/lapacke_ssygv.c +++ b/LAPACKE/src/lapacke_ssygv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssygv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygv_2stage.c b/LAPACKE/src/lapacke_ssygv_2stage.c index a2eba66531..6f16f23501 100644 --- a/LAPACKE/src/lapacke_ssygv_2stage.c +++ b/LAPACKE/src/lapacke_ssygv_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssygv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygv_2stage_work.c b/LAPACKE/src/lapacke_ssygv_2stage_work.c index 802cd4d205..d2bd07ac74 100644 --- a/LAPACKE/src/lapacke_ssygv_2stage_work.c +++ b/LAPACKE/src/lapacke_ssygv_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssygv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygv_work.c b/LAPACKE/src/lapacke_ssygv_work.c index 6f9f4bbf42..d5873d5bc5 100644 --- a/LAPACKE/src/lapacke_ssygv_work.c +++ b/LAPACKE/src/lapacke_ssygv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssygv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygvd.c b/LAPACKE/src/lapacke_ssygvd.c index 5afe8d2dee..880603da51 100644 --- a/LAPACKE/src/lapacke_ssygvd.c +++ b/LAPACKE/src/lapacke_ssygvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssygvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygvd_work.c b/LAPACKE/src/lapacke_ssygvd_work.c index 2d23eef2b3..1cd9a3aa41 100644 --- a/LAPACKE/src/lapacke_ssygvd_work.c +++ b/LAPACKE/src/lapacke_ssygvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssygvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygvx.c b/LAPACKE/src/lapacke_ssygvx.c index 1fe4e2c6c5..0f166094d4 100644 --- a/LAPACKE/src/lapacke_ssygvx.c +++ b/LAPACKE/src/lapacke_ssygvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssygvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssygvx_work.c b/LAPACKE/src/lapacke_ssygvx_work.c index 6306bd2cd2..d17dd8da23 100644 --- a/LAPACKE/src/lapacke_ssygvx_work.c +++ b/LAPACKE/src/lapacke_ssygvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssygvx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyrfs.c b/LAPACKE/src/lapacke_ssyrfs.c index f65daa951c..0fab0a7342 100644 --- a/LAPACKE/src/lapacke_ssyrfs.c +++ b/LAPACKE/src/lapacke_ssyrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyrfs_work.c b/LAPACKE/src/lapacke_ssyrfs_work.c index 39343499fc..247b717a61 100644 --- a/LAPACKE/src/lapacke_ssyrfs_work.c +++ b/LAPACKE/src/lapacke_ssyrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyrfsx.c b/LAPACKE/src/lapacke_ssyrfsx.c index cccc996396..10b855e5ea 100644 --- a/LAPACKE/src/lapacke_ssyrfsx.c +++ b/LAPACKE/src/lapacke_ssyrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyrfsx_work.c b/LAPACKE/src/lapacke_ssyrfsx_work.c index e50a578e6c..17dda3f41f 100644 --- a/LAPACKE/src/lapacke_ssyrfsx_work.c +++ b/LAPACKE/src/lapacke_ssyrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv.c b/LAPACKE/src/lapacke_ssysv.c index 579d98d620..44c714e63d 100644 --- a/LAPACKE/src/lapacke_ssysv.c +++ b/LAPACKE/src/lapacke_ssysv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_aa.c b/LAPACKE/src/lapacke_ssysv_aa.c index 2777e18388..ab03c3bc6f 100644 --- a/LAPACKE/src/lapacke_ssysv_aa.c +++ b/LAPACKE/src/lapacke_ssysv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_aa_2stage.c b/LAPACKE/src/lapacke_ssysv_aa_2stage.c index ce50a89f4c..3f9d8963bd 100644 --- a/LAPACKE/src/lapacke_ssysv_aa_2stage.c +++ b/LAPACKE/src/lapacke_ssysv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_aa_2stage_work.c b/LAPACKE/src/lapacke_ssysv_aa_2stage_work.c index d21dbb0481..661bc80e54 100644 --- a/LAPACKE/src/lapacke_ssysv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_ssysv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_aa_work.c b/LAPACKE/src/lapacke_ssysv_aa_work.c index c4db610bbd..63aba3a6eb 100644 --- a/LAPACKE/src/lapacke_ssysv_aa_work.c +++ b/LAPACKE/src/lapacke_ssysv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_rk.c b/LAPACKE/src/lapacke_ssysv_rk.c index afb9869fc3..2e8669c4ae 100644 --- a/LAPACKE/src/lapacke_ssysv_rk.c +++ b/LAPACKE/src/lapacke_ssysv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_rk_work.c b/LAPACKE/src/lapacke_ssysv_rk_work.c index a6180501d4..a38699a40a 100644 --- a/LAPACKE/src/lapacke_ssysv_rk_work.c +++ b/LAPACKE/src/lapacke_ssysv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_rook.c b/LAPACKE/src/lapacke_ssysv_rook.c index 2c6fee6b91..361643d17e 100644 --- a/LAPACKE/src/lapacke_ssysv_rook.c +++ b/LAPACKE/src/lapacke_ssysv_rook.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_rook_work.c b/LAPACKE/src/lapacke_ssysv_rook_work.c index 4a9c1ead9e..c4b3984799 100644 --- a/LAPACKE/src/lapacke_ssysv_rook_work.c +++ b/LAPACKE/src/lapacke_ssysv_rook_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysv_work.c b/LAPACKE/src/lapacke_ssysv_work.c index e787a1d684..28e164f5bc 100644 --- a/LAPACKE/src/lapacke_ssysv_work.c +++ b/LAPACKE/src/lapacke_ssysv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysvx.c b/LAPACKE/src/lapacke_ssysvx.c index 97410885c8..3ffc65b367 100644 --- a/LAPACKE/src/lapacke_ssysvx.c +++ b/LAPACKE/src/lapacke_ssysvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysvx_work.c b/LAPACKE/src/lapacke_ssysvx_work.c index 42796a5e1f..b35ce341ff 100644 --- a/LAPACKE/src/lapacke_ssysvx_work.c +++ b/LAPACKE/src/lapacke_ssysvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysvxx.c b/LAPACKE/src/lapacke_ssysvxx.c index 860773db35..3553e6073d 100644 --- a/LAPACKE/src/lapacke_ssysvxx.c +++ b/LAPACKE/src/lapacke_ssysvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssysvxx_work.c b/LAPACKE/src/lapacke_ssysvxx_work.c index b4b928a8ba..94a032d59a 100644 --- a/LAPACKE/src/lapacke_ssysvxx_work.c +++ b/LAPACKE/src/lapacke_ssysvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyswapr.c b/LAPACKE/src/lapacke_ssyswapr.c index 733db5a2d1..151f10ffb2 100644 --- a/LAPACKE/src/lapacke_ssyswapr.c +++ b/LAPACKE/src/lapacke_ssyswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssyswapr_work.c b/LAPACKE/src/lapacke_ssyswapr_work.c index b376abd65e..d12ca5fc15 100644 --- a/LAPACKE/src/lapacke_ssyswapr_work.c +++ b/LAPACKE/src/lapacke_ssyswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrd.c b/LAPACKE/src/lapacke_ssytrd.c index 4dee60728f..fa14112b74 100644 --- a/LAPACKE/src/lapacke_ssytrd.c +++ b/LAPACKE/src/lapacke_ssytrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrd_work.c b/LAPACKE/src/lapacke_ssytrd_work.c index f2e0b51b75..19bfb2a684 100644 --- a/LAPACKE/src/lapacke_ssytrd_work.c +++ b/LAPACKE/src/lapacke_ssytrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf.c b/LAPACKE/src/lapacke_ssytrf.c index cf25c57c3f..d5664ae127 100644 --- a/LAPACKE/src/lapacke_ssytrf.c +++ b/LAPACKE/src/lapacke_ssytrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_aa.c b/LAPACKE/src/lapacke_ssytrf_aa.c index 6689e7e854..3f5cf78dbf 100644 --- a/LAPACKE/src/lapacke_ssytrf_aa.c +++ b/LAPACKE/src/lapacke_ssytrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_aa_2stage.c b/LAPACKE/src/lapacke_ssytrf_aa_2stage.c index 6285f2d9dc..8d3fba851e 100644 --- a/LAPACKE/src/lapacke_ssytrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_ssytrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrf_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_aa_2stage_work.c b/LAPACKE/src/lapacke_ssytrf_aa_2stage_work.c index 5ffe8154b6..ba697fab50 100644 --- a/LAPACKE/src/lapacke_ssytrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_ssytrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_aa_work.c b/LAPACKE/src/lapacke_ssytrf_aa_work.c index 182946a452..5931efb01b 100644 --- a/LAPACKE/src/lapacke_ssytrf_aa_work.c +++ b/LAPACKE/src/lapacke_ssytrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_rk.c b/LAPACKE/src/lapacke_ssytrf_rk.c index 993750fa4a..060c680120 100644 --- a/LAPACKE/src/lapacke_ssytrf_rk.c +++ b/LAPACKE/src/lapacke_ssytrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_rk_work.c b/LAPACKE/src/lapacke_ssytrf_rk_work.c index 930baa765a..07531d6ba4 100644 --- a/LAPACKE/src/lapacke_ssytrf_rk_work.c +++ b/LAPACKE/src/lapacke_ssytrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrf_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_rook.c b/LAPACKE/src/lapacke_ssytrf_rook.c index 468dc43b6a..67ef606846 100644 --- a/LAPACKE/src/lapacke_ssytrf_rook.c +++ b/LAPACKE/src/lapacke_ssytrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_rook_work.c b/LAPACKE/src/lapacke_ssytrf_rook_work.c index 2316eec8da..aaa0c6057c 100644 --- a/LAPACKE/src/lapacke_ssytrf_rook_work.c +++ b/LAPACKE/src/lapacke_ssytrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrf_work.c b/LAPACKE/src/lapacke_ssytrf_work.c index 4a5dbfabf4..0b78eaab3e 100644 --- a/LAPACKE/src/lapacke_ssytrf_work.c +++ b/LAPACKE/src/lapacke_ssytrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri.c b/LAPACKE/src/lapacke_ssytri.c index eb68f72d7c..ac8ad22528 100644 --- a/LAPACKE/src/lapacke_ssytri.c +++ b/LAPACKE/src/lapacke_ssytri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri2.c b/LAPACKE/src/lapacke_ssytri2.c index 4159115c0f..de321708c6 100644 --- a/LAPACKE/src/lapacke_ssytri2.c +++ b/LAPACKE/src/lapacke_ssytri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytri2 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri2_work.c b/LAPACKE/src/lapacke_ssytri2_work.c index 8a9c72951e..0f9f73d52a 100644 --- a/LAPACKE/src/lapacke_ssytri2_work.c +++ b/LAPACKE/src/lapacke_ssytri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytri2 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri2x.c b/LAPACKE/src/lapacke_ssytri2x.c index 34c989a4ad..4702880f90 100644 --- a/LAPACKE/src/lapacke_ssytri2x.c +++ b/LAPACKE/src/lapacke_ssytri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri2x_work.c b/LAPACKE/src/lapacke_ssytri2x_work.c index 7e83e22b99..33174aaa00 100644 --- a/LAPACKE/src/lapacke_ssytri2x_work.c +++ b/LAPACKE/src/lapacke_ssytri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri_3.c b/LAPACKE/src/lapacke_ssytri_3.c index f2a183527b..79dd0157d1 100644 --- a/LAPACKE/src/lapacke_ssytri_3.c +++ b/LAPACKE/src/lapacke_ssytri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri_3_work.c b/LAPACKE/src/lapacke_ssytri_3_work.c index ee7cc4bce3..c60c613e3f 100644 --- a/LAPACKE/src/lapacke_ssytri_3_work.c +++ b/LAPACKE/src/lapacke_ssytri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytri_work.c b/LAPACKE/src/lapacke_ssytri_work.c index 3f13041eee..5cee20b5ed 100644 --- a/LAPACKE/src/lapacke_ssytri_work.c +++ b/LAPACKE/src/lapacke_ssytri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs.c b/LAPACKE/src/lapacke_ssytrs.c index 9919d6a4e9..8b84eccf41 100644 --- a/LAPACKE/src/lapacke_ssytrs.c +++ b/LAPACKE/src/lapacke_ssytrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs2.c b/LAPACKE/src/lapacke_ssytrs2.c index 19f447cd8c..d95a06d073 100644 --- a/LAPACKE/src/lapacke_ssytrs2.c +++ b/LAPACKE/src/lapacke_ssytrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs2_work.c b/LAPACKE/src/lapacke_ssytrs2_work.c index 7d348b382f..0bfe89f6d6 100644 --- a/LAPACKE/src/lapacke_ssytrs2_work.c +++ b/LAPACKE/src/lapacke_ssytrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_3.c b/LAPACKE/src/lapacke_ssytrs_3.c index 44e713b723..d0fd17a3cb 100644 --- a/LAPACKE/src/lapacke_ssytrs_3.c +++ b/LAPACKE/src/lapacke_ssytrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_3_work.c b/LAPACKE/src/lapacke_ssytrs_3_work.c index db09e97f9c..ad5dac9e6a 100644 --- a/LAPACKE/src/lapacke_ssytrs_3_work.c +++ b/LAPACKE/src/lapacke_ssytrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_aa.c b/LAPACKE/src/lapacke_ssytrs_aa.c index 9eb20d2ea6..665e9ed988 100644 --- a/LAPACKE/src/lapacke_ssytrs_aa.c +++ b/LAPACKE/src/lapacke_ssytrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs_aa * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_aa_2stage.c b/LAPACKE/src/lapacke_ssytrs_aa_2stage.c index c67ad2d50e..d03def93ea 100644 --- a/LAPACKE/src/lapacke_ssytrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_ssytrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_aa_2stage_work.c b/LAPACKE/src/lapacke_ssytrs_aa_2stage_work.c index 95def2929a..a2644029c3 100644 --- a/LAPACKE/src/lapacke_ssytrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_ssytrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_aa_work.c b/LAPACKE/src/lapacke_ssytrs_aa_work.c index f478880321..7bfd6086aa 100644 --- a/LAPACKE/src/lapacke_ssytrs_aa_work.c +++ b/LAPACKE/src/lapacke_ssytrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_rook.c b/LAPACKE/src/lapacke_ssytrs_rook.c index fa8238222a..bba3d2352e 100644 --- a/LAPACKE/src/lapacke_ssytrs_rook.c +++ b/LAPACKE/src/lapacke_ssytrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ssytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_rook_work.c b/LAPACKE/src/lapacke_ssytrs_rook_work.c index 6b181a4d21..93d03e819c 100644 --- a/LAPACKE/src/lapacke_ssytrs_rook_work.c +++ b/LAPACKE/src/lapacke_ssytrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ssytrs_work.c b/LAPACKE/src/lapacke_ssytrs_work.c index dae4dd66a6..f98aa4ae6d 100644 --- a/LAPACKE/src/lapacke_ssytrs_work.c +++ b/LAPACKE/src/lapacke_ssytrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ssytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbcon.c b/LAPACKE/src/lapacke_stbcon.c index 9230171f99..8c27b4b4aa 100644 --- a/LAPACKE/src/lapacke_stbcon.c +++ b/LAPACKE/src/lapacke_stbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbcon_work.c b/LAPACKE/src/lapacke_stbcon_work.c index 0b7040207c..d3ac7c80b8 100644 --- a/LAPACKE/src/lapacke_stbcon_work.c +++ b/LAPACKE/src/lapacke_stbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbrfs.c b/LAPACKE/src/lapacke_stbrfs.c index 6f4de24291..860e66c5d9 100644 --- a/LAPACKE/src/lapacke_stbrfs.c +++ b/LAPACKE/src/lapacke_stbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbrfs_work.c b/LAPACKE/src/lapacke_stbrfs_work.c index c1440d1431..39d19f9e6d 100644 --- a/LAPACKE/src/lapacke_stbrfs_work.c +++ b/LAPACKE/src/lapacke_stbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbtrs.c b/LAPACKE/src/lapacke_stbtrs.c index a99c37ad3d..3421eae3bb 100644 --- a/LAPACKE/src/lapacke_stbtrs.c +++ b/LAPACKE/src/lapacke_stbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stbtrs_work.c b/LAPACKE/src/lapacke_stbtrs_work.c index 662421f15e..46ac0b0fcb 100644 --- a/LAPACKE/src/lapacke_stbtrs_work.c +++ b/LAPACKE/src/lapacke_stbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfsm.c b/LAPACKE/src/lapacke_stfsm.c index bf04a277bf..7f8a38da3e 100644 --- a/LAPACKE/src/lapacke_stfsm.c +++ b/LAPACKE/src/lapacke_stfsm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfsm_work.c b/LAPACKE/src/lapacke_stfsm_work.c index a928d2cb88..e6b14c960a 100644 --- a/LAPACKE/src/lapacke_stfsm_work.c +++ b/LAPACKE/src/lapacke_stfsm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stftri.c b/LAPACKE/src/lapacke_stftri.c index bd62569783..33538a93b2 100644 --- a/LAPACKE/src/lapacke_stftri.c +++ b/LAPACKE/src/lapacke_stftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stftri_work.c b/LAPACKE/src/lapacke_stftri_work.c index 671ce91fff..5efc8b2878 100644 --- a/LAPACKE/src/lapacke_stftri_work.c +++ b/LAPACKE/src/lapacke_stftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfttp.c b/LAPACKE/src/lapacke_stfttp.c index b5cf832a0e..902b6dce01 100644 --- a/LAPACKE/src/lapacke_stfttp.c +++ b/LAPACKE/src/lapacke_stfttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfttp_work.c b/LAPACKE/src/lapacke_stfttp_work.c index 10de22cfaf..805fd07f19 100644 --- a/LAPACKE/src/lapacke_stfttp_work.c +++ b/LAPACKE/src/lapacke_stfttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfttr.c b/LAPACKE/src/lapacke_stfttr.c index 5099e7e961..6a418f0fc8 100644 --- a/LAPACKE/src/lapacke_stfttr.c +++ b/LAPACKE/src/lapacke_stfttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stfttr_work.c b/LAPACKE/src/lapacke_stfttr_work.c index 5f7f62ed9a..a9fb091547 100644 --- a/LAPACKE/src/lapacke_stfttr_work.c +++ b/LAPACKE/src/lapacke_stfttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgevc.c b/LAPACKE/src/lapacke_stgevc.c index e95a37e860..3e6fe851f6 100644 --- a/LAPACKE/src/lapacke_stgevc.c +++ b/LAPACKE/src/lapacke_stgevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgevc_work.c b/LAPACKE/src/lapacke_stgevc_work.c index b8fc488220..fd9f6ca029 100644 --- a/LAPACKE/src/lapacke_stgevc_work.c +++ b/LAPACKE/src/lapacke_stgevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgexc.c b/LAPACKE/src/lapacke_stgexc.c index 7d9e21e62b..5b0fc4700f 100644 --- a/LAPACKE/src/lapacke_stgexc.c +++ b/LAPACKE/src/lapacke_stgexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgexc_work.c b/LAPACKE/src/lapacke_stgexc_work.c index 969fcd38ae..aea9cbd29e 100644 --- a/LAPACKE/src/lapacke_stgexc_work.c +++ b/LAPACKE/src/lapacke_stgexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsen.c b/LAPACKE/src/lapacke_stgsen.c index d0250eb637..c3b0c4bf82 100644 --- a/LAPACKE/src/lapacke_stgsen.c +++ b/LAPACKE/src/lapacke_stgsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsen_work.c b/LAPACKE/src/lapacke_stgsen_work.c index 92ea00c812..0d7eacb31a 100644 --- a/LAPACKE/src/lapacke_stgsen_work.c +++ b/LAPACKE/src/lapacke_stgsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsja.c b/LAPACKE/src/lapacke_stgsja.c index 2b239c7586..24e5bcefa9 100644 --- a/LAPACKE/src/lapacke_stgsja.c +++ b/LAPACKE/src/lapacke_stgsja.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsja_work.c b/LAPACKE/src/lapacke_stgsja_work.c index 7e1c92050b..1cc98ce686 100644 --- a/LAPACKE/src/lapacke_stgsja_work.c +++ b/LAPACKE/src/lapacke_stgsja_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsna.c b/LAPACKE/src/lapacke_stgsna.c index 074424732d..e8c6113188 100644 --- a/LAPACKE/src/lapacke_stgsna.c +++ b/LAPACKE/src/lapacke_stgsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsna_work.c b/LAPACKE/src/lapacke_stgsna_work.c index 7a6b9bb358..d10868305d 100644 --- a/LAPACKE/src/lapacke_stgsna_work.c +++ b/LAPACKE/src/lapacke_stgsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsyl.c b/LAPACKE/src/lapacke_stgsyl.c index 3c6b859cc1..b7efeafb83 100644 --- a/LAPACKE/src/lapacke_stgsyl.c +++ b/LAPACKE/src/lapacke_stgsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stgsyl_work.c b/LAPACKE/src/lapacke_stgsyl_work.c index 97d7a19435..8b7ab8ae07 100644 --- a/LAPACKE/src/lapacke_stgsyl_work.c +++ b/LAPACKE/src/lapacke_stgsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpcon.c b/LAPACKE/src/lapacke_stpcon.c index 661269de59..04583cd185 100644 --- a/LAPACKE/src/lapacke_stpcon.c +++ b/LAPACKE/src/lapacke_stpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpcon_work.c b/LAPACKE/src/lapacke_stpcon_work.c index 1cf2815089..ef5c3fa840 100644 --- a/LAPACKE/src/lapacke_stpcon_work.c +++ b/LAPACKE/src/lapacke_stpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpmqrt.c b/LAPACKE/src/lapacke_stpmqrt.c index b863b79a96..be7c117b08 100644 --- a/LAPACKE/src/lapacke_stpmqrt.c +++ b/LAPACKE/src/lapacke_stpmqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function stpmqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpmqrt_work.c b/LAPACKE/src/lapacke_stpmqrt_work.c index 6a68b82d98..095fbdcd9f 100644 --- a/LAPACKE/src/lapacke_stpmqrt_work.c +++ b/LAPACKE/src/lapacke_stpmqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function stpmqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpqrt.c b/LAPACKE/src/lapacke_stpqrt.c index 1438ea29d0..9df06332c2 100644 --- a/LAPACKE/src/lapacke_stpqrt.c +++ b/LAPACKE/src/lapacke_stpqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpqrt2.c b/LAPACKE/src/lapacke_stpqrt2.c index 923258621d..fc539ab4a2 100644 --- a/LAPACKE/src/lapacke_stpqrt2.c +++ b/LAPACKE/src/lapacke_stpqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function stpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpqrt2_work.c b/LAPACKE/src/lapacke_stpqrt2_work.c index d62b19c47c..7e8200e0dd 100644 --- a/LAPACKE/src/lapacke_stpqrt2_work.c +++ b/LAPACKE/src/lapacke_stpqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function stpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpqrt_work.c b/LAPACKE/src/lapacke_stpqrt_work.c index 6435319145..9477607e36 100644 --- a/LAPACKE/src/lapacke_stpqrt_work.c +++ b/LAPACKE/src/lapacke_stpqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stprfb.c b/LAPACKE/src/lapacke_stprfb.c index 2ea20f08dc..1146e40dcd 100644 --- a/LAPACKE/src/lapacke_stprfb.c +++ b/LAPACKE/src/lapacke_stprfb.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function stprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stprfb_work.c b/LAPACKE/src/lapacke_stprfb_work.c index dd1d9c2ba1..06f9faa7c1 100644 --- a/LAPACKE/src/lapacke_stprfb_work.c +++ b/LAPACKE/src/lapacke_stprfb_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function stprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stprfs.c b/LAPACKE/src/lapacke_stprfs.c index 299e051202..10f80b08bd 100644 --- a/LAPACKE/src/lapacke_stprfs.c +++ b/LAPACKE/src/lapacke_stprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stprfs_work.c b/LAPACKE/src/lapacke_stprfs_work.c index 2b8333a364..fa8bb72b74 100644 --- a/LAPACKE/src/lapacke_stprfs_work.c +++ b/LAPACKE/src/lapacke_stprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stptri.c b/LAPACKE/src/lapacke_stptri.c index edd25bd748..052da0ec81 100644 --- a/LAPACKE/src/lapacke_stptri.c +++ b/LAPACKE/src/lapacke_stptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stptri_work.c b/LAPACKE/src/lapacke_stptri_work.c index 85df20717c..6d2e43d003 100644 --- a/LAPACKE/src/lapacke_stptri_work.c +++ b/LAPACKE/src/lapacke_stptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stptrs.c b/LAPACKE/src/lapacke_stptrs.c index fc24e5f169..98a7e825b3 100644 --- a/LAPACKE/src/lapacke_stptrs.c +++ b/LAPACKE/src/lapacke_stptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stptrs_work.c b/LAPACKE/src/lapacke_stptrs_work.c index c1dcf4abfe..46d74aa849 100644 --- a/LAPACKE/src/lapacke_stptrs_work.c +++ b/LAPACKE/src/lapacke_stptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpttf.c b/LAPACKE/src/lapacke_stpttf.c index 5c7746e61b..dd3ecc8828 100644 --- a/LAPACKE/src/lapacke_stpttf.c +++ b/LAPACKE/src/lapacke_stpttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpttf_work.c b/LAPACKE/src/lapacke_stpttf_work.c index 0f1823f0b7..d534e65e58 100644 --- a/LAPACKE/src/lapacke_stpttf_work.c +++ b/LAPACKE/src/lapacke_stpttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpttr.c b/LAPACKE/src/lapacke_stpttr.c index 9e1340c16b..f65504442b 100644 --- a/LAPACKE/src/lapacke_stpttr.c +++ b/LAPACKE/src/lapacke_stpttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stpttr_work.c b/LAPACKE/src/lapacke_stpttr_work.c index 5bb73bde9a..0604a21bd2 100644 --- a/LAPACKE/src/lapacke_stpttr_work.c +++ b/LAPACKE/src/lapacke_stpttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strcon.c b/LAPACKE/src/lapacke_strcon.c index 39efd559ce..a64ae67615 100644 --- a/LAPACKE/src/lapacke_strcon.c +++ b/LAPACKE/src/lapacke_strcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strcon_work.c b/LAPACKE/src/lapacke_strcon_work.c index c65b10d486..6b0c779b21 100644 --- a/LAPACKE/src/lapacke_strcon_work.c +++ b/LAPACKE/src/lapacke_strcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strevc.c b/LAPACKE/src/lapacke_strevc.c index 2c983f6c36..4e9db85409 100644 --- a/LAPACKE/src/lapacke_strevc.c +++ b/LAPACKE/src/lapacke_strevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strevc_work.c b/LAPACKE/src/lapacke_strevc_work.c index 94b5e312f0..e98496f874 100644 --- a/LAPACKE/src/lapacke_strevc_work.c +++ b/LAPACKE/src/lapacke_strevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strexc.c b/LAPACKE/src/lapacke_strexc.c index b7976b66eb..62e285e265 100644 --- a/LAPACKE/src/lapacke_strexc.c +++ b/LAPACKE/src/lapacke_strexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strexc_work.c b/LAPACKE/src/lapacke_strexc_work.c index 40a6c5d050..cbbed9d8ba 100644 --- a/LAPACKE/src/lapacke_strexc_work.c +++ b/LAPACKE/src/lapacke_strexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strexc * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strrfs.c b/LAPACKE/src/lapacke_strrfs.c index 9a1156c6f9..3370c20b3f 100644 --- a/LAPACKE/src/lapacke_strrfs.c +++ b/LAPACKE/src/lapacke_strrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strrfs_work.c b/LAPACKE/src/lapacke_strrfs_work.c index 9b0b0d21b2..59305a96d5 100644 --- a/LAPACKE/src/lapacke_strrfs_work.c +++ b/LAPACKE/src/lapacke_strrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsen.c b/LAPACKE/src/lapacke_strsen.c index 0ec3ee9078..c9a5b845cc 100644 --- a/LAPACKE/src/lapacke_strsen.c +++ b/LAPACKE/src/lapacke_strsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsen_work.c b/LAPACKE/src/lapacke_strsen_work.c index aa02adb446..6e0a48346c 100644 --- a/LAPACKE/src/lapacke_strsen_work.c +++ b/LAPACKE/src/lapacke_strsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsna.c b/LAPACKE/src/lapacke_strsna.c index 9d130efca2..463a598d4b 100644 --- a/LAPACKE/src/lapacke_strsna.c +++ b/LAPACKE/src/lapacke_strsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsna_work.c b/LAPACKE/src/lapacke_strsna_work.c index 8c09b2cf12..02c439405f 100644 --- a/LAPACKE/src/lapacke_strsna_work.c +++ b/LAPACKE/src/lapacke_strsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsyl.c b/LAPACKE/src/lapacke_strsyl.c index df618cd734..8bc1ea44f3 100644 --- a/LAPACKE/src/lapacke_strsyl.c +++ b/LAPACKE/src/lapacke_strsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strsyl_work.c b/LAPACKE/src/lapacke_strsyl_work.c index 3fdec2e853..5f545df373 100644 --- a/LAPACKE/src/lapacke_strsyl_work.c +++ b/LAPACKE/src/lapacke_strsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strtri.c b/LAPACKE/src/lapacke_strtri.c index 2888624aa0..4502bb515a 100644 --- a/LAPACKE/src/lapacke_strtri.c +++ b/LAPACKE/src/lapacke_strtri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strtri_work.c b/LAPACKE/src/lapacke_strtri_work.c index f8cb2499cf..237bf2101f 100644 --- a/LAPACKE/src/lapacke_strtri_work.c +++ b/LAPACKE/src/lapacke_strtri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strtrs.c b/LAPACKE/src/lapacke_strtrs.c index b4c0aaeae9..eeb1e3fb17 100644 --- a/LAPACKE/src/lapacke_strtrs.c +++ b/LAPACKE/src/lapacke_strtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strtrs_work.c b/LAPACKE/src/lapacke_strtrs_work.c index e814653af5..fc02026c09 100644 --- a/LAPACKE/src/lapacke_strtrs_work.c +++ b/LAPACKE/src/lapacke_strtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strttf.c b/LAPACKE/src/lapacke_strttf.c index fee7ab9aec..37b851f6c0 100644 --- a/LAPACKE/src/lapacke_strttf.c +++ b/LAPACKE/src/lapacke_strttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strttf_work.c b/LAPACKE/src/lapacke_strttf_work.c index 235fa53bed..cc00af6fa9 100644 --- a/LAPACKE/src/lapacke_strttf_work.c +++ b/LAPACKE/src/lapacke_strttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strttp.c b/LAPACKE/src/lapacke_strttp.c index 6c4b84aa39..20876327c7 100644 --- a/LAPACKE/src/lapacke_strttp.c +++ b/LAPACKE/src/lapacke_strttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function strttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_strttp_work.c b/LAPACKE/src/lapacke_strttp_work.c index 4f33dc5f5e..ca62cbf801 100644 --- a/LAPACKE/src/lapacke_strttp_work.c +++ b/LAPACKE/src/lapacke_strttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function strttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stzrzf.c b/LAPACKE/src/lapacke_stzrzf.c index 0243179e6d..b7fe7ce85e 100644 --- a/LAPACKE/src/lapacke_stzrzf.c +++ b/LAPACKE/src/lapacke_stzrzf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function stzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_stzrzf_work.c b/LAPACKE/src/lapacke_stzrzf_work.c index 9b4a5a4854..bbe3cb6e82 100644 --- a/LAPACKE/src/lapacke_stzrzf_work.c +++ b/LAPACKE/src/lapacke_stzrzf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function stzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zbbcsd.c b/LAPACKE/src/lapacke_zbbcsd.c index e0d0e224aa..6eda685f08 100644 --- a/LAPACKE/src/lapacke_zbbcsd.c +++ b/LAPACKE/src/lapacke_zbbcsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zbbcsd_work.c b/LAPACKE/src/lapacke_zbbcsd_work.c index 96b8b97e30..05d405ed4f 100644 --- a/LAPACKE/src/lapacke_zbbcsd_work.c +++ b/LAPACKE/src/lapacke_zbbcsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zbbcsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zbdsqr.c b/LAPACKE/src/lapacke_zbdsqr.c index c12ef3eae2..cc71ad977b 100644 --- a/LAPACKE/src/lapacke_zbdsqr.c +++ b/LAPACKE/src/lapacke_zbdsqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zbdsqr_work.c b/LAPACKE/src/lapacke_zbdsqr_work.c index 874fca317f..b54ccff929 100644 --- a/LAPACKE/src/lapacke_zbdsqr_work.c +++ b/LAPACKE/src/lapacke_zbdsqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zbdsqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zcgesv.c b/LAPACKE/src/lapacke_zcgesv.c index f161b185c0..600f1d6175 100644 --- a/LAPACKE/src/lapacke_zcgesv.c +++ b/LAPACKE/src/lapacke_zcgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zcgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zcgesv_work.c b/LAPACKE/src/lapacke_zcgesv_work.c index 207f7c68c2..88ea127e6c 100644 --- a/LAPACKE/src/lapacke_zcgesv_work.c +++ b/LAPACKE/src/lapacke_zcgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zcgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zcposv.c b/LAPACKE/src/lapacke_zcposv.c index 1c54c391f4..c5638dbc24 100644 --- a/LAPACKE/src/lapacke_zcposv.c +++ b/LAPACKE/src/lapacke_zcposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zcposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zcposv_work.c b/LAPACKE/src/lapacke_zcposv_work.c index 2c75bb4eea..d6258ea5d3 100644 --- a/LAPACKE/src/lapacke_zcposv_work.c +++ b/LAPACKE/src/lapacke_zcposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zcposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbbrd.c b/LAPACKE/src/lapacke_zgbbrd.c index 63c9a756fa..08ac86243a 100644 --- a/LAPACKE/src/lapacke_zgbbrd.c +++ b/LAPACKE/src/lapacke_zgbbrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbbrd_work.c b/LAPACKE/src/lapacke_zgbbrd_work.c index deac298564..693cad63c1 100644 --- a/LAPACKE/src/lapacke_zgbbrd_work.c +++ b/LAPACKE/src/lapacke_zgbbrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbbrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbcon.c b/LAPACKE/src/lapacke_zgbcon.c index 6ce309d7da..a3c1b267dd 100644 --- a/LAPACKE/src/lapacke_zgbcon.c +++ b/LAPACKE/src/lapacke_zgbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbcon_work.c b/LAPACKE/src/lapacke_zgbcon_work.c index d7a44540b6..bcac6fed9c 100644 --- a/LAPACKE/src/lapacke_zgbcon_work.c +++ b/LAPACKE/src/lapacke_zgbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbequ.c b/LAPACKE/src/lapacke_zgbequ.c index 33781a10a8..805ced166f 100644 --- a/LAPACKE/src/lapacke_zgbequ.c +++ b/LAPACKE/src/lapacke_zgbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbequ_work.c b/LAPACKE/src/lapacke_zgbequ_work.c index 08dcd685b5..2e61d352d4 100644 --- a/LAPACKE/src/lapacke_zgbequ_work.c +++ b/LAPACKE/src/lapacke_zgbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbequb.c b/LAPACKE/src/lapacke_zgbequb.c index 96038277e3..3bf1be924d 100644 --- a/LAPACKE/src/lapacke_zgbequb.c +++ b/LAPACKE/src/lapacke_zgbequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbequb_work.c b/LAPACKE/src/lapacke_zgbequb_work.c index cc6e21b158..e1a37683ef 100644 --- a/LAPACKE/src/lapacke_zgbequb_work.c +++ b/LAPACKE/src/lapacke_zgbequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbrfs.c b/LAPACKE/src/lapacke_zgbrfs.c index 2bf3fa3771..a4a4f33f21 100644 --- a/LAPACKE/src/lapacke_zgbrfs.c +++ b/LAPACKE/src/lapacke_zgbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbrfs_work.c b/LAPACKE/src/lapacke_zgbrfs_work.c index 6f27258a38..28300861c3 100644 --- a/LAPACKE/src/lapacke_zgbrfs_work.c +++ b/LAPACKE/src/lapacke_zgbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbrfsx.c b/LAPACKE/src/lapacke_zgbrfsx.c index 6d269de430..d08ec77a28 100644 --- a/LAPACKE/src/lapacke_zgbrfsx.c +++ b/LAPACKE/src/lapacke_zgbrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbrfsx_work.c b/LAPACKE/src/lapacke_zgbrfsx_work.c index f367007c56..285f4a9b33 100644 --- a/LAPACKE/src/lapacke_zgbrfsx_work.c +++ b/LAPACKE/src/lapacke_zgbrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsv.c b/LAPACKE/src/lapacke_zgbsv.c index 17aa1d37f5..118473fd08 100644 --- a/LAPACKE/src/lapacke_zgbsv.c +++ b/LAPACKE/src/lapacke_zgbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsv_work.c b/LAPACKE/src/lapacke_zgbsv_work.c index 50fd116697..56bc1bb4b2 100644 --- a/LAPACKE/src/lapacke_zgbsv_work.c +++ b/LAPACKE/src/lapacke_zgbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsvx.c b/LAPACKE/src/lapacke_zgbsvx.c index 954245ecd2..3b593d4792 100644 --- a/LAPACKE/src/lapacke_zgbsvx.c +++ b/LAPACKE/src/lapacke_zgbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsvx_work.c b/LAPACKE/src/lapacke_zgbsvx_work.c index bb0654dd70..fe7183c969 100644 --- a/LAPACKE/src/lapacke_zgbsvx_work.c +++ b/LAPACKE/src/lapacke_zgbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsvxx.c b/LAPACKE/src/lapacke_zgbsvxx.c index 4d5f86b9e0..de4a260e6c 100644 --- a/LAPACKE/src/lapacke_zgbsvxx.c +++ b/LAPACKE/src/lapacke_zgbsvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbsvxx_work.c b/LAPACKE/src/lapacke_zgbsvxx_work.c index b240b2abd4..8fec5ecb80 100644 --- a/LAPACKE/src/lapacke_zgbsvxx_work.c +++ b/LAPACKE/src/lapacke_zgbsvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbsvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbtrf.c b/LAPACKE/src/lapacke_zgbtrf.c index 34e84f25ae..c325dad976 100644 --- a/LAPACKE/src/lapacke_zgbtrf.c +++ b/LAPACKE/src/lapacke_zgbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbtrf_work.c b/LAPACKE/src/lapacke_zgbtrf_work.c index 0eccd0c0d0..b0afaf92e9 100644 --- a/LAPACKE/src/lapacke_zgbtrf_work.c +++ b/LAPACKE/src/lapacke_zgbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbtrs.c b/LAPACKE/src/lapacke_zgbtrs.c index 7192fd2344..cac06b206a 100644 --- a/LAPACKE/src/lapacke_zgbtrs.c +++ b/LAPACKE/src/lapacke_zgbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgbtrs_work.c b/LAPACKE/src/lapacke_zgbtrs_work.c index cc9cfd2483..e4e9faf1f2 100644 --- a/LAPACKE/src/lapacke_zgbtrs_work.c +++ b/LAPACKE/src/lapacke_zgbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebak.c b/LAPACKE/src/lapacke_zgebak.c index 69e5c50852..cd71fb0900 100644 --- a/LAPACKE/src/lapacke_zgebak.c +++ b/LAPACKE/src/lapacke_zgebak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebak_work.c b/LAPACKE/src/lapacke_zgebak_work.c index a5e8a9cf82..724ae20f23 100644 --- a/LAPACKE/src/lapacke_zgebak_work.c +++ b/LAPACKE/src/lapacke_zgebak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgebak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebal.c b/LAPACKE/src/lapacke_zgebal.c index 25e0c01cc5..5ccb858bc2 100644 --- a/LAPACKE/src/lapacke_zgebal.c +++ b/LAPACKE/src/lapacke_zgebal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebal_work.c b/LAPACKE/src/lapacke_zgebal_work.c index c3e0f83aea..0cdc764bea 100644 --- a/LAPACKE/src/lapacke_zgebal_work.c +++ b/LAPACKE/src/lapacke_zgebal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgebal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebrd.c b/LAPACKE/src/lapacke_zgebrd.c index cb3409aca5..30fc46a436 100644 --- a/LAPACKE/src/lapacke_zgebrd.c +++ b/LAPACKE/src/lapacke_zgebrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgebrd_work.c b/LAPACKE/src/lapacke_zgebrd_work.c index df06e43e2e..8f30dcba74 100644 --- a/LAPACKE/src/lapacke_zgebrd_work.c +++ b/LAPACKE/src/lapacke_zgebrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgebrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgecon.c b/LAPACKE/src/lapacke_zgecon.c index ee0f9c9fb2..ca59138aa7 100644 --- a/LAPACKE/src/lapacke_zgecon.c +++ b/LAPACKE/src/lapacke_zgecon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgecon_work.c b/LAPACKE/src/lapacke_zgecon_work.c index d0bb07fc76..b18dbf1845 100644 --- a/LAPACKE/src/lapacke_zgecon_work.c +++ b/LAPACKE/src/lapacke_zgecon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeequ.c b/LAPACKE/src/lapacke_zgeequ.c index 43b5c2f9fd..297a76e1da 100644 --- a/LAPACKE/src/lapacke_zgeequ.c +++ b/LAPACKE/src/lapacke_zgeequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeequ_work.c b/LAPACKE/src/lapacke_zgeequ_work.c index 7633b8bda3..019fcac8f2 100644 --- a/LAPACKE/src/lapacke_zgeequ_work.c +++ b/LAPACKE/src/lapacke_zgeequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeequb.c b/LAPACKE/src/lapacke_zgeequb.c index a97aa2d16a..c565da024a 100644 --- a/LAPACKE/src/lapacke_zgeequb.c +++ b/LAPACKE/src/lapacke_zgeequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeequb_work.c b/LAPACKE/src/lapacke_zgeequb_work.c index a9299f1eba..c28a31f925 100644 --- a/LAPACKE/src/lapacke_zgeequb_work.c +++ b/LAPACKE/src/lapacke_zgeequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgees.c b/LAPACKE/src/lapacke_zgees.c index 66ba8e35db..b3ccd2ede5 100644 --- a/LAPACKE/src/lapacke_zgees.c +++ b/LAPACKE/src/lapacke_zgees.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgees_work.c b/LAPACKE/src/lapacke_zgees_work.c index 41db66fdc5..05685823de 100644 --- a/LAPACKE/src/lapacke_zgees_work.c +++ b/LAPACKE/src/lapacke_zgees_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgees * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeesx.c b/LAPACKE/src/lapacke_zgeesx.c index f1792a6aba..c3756d90e9 100644 --- a/LAPACKE/src/lapacke_zgeesx.c +++ b/LAPACKE/src/lapacke_zgeesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeesx_work.c b/LAPACKE/src/lapacke_zgeesx_work.c index 5ad7779cf6..b338f0f29e 100644 --- a/LAPACKE/src/lapacke_zgeesx_work.c +++ b/LAPACKE/src/lapacke_zgeesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeev.c b/LAPACKE/src/lapacke_zgeev.c index 6d4fe9396c..4ab99c3b7e 100644 --- a/LAPACKE/src/lapacke_zgeev.c +++ b/LAPACKE/src/lapacke_zgeev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeev_work.c b/LAPACKE/src/lapacke_zgeev_work.c index 546f9790dd..9393f825a0 100644 --- a/LAPACKE/src/lapacke_zgeev_work.c +++ b/LAPACKE/src/lapacke_zgeev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeevx.c b/LAPACKE/src/lapacke_zgeevx.c index e10df52a93..25d2e735d6 100644 --- a/LAPACKE/src/lapacke_zgeevx.c +++ b/LAPACKE/src/lapacke_zgeevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeevx_work.c b/LAPACKE/src/lapacke_zgeevx_work.c index e8dd9c26a3..e34112c09f 100644 --- a/LAPACKE/src/lapacke_zgeevx_work.c +++ b/LAPACKE/src/lapacke_zgeevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgehrd.c b/LAPACKE/src/lapacke_zgehrd.c index 92263cfde3..82399abede 100644 --- a/LAPACKE/src/lapacke_zgehrd.c +++ b/LAPACKE/src/lapacke_zgehrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgehrd_work.c b/LAPACKE/src/lapacke_zgehrd_work.c index 6c7fb5f3d2..c79ce4dba2 100644 --- a/LAPACKE/src/lapacke_zgehrd_work.c +++ b/LAPACKE/src/lapacke_zgehrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgehrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgejsv.c b/LAPACKE/src/lapacke_zgejsv.c index 153efb3716..ccada9404e 100644 --- a/LAPACKE/src/lapacke_zgejsv.c +++ b/LAPACKE/src/lapacke_zgejsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgejsv_work.c b/LAPACKE/src/lapacke_zgejsv_work.c index 83e0d647d4..51d51023b9 100644 --- a/LAPACKE/src/lapacke_zgejsv_work.c +++ b/LAPACKE/src/lapacke_zgejsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgejsv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelq.c b/LAPACKE/src/lapacke_zgelq.c index e0206b23db..c5c2fa7195 100644 --- a/LAPACKE/src/lapacke_zgelq.c +++ b/LAPACKE/src/lapacke_zgelq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelq2.c b/LAPACKE/src/lapacke_zgelq2.c index 772db3c7fe..56cbec346e 100644 --- a/LAPACKE/src/lapacke_zgelq2.c +++ b/LAPACKE/src/lapacke_zgelq2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelq2_work.c b/LAPACKE/src/lapacke_zgelq2_work.c index 4bc97653c5..3146803c95 100644 --- a/LAPACKE/src/lapacke_zgelq2_work.c +++ b/LAPACKE/src/lapacke_zgelq2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelq2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelq_work.c b/LAPACKE/src/lapacke_zgelq_work.c index 9f503c0f47..c395bc4138 100644 --- a/LAPACKE/src/lapacke_zgelq_work.c +++ b/LAPACKE/src/lapacke_zgelq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelq * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelqf.c b/LAPACKE/src/lapacke_zgelqf.c index 664cb48944..d14cb5f3e0 100644 --- a/LAPACKE/src/lapacke_zgelqf.c +++ b/LAPACKE/src/lapacke_zgelqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelqf_work.c b/LAPACKE/src/lapacke_zgelqf_work.c index f81c33d8b6..ba4ccc273e 100644 --- a/LAPACKE/src/lapacke_zgelqf_work.c +++ b/LAPACKE/src/lapacke_zgelqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgels.c b/LAPACKE/src/lapacke_zgels.c index 79e275a371..8b72315411 100644 --- a/LAPACKE/src/lapacke_zgels.c +++ b/LAPACKE/src/lapacke_zgels.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgels_work.c b/LAPACKE/src/lapacke_zgels_work.c index 1e8fd5d6b4..b7b434d7e7 100644 --- a/LAPACKE/src/lapacke_zgels_work.c +++ b/LAPACKE/src/lapacke_zgels_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgels * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelsd.c b/LAPACKE/src/lapacke_zgelsd.c index eca1450909..5635f8e6b9 100644 --- a/LAPACKE/src/lapacke_zgelsd.c +++ b/LAPACKE/src/lapacke_zgelsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelsd_work.c b/LAPACKE/src/lapacke_zgelsd_work.c index ee8d129241..09004cc723 100644 --- a/LAPACKE/src/lapacke_zgelsd_work.c +++ b/LAPACKE/src/lapacke_zgelsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelsd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelss.c b/LAPACKE/src/lapacke_zgelss.c index 4ef86b39f0..c3a70e664c 100644 --- a/LAPACKE/src/lapacke_zgelss.c +++ b/LAPACKE/src/lapacke_zgelss.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelss_work.c b/LAPACKE/src/lapacke_zgelss_work.c index 65cc434fc5..92c5b8cccc 100644 --- a/LAPACKE/src/lapacke_zgelss_work.c +++ b/LAPACKE/src/lapacke_zgelss_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelss * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelsy.c b/LAPACKE/src/lapacke_zgelsy.c index bac6ab6f50..e340d6d16d 100644 --- a/LAPACKE/src/lapacke_zgelsy.c +++ b/LAPACKE/src/lapacke_zgelsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgelsy_work.c b/LAPACKE/src/lapacke_zgelsy_work.c index 8c249b0a53..03ee8d0d50 100644 --- a/LAPACKE/src/lapacke_zgelsy_work.c +++ b/LAPACKE/src/lapacke_zgelsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgelsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemlq.c b/LAPACKE/src/lapacke_zgemlq.c index 946e2b5f3e..8825594a2d 100644 --- a/LAPACKE/src/lapacke_zgemlq.c +++ b/LAPACKE/src/lapacke_zgemlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgemlq * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemlq_work.c b/LAPACKE/src/lapacke_zgemlq_work.c index d10e730609..50261f10a9 100644 --- a/LAPACKE/src/lapacke_zgemlq_work.c +++ b/LAPACKE/src/lapacke_zgemlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgemlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemqr.c b/LAPACKE/src/lapacke_zgemqr.c index f5daf4afe3..c793ef34b8 100644 --- a/LAPACKE/src/lapacke_zgemqr.c +++ b/LAPACKE/src/lapacke_zgemqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemqr_work.c b/LAPACKE/src/lapacke_zgemqr_work.c index f17fa84eba..88d06c2846 100644 --- a/LAPACKE/src/lapacke_zgemqr_work.c +++ b/LAPACKE/src/lapacke_zgemqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgemqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemqrt.c b/LAPACKE/src/lapacke_zgemqrt.c index 222422f185..65b4684050 100644 --- a/LAPACKE/src/lapacke_zgemqrt.c +++ b/LAPACKE/src/lapacke_zgemqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zgemqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgemqrt_work.c b/LAPACKE/src/lapacke_zgemqrt_work.c index 535b07788e..734889efb5 100644 --- a/LAPACKE/src/lapacke_zgemqrt_work.c +++ b/LAPACKE/src/lapacke_zgemqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgemqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqlf.c b/LAPACKE/src/lapacke_zgeqlf.c index b887f1d3aa..499270f629 100644 --- a/LAPACKE/src/lapacke_zgeqlf.c +++ b/LAPACKE/src/lapacke_zgeqlf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqlf_work.c b/LAPACKE/src/lapacke_zgeqlf_work.c index 54966b47fc..fe10813a34 100644 --- a/LAPACKE/src/lapacke_zgeqlf_work.c +++ b/LAPACKE/src/lapacke_zgeqlf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqlf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqp3.c b/LAPACKE/src/lapacke_zgeqp3.c index bd20b8b081..2aafafc869 100644 --- a/LAPACKE/src/lapacke_zgeqp3.c +++ b/LAPACKE/src/lapacke_zgeqp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqp3_work.c b/LAPACKE/src/lapacke_zgeqp3_work.c index 765668648c..76d437f871 100644 --- a/LAPACKE/src/lapacke_zgeqp3_work.c +++ b/LAPACKE/src/lapacke_zgeqp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqp3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqpf.c b/LAPACKE/src/lapacke_zgeqpf.c index 2b9cecf7f6..c5be1df529 100644 --- a/LAPACKE/src/lapacke_zgeqpf.c +++ b/LAPACKE/src/lapacke_zgeqpf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqpf_work.c b/LAPACKE/src/lapacke_zgeqpf_work.c index 1e95b67ef5..489805d388 100644 --- a/LAPACKE/src/lapacke_zgeqpf_work.c +++ b/LAPACKE/src/lapacke_zgeqpf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqpf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqr.c b/LAPACKE/src/lapacke_zgeqr.c index 3e567f553f..78eca38e3b 100644 --- a/LAPACKE/src/lapacke_zgeqr.c +++ b/LAPACKE/src/lapacke_zgeqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqr2.c b/LAPACKE/src/lapacke_zgeqr2.c index 8c33e0cc33..eaa6adb093 100644 --- a/LAPACKE/src/lapacke_zgeqr2.c +++ b/LAPACKE/src/lapacke_zgeqr2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqr2_work.c b/LAPACKE/src/lapacke_zgeqr2_work.c index 17d6a45d4e..7a428b49f5 100644 --- a/LAPACKE/src/lapacke_zgeqr2_work.c +++ b/LAPACKE/src/lapacke_zgeqr2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqr2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqr_work.c b/LAPACKE/src/lapacke_zgeqr_work.c index 304738b486..9a2ff6d4bc 100644 --- a/LAPACKE/src/lapacke_zgeqr_work.c +++ b/LAPACKE/src/lapacke_zgeqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqr * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrf.c b/LAPACKE/src/lapacke_zgeqrf.c index 10db33ab64..71b6341198 100644 --- a/LAPACKE/src/lapacke_zgeqrf.c +++ b/LAPACKE/src/lapacke_zgeqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrf_work.c b/LAPACKE/src/lapacke_zgeqrf_work.c index 936fb6fb65..a13b9ecd6f 100644 --- a/LAPACKE/src/lapacke_zgeqrf_work.c +++ b/LAPACKE/src/lapacke_zgeqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrfp.c b/LAPACKE/src/lapacke_zgeqrfp.c index 62e5787156..d1e64a3dfd 100644 --- a/LAPACKE/src/lapacke_zgeqrfp.c +++ b/LAPACKE/src/lapacke_zgeqrfp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrfp_work.c b/LAPACKE/src/lapacke_zgeqrfp_work.c index d7c1de3988..919e3a0cb7 100644 --- a/LAPACKE/src/lapacke_zgeqrfp_work.c +++ b/LAPACKE/src/lapacke_zgeqrfp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrfp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt.c b/LAPACKE/src/lapacke_zgeqrt.c index 5774d4b193..0612daee58 100644 --- a/LAPACKE/src/lapacke_zgeqrt.c +++ b/LAPACKE/src/lapacke_zgeqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt2.c b/LAPACKE/src/lapacke_zgeqrt2.c index b31237c6ae..5209a41001 100644 --- a/LAPACKE/src/lapacke_zgeqrt2.c +++ b/LAPACKE/src/lapacke_zgeqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt2_work.c b/LAPACKE/src/lapacke_zgeqrt2_work.c index b733ee71b8..90f17f276d 100644 --- a/LAPACKE/src/lapacke_zgeqrt2_work.c +++ b/LAPACKE/src/lapacke_zgeqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt3.c b/LAPACKE/src/lapacke_zgeqrt3.c index 51f0558bf1..97a6ae71c6 100644 --- a/LAPACKE/src/lapacke_zgeqrt3.c +++ b/LAPACKE/src/lapacke_zgeqrt3.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt3_work.c b/LAPACKE/src/lapacke_zgeqrt3_work.c index 0c33a24f6e..048ec92d23 100644 --- a/LAPACKE/src/lapacke_zgeqrt3_work.c +++ b/LAPACKE/src/lapacke_zgeqrt3_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrt3 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgeqrt_work.c b/LAPACKE/src/lapacke_zgeqrt_work.c index 43b05073db..8f6f1ed0ba 100644 --- a/LAPACKE/src/lapacke_zgeqrt_work.c +++ b/LAPACKE/src/lapacke_zgeqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgeqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerfs.c b/LAPACKE/src/lapacke_zgerfs.c index 2ee8f70e68..47e38aeeeb 100644 --- a/LAPACKE/src/lapacke_zgerfs.c +++ b/LAPACKE/src/lapacke_zgerfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerfs_work.c b/LAPACKE/src/lapacke_zgerfs_work.c index e0ddb5b018..b1804ddbf8 100644 --- a/LAPACKE/src/lapacke_zgerfs_work.c +++ b/LAPACKE/src/lapacke_zgerfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgerfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerfsx.c b/LAPACKE/src/lapacke_zgerfsx.c index a993ab83db..de15f8d2bb 100644 --- a/LAPACKE/src/lapacke_zgerfsx.c +++ b/LAPACKE/src/lapacke_zgerfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerfsx_work.c b/LAPACKE/src/lapacke_zgerfsx_work.c index f981b050eb..a56a5ae623 100644 --- a/LAPACKE/src/lapacke_zgerfsx_work.c +++ b/LAPACKE/src/lapacke_zgerfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgerfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerqf.c b/LAPACKE/src/lapacke_zgerqf.c index f77de8b161..e9629bb958 100644 --- a/LAPACKE/src/lapacke_zgerqf.c +++ b/LAPACKE/src/lapacke_zgerqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgerqf_work.c b/LAPACKE/src/lapacke_zgerqf_work.c index e17118b8e0..8a375832b4 100644 --- a/LAPACKE/src/lapacke_zgerqf_work.c +++ b/LAPACKE/src/lapacke_zgerqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgerqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesdd.c b/LAPACKE/src/lapacke_zgesdd.c index 016ec4f683..1f465001ba 100644 --- a/LAPACKE/src/lapacke_zgesdd.c +++ b/LAPACKE/src/lapacke_zgesdd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesdd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesdd_work.c b/LAPACKE/src/lapacke_zgesdd_work.c index 00cbe65f1e..fc07fe9cbf 100644 --- a/LAPACKE/src/lapacke_zgesdd_work.c +++ b/LAPACKE/src/lapacke_zgesdd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesdd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesv.c b/LAPACKE/src/lapacke_zgesv.c index 23015ccc6b..abb2881438 100644 --- a/LAPACKE/src/lapacke_zgesv.c +++ b/LAPACKE/src/lapacke_zgesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesv_work.c b/LAPACKE/src/lapacke_zgesv_work.c index 04d97f90df..1a8fe59526 100644 --- a/LAPACKE/src/lapacke_zgesv_work.c +++ b/LAPACKE/src/lapacke_zgesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvd.c b/LAPACKE/src/lapacke_zgesvd.c index 3a96c010d0..ec7f6e19b7 100644 --- a/LAPACKE/src/lapacke_zgesvd.c +++ b/LAPACKE/src/lapacke_zgesvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvd_work.c b/LAPACKE/src/lapacke_zgesvd_work.c index 2d7c2b6f3b..5834648f65 100644 --- a/LAPACKE/src/lapacke_zgesvd_work.c +++ b/LAPACKE/src/lapacke_zgesvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvdq.c b/LAPACKE/src/lapacke_zgesvdq.c index 4928b1bc0b..528b94a47e 100644 --- a/LAPACKE/src/lapacke_zgesvdq.c +++ b/LAPACKE/src/lapacke_zgesvdq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvdq * Author: Intel Corporation -* Generated November 2018 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvdq_work.c b/LAPACKE/src/lapacke_zgesvdq_work.c index 5824de4e06..1a6437555e 100644 --- a/LAPACKE/src/lapacke_zgesvdq_work.c +++ b/LAPACKE/src/lapacke_zgesvdq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvdq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvdx.c b/LAPACKE/src/lapacke_zgesvdx.c index 2efe981f05..90a3f449ae 100644 --- a/LAPACKE/src/lapacke_zgesvdx.c +++ b/LAPACKE/src/lapacke_zgesvdx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvdx_work.c b/LAPACKE/src/lapacke_zgesvdx_work.c index d9e9cb65c6..b6f32b8b5d 100644 --- a/LAPACKE/src/lapacke_zgesvdx_work.c +++ b/LAPACKE/src/lapacke_zgesvdx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvdx * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvj.c b/LAPACKE/src/lapacke_zgesvj.c index 77805dbd57..0619afa8d4 100644 --- a/LAPACKE/src/lapacke_zgesvj.c +++ b/LAPACKE/src/lapacke_zgesvj.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvj_work.c b/LAPACKE/src/lapacke_zgesvj_work.c index 1a46cfaefd..4d59821ac3 100644 --- a/LAPACKE/src/lapacke_zgesvj_work.c +++ b/LAPACKE/src/lapacke_zgesvj_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvj * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvx.c b/LAPACKE/src/lapacke_zgesvx.c index 344b5778f1..226f09d929 100644 --- a/LAPACKE/src/lapacke_zgesvx.c +++ b/LAPACKE/src/lapacke_zgesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvx_work.c b/LAPACKE/src/lapacke_zgesvx_work.c index 2b194620cc..be7e9c543d 100644 --- a/LAPACKE/src/lapacke_zgesvx_work.c +++ b/LAPACKE/src/lapacke_zgesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvxx.c b/LAPACKE/src/lapacke_zgesvxx.c index cf0822b15f..04bd68ea8d 100644 --- a/LAPACKE/src/lapacke_zgesvxx.c +++ b/LAPACKE/src/lapacke_zgesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgesvxx_work.c b/LAPACKE/src/lapacke_zgesvxx_work.c index 347cbfe4d1..bb03176913 100644 --- a/LAPACKE/src/lapacke_zgesvxx_work.c +++ b/LAPACKE/src/lapacke_zgesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetf2.c b/LAPACKE/src/lapacke_zgetf2.c index 9e05cfed95..967ffc7e3f 100644 --- a/LAPACKE/src/lapacke_zgetf2.c +++ b/LAPACKE/src/lapacke_zgetf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetf2_work.c b/LAPACKE/src/lapacke_zgetf2_work.c index e9ae035d7d..20358b9d04 100644 --- a/LAPACKE/src/lapacke_zgetf2_work.c +++ b/LAPACKE/src/lapacke_zgetf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetf2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrf.c b/LAPACKE/src/lapacke_zgetrf.c index f074b9edb6..a0233c9a17 100644 --- a/LAPACKE/src/lapacke_zgetrf.c +++ b/LAPACKE/src/lapacke_zgetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrf2.c b/LAPACKE/src/lapacke_zgetrf2.c index 44793c9f83..cb4824ce0c 100644 --- a/LAPACKE/src/lapacke_zgetrf2.c +++ b/LAPACKE/src/lapacke_zgetrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrf2_work.c b/LAPACKE/src/lapacke_zgetrf2_work.c index e438b842ab..2597753285 100644 --- a/LAPACKE/src/lapacke_zgetrf2_work.c +++ b/LAPACKE/src/lapacke_zgetrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrf_work.c b/LAPACKE/src/lapacke_zgetrf_work.c index b4010b8a85..847cdaae74 100644 --- a/LAPACKE/src/lapacke_zgetrf_work.c +++ b/LAPACKE/src/lapacke_zgetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetri.c b/LAPACKE/src/lapacke_zgetri.c index f624deaeb7..294e21fbac 100644 --- a/LAPACKE/src/lapacke_zgetri.c +++ b/LAPACKE/src/lapacke_zgetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetri_work.c b/LAPACKE/src/lapacke_zgetri_work.c index 82986b71e8..bdad9cf474 100644 --- a/LAPACKE/src/lapacke_zgetri_work.c +++ b/LAPACKE/src/lapacke_zgetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrs.c b/LAPACKE/src/lapacke_zgetrs.c index 3ce08b778a..ad0799cdc3 100644 --- a/LAPACKE/src/lapacke_zgetrs.c +++ b/LAPACKE/src/lapacke_zgetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetrs_work.c b/LAPACKE/src/lapacke_zgetrs_work.c index fd3fb65c53..ca0cb4ffbc 100644 --- a/LAPACKE/src/lapacke_zgetrs_work.c +++ b/LAPACKE/src/lapacke_zgetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetsls.c b/LAPACKE/src/lapacke_zgetsls.c index 62fe80b1ed..0657bd9517 100644 --- a/LAPACKE/src/lapacke_zgetsls.c +++ b/LAPACKE/src/lapacke_zgetsls.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetsls_work.c b/LAPACKE/src/lapacke_zgetsls_work.c index dca7d49afd..465dcc2371 100644 --- a/LAPACKE/src/lapacke_zgetsls_work.c +++ b/LAPACKE/src/lapacke_zgetsls_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetsls * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetsqrhrt.c b/LAPACKE/src/lapacke_zgetsqrhrt.c index b989b8775b..53557c92d1 100644 --- a/LAPACKE/src/lapacke_zgetsqrhrt.c +++ b/LAPACKE/src/lapacke_zgetsqrhrt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgetsqrhrt_work.c b/LAPACKE/src/lapacke_zgetsqrhrt_work.c index 69dff7a599..a6825df56d 100644 --- a/LAPACKE/src/lapacke_zgetsqrhrt_work.c +++ b/LAPACKE/src/lapacke_zgetsqrhrt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgetsqrhrt * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggbak.c b/LAPACKE/src/lapacke_zggbak.c index 9acddb97c0..b87c132636 100644 --- a/LAPACKE/src/lapacke_zggbak.c +++ b/LAPACKE/src/lapacke_zggbak.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggbak_work.c b/LAPACKE/src/lapacke_zggbak_work.c index d7b65b5ce0..128099db4c 100644 --- a/LAPACKE/src/lapacke_zggbak_work.c +++ b/LAPACKE/src/lapacke_zggbak_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggbak * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggbal.c b/LAPACKE/src/lapacke_zggbal.c index 8bbfd2893b..0a180ecf01 100644 --- a/LAPACKE/src/lapacke_zggbal.c +++ b/LAPACKE/src/lapacke_zggbal.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggbal_work.c b/LAPACKE/src/lapacke_zggbal_work.c index 33f095f0b3..2f4481c306 100644 --- a/LAPACKE/src/lapacke_zggbal_work.c +++ b/LAPACKE/src/lapacke_zggbal_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggbal * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgges.c b/LAPACKE/src/lapacke_zgges.c index 68478fe517..fbc1c5a87d 100644 --- a/LAPACKE/src/lapacke_zgges.c +++ b/LAPACKE/src/lapacke_zgges.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgges3.c b/LAPACKE/src/lapacke_zgges3.c index 7d61245e1b..7f322c38fe 100644 --- a/LAPACKE/src/lapacke_zgges3.c +++ b/LAPACKE/src/lapacke_zgges3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgges3_work.c b/LAPACKE/src/lapacke_zgges3_work.c index 5a8e024b68..00677931d5 100644 --- a/LAPACKE/src/lapacke_zgges3_work.c +++ b/LAPACKE/src/lapacke_zgges3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgges3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgges_work.c b/LAPACKE/src/lapacke_zgges_work.c index ea6dedff1b..2694c65306 100644 --- a/LAPACKE/src/lapacke_zgges_work.c +++ b/LAPACKE/src/lapacke_zgges_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgges * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggesx.c b/LAPACKE/src/lapacke_zggesx.c index 53e0867539..05e7f902b7 100644 --- a/LAPACKE/src/lapacke_zggesx.c +++ b/LAPACKE/src/lapacke_zggesx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggesx_work.c b/LAPACKE/src/lapacke_zggesx_work.c index 0ee198b4a2..f9f1ccee10 100644 --- a/LAPACKE/src/lapacke_zggesx_work.c +++ b/LAPACKE/src/lapacke_zggesx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggesx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggev.c b/LAPACKE/src/lapacke_zggev.c index 953b3c0e35..a92571b141 100644 --- a/LAPACKE/src/lapacke_zggev.c +++ b/LAPACKE/src/lapacke_zggev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggev3.c b/LAPACKE/src/lapacke_zggev3.c index 626fe3da9b..fa5fbe0fef 100644 --- a/LAPACKE/src/lapacke_zggev3.c +++ b/LAPACKE/src/lapacke_zggev3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggev3_work.c b/LAPACKE/src/lapacke_zggev3_work.c index e2ac2f0a01..21bcd61870 100644 --- a/LAPACKE/src/lapacke_zggev3_work.c +++ b/LAPACKE/src/lapacke_zggev3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggev3 * Author: Intel Corporation -* Generated February, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggev_work.c b/LAPACKE/src/lapacke_zggev_work.c index 4505a5089e..2c55e4f29b 100644 --- a/LAPACKE/src/lapacke_zggev_work.c +++ b/LAPACKE/src/lapacke_zggev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggevx.c b/LAPACKE/src/lapacke_zggevx.c index ca39e99190..451cd27903 100644 --- a/LAPACKE/src/lapacke_zggevx.c +++ b/LAPACKE/src/lapacke_zggevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggevx_work.c b/LAPACKE/src/lapacke_zggevx_work.c index 0fa1ad9b48..56a258b9df 100644 --- a/LAPACKE/src/lapacke_zggevx_work.c +++ b/LAPACKE/src/lapacke_zggevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggglm.c b/LAPACKE/src/lapacke_zggglm.c index 0c9912ca95..323d2ee309 100644 --- a/LAPACKE/src/lapacke_zggglm.c +++ b/LAPACKE/src/lapacke_zggglm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggglm_work.c b/LAPACKE/src/lapacke_zggglm_work.c index c5e3f349f5..bc96333f14 100644 --- a/LAPACKE/src/lapacke_zggglm_work.c +++ b/LAPACKE/src/lapacke_zggglm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggglm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgghd3.c b/LAPACKE/src/lapacke_zgghd3.c index 97d1e6116c..3450167d1f 100644 --- a/LAPACKE/src/lapacke_zgghd3.c +++ b/LAPACKE/src/lapacke_zgghd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgghd3_work.c b/LAPACKE/src/lapacke_zgghd3_work.c index ec649dca4f..d8d361a76f 100644 --- a/LAPACKE/src/lapacke_zgghd3_work.c +++ b/LAPACKE/src/lapacke_zgghd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgghd3 * Author: Intel Corporation -* Generated January, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgghrd.c b/LAPACKE/src/lapacke_zgghrd.c index e6b2ddca3a..27ab1f3d72 100644 --- a/LAPACKE/src/lapacke_zgghrd.c +++ b/LAPACKE/src/lapacke_zgghrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgghrd_work.c b/LAPACKE/src/lapacke_zgghrd_work.c index bae715cba8..29f81b2fcb 100644 --- a/LAPACKE/src/lapacke_zgghrd_work.c +++ b/LAPACKE/src/lapacke_zgghrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgghrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgglse.c b/LAPACKE/src/lapacke_zgglse.c index 40faf672f3..4477a874af 100644 --- a/LAPACKE/src/lapacke_zgglse.c +++ b/LAPACKE/src/lapacke_zgglse.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgglse_work.c b/LAPACKE/src/lapacke_zgglse_work.c index 538579e39a..b8b41b1a1c 100644 --- a/LAPACKE/src/lapacke_zgglse_work.c +++ b/LAPACKE/src/lapacke_zgglse_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgglse * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggqrf.c b/LAPACKE/src/lapacke_zggqrf.c index 35c908f0a9..88b5e2a576 100644 --- a/LAPACKE/src/lapacke_zggqrf.c +++ b/LAPACKE/src/lapacke_zggqrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggqrf_work.c b/LAPACKE/src/lapacke_zggqrf_work.c index 044681f01a..27430b2f82 100644 --- a/LAPACKE/src/lapacke_zggqrf_work.c +++ b/LAPACKE/src/lapacke_zggqrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggqrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggrqf.c b/LAPACKE/src/lapacke_zggrqf.c index 328f8b0a67..0a3dad2e0f 100644 --- a/LAPACKE/src/lapacke_zggrqf.c +++ b/LAPACKE/src/lapacke_zggrqf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggrqf_work.c b/LAPACKE/src/lapacke_zggrqf_work.c index fe65d4cffd..12f03139e4 100644 --- a/LAPACKE/src/lapacke_zggrqf_work.c +++ b/LAPACKE/src/lapacke_zggrqf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggrqf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvd.c b/LAPACKE/src/lapacke_zggsvd.c index e6425f4855..2e02383999 100644 --- a/LAPACKE/src/lapacke_zggsvd.c +++ b/LAPACKE/src/lapacke_zggsvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvd3.c b/LAPACKE/src/lapacke_zggsvd3.c index 62dce80389..a342fd7798 100644 --- a/LAPACKE/src/lapacke_zggsvd3.c +++ b/LAPACKE/src/lapacke_zggsvd3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvd3_work.c b/LAPACKE/src/lapacke_zggsvd3_work.c index 1c65153252..59401be961 100644 --- a/LAPACKE/src/lapacke_zggsvd3_work.c +++ b/LAPACKE/src/lapacke_zggsvd3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggsvd3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvd_work.c b/LAPACKE/src/lapacke_zggsvd_work.c index a1c920bcf6..88ed68a154 100644 --- a/LAPACKE/src/lapacke_zggsvd_work.c +++ b/LAPACKE/src/lapacke_zggsvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggsvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvp.c b/LAPACKE/src/lapacke_zggsvp.c index 537bf6c03e..5b983dcf8a 100644 --- a/LAPACKE/src/lapacke_zggsvp.c +++ b/LAPACKE/src/lapacke_zggsvp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvp3.c b/LAPACKE/src/lapacke_zggsvp3.c index d549305cc7..94f97216eb 100644 --- a/LAPACKE/src/lapacke_zggsvp3.c +++ b/LAPACKE/src/lapacke_zggsvp3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvp3_work.c b/LAPACKE/src/lapacke_zggsvp3_work.c index 6ea0c8d52d..a2c023d9fa 100644 --- a/LAPACKE/src/lapacke_zggsvp3_work.c +++ b/LAPACKE/src/lapacke_zggsvp3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggsvp3 * Author: Intel Corporation -* Generated August, 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zggsvp_work.c b/LAPACKE/src/lapacke_zggsvp_work.c index 641bc3b9e0..94287ede81 100644 --- a/LAPACKE/src/lapacke_zggsvp_work.c +++ b/LAPACKE/src/lapacke_zggsvp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zggsvp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtcon.c b/LAPACKE/src/lapacke_zgtcon.c index 50f334ff5e..e6a216a2cb 100644 --- a/LAPACKE/src/lapacke_zgtcon.c +++ b/LAPACKE/src/lapacke_zgtcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtcon_work.c b/LAPACKE/src/lapacke_zgtcon_work.c index 39bc40e412..8b73db9c31 100644 --- a/LAPACKE/src/lapacke_zgtcon_work.c +++ b/LAPACKE/src/lapacke_zgtcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgtcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtrfs.c b/LAPACKE/src/lapacke_zgtrfs.c index 9df5ce9205..3e82b8eaea 100644 --- a/LAPACKE/src/lapacke_zgtrfs.c +++ b/LAPACKE/src/lapacke_zgtrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtrfs_work.c b/LAPACKE/src/lapacke_zgtrfs_work.c index 8db27f92b9..e45fac1692 100644 --- a/LAPACKE/src/lapacke_zgtrfs_work.c +++ b/LAPACKE/src/lapacke_zgtrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgtrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtsv.c b/LAPACKE/src/lapacke_zgtsv.c index 28c3fb3efe..7f4afdba23 100644 --- a/LAPACKE/src/lapacke_zgtsv.c +++ b/LAPACKE/src/lapacke_zgtsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtsv_work.c b/LAPACKE/src/lapacke_zgtsv_work.c index 99cea0cf99..ef49ec2258 100644 --- a/LAPACKE/src/lapacke_zgtsv_work.c +++ b/LAPACKE/src/lapacke_zgtsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgtsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtsvx.c b/LAPACKE/src/lapacke_zgtsvx.c index c20a850256..80ab003f45 100644 --- a/LAPACKE/src/lapacke_zgtsvx.c +++ b/LAPACKE/src/lapacke_zgtsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgtsvx_work.c b/LAPACKE/src/lapacke_zgtsvx_work.c index e4b908b769..b3f929e212 100644 --- a/LAPACKE/src/lapacke_zgtsvx_work.c +++ b/LAPACKE/src/lapacke_zgtsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgtsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgttrf.c b/LAPACKE/src/lapacke_zgttrf.c index 8445ea6726..7033b76db0 100644 --- a/LAPACKE/src/lapacke_zgttrf.c +++ b/LAPACKE/src/lapacke_zgttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgttrf_work.c b/LAPACKE/src/lapacke_zgttrf_work.c index 9034e53789..1b6dc5d724 100644 --- a/LAPACKE/src/lapacke_zgttrf_work.c +++ b/LAPACKE/src/lapacke_zgttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgttrs.c b/LAPACKE/src/lapacke_zgttrs.c index bc8599fab1..379b8e0f66 100644 --- a/LAPACKE/src/lapacke_zgttrs.c +++ b/LAPACKE/src/lapacke_zgttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zgttrs_work.c b/LAPACKE/src/lapacke_zgttrs_work.c index e7c2a4f1fc..d3d43cc088 100644 --- a/LAPACKE/src/lapacke_zgttrs_work.c +++ b/LAPACKE/src/lapacke_zgttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zgttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbev.c b/LAPACKE/src/lapacke_zhbev.c index 30ac7fc793..23e9167a97 100644 --- a/LAPACKE/src/lapacke_zhbev.c +++ b/LAPACKE/src/lapacke_zhbev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbev_2stage.c b/LAPACKE/src/lapacke_zhbev_2stage.c index dad35b84ee..993dcc17ed 100644 --- a/LAPACKE/src/lapacke_zhbev_2stage.c +++ b/LAPACKE/src/lapacke_zhbev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbev_2stage_work.c b/LAPACKE/src/lapacke_zhbev_2stage_work.c index 5671c111e3..931fe0529f 100644 --- a/LAPACKE/src/lapacke_zhbev_2stage_work.c +++ b/LAPACKE/src/lapacke_zhbev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbev_work.c b/LAPACKE/src/lapacke_zhbev_work.c index f52211fe4f..aa6a8ec54a 100644 --- a/LAPACKE/src/lapacke_zhbev_work.c +++ b/LAPACKE/src/lapacke_zhbev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevd.c b/LAPACKE/src/lapacke_zhbevd.c index ac94674968..ea92e2a6db 100644 --- a/LAPACKE/src/lapacke_zhbevd.c +++ b/LAPACKE/src/lapacke_zhbevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevd_2stage.c b/LAPACKE/src/lapacke_zhbevd_2stage.c index 9b6005b2df..ba14fe2904 100644 --- a/LAPACKE/src/lapacke_zhbevd_2stage.c +++ b/LAPACKE/src/lapacke_zhbevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevd_2stage_work.c b/LAPACKE/src/lapacke_zhbevd_2stage_work.c index e7604e870f..18485312b2 100644 --- a/LAPACKE/src/lapacke_zhbevd_2stage_work.c +++ b/LAPACKE/src/lapacke_zhbevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevd_work.c b/LAPACKE/src/lapacke_zhbevd_work.c index 5912812f92..7e1d07ac27 100644 --- a/LAPACKE/src/lapacke_zhbevd_work.c +++ b/LAPACKE/src/lapacke_zhbevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevx.c b/LAPACKE/src/lapacke_zhbevx.c index 6d069179e3..3f2853ed5f 100644 --- a/LAPACKE/src/lapacke_zhbevx.c +++ b/LAPACKE/src/lapacke_zhbevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevx_2stage.c b/LAPACKE/src/lapacke_zhbevx_2stage.c index 126182cb83..37a9c21b72 100644 --- a/LAPACKE/src/lapacke_zhbevx_2stage.c +++ b/LAPACKE/src/lapacke_zhbevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevx_2stage_work.c b/LAPACKE/src/lapacke_zhbevx_2stage_work.c index ffd5527fbb..1801a6da62 100644 --- a/LAPACKE/src/lapacke_zhbevx_2stage_work.c +++ b/LAPACKE/src/lapacke_zhbevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbevx_work.c b/LAPACKE/src/lapacke_zhbevx_work.c index 5eb09a67ab..75ab852953 100644 --- a/LAPACKE/src/lapacke_zhbevx_work.c +++ b/LAPACKE/src/lapacke_zhbevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgst.c b/LAPACKE/src/lapacke_zhbgst.c index 54deacf5a8..607d7b0650 100644 --- a/LAPACKE/src/lapacke_zhbgst.c +++ b/LAPACKE/src/lapacke_zhbgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgst_work.c b/LAPACKE/src/lapacke_zhbgst_work.c index 3c9b199463..926ecd9a25 100644 --- a/LAPACKE/src/lapacke_zhbgst_work.c +++ b/LAPACKE/src/lapacke_zhbgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgv.c b/LAPACKE/src/lapacke_zhbgv.c index 7f1e6796a2..7fb988abf7 100644 --- a/LAPACKE/src/lapacke_zhbgv.c +++ b/LAPACKE/src/lapacke_zhbgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgv_work.c b/LAPACKE/src/lapacke_zhbgv_work.c index 563ca963b7..eb35499d71 100644 --- a/LAPACKE/src/lapacke_zhbgv_work.c +++ b/LAPACKE/src/lapacke_zhbgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgvd.c b/LAPACKE/src/lapacke_zhbgvd.c index 76c3bac3aa..3fba8cd66b 100644 --- a/LAPACKE/src/lapacke_zhbgvd.c +++ b/LAPACKE/src/lapacke_zhbgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgvd_work.c b/LAPACKE/src/lapacke_zhbgvd_work.c index 8ddfcbe63d..6588e7368f 100644 --- a/LAPACKE/src/lapacke_zhbgvd_work.c +++ b/LAPACKE/src/lapacke_zhbgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgvx.c b/LAPACKE/src/lapacke_zhbgvx.c index d61439a0c6..03f154180c 100644 --- a/LAPACKE/src/lapacke_zhbgvx.c +++ b/LAPACKE/src/lapacke_zhbgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbgvx_work.c b/LAPACKE/src/lapacke_zhbgvx_work.c index d2914e1cb8..566ebe6be3 100644 --- a/LAPACKE/src/lapacke_zhbgvx_work.c +++ b/LAPACKE/src/lapacke_zhbgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbtrd.c b/LAPACKE/src/lapacke_zhbtrd.c index 0682d0a576..6205ee9ed0 100644 --- a/LAPACKE/src/lapacke_zhbtrd.c +++ b/LAPACKE/src/lapacke_zhbtrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhbtrd * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhbtrd_work.c b/LAPACKE/src/lapacke_zhbtrd_work.c index 0b2ef22c10..71dbb8e1a5 100644 --- a/LAPACKE/src/lapacke_zhbtrd_work.c +++ b/LAPACKE/src/lapacke_zhbtrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhbtrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhecon.c b/LAPACKE/src/lapacke_zhecon.c index f6b9d8c39e..40b5950741 100644 --- a/LAPACKE/src/lapacke_zhecon.c +++ b/LAPACKE/src/lapacke_zhecon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhecon_3.c b/LAPACKE/src/lapacke_zhecon_3.c index 94dd047de5..f696ae3708 100644 --- a/LAPACKE/src/lapacke_zhecon_3.c +++ b/LAPACKE/src/lapacke_zhecon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhecon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhecon_3_work.c b/LAPACKE/src/lapacke_zhecon_3_work.c index 47d26f54f7..2064e4fb47 100644 --- a/LAPACKE/src/lapacke_zhecon_3_work.c +++ b/LAPACKE/src/lapacke_zhecon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhecon_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhecon_work.c b/LAPACKE/src/lapacke_zhecon_work.c index 2944a25cbf..e7209e47d3 100644 --- a/LAPACKE/src/lapacke_zhecon_work.c +++ b/LAPACKE/src/lapacke_zhecon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhecon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheequb.c b/LAPACKE/src/lapacke_zheequb.c index cbb346e482..a9d03590d8 100644 --- a/LAPACKE/src/lapacke_zheequb.c +++ b/LAPACKE/src/lapacke_zheequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheequb_work.c b/LAPACKE/src/lapacke_zheequb_work.c index bf91fc0605..62d9712509 100644 --- a/LAPACKE/src/lapacke_zheequb_work.c +++ b/LAPACKE/src/lapacke_zheequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheev.c b/LAPACKE/src/lapacke_zheev.c index 2c40428da5..0126e3d14b 100644 --- a/LAPACKE/src/lapacke_zheev.c +++ b/LAPACKE/src/lapacke_zheev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheev_2stage.c b/LAPACKE/src/lapacke_zheev_2stage.c index 4369de26a9..889ff0e15a 100644 --- a/LAPACKE/src/lapacke_zheev_2stage.c +++ b/LAPACKE/src/lapacke_zheev_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheev_2stage_work.c b/LAPACKE/src/lapacke_zheev_2stage_work.c index 213ea04af4..11246e1966 100644 --- a/LAPACKE/src/lapacke_zheev_2stage_work.c +++ b/LAPACKE/src/lapacke_zheev_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheev_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheev_work.c b/LAPACKE/src/lapacke_zheev_work.c index d4e93aed24..1e76cdd972 100644 --- a/LAPACKE/src/lapacke_zheev_work.c +++ b/LAPACKE/src/lapacke_zheev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevd.c b/LAPACKE/src/lapacke_zheevd.c index 1305ebfb3c..da5df1de42 100644 --- a/LAPACKE/src/lapacke_zheevd.c +++ b/LAPACKE/src/lapacke_zheevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevd_2stage.c b/LAPACKE/src/lapacke_zheevd_2stage.c index 63f1394357..2d747f8d08 100644 --- a/LAPACKE/src/lapacke_zheevd_2stage.c +++ b/LAPACKE/src/lapacke_zheevd_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevd_2stage_work.c b/LAPACKE/src/lapacke_zheevd_2stage_work.c index fb33c3e2a3..b613bf0f01 100644 --- a/LAPACKE/src/lapacke_zheevd_2stage_work.c +++ b/LAPACKE/src/lapacke_zheevd_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevd_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevd_work.c b/LAPACKE/src/lapacke_zheevd_work.c index 5af2a12696..5f730f7508 100644 --- a/LAPACKE/src/lapacke_zheevd_work.c +++ b/LAPACKE/src/lapacke_zheevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevr.c b/LAPACKE/src/lapacke_zheevr.c index 0d26dc2f92..a8f6078ded 100644 --- a/LAPACKE/src/lapacke_zheevr.c +++ b/LAPACKE/src/lapacke_zheevr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevr_2stage.c b/LAPACKE/src/lapacke_zheevr_2stage.c index 6fa69c44b7..7931822627 100644 --- a/LAPACKE/src/lapacke_zheevr_2stage.c +++ b/LAPACKE/src/lapacke_zheevr_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevr_2stage_work.c b/LAPACKE/src/lapacke_zheevr_2stage_work.c index 643d0e2163..73b2edbd5c 100644 --- a/LAPACKE/src/lapacke_zheevr_2stage_work.c +++ b/LAPACKE/src/lapacke_zheevr_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevr_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevr_work.c b/LAPACKE/src/lapacke_zheevr_work.c index 0b8bd5a3e6..ef405f1b50 100644 --- a/LAPACKE/src/lapacke_zheevr_work.c +++ b/LAPACKE/src/lapacke_zheevr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevx.c b/LAPACKE/src/lapacke_zheevx.c index f93e987437..731dbab297 100644 --- a/LAPACKE/src/lapacke_zheevx.c +++ b/LAPACKE/src/lapacke_zheevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevx_2stage.c b/LAPACKE/src/lapacke_zheevx_2stage.c index 78403631cd..cb95285acb 100644 --- a/LAPACKE/src/lapacke_zheevx_2stage.c +++ b/LAPACKE/src/lapacke_zheevx_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevx_2stage_work.c b/LAPACKE/src/lapacke_zheevx_2stage_work.c index 846ec14453..c9bdd88062 100644 --- a/LAPACKE/src/lapacke_zheevx_2stage_work.c +++ b/LAPACKE/src/lapacke_zheevx_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevx_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheevx_work.c b/LAPACKE/src/lapacke_zheevx_work.c index b77200aca1..1a61928cfc 100644 --- a/LAPACKE/src/lapacke_zheevx_work.c +++ b/LAPACKE/src/lapacke_zheevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheevx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegst.c b/LAPACKE/src/lapacke_zhegst.c index 8c4a5c3740..ca202869f6 100644 --- a/LAPACKE/src/lapacke_zhegst.c +++ b/LAPACKE/src/lapacke_zhegst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhegst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegst_work.c b/LAPACKE/src/lapacke_zhegst_work.c index 62fce1f279..4c0bbd0448 100644 --- a/LAPACKE/src/lapacke_zhegst_work.c +++ b/LAPACKE/src/lapacke_zhegst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhegst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegv.c b/LAPACKE/src/lapacke_zhegv.c index 683fcf487c..3bf24f22e2 100644 --- a/LAPACKE/src/lapacke_zhegv.c +++ b/LAPACKE/src/lapacke_zhegv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhegv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegv_2stage.c b/LAPACKE/src/lapacke_zhegv_2stage.c index 0f1b415a9c..44eb32dca6 100644 --- a/LAPACKE/src/lapacke_zhegv_2stage.c +++ b/LAPACKE/src/lapacke_zhegv_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhegv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegv_2stage_work.c b/LAPACKE/src/lapacke_zhegv_2stage_work.c index 596c8fdb28..6a808e2a03 100644 --- a/LAPACKE/src/lapacke_zhegv_2stage_work.c +++ b/LAPACKE/src/lapacke_zhegv_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhegv_2stage * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegv_work.c b/LAPACKE/src/lapacke_zhegv_work.c index cb50d52cb8..ca4ebf70c2 100644 --- a/LAPACKE/src/lapacke_zhegv_work.c +++ b/LAPACKE/src/lapacke_zhegv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhegv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegvd.c b/LAPACKE/src/lapacke_zhegvd.c index 1242a0eda5..598a4ff630 100644 --- a/LAPACKE/src/lapacke_zhegvd.c +++ b/LAPACKE/src/lapacke_zhegvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhegvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegvd_work.c b/LAPACKE/src/lapacke_zhegvd_work.c index 4885bbbcb3..6e0ea7c48e 100644 --- a/LAPACKE/src/lapacke_zhegvd_work.c +++ b/LAPACKE/src/lapacke_zhegvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhegvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegvx.c b/LAPACKE/src/lapacke_zhegvx.c index 492bc4dad9..f7e9df3ee9 100644 --- a/LAPACKE/src/lapacke_zhegvx.c +++ b/LAPACKE/src/lapacke_zhegvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhegvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhegvx_work.c b/LAPACKE/src/lapacke_zhegvx_work.c index bee995ff55..eb29c34d41 100644 --- a/LAPACKE/src/lapacke_zhegvx_work.c +++ b/LAPACKE/src/lapacke_zhegvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhegvx * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zherfs.c b/LAPACKE/src/lapacke_zherfs.c index 1507ae58e2..1d9c9dac2b 100644 --- a/LAPACKE/src/lapacke_zherfs.c +++ b/LAPACKE/src/lapacke_zherfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zherfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zherfs_work.c b/LAPACKE/src/lapacke_zherfs_work.c index e908c0e6eb..d14783756f 100644 --- a/LAPACKE/src/lapacke_zherfs_work.c +++ b/LAPACKE/src/lapacke_zherfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zherfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zherfsx.c b/LAPACKE/src/lapacke_zherfsx.c index c50e0b3557..9da13b03f1 100644 --- a/LAPACKE/src/lapacke_zherfsx.c +++ b/LAPACKE/src/lapacke_zherfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zherfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zherfsx_work.c b/LAPACKE/src/lapacke_zherfsx_work.c index 7d86e6d2a1..125092eb5e 100644 --- a/LAPACKE/src/lapacke_zherfsx_work.c +++ b/LAPACKE/src/lapacke_zherfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zherfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv.c b/LAPACKE/src/lapacke_zhesv.c index 93baf17e1f..10239198b1 100644 --- a/LAPACKE/src/lapacke_zhesv.c +++ b/LAPACKE/src/lapacke_zhesv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_aa.c b/LAPACKE/src/lapacke_zhesv_aa.c index d8be883226..2fdd82c2fa 100644 --- a/LAPACKE/src/lapacke_zhesv_aa.c +++ b/LAPACKE/src/lapacke_zhesv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_aa_2stage.c b/LAPACKE/src/lapacke_zhesv_aa_2stage.c index c09423d939..e0a00d7eae 100644 --- a/LAPACKE/src/lapacke_zhesv_aa_2stage.c +++ b/LAPACKE/src/lapacke_zhesv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesv_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_aa_2stage_work.c b/LAPACKE/src/lapacke_zhesv_aa_2stage_work.c index 9906210ef6..16b79add48 100644 --- a/LAPACKE/src/lapacke_zhesv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zhesv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_aa_work.c b/LAPACKE/src/lapacke_zhesv_aa_work.c index 85efc4bae3..cd3e1de09d 100644 --- a/LAPACKE/src/lapacke_zhesv_aa_work.c +++ b/LAPACKE/src/lapacke_zhesv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_rk.c b/LAPACKE/src/lapacke_zhesv_rk.c index 469579d89c..00ab102023 100644 --- a/LAPACKE/src/lapacke_zhesv_rk.c +++ b/LAPACKE/src/lapacke_zhesv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_rk_work.c b/LAPACKE/src/lapacke_zhesv_rk_work.c index 892843a664..790e75ad94 100644 --- a/LAPACKE/src/lapacke_zhesv_rk_work.c +++ b/LAPACKE/src/lapacke_zhesv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesv_work.c b/LAPACKE/src/lapacke_zhesv_work.c index 60da6a6967..e0d4882543 100644 --- a/LAPACKE/src/lapacke_zhesv_work.c +++ b/LAPACKE/src/lapacke_zhesv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesvx.c b/LAPACKE/src/lapacke_zhesvx.c index 71d22a317f..a1cf5be4e5 100644 --- a/LAPACKE/src/lapacke_zhesvx.c +++ b/LAPACKE/src/lapacke_zhesvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesvx_work.c b/LAPACKE/src/lapacke_zhesvx_work.c index 2237a0f0db..e372cd3abd 100644 --- a/LAPACKE/src/lapacke_zhesvx_work.c +++ b/LAPACKE/src/lapacke_zhesvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesvxx.c b/LAPACKE/src/lapacke_zhesvxx.c index 8571ca7daa..0b14784e5e 100644 --- a/LAPACKE/src/lapacke_zhesvxx.c +++ b/LAPACKE/src/lapacke_zhesvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhesvxx_work.c b/LAPACKE/src/lapacke_zhesvxx_work.c index 18a3843be9..052e2c687c 100644 --- a/LAPACKE/src/lapacke_zhesvxx_work.c +++ b/LAPACKE/src/lapacke_zhesvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhesvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheswapr.c b/LAPACKE/src/lapacke_zheswapr.c index 070ec0992c..17ca30fab2 100644 --- a/LAPACKE/src/lapacke_zheswapr.c +++ b/LAPACKE/src/lapacke_zheswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zheswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zheswapr_work.c b/LAPACKE/src/lapacke_zheswapr_work.c index 73853a8a81..a89e12d481 100644 --- a/LAPACKE/src/lapacke_zheswapr_work.c +++ b/LAPACKE/src/lapacke_zheswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zheswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrd.c b/LAPACKE/src/lapacke_zhetrd.c index 35adae4fff..af7338d28e 100644 --- a/LAPACKE/src/lapacke_zhetrd.c +++ b/LAPACKE/src/lapacke_zhetrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrd_work.c b/LAPACKE/src/lapacke_zhetrd_work.c index ffa4d46028..7822019905 100644 --- a/LAPACKE/src/lapacke_zhetrd_work.c +++ b/LAPACKE/src/lapacke_zhetrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf.c b/LAPACKE/src/lapacke_zhetrf.c index a160840b73..543b8bffd3 100644 --- a/LAPACKE/src/lapacke_zhetrf.c +++ b/LAPACKE/src/lapacke_zhetrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_aa.c b/LAPACKE/src/lapacke_zhetrf_aa.c index a2a20f2ebc..d9df39f7c5 100644 --- a/LAPACKE/src/lapacke_zhetrf_aa.c +++ b/LAPACKE/src/lapacke_zhetrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_aa_2stage.c b/LAPACKE/src/lapacke_zhetrf_aa_2stage.c index d009d8e9e6..b93a365bb2 100644 --- a/LAPACKE/src/lapacke_zhetrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_zhetrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrf_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_aa_2stage_work.c b/LAPACKE/src/lapacke_zhetrf_aa_2stage_work.c index b9ba0fb564..10d7a5c393 100644 --- a/LAPACKE/src/lapacke_zhetrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zhetrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_aa_work.c b/LAPACKE/src/lapacke_zhetrf_aa_work.c index dbad2d81e1..93fd5e704f 100644 --- a/LAPACKE/src/lapacke_zhetrf_aa_work.c +++ b/LAPACKE/src/lapacke_zhetrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_rk.c b/LAPACKE/src/lapacke_zhetrf_rk.c index 187de8a4da..9212a0840f 100644 --- a/LAPACKE/src/lapacke_zhetrf_rk.c +++ b/LAPACKE/src/lapacke_zhetrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_rk_work.c b/LAPACKE/src/lapacke_zhetrf_rk_work.c index b5c39c9ac9..3a87509665 100644 --- a/LAPACKE/src/lapacke_zhetrf_rk_work.c +++ b/LAPACKE/src/lapacke_zhetrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_rook.c b/LAPACKE/src/lapacke_zhetrf_rook.c index 16e8f4799b..f6680928bc 100644 --- a/LAPACKE/src/lapacke_zhetrf_rook.c +++ b/LAPACKE/src/lapacke_zhetrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_rook_work.c b/LAPACKE/src/lapacke_zhetrf_rook_work.c index 22bf880a26..5baa68b3b6 100644 --- a/LAPACKE/src/lapacke_zhetrf_rook_work.c +++ b/LAPACKE/src/lapacke_zhetrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrf_work.c b/LAPACKE/src/lapacke_zhetrf_work.c index 2635c634ed..bef9a1ef5a 100644 --- a/LAPACKE/src/lapacke_zhetrf_work.c +++ b/LAPACKE/src/lapacke_zhetrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri.c b/LAPACKE/src/lapacke_zhetri.c index 892da6e21a..aa56a4bd8a 100644 --- a/LAPACKE/src/lapacke_zhetri.c +++ b/LAPACKE/src/lapacke_zhetri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri2.c b/LAPACKE/src/lapacke_zhetri2.c index 54f7b9b9a8..9109f05426 100644 --- a/LAPACKE/src/lapacke_zhetri2.c +++ b/LAPACKE/src/lapacke_zhetri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri2_work.c b/LAPACKE/src/lapacke_zhetri2_work.c index 94d2dbb5b4..262c1cea64 100644 --- a/LAPACKE/src/lapacke_zhetri2_work.c +++ b/LAPACKE/src/lapacke_zhetri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri2x.c b/LAPACKE/src/lapacke_zhetri2x.c index a07bc8d528..9991c6d206 100644 --- a/LAPACKE/src/lapacke_zhetri2x.c +++ b/LAPACKE/src/lapacke_zhetri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetri2x * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri2x_work.c b/LAPACKE/src/lapacke_zhetri2x_work.c index 24f041d2ab..297a299bef 100644 --- a/LAPACKE/src/lapacke_zhetri2x_work.c +++ b/LAPACKE/src/lapacke_zhetri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri_3.c b/LAPACKE/src/lapacke_zhetri_3.c index 32692e0ca5..69b0f4e527 100644 --- a/LAPACKE/src/lapacke_zhetri_3.c +++ b/LAPACKE/src/lapacke_zhetri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri_3_work.c b/LAPACKE/src/lapacke_zhetri_3_work.c index c85bc575f8..6acfad8e17 100644 --- a/LAPACKE/src/lapacke_zhetri_3_work.c +++ b/LAPACKE/src/lapacke_zhetri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetri_work.c b/LAPACKE/src/lapacke_zhetri_work.c index 22081f3c1f..1ebb544c6d 100644 --- a/LAPACKE/src/lapacke_zhetri_work.c +++ b/LAPACKE/src/lapacke_zhetri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs.c b/LAPACKE/src/lapacke_zhetrs.c index 530e3fd2e9..87a1207fda 100644 --- a/LAPACKE/src/lapacke_zhetrs.c +++ b/LAPACKE/src/lapacke_zhetrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs2.c b/LAPACKE/src/lapacke_zhetrs2.c index be8c2418d7..fefb1de101 100644 --- a/LAPACKE/src/lapacke_zhetrs2.c +++ b/LAPACKE/src/lapacke_zhetrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs2_work.c b/LAPACKE/src/lapacke_zhetrs2_work.c index 52c8aff548..8b1afe196a 100644 --- a/LAPACKE/src/lapacke_zhetrs2_work.c +++ b/LAPACKE/src/lapacke_zhetrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_3.c b/LAPACKE/src/lapacke_zhetrs_3.c index fb74e9bf95..59fdcd9c89 100644 --- a/LAPACKE/src/lapacke_zhetrs_3.c +++ b/LAPACKE/src/lapacke_zhetrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_3_work.c b/LAPACKE/src/lapacke_zhetrs_3_work.c index da60c355ca..fe8ca713ea 100644 --- a/LAPACKE/src/lapacke_zhetrs_3_work.c +++ b/LAPACKE/src/lapacke_zhetrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_aa.c b/LAPACKE/src/lapacke_zhetrs_aa.c index ddcd659411..f39b99ecd4 100644 --- a/LAPACKE/src/lapacke_zhetrs_aa.c +++ b/LAPACKE/src/lapacke_zhetrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_aa_2stage.c b/LAPACKE/src/lapacke_zhetrs_aa_2stage.c index b083d6f38c..f071cb21ce 100644 --- a/LAPACKE/src/lapacke_zhetrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_zhetrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs_aa_2stage * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_aa_2stage_work.c b/LAPACKE/src/lapacke_zhetrs_aa_2stage_work.c index 611123367c..8286569d2a 100644 --- a/LAPACKE/src/lapacke_zhetrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zhetrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_aa_work.c b/LAPACKE/src/lapacke_zhetrs_aa_work.c index d1d64a79b9..c8a9ed1606 100644 --- a/LAPACKE/src/lapacke_zhetrs_aa_work.c +++ b/LAPACKE/src/lapacke_zhetrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_rook.c b/LAPACKE/src/lapacke_zhetrs_rook.c index befeafda34..3ce8160d57 100644 --- a/LAPACKE/src/lapacke_zhetrs_rook.c +++ b/LAPACKE/src/lapacke_zhetrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhetrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_rook_work.c b/LAPACKE/src/lapacke_zhetrs_rook_work.c index 7dd6fa8b5e..7ffe68bf14 100644 --- a/LAPACKE/src/lapacke_zhetrs_rook_work.c +++ b/LAPACKE/src/lapacke_zhetrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhetrs_work.c b/LAPACKE/src/lapacke_zhetrs_work.c index 9e0d68f22a..07dddf07c7 100644 --- a/LAPACKE/src/lapacke_zhetrs_work.c +++ b/LAPACKE/src/lapacke_zhetrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhetrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhfrk.c b/LAPACKE/src/lapacke_zhfrk.c index 3824692c2a..6db0dbc29e 100644 --- a/LAPACKE/src/lapacke_zhfrk.c +++ b/LAPACKE/src/lapacke_zhfrk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhfrk_work.c b/LAPACKE/src/lapacke_zhfrk_work.c index 96b0610112..e308eba1e0 100644 --- a/LAPACKE/src/lapacke_zhfrk_work.c +++ b/LAPACKE/src/lapacke_zhfrk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhfrk * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhgeqz.c b/LAPACKE/src/lapacke_zhgeqz.c index fc912428bf..7737253f41 100644 --- a/LAPACKE/src/lapacke_zhgeqz.c +++ b/LAPACKE/src/lapacke_zhgeqz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhgeqz_work.c b/LAPACKE/src/lapacke_zhgeqz_work.c index 34f3ac0551..867e458a72 100644 --- a/LAPACKE/src/lapacke_zhgeqz_work.c +++ b/LAPACKE/src/lapacke_zhgeqz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhgeqz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpcon.c b/LAPACKE/src/lapacke_zhpcon.c index b458f63a10..636509f4a2 100644 --- a/LAPACKE/src/lapacke_zhpcon.c +++ b/LAPACKE/src/lapacke_zhpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpcon_work.c b/LAPACKE/src/lapacke_zhpcon_work.c index fbdb8e0f8a..5578f9019c 100644 --- a/LAPACKE/src/lapacke_zhpcon_work.c +++ b/LAPACKE/src/lapacke_zhpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpev.c b/LAPACKE/src/lapacke_zhpev.c index 72f5850f22..003071d667 100644 --- a/LAPACKE/src/lapacke_zhpev.c +++ b/LAPACKE/src/lapacke_zhpev.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpev_work.c b/LAPACKE/src/lapacke_zhpev_work.c index 450baabea4..9cca2e602b 100644 --- a/LAPACKE/src/lapacke_zhpev_work.c +++ b/LAPACKE/src/lapacke_zhpev_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpev * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpevd.c b/LAPACKE/src/lapacke_zhpevd.c index a470ca3bb3..742ca5f285 100644 --- a/LAPACKE/src/lapacke_zhpevd.c +++ b/LAPACKE/src/lapacke_zhpevd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpevd_work.c b/LAPACKE/src/lapacke_zhpevd_work.c index d6438c07b5..9facb86cec 100644 --- a/LAPACKE/src/lapacke_zhpevd_work.c +++ b/LAPACKE/src/lapacke_zhpevd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpevd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpevx.c b/LAPACKE/src/lapacke_zhpevx.c index 86293e91e2..2ab91431b2 100644 --- a/LAPACKE/src/lapacke_zhpevx.c +++ b/LAPACKE/src/lapacke_zhpevx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpevx_work.c b/LAPACKE/src/lapacke_zhpevx_work.c index a4d26c0c60..c5890175c0 100644 --- a/LAPACKE/src/lapacke_zhpevx_work.c +++ b/LAPACKE/src/lapacke_zhpevx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpevx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgst.c b/LAPACKE/src/lapacke_zhpgst.c index 6099fda94b..b5b80d869c 100644 --- a/LAPACKE/src/lapacke_zhpgst.c +++ b/LAPACKE/src/lapacke_zhpgst.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgst_work.c b/LAPACKE/src/lapacke_zhpgst_work.c index 1f85c39dd6..d2d52a0b25 100644 --- a/LAPACKE/src/lapacke_zhpgst_work.c +++ b/LAPACKE/src/lapacke_zhpgst_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpgst * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgv.c b/LAPACKE/src/lapacke_zhpgv.c index 765bbd4d96..128b7b28e3 100644 --- a/LAPACKE/src/lapacke_zhpgv.c +++ b/LAPACKE/src/lapacke_zhpgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgv_work.c b/LAPACKE/src/lapacke_zhpgv_work.c index ace5787e32..e97bdadb0f 100644 --- a/LAPACKE/src/lapacke_zhpgv_work.c +++ b/LAPACKE/src/lapacke_zhpgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpgv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgvd.c b/LAPACKE/src/lapacke_zhpgvd.c index 91fa26443c..cb90e86cf7 100644 --- a/LAPACKE/src/lapacke_zhpgvd.c +++ b/LAPACKE/src/lapacke_zhpgvd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgvd_work.c b/LAPACKE/src/lapacke_zhpgvd_work.c index e859bf1a3e..df0fdcc930 100644 --- a/LAPACKE/src/lapacke_zhpgvd_work.c +++ b/LAPACKE/src/lapacke_zhpgvd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpgvd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgvx.c b/LAPACKE/src/lapacke_zhpgvx.c index 3f572238f1..fd2b6b69cc 100644 --- a/LAPACKE/src/lapacke_zhpgvx.c +++ b/LAPACKE/src/lapacke_zhpgvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpgvx_work.c b/LAPACKE/src/lapacke_zhpgvx_work.c index 416c7992ec..2888b4723c 100644 --- a/LAPACKE/src/lapacke_zhpgvx_work.c +++ b/LAPACKE/src/lapacke_zhpgvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpgvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhprfs.c b/LAPACKE/src/lapacke_zhprfs.c index 4a8c71593a..412dd2f9c0 100644 --- a/LAPACKE/src/lapacke_zhprfs.c +++ b/LAPACKE/src/lapacke_zhprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhprfs_work.c b/LAPACKE/src/lapacke_zhprfs_work.c index 4c55571cd1..bb527472a2 100644 --- a/LAPACKE/src/lapacke_zhprfs_work.c +++ b/LAPACKE/src/lapacke_zhprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpsv.c b/LAPACKE/src/lapacke_zhpsv.c index e0be842f3e..1318212094 100644 --- a/LAPACKE/src/lapacke_zhpsv.c +++ b/LAPACKE/src/lapacke_zhpsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpsv_work.c b/LAPACKE/src/lapacke_zhpsv_work.c index c3cff2c3e8..3b4a880ec3 100644 --- a/LAPACKE/src/lapacke_zhpsv_work.c +++ b/LAPACKE/src/lapacke_zhpsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpsvx.c b/LAPACKE/src/lapacke_zhpsvx.c index b3035291a9..aa4bd89d8f 100644 --- a/LAPACKE/src/lapacke_zhpsvx.c +++ b/LAPACKE/src/lapacke_zhpsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhpsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhpsvx_work.c b/LAPACKE/src/lapacke_zhpsvx_work.c index 15c60ff39c..77afd7ea17 100644 --- a/LAPACKE/src/lapacke_zhpsvx_work.c +++ b/LAPACKE/src/lapacke_zhpsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhpsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrd.c b/LAPACKE/src/lapacke_zhptrd.c index 8af15b65b2..a31a3b74cf 100644 --- a/LAPACKE/src/lapacke_zhptrd.c +++ b/LAPACKE/src/lapacke_zhptrd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrd_work.c b/LAPACKE/src/lapacke_zhptrd_work.c index 8c1cda30b8..05fd25699a 100644 --- a/LAPACKE/src/lapacke_zhptrd_work.c +++ b/LAPACKE/src/lapacke_zhptrd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhptrd * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrf.c b/LAPACKE/src/lapacke_zhptrf.c index f22a708bf8..0716852122 100644 --- a/LAPACKE/src/lapacke_zhptrf.c +++ b/LAPACKE/src/lapacke_zhptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrf_work.c b/LAPACKE/src/lapacke_zhptrf_work.c index 9355d78237..c48c34ab80 100644 --- a/LAPACKE/src/lapacke_zhptrf_work.c +++ b/LAPACKE/src/lapacke_zhptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptri.c b/LAPACKE/src/lapacke_zhptri.c index c20c3a5776..1acd04c64d 100644 --- a/LAPACKE/src/lapacke_zhptri.c +++ b/LAPACKE/src/lapacke_zhptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptri_work.c b/LAPACKE/src/lapacke_zhptri_work.c index 394db9fbb5..394ad141b1 100644 --- a/LAPACKE/src/lapacke_zhptri_work.c +++ b/LAPACKE/src/lapacke_zhptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrs.c b/LAPACKE/src/lapacke_zhptrs.c index 5a62629d42..b75e45e3bb 100644 --- a/LAPACKE/src/lapacke_zhptrs.c +++ b/LAPACKE/src/lapacke_zhptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhptrs_work.c b/LAPACKE/src/lapacke_zhptrs_work.c index 1b5a97f130..eb085ba7e3 100644 --- a/LAPACKE/src/lapacke_zhptrs_work.c +++ b/LAPACKE/src/lapacke_zhptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhsein.c b/LAPACKE/src/lapacke_zhsein.c index 481485cdee..f64e0ea675 100644 --- a/LAPACKE/src/lapacke_zhsein.c +++ b/LAPACKE/src/lapacke_zhsein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhsein_work.c b/LAPACKE/src/lapacke_zhsein_work.c index 2e26a7f09e..37258d3517 100644 --- a/LAPACKE/src/lapacke_zhsein_work.c +++ b/LAPACKE/src/lapacke_zhsein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhsein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhseqr.c b/LAPACKE/src/lapacke_zhseqr.c index 6d1f71a99d..64dbbb5e63 100644 --- a/LAPACKE/src/lapacke_zhseqr.c +++ b/LAPACKE/src/lapacke_zhseqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zhseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zhseqr_work.c b/LAPACKE/src/lapacke_zhseqr_work.c index 544cdc68fc..05c33615eb 100644 --- a/LAPACKE/src/lapacke_zhseqr_work.c +++ b/LAPACKE/src/lapacke_zhseqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zhseqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacgv.c b/LAPACKE/src/lapacke_zlacgv.c index cd412dc24a..cbfa99f51f 100644 --- a/LAPACKE/src/lapacke_zlacgv.c +++ b/LAPACKE/src/lapacke_zlacgv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlacgv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacgv_work.c b/LAPACKE/src/lapacke_zlacgv_work.c index 00bb7cff22..c4dbd02b61 100644 --- a/LAPACKE/src/lapacke_zlacgv_work.c +++ b/LAPACKE/src/lapacke_zlacgv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlacgv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacn2.c b/LAPACKE/src/lapacke_zlacn2.c index 76c6fd9e27..38a5bb4a41 100644 --- a/LAPACKE/src/lapacke_zlacn2.c +++ b/LAPACKE/src/lapacke_zlacn2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zlacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacn2_work.c b/LAPACKE/src/lapacke_zlacn2_work.c index 6babae5a23..820e88a15d 100644 --- a/LAPACKE/src/lapacke_zlacn2_work.c +++ b/LAPACKE/src/lapacke_zlacn2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlacn2 * Author: Intel Corporation -* Generated October, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacp2.c b/LAPACKE/src/lapacke_zlacp2.c index da5a178f56..1c76b70f69 100644 --- a/LAPACKE/src/lapacke_zlacp2.c +++ b/LAPACKE/src/lapacke_zlacp2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zlacp2 * Author: Intel Corporation -* Generated January, 2013 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacp2_work.c b/LAPACKE/src/lapacke_zlacp2_work.c index 87dbc369e9..f5b3a229ae 100644 --- a/LAPACKE/src/lapacke_zlacp2_work.c +++ b/LAPACKE/src/lapacke_zlacp2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlacp2 * Author: Intel Corporation -* Generated January, 2013 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacpy.c b/LAPACKE/src/lapacke_zlacpy.c index 2b9b582f5d..4e77c110c7 100644 --- a/LAPACKE/src/lapacke_zlacpy.c +++ b/LAPACKE/src/lapacke_zlacpy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacpy_work.c b/LAPACKE/src/lapacke_zlacpy_work.c index bb4e57b1ef..42c49cd866 100644 --- a/LAPACKE/src/lapacke_zlacpy_work.c +++ b/LAPACKE/src/lapacke_zlacpy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlacpy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacrm.c b/LAPACKE/src/lapacke_zlacrm.c index a6a295d953..974fc07cdf 100644 --- a/LAPACKE/src/lapacke_zlacrm.c +++ b/LAPACKE/src/lapacke_zlacrm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlacrm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlacrm_work.c b/LAPACKE/src/lapacke_zlacrm_work.c index a2fd362cc2..ed110cd72b 100644 --- a/LAPACKE/src/lapacke_zlacrm_work.c +++ b/LAPACKE/src/lapacke_zlacrm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlacrm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlag2c.c b/LAPACKE/src/lapacke_zlag2c.c index d1b330efb6..56220d44f4 100644 --- a/LAPACKE/src/lapacke_zlag2c.c +++ b/LAPACKE/src/lapacke_zlag2c.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlag2c * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlag2c_work.c b/LAPACKE/src/lapacke_zlag2c_work.c index e2af86bc9e..da5dd512c9 100644 --- a/LAPACKE/src/lapacke_zlag2c_work.c +++ b/LAPACKE/src/lapacke_zlag2c_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlag2c * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlagge.c b/LAPACKE/src/lapacke_zlagge.c index 5710ddd141..b7c5554f20 100644 --- a/LAPACKE/src/lapacke_zlagge.c +++ b/LAPACKE/src/lapacke_zlagge.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlagge_work.c b/LAPACKE/src/lapacke_zlagge_work.c index 8bd8df0028..92583bb639 100644 --- a/LAPACKE/src/lapacke_zlagge_work.c +++ b/LAPACKE/src/lapacke_zlagge_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlagge * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaghe.c b/LAPACKE/src/lapacke_zlaghe.c index 923b0fa7d6..74b5925d96 100644 --- a/LAPACKE/src/lapacke_zlaghe.c +++ b/LAPACKE/src/lapacke_zlaghe.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlaghe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaghe_work.c b/LAPACKE/src/lapacke_zlaghe_work.c index 792cda91fa..0bc1ac22ec 100644 --- a/LAPACKE/src/lapacke_zlaghe_work.c +++ b/LAPACKE/src/lapacke_zlaghe_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlaghe * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlagsy.c b/LAPACKE/src/lapacke_zlagsy.c index d2214970ec..0f6f700648 100644 --- a/LAPACKE/src/lapacke_zlagsy.c +++ b/LAPACKE/src/lapacke_zlagsy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlagsy_work.c b/LAPACKE/src/lapacke_zlagsy_work.c index 4875554c1e..9fbe94f7f7 100644 --- a/LAPACKE/src/lapacke_zlagsy_work.c +++ b/LAPACKE/src/lapacke_zlagsy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlagsy * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlange.c b/LAPACKE/src/lapacke_zlange.c index a87b872251..75b76b00ee 100644 --- a/LAPACKE/src/lapacke_zlange.c +++ b/LAPACKE/src/lapacke_zlange.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlange_work.c b/LAPACKE/src/lapacke_zlange_work.c index 83cbbc327d..217ae074c8 100644 --- a/LAPACKE/src/lapacke_zlange_work.c +++ b/LAPACKE/src/lapacke_zlange_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlange * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlanhe.c b/LAPACKE/src/lapacke_zlanhe.c index 9b99b29c8a..78468e5e12 100644 --- a/LAPACKE/src/lapacke_zlanhe.c +++ b/LAPACKE/src/lapacke_zlanhe.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlanhe * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlanhe_work.c b/LAPACKE/src/lapacke_zlanhe_work.c index 22127dfee5..899f3b13a8 100644 --- a/LAPACKE/src/lapacke_zlanhe_work.c +++ b/LAPACKE/src/lapacke_zlanhe_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlanhe * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlansy.c b/LAPACKE/src/lapacke_zlansy.c index d1e9e0d8ee..c7f878a90f 100644 --- a/LAPACKE/src/lapacke_zlansy.c +++ b/LAPACKE/src/lapacke_zlansy.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlansy_work.c b/LAPACKE/src/lapacke_zlansy_work.c index a88390f768..4e05b0fae1 100644 --- a/LAPACKE/src/lapacke_zlansy_work.c +++ b/LAPACKE/src/lapacke_zlansy_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlansy * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlantr.c b/LAPACKE/src/lapacke_zlantr.c index e2e0bec243..f6656d84da 100644 --- a/LAPACKE/src/lapacke_zlantr.c +++ b/LAPACKE/src/lapacke_zlantr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlantr_work.c b/LAPACKE/src/lapacke_zlantr_work.c index e62f8a4e35..8da43d90a2 100644 --- a/LAPACKE/src/lapacke_zlantr_work.c +++ b/LAPACKE/src/lapacke_zlantr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlantr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlapmr.c b/LAPACKE/src/lapacke_zlapmr.c index b81976ca6c..35086aa926 100644 --- a/LAPACKE/src/lapacke_zlapmr.c +++ b/LAPACKE/src/lapacke_zlapmr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlapmr_work.c b/LAPACKE/src/lapacke_zlapmr_work.c index f9ed4ec8a9..909065eb33 100644 --- a/LAPACKE/src/lapacke_zlapmr_work.c +++ b/LAPACKE/src/lapacke_zlapmr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlapmr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlapmt.c b/LAPACKE/src/lapacke_zlapmt.c index c83583f2f9..95e3b42f4e 100644 --- a/LAPACKE/src/lapacke_zlapmt.c +++ b/LAPACKE/src/lapacke_zlapmt.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlapmt_work.c b/LAPACKE/src/lapacke_zlapmt_work.c index 35e3798a9e..70f604741a 100644 --- a/LAPACKE/src/lapacke_zlapmt_work.c +++ b/LAPACKE/src/lapacke_zlapmt_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlapmt * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarcm.c b/LAPACKE/src/lapacke_zlarcm.c index 6421922623..c8ca160594 100644 --- a/LAPACKE/src/lapacke_zlarcm.c +++ b/LAPACKE/src/lapacke_zlarcm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarcm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarcm_work.c b/LAPACKE/src/lapacke_zlarcm_work.c index 183d958dbf..d4e31299ea 100644 --- a/LAPACKE/src/lapacke_zlarcm_work.c +++ b/LAPACKE/src/lapacke_zlarcm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarcm * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfb.c b/LAPACKE/src/lapacke_zlarfb.c index 4fc2eb0ab1..7cd23dde8f 100644 --- a/LAPACKE/src/lapacke_zlarfb.c +++ b/LAPACKE/src/lapacke_zlarfb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarfb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfb_work.c b/LAPACKE/src/lapacke_zlarfb_work.c index 8289db78da..1b4f892a17 100644 --- a/LAPACKE/src/lapacke_zlarfb_work.c +++ b/LAPACKE/src/lapacke_zlarfb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarfb * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfg.c b/LAPACKE/src/lapacke_zlarfg.c index a566a08cb5..4b96733df3 100644 --- a/LAPACKE/src/lapacke_zlarfg.c +++ b/LAPACKE/src/lapacke_zlarfg.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfg_work.c b/LAPACKE/src/lapacke_zlarfg_work.c index ee0e13768f..2d1e7ae27a 100644 --- a/LAPACKE/src/lapacke_zlarfg_work.c +++ b/LAPACKE/src/lapacke_zlarfg_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarfg * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarft.c b/LAPACKE/src/lapacke_zlarft.c index be218df3ba..d99a8c8f80 100644 --- a/LAPACKE/src/lapacke_zlarft.c +++ b/LAPACKE/src/lapacke_zlarft.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarft_work.c b/LAPACKE/src/lapacke_zlarft_work.c index 60e6970978..b352b6aaf3 100644 --- a/LAPACKE/src/lapacke_zlarft_work.c +++ b/LAPACKE/src/lapacke_zlarft_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarft * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfx.c b/LAPACKE/src/lapacke_zlarfx.c index b4ebf727e8..489eb623be 100644 --- a/LAPACKE/src/lapacke_zlarfx.c +++ b/LAPACKE/src/lapacke_zlarfx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarfx_work.c b/LAPACKE/src/lapacke_zlarfx_work.c index a6ad300d44..18f2a0646f 100644 --- a/LAPACKE/src/lapacke_zlarfx_work.c +++ b/LAPACKE/src/lapacke_zlarfx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarfx * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarnv.c b/LAPACKE/src/lapacke_zlarnv.c index 515e09b383..377e83f971 100644 --- a/LAPACKE/src/lapacke_zlarnv.c +++ b/LAPACKE/src/lapacke_zlarnv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlarnv_work.c b/LAPACKE/src/lapacke_zlarnv_work.c index 0e86fa147d..6912d591fe 100644 --- a/LAPACKE/src/lapacke_zlarnv_work.c +++ b/LAPACKE/src/lapacke_zlarnv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlarnv * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlascl.c b/LAPACKE/src/lapacke_zlascl.c index 7e37d559cb..591f0e312b 100644 --- a/LAPACKE/src/lapacke_zlascl.c +++ b/LAPACKE/src/lapacke_zlascl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlascl_work.c b/LAPACKE/src/lapacke_zlascl_work.c index 7adfbc9e55..631c0df46d 100644 --- a/LAPACKE/src/lapacke_zlascl_work.c +++ b/LAPACKE/src/lapacke_zlascl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function dlaswp * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaset.c b/LAPACKE/src/lapacke_zlaset.c index d43a424ea1..e0973be12c 100644 --- a/LAPACKE/src/lapacke_zlaset.c +++ b/LAPACKE/src/lapacke_zlaset.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlaset * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaset_work.c b/LAPACKE/src/lapacke_zlaset_work.c index 9056e8fcac..7a348a47f6 100644 --- a/LAPACKE/src/lapacke_zlaset_work.c +++ b/LAPACKE/src/lapacke_zlaset_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlaset * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlassq.c b/LAPACKE/src/lapacke_zlassq.c index b8972b9749..3b68d12ccc 100644 --- a/LAPACKE/src/lapacke_zlassq.c +++ b/LAPACKE/src/lapacke_zlassq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlassq * Author: Julien langou -* Generated February 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlassq_work.c b/LAPACKE/src/lapacke_zlassq_work.c index a4920b06af..625844de72 100644 --- a/LAPACKE/src/lapacke_zlassq_work.c +++ b/LAPACKE/src/lapacke_zlassq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlassq * Author: Julien Langou -* Generated February, 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaswp.c b/LAPACKE/src/lapacke_zlaswp.c index c18a3d7dfb..e166400b01 100644 --- a/LAPACKE/src/lapacke_zlaswp.c +++ b/LAPACKE/src/lapacke_zlaswp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlaswp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlaswp_work.c b/LAPACKE/src/lapacke_zlaswp_work.c index eafb9a59ab..573fe9e9b5 100644 --- a/LAPACKE/src/lapacke_zlaswp_work.c +++ b/LAPACKE/src/lapacke_zlaswp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlaswp * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlatms.c b/LAPACKE/src/lapacke_zlatms.c index 4f131d8cad..c5fc346b67 100644 --- a/LAPACKE/src/lapacke_zlatms.c +++ b/LAPACKE/src/lapacke_zlatms.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlatms_work.c b/LAPACKE/src/lapacke_zlatms_work.c index a8869287d0..1677896bee 100644 --- a/LAPACKE/src/lapacke_zlatms_work.c +++ b/LAPACKE/src/lapacke_zlatms_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlatms * Author: Intel Corporation -* Generated April, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlauum.c b/LAPACKE/src/lapacke_zlauum.c index fbda5b0bc3..3f081f3c7a 100644 --- a/LAPACKE/src/lapacke_zlauum.c +++ b/LAPACKE/src/lapacke_zlauum.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zlauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zlauum_work.c b/LAPACKE/src/lapacke_zlauum_work.c index 836c72132d..c4e64dfaa7 100644 --- a/LAPACKE/src/lapacke_zlauum_work.c +++ b/LAPACKE/src/lapacke_zlauum_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zlauum * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbcon.c b/LAPACKE/src/lapacke_zpbcon.c index f1091a264f..fe6f218fdb 100644 --- a/LAPACKE/src/lapacke_zpbcon.c +++ b/LAPACKE/src/lapacke_zpbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbcon_work.c b/LAPACKE/src/lapacke_zpbcon_work.c index 1fa5a0656a..8d05985a52 100644 --- a/LAPACKE/src/lapacke_zpbcon_work.c +++ b/LAPACKE/src/lapacke_zpbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbequ.c b/LAPACKE/src/lapacke_zpbequ.c index caedf208be..eceb7071d6 100644 --- a/LAPACKE/src/lapacke_zpbequ.c +++ b/LAPACKE/src/lapacke_zpbequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbequ_work.c b/LAPACKE/src/lapacke_zpbequ_work.c index a491f4380a..59d9449fe6 100644 --- a/LAPACKE/src/lapacke_zpbequ_work.c +++ b/LAPACKE/src/lapacke_zpbequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbrfs.c b/LAPACKE/src/lapacke_zpbrfs.c index dd6d624359..d6702ab239 100644 --- a/LAPACKE/src/lapacke_zpbrfs.c +++ b/LAPACKE/src/lapacke_zpbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbrfs_work.c b/LAPACKE/src/lapacke_zpbrfs_work.c index fa9c4964b0..f5539608e2 100644 --- a/LAPACKE/src/lapacke_zpbrfs_work.c +++ b/LAPACKE/src/lapacke_zpbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbstf.c b/LAPACKE/src/lapacke_zpbstf.c index 0f717bfdd6..32d199b8ff 100644 --- a/LAPACKE/src/lapacke_zpbstf.c +++ b/LAPACKE/src/lapacke_zpbstf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbstf_work.c b/LAPACKE/src/lapacke_zpbstf_work.c index 6745c9bdc0..50a951a5f5 100644 --- a/LAPACKE/src/lapacke_zpbstf_work.c +++ b/LAPACKE/src/lapacke_zpbstf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbstf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbsv.c b/LAPACKE/src/lapacke_zpbsv.c index 8ec762aa42..681f01cdfc 100644 --- a/LAPACKE/src/lapacke_zpbsv.c +++ b/LAPACKE/src/lapacke_zpbsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbsv_work.c b/LAPACKE/src/lapacke_zpbsv_work.c index 9d324fad2a..4625c0e88a 100644 --- a/LAPACKE/src/lapacke_zpbsv_work.c +++ b/LAPACKE/src/lapacke_zpbsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbsvx.c b/LAPACKE/src/lapacke_zpbsvx.c index ef0fe46695..ee5549f657 100644 --- a/LAPACKE/src/lapacke_zpbsvx.c +++ b/LAPACKE/src/lapacke_zpbsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbsvx_work.c b/LAPACKE/src/lapacke_zpbsvx_work.c index 70278a0d79..946f914b46 100644 --- a/LAPACKE/src/lapacke_zpbsvx_work.c +++ b/LAPACKE/src/lapacke_zpbsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbtrf.c b/LAPACKE/src/lapacke_zpbtrf.c index f0cd1fac42..964968e527 100644 --- a/LAPACKE/src/lapacke_zpbtrf.c +++ b/LAPACKE/src/lapacke_zpbtrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbtrf_work.c b/LAPACKE/src/lapacke_zpbtrf_work.c index d02f8685c7..8d47cdb9db 100644 --- a/LAPACKE/src/lapacke_zpbtrf_work.c +++ b/LAPACKE/src/lapacke_zpbtrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbtrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbtrs.c b/LAPACKE/src/lapacke_zpbtrs.c index 1302831f23..8c9cda0895 100644 --- a/LAPACKE/src/lapacke_zpbtrs.c +++ b/LAPACKE/src/lapacke_zpbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpbtrs_work.c b/LAPACKE/src/lapacke_zpbtrs_work.c index 773879ac61..ebd9943a12 100644 --- a/LAPACKE/src/lapacke_zpbtrs_work.c +++ b/LAPACKE/src/lapacke_zpbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftrf.c b/LAPACKE/src/lapacke_zpftrf.c index cc18a12ed7..4fd8523d72 100644 --- a/LAPACKE/src/lapacke_zpftrf.c +++ b/LAPACKE/src/lapacke_zpftrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftrf_work.c b/LAPACKE/src/lapacke_zpftrf_work.c index cd09a07bff..489da172c0 100644 --- a/LAPACKE/src/lapacke_zpftrf_work.c +++ b/LAPACKE/src/lapacke_zpftrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpftrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftri.c b/LAPACKE/src/lapacke_zpftri.c index 6ca58ed2b6..6e814d7d3e 100644 --- a/LAPACKE/src/lapacke_zpftri.c +++ b/LAPACKE/src/lapacke_zpftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftri_work.c b/LAPACKE/src/lapacke_zpftri_work.c index eff7b4b25c..c4bc00b8de 100644 --- a/LAPACKE/src/lapacke_zpftri_work.c +++ b/LAPACKE/src/lapacke_zpftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftrs.c b/LAPACKE/src/lapacke_zpftrs.c index db355583ed..824aab248f 100644 --- a/LAPACKE/src/lapacke_zpftrs.c +++ b/LAPACKE/src/lapacke_zpftrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpftrs_work.c b/LAPACKE/src/lapacke_zpftrs_work.c index 3983d26218..5aaf0f5c1c 100644 --- a/LAPACKE/src/lapacke_zpftrs_work.c +++ b/LAPACKE/src/lapacke_zpftrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpftrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpocon.c b/LAPACKE/src/lapacke_zpocon.c index 3d943825b3..fb676a767f 100644 --- a/LAPACKE/src/lapacke_zpocon.c +++ b/LAPACKE/src/lapacke_zpocon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpocon_work.c b/LAPACKE/src/lapacke_zpocon_work.c index 8b3664417c..558b99d039 100644 --- a/LAPACKE/src/lapacke_zpocon_work.c +++ b/LAPACKE/src/lapacke_zpocon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpocon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpoequ.c b/LAPACKE/src/lapacke_zpoequ.c index 7bb4fbb44b..4fc645abe6 100644 --- a/LAPACKE/src/lapacke_zpoequ.c +++ b/LAPACKE/src/lapacke_zpoequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpoequ_work.c b/LAPACKE/src/lapacke_zpoequ_work.c index 3d3fb023c2..b1daf19216 100644 --- a/LAPACKE/src/lapacke_zpoequ_work.c +++ b/LAPACKE/src/lapacke_zpoequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpoequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpoequb.c b/LAPACKE/src/lapacke_zpoequb.c index 3c188c6d43..bacffa4bc8 100644 --- a/LAPACKE/src/lapacke_zpoequb.c +++ b/LAPACKE/src/lapacke_zpoequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpoequb_work.c b/LAPACKE/src/lapacke_zpoequb_work.c index a3c905945d..a7c68feffb 100644 --- a/LAPACKE/src/lapacke_zpoequb_work.c +++ b/LAPACKE/src/lapacke_zpoequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpoequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zporfs.c b/LAPACKE/src/lapacke_zporfs.c index a3e958a0c9..abcb405dbd 100644 --- a/LAPACKE/src/lapacke_zporfs.c +++ b/LAPACKE/src/lapacke_zporfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zporfs_work.c b/LAPACKE/src/lapacke_zporfs_work.c index 268c0eef00..4717b5ba38 100644 --- a/LAPACKE/src/lapacke_zporfs_work.c +++ b/LAPACKE/src/lapacke_zporfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zporfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zporfsx.c b/LAPACKE/src/lapacke_zporfsx.c index e8ea525fa9..d27145f371 100644 --- a/LAPACKE/src/lapacke_zporfsx.c +++ b/LAPACKE/src/lapacke_zporfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zporfsx_work.c b/LAPACKE/src/lapacke_zporfsx_work.c index 697291a9f6..f6f4a606cb 100644 --- a/LAPACKE/src/lapacke_zporfsx_work.c +++ b/LAPACKE/src/lapacke_zporfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zporfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposv.c b/LAPACKE/src/lapacke_zposv.c index a2bf87418f..5f52c3fff6 100644 --- a/LAPACKE/src/lapacke_zposv.c +++ b/LAPACKE/src/lapacke_zposv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposv_work.c b/LAPACKE/src/lapacke_zposv_work.c index 1b20703315..350cf575c0 100644 --- a/LAPACKE/src/lapacke_zposv_work.c +++ b/LAPACKE/src/lapacke_zposv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zposv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposvx.c b/LAPACKE/src/lapacke_zposvx.c index c5f1b38660..256b116322 100644 --- a/LAPACKE/src/lapacke_zposvx.c +++ b/LAPACKE/src/lapacke_zposvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposvx_work.c b/LAPACKE/src/lapacke_zposvx_work.c index 0d86b9386e..227109c102 100644 --- a/LAPACKE/src/lapacke_zposvx_work.c +++ b/LAPACKE/src/lapacke_zposvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zposvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposvxx.c b/LAPACKE/src/lapacke_zposvxx.c index c507aab6fa..842dbf4ba0 100644 --- a/LAPACKE/src/lapacke_zposvxx.c +++ b/LAPACKE/src/lapacke_zposvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zposvxx_work.c b/LAPACKE/src/lapacke_zposvxx_work.c index a9715237ac..1b2d3df52b 100644 --- a/LAPACKE/src/lapacke_zposvxx_work.c +++ b/LAPACKE/src/lapacke_zposvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zposvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrf.c b/LAPACKE/src/lapacke_zpotrf.c index 07ef2572fc..eef672e917 100644 --- a/LAPACKE/src/lapacke_zpotrf.c +++ b/LAPACKE/src/lapacke_zpotrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrf2.c b/LAPACKE/src/lapacke_zpotrf2.c index 9628425a17..0aee853387 100644 --- a/LAPACKE/src/lapacke_zpotrf2.c +++ b/LAPACKE/src/lapacke_zpotrf2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrf2_work.c b/LAPACKE/src/lapacke_zpotrf2_work.c index daaca792f3..e0cf84abe0 100644 --- a/LAPACKE/src/lapacke_zpotrf2_work.c +++ b/LAPACKE/src/lapacke_zpotrf2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpotrf2 * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrf_work.c b/LAPACKE/src/lapacke_zpotrf_work.c index fdd3664915..1d4c6990cd 100644 --- a/LAPACKE/src/lapacke_zpotrf_work.c +++ b/LAPACKE/src/lapacke_zpotrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpotrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotri.c b/LAPACKE/src/lapacke_zpotri.c index 68252cd2d5..05ff05eeb2 100644 --- a/LAPACKE/src/lapacke_zpotri.c +++ b/LAPACKE/src/lapacke_zpotri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotri_work.c b/LAPACKE/src/lapacke_zpotri_work.c index 990aba1af1..fe30a7d3cf 100644 --- a/LAPACKE/src/lapacke_zpotri_work.c +++ b/LAPACKE/src/lapacke_zpotri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpotri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrs.c b/LAPACKE/src/lapacke_zpotrs.c index bd8ca4b770..797153256d 100644 --- a/LAPACKE/src/lapacke_zpotrs.c +++ b/LAPACKE/src/lapacke_zpotrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpotrs_work.c b/LAPACKE/src/lapacke_zpotrs_work.c index 02acc49c78..abfbf98ea6 100644 --- a/LAPACKE/src/lapacke_zpotrs_work.c +++ b/LAPACKE/src/lapacke_zpotrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpotrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppcon.c b/LAPACKE/src/lapacke_zppcon.c index d2611beb0c..285be70c30 100644 --- a/LAPACKE/src/lapacke_zppcon.c +++ b/LAPACKE/src/lapacke_zppcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppcon_work.c b/LAPACKE/src/lapacke_zppcon_work.c index 5f7a241ac3..eb4d7856bd 100644 --- a/LAPACKE/src/lapacke_zppcon_work.c +++ b/LAPACKE/src/lapacke_zppcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zppcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppequ.c b/LAPACKE/src/lapacke_zppequ.c index 136b00b51d..1e333d5d59 100644 --- a/LAPACKE/src/lapacke_zppequ.c +++ b/LAPACKE/src/lapacke_zppequ.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppequ_work.c b/LAPACKE/src/lapacke_zppequ_work.c index 66035fd155..bf14edd174 100644 --- a/LAPACKE/src/lapacke_zppequ_work.c +++ b/LAPACKE/src/lapacke_zppequ_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zppequ * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpprfs.c b/LAPACKE/src/lapacke_zpprfs.c index b898a1dfcc..11f501b041 100644 --- a/LAPACKE/src/lapacke_zpprfs.c +++ b/LAPACKE/src/lapacke_zpprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpprfs_work.c b/LAPACKE/src/lapacke_zpprfs_work.c index cd2ad18b36..1393d5d0ef 100644 --- a/LAPACKE/src/lapacke_zpprfs_work.c +++ b/LAPACKE/src/lapacke_zpprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppsv.c b/LAPACKE/src/lapacke_zppsv.c index 9cb839e0f3..c4073fe792 100644 --- a/LAPACKE/src/lapacke_zppsv.c +++ b/LAPACKE/src/lapacke_zppsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppsv_work.c b/LAPACKE/src/lapacke_zppsv_work.c index 9a75171c5b..93e740ae33 100644 --- a/LAPACKE/src/lapacke_zppsv_work.c +++ b/LAPACKE/src/lapacke_zppsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zppsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppsvx.c b/LAPACKE/src/lapacke_zppsvx.c index 4adcc02df0..0bf8297526 100644 --- a/LAPACKE/src/lapacke_zppsvx.c +++ b/LAPACKE/src/lapacke_zppsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zppsvx_work.c b/LAPACKE/src/lapacke_zppsvx_work.c index 2ddeb198df..2ef652358b 100644 --- a/LAPACKE/src/lapacke_zppsvx_work.c +++ b/LAPACKE/src/lapacke_zppsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zppsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptrf.c b/LAPACKE/src/lapacke_zpptrf.c index 749b82256d..abe8ae40b4 100644 --- a/LAPACKE/src/lapacke_zpptrf.c +++ b/LAPACKE/src/lapacke_zpptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptrf_work.c b/LAPACKE/src/lapacke_zpptrf_work.c index d9e445aca1..1d6ae2bb1d 100644 --- a/LAPACKE/src/lapacke_zpptrf_work.c +++ b/LAPACKE/src/lapacke_zpptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptri.c b/LAPACKE/src/lapacke_zpptri.c index e5f9be90d1..6e992e5219 100644 --- a/LAPACKE/src/lapacke_zpptri.c +++ b/LAPACKE/src/lapacke_zpptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptri_work.c b/LAPACKE/src/lapacke_zpptri_work.c index 7577cbddd4..991d6357b3 100644 --- a/LAPACKE/src/lapacke_zpptri_work.c +++ b/LAPACKE/src/lapacke_zpptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptrs.c b/LAPACKE/src/lapacke_zpptrs.c index 25dd5f1969..c379b51efa 100644 --- a/LAPACKE/src/lapacke_zpptrs.c +++ b/LAPACKE/src/lapacke_zpptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpptrs_work.c b/LAPACKE/src/lapacke_zpptrs_work.c index ff9feb89fe..867417cd44 100644 --- a/LAPACKE/src/lapacke_zpptrs_work.c +++ b/LAPACKE/src/lapacke_zpptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpstrf.c b/LAPACKE/src/lapacke_zpstrf.c index ffe4bf6258..dac94f5e50 100644 --- a/LAPACKE/src/lapacke_zpstrf.c +++ b/LAPACKE/src/lapacke_zpstrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpstrf_work.c b/LAPACKE/src/lapacke_zpstrf_work.c index 3312f31896..a79a19d4ff 100644 --- a/LAPACKE/src/lapacke_zpstrf_work.c +++ b/LAPACKE/src/lapacke_zpstrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpstrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptcon.c b/LAPACKE/src/lapacke_zptcon.c index ecc7053420..f3b72dea05 100644 --- a/LAPACKE/src/lapacke_zptcon.c +++ b/LAPACKE/src/lapacke_zptcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptcon_work.c b/LAPACKE/src/lapacke_zptcon_work.c index 0162c8ca38..6638cdc441 100644 --- a/LAPACKE/src/lapacke_zptcon_work.c +++ b/LAPACKE/src/lapacke_zptcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zptcon * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpteqr.c b/LAPACKE/src/lapacke_zpteqr.c index 522cb6a08d..ac55c13099 100644 --- a/LAPACKE/src/lapacke_zpteqr.c +++ b/LAPACKE/src/lapacke_zpteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpteqr_work.c b/LAPACKE/src/lapacke_zpteqr_work.c index 602295a64b..47bae4e796 100644 --- a/LAPACKE/src/lapacke_zpteqr_work.c +++ b/LAPACKE/src/lapacke_zpteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptrfs.c b/LAPACKE/src/lapacke_zptrfs.c index 4232f79eef..5e05c1b58c 100644 --- a/LAPACKE/src/lapacke_zptrfs.c +++ b/LAPACKE/src/lapacke_zptrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptrfs_work.c b/LAPACKE/src/lapacke_zptrfs_work.c index 243d6da284..29a561f87b 100644 --- a/LAPACKE/src/lapacke_zptrfs_work.c +++ b/LAPACKE/src/lapacke_zptrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zptrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptsv.c b/LAPACKE/src/lapacke_zptsv.c index d6b0f8b077..4de2c96241 100644 --- a/LAPACKE/src/lapacke_zptsv.c +++ b/LAPACKE/src/lapacke_zptsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptsv_work.c b/LAPACKE/src/lapacke_zptsv_work.c index fc3f9e3910..d530af267a 100644 --- a/LAPACKE/src/lapacke_zptsv_work.c +++ b/LAPACKE/src/lapacke_zptsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zptsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptsvx.c b/LAPACKE/src/lapacke_zptsvx.c index 6987f850b6..cbdf9ac763 100644 --- a/LAPACKE/src/lapacke_zptsvx.c +++ b/LAPACKE/src/lapacke_zptsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zptsvx_work.c b/LAPACKE/src/lapacke_zptsvx_work.c index 60aa938248..ac1354097f 100644 --- a/LAPACKE/src/lapacke_zptsvx_work.c +++ b/LAPACKE/src/lapacke_zptsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zptsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpttrf.c b/LAPACKE/src/lapacke_zpttrf.c index b0d8a4aa4c..7b9d45494e 100644 --- a/LAPACKE/src/lapacke_zpttrf.c +++ b/LAPACKE/src/lapacke_zpttrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpttrf_work.c b/LAPACKE/src/lapacke_zpttrf_work.c index 2c85567283..faf867a4eb 100644 --- a/LAPACKE/src/lapacke_zpttrf_work.c +++ b/LAPACKE/src/lapacke_zpttrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpttrf * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpttrs.c b/LAPACKE/src/lapacke_zpttrs.c index 416269db33..14a42672b0 100644 --- a/LAPACKE/src/lapacke_zpttrs.c +++ b/LAPACKE/src/lapacke_zpttrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zpttrs_work.c b/LAPACKE/src/lapacke_zpttrs_work.c index 7c6cb492ab..5a7c2650fb 100644 --- a/LAPACKE/src/lapacke_zpttrs_work.c +++ b/LAPACKE/src/lapacke_zpttrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zpttrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspcon.c b/LAPACKE/src/lapacke_zspcon.c index dae745b482..25c2a1f587 100644 --- a/LAPACKE/src/lapacke_zspcon.c +++ b/LAPACKE/src/lapacke_zspcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspcon_work.c b/LAPACKE/src/lapacke_zspcon_work.c index 97864c3020..8cb520cf36 100644 --- a/LAPACKE/src/lapacke_zspcon_work.c +++ b/LAPACKE/src/lapacke_zspcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zspcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsprfs.c b/LAPACKE/src/lapacke_zsprfs.c index c6b2a4e2e1..0f55ffa57c 100644 --- a/LAPACKE/src/lapacke_zsprfs.c +++ b/LAPACKE/src/lapacke_zsprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsprfs_work.c b/LAPACKE/src/lapacke_zsprfs_work.c index e1c54955d9..633aed68f2 100644 --- a/LAPACKE/src/lapacke_zsprfs_work.c +++ b/LAPACKE/src/lapacke_zsprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspsv.c b/LAPACKE/src/lapacke_zspsv.c index 35288dbf97..89cf95ccfa 100644 --- a/LAPACKE/src/lapacke_zspsv.c +++ b/LAPACKE/src/lapacke_zspsv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspsv_work.c b/LAPACKE/src/lapacke_zspsv_work.c index 84112eb420..819f2b665e 100644 --- a/LAPACKE/src/lapacke_zspsv_work.c +++ b/LAPACKE/src/lapacke_zspsv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zspsv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspsvx.c b/LAPACKE/src/lapacke_zspsvx.c index f57193301b..025a121962 100644 --- a/LAPACKE/src/lapacke_zspsvx.c +++ b/LAPACKE/src/lapacke_zspsvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zspsvx_work.c b/LAPACKE/src/lapacke_zspsvx_work.c index 6f947d7df3..4f986f58fd 100644 --- a/LAPACKE/src/lapacke_zspsvx_work.c +++ b/LAPACKE/src/lapacke_zspsvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zspsvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptrf.c b/LAPACKE/src/lapacke_zsptrf.c index 08a4e317f6..70356d3410 100644 --- a/LAPACKE/src/lapacke_zsptrf.c +++ b/LAPACKE/src/lapacke_zsptrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptrf_work.c b/LAPACKE/src/lapacke_zsptrf_work.c index 7fd2f7718f..3823e89427 100644 --- a/LAPACKE/src/lapacke_zsptrf_work.c +++ b/LAPACKE/src/lapacke_zsptrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsptrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptri.c b/LAPACKE/src/lapacke_zsptri.c index 4e0481e4ae..7bb4734532 100644 --- a/LAPACKE/src/lapacke_zsptri.c +++ b/LAPACKE/src/lapacke_zsptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptri_work.c b/LAPACKE/src/lapacke_zsptri_work.c index 5d932aa920..231026ad77 100644 --- a/LAPACKE/src/lapacke_zsptri_work.c +++ b/LAPACKE/src/lapacke_zsptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptrs.c b/LAPACKE/src/lapacke_zsptrs.c index 7a0f8d0545..5e99f48d96 100644 --- a/LAPACKE/src/lapacke_zsptrs.c +++ b/LAPACKE/src/lapacke_zsptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsptrs_work.c b/LAPACKE/src/lapacke_zsptrs_work.c index 2deb687664..9bea788d3d 100644 --- a/LAPACKE/src/lapacke_zsptrs_work.c +++ b/LAPACKE/src/lapacke_zsptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstedc.c b/LAPACKE/src/lapacke_zstedc.c index 665c4414fc..29f2ca56cc 100644 --- a/LAPACKE/src/lapacke_zstedc.c +++ b/LAPACKE/src/lapacke_zstedc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zstedc * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstedc_work.c b/LAPACKE/src/lapacke_zstedc_work.c index d2e67dbb3b..3c6a07f19f 100644 --- a/LAPACKE/src/lapacke_zstedc_work.c +++ b/LAPACKE/src/lapacke_zstedc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zstedc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstegr.c b/LAPACKE/src/lapacke_zstegr.c index 07b5ce81df..d744040441 100644 --- a/LAPACKE/src/lapacke_zstegr.c +++ b/LAPACKE/src/lapacke_zstegr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zstegr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstegr_work.c b/LAPACKE/src/lapacke_zstegr_work.c index 3b527e88af..a2de0f62b7 100644 --- a/LAPACKE/src/lapacke_zstegr_work.c +++ b/LAPACKE/src/lapacke_zstegr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zstegr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstein.c b/LAPACKE/src/lapacke_zstein.c index d54f3bb676..ccad9fc385 100644 --- a/LAPACKE/src/lapacke_zstein.c +++ b/LAPACKE/src/lapacke_zstein.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zstein * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstein_work.c b/LAPACKE/src/lapacke_zstein_work.c index 9e6a9acbd2..c651215767 100644 --- a/LAPACKE/src/lapacke_zstein_work.c +++ b/LAPACKE/src/lapacke_zstein_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zstein * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstemr.c b/LAPACKE/src/lapacke_zstemr.c index d1d1d56922..d64fb290cb 100644 --- a/LAPACKE/src/lapacke_zstemr.c +++ b/LAPACKE/src/lapacke_zstemr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zstemr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zstemr_work.c b/LAPACKE/src/lapacke_zstemr_work.c index 02d459a48c..b87018178b 100644 --- a/LAPACKE/src/lapacke_zstemr_work.c +++ b/LAPACKE/src/lapacke_zstemr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zstemr * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsteqr.c b/LAPACKE/src/lapacke_zsteqr.c index 3b27f53b9c..0337fe5ab9 100644 --- a/LAPACKE/src/lapacke_zsteqr.c +++ b/LAPACKE/src/lapacke_zsteqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsteqr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsteqr_work.c b/LAPACKE/src/lapacke_zsteqr_work.c index acfd3baa0d..b4db37210e 100644 --- a/LAPACKE/src/lapacke_zsteqr_work.c +++ b/LAPACKE/src/lapacke_zsteqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsteqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsycon.c b/LAPACKE/src/lapacke_zsycon.c index b4f726bdbc..22c07e9de3 100644 --- a/LAPACKE/src/lapacke_zsycon.c +++ b/LAPACKE/src/lapacke_zsycon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsycon_3.c b/LAPACKE/src/lapacke_zsycon_3.c index 1a3b3ddf7e..c7d22234db 100644 --- a/LAPACKE/src/lapacke_zsycon_3.c +++ b/LAPACKE/src/lapacke_zsycon_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsycon_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsycon_3_work.c b/LAPACKE/src/lapacke_zsycon_3_work.c index b59d023400..7dbf7f9a99 100644 --- a/LAPACKE/src/lapacke_zsycon_3_work.c +++ b/LAPACKE/src/lapacke_zsycon_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsycon_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsycon_work.c b/LAPACKE/src/lapacke_zsycon_work.c index b385792000..1a2c7b4c2f 100644 --- a/LAPACKE/src/lapacke_zsycon_work.c +++ b/LAPACKE/src/lapacke_zsycon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsycon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyconv.c b/LAPACKE/src/lapacke_zsyconv.c index 2826efa539..16a3c32666 100644 --- a/LAPACKE/src/lapacke_zsyconv.c +++ b/LAPACKE/src/lapacke_zsyconv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyconv_work.c b/LAPACKE/src/lapacke_zsyconv_work.c index 259f4d74c0..776e834872 100644 --- a/LAPACKE/src/lapacke_zsyconv_work.c +++ b/LAPACKE/src/lapacke_zsyconv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyconv * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyequb.c b/LAPACKE/src/lapacke_zsyequb.c index 669c3dd9e9..5d8d109652 100644 --- a/LAPACKE/src/lapacke_zsyequb.c +++ b/LAPACKE/src/lapacke_zsyequb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyequb_work.c b/LAPACKE/src/lapacke_zsyequb_work.c index 8e625bdace..c306735287 100644 --- a/LAPACKE/src/lapacke_zsyequb_work.c +++ b/LAPACKE/src/lapacke_zsyequb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyequb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyr.c b/LAPACKE/src/lapacke_zsyr.c index 097f0799b7..c4bbe51c96 100644 --- a/LAPACKE/src/lapacke_zsyr.c +++ b/LAPACKE/src/lapacke_zsyr.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyr * Author: Intel Corporation -* Generated March, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyr_work.c b/LAPACKE/src/lapacke_zsyr_work.c index 6d8e9f7780..743db8fb89 100644 --- a/LAPACKE/src/lapacke_zsyr_work.c +++ b/LAPACKE/src/lapacke_zsyr_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyr * Author: Intel Corporation -* Generated March, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyrfs.c b/LAPACKE/src/lapacke_zsyrfs.c index a0246ba038..60cb9176ab 100644 --- a/LAPACKE/src/lapacke_zsyrfs.c +++ b/LAPACKE/src/lapacke_zsyrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyrfs_work.c b/LAPACKE/src/lapacke_zsyrfs_work.c index 5897068d16..daf6cca028 100644 --- a/LAPACKE/src/lapacke_zsyrfs_work.c +++ b/LAPACKE/src/lapacke_zsyrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyrfsx.c b/LAPACKE/src/lapacke_zsyrfsx.c index a7401acca3..13479d7323 100644 --- a/LAPACKE/src/lapacke_zsyrfsx.c +++ b/LAPACKE/src/lapacke_zsyrfsx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyrfsx_work.c b/LAPACKE/src/lapacke_zsyrfsx_work.c index 1e96a756c4..8d47f5cefa 100644 --- a/LAPACKE/src/lapacke_zsyrfsx_work.c +++ b/LAPACKE/src/lapacke_zsyrfsx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyrfsx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv.c b/LAPACKE/src/lapacke_zsysv.c index 1cb7d4673f..71ef168a83 100644 --- a/LAPACKE/src/lapacke_zsysv.c +++ b/LAPACKE/src/lapacke_zsysv.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_aa.c b/LAPACKE/src/lapacke_zsysv_aa.c index c2bf5c3402..ac9a75c2a4 100644 --- a/LAPACKE/src/lapacke_zsysv_aa.c +++ b/LAPACKE/src/lapacke_zsysv_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_aa_2stage.c b/LAPACKE/src/lapacke_zsysv_aa_2stage.c index c30a381cd4..05ee3f0189 100644 --- a/LAPACKE/src/lapacke_zsysv_aa_2stage.c +++ b/LAPACKE/src/lapacke_zsysv_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_aa_2stage_work.c b/LAPACKE/src/lapacke_zsysv_aa_2stage_work.c index 8b46257d0a..37e8d6c254 100644 --- a/LAPACKE/src/lapacke_zsysv_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zsysv_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysv_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_aa_work.c b/LAPACKE/src/lapacke_zsysv_aa_work.c index 80ba5c7467..637f6033ea 100644 --- a/LAPACKE/src/lapacke_zsysv_aa_work.c +++ b/LAPACKE/src/lapacke_zsysv_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysv_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_rk.c b/LAPACKE/src/lapacke_zsysv_rk.c index 4dc56151ec..137a3d26a5 100644 --- a/LAPACKE/src/lapacke_zsysv_rk.c +++ b/LAPACKE/src/lapacke_zsysv_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysv_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_rk_work.c b/LAPACKE/src/lapacke_zsysv_rk_work.c index bb07da25ed..349388a591 100644 --- a/LAPACKE/src/lapacke_zsysv_rk_work.c +++ b/LAPACKE/src/lapacke_zsysv_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysv_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_rook.c b/LAPACKE/src/lapacke_zsysv_rook.c index 1e81b56892..e24d53395b 100644 --- a/LAPACKE/src/lapacke_zsysv_rook.c +++ b/LAPACKE/src/lapacke_zsysv_rook.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_rook_work.c b/LAPACKE/src/lapacke_zsysv_rook_work.c index c002f25440..b383ec4670 100644 --- a/LAPACKE/src/lapacke_zsysv_rook_work.c +++ b/LAPACKE/src/lapacke_zsysv_rook_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysv_rook * Author: Intel Corporation -* Generated January, 2012 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysv_work.c b/LAPACKE/src/lapacke_zsysv_work.c index 46dda4698a..eece455ce9 100644 --- a/LAPACKE/src/lapacke_zsysv_work.c +++ b/LAPACKE/src/lapacke_zsysv_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysv * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysvx.c b/LAPACKE/src/lapacke_zsysvx.c index d358355598..abff21f160 100644 --- a/LAPACKE/src/lapacke_zsysvx.c +++ b/LAPACKE/src/lapacke_zsysvx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysvx_work.c b/LAPACKE/src/lapacke_zsysvx_work.c index 8a90f15169..44e88b13bb 100644 --- a/LAPACKE/src/lapacke_zsysvx_work.c +++ b/LAPACKE/src/lapacke_zsysvx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysvx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysvxx.c b/LAPACKE/src/lapacke_zsysvxx.c index d7539404ac..a39552e661 100644 --- a/LAPACKE/src/lapacke_zsysvxx.c +++ b/LAPACKE/src/lapacke_zsysvxx.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsysvxx_work.c b/LAPACKE/src/lapacke_zsysvxx_work.c index b65db31968..31730a3431 100644 --- a/LAPACKE/src/lapacke_zsysvxx_work.c +++ b/LAPACKE/src/lapacke_zsysvxx_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsysvxx * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyswapr.c b/LAPACKE/src/lapacke_zsyswapr.c index 17d580e422..1af377bca0 100644 --- a/LAPACKE/src/lapacke_zsyswapr.c +++ b/LAPACKE/src/lapacke_zsyswapr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsyswapr_work.c b/LAPACKE/src/lapacke_zsyswapr_work.c index 44a297de54..22a5984bbb 100644 --- a/LAPACKE/src/lapacke_zsyswapr_work.c +++ b/LAPACKE/src/lapacke_zsyswapr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsyswapr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf.c b/LAPACKE/src/lapacke_zsytrf.c index 56868b99e8..daf980366e 100644 --- a/LAPACKE/src/lapacke_zsytrf.c +++ b/LAPACKE/src/lapacke_zsytrf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_aa.c b/LAPACKE/src/lapacke_zsytrf_aa.c index 74a81f483d..aab51a50f7 100644 --- a/LAPACKE/src/lapacke_zsytrf_aa.c +++ b/LAPACKE/src/lapacke_zsytrf_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_aa_2stage.c b/LAPACKE/src/lapacke_zsytrf_aa_2stage.c index e629c8571f..4e61bdee6a 100644 --- a/LAPACKE/src/lapacke_zsytrf_aa_2stage.c +++ b/LAPACKE/src/lapacke_zsytrf_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_aa_2stage_work.c b/LAPACKE/src/lapacke_zsytrf_aa_2stage_work.c index db27e2873a..386a50ac1e 100644 --- a/LAPACKE/src/lapacke_zsytrf_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zsytrf_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrf_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_aa_work.c b/LAPACKE/src/lapacke_zsytrf_aa_work.c index 03726c63e0..7f09d29da2 100644 --- a/LAPACKE/src/lapacke_zsytrf_aa_work.c +++ b/LAPACKE/src/lapacke_zsytrf_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrf * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_rk.c b/LAPACKE/src/lapacke_zsytrf_rk.c index f1722f434a..f7a2afca80 100644 --- a/LAPACKE/src/lapacke_zsytrf_rk.c +++ b/LAPACKE/src/lapacke_zsytrf_rk.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrf_rk * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_rk_work.c b/LAPACKE/src/lapacke_zsytrf_rk_work.c index 20270b7d1b..f9ce392062 100644 --- a/LAPACKE/src/lapacke_zsytrf_rk_work.c +++ b/LAPACKE/src/lapacke_zsytrf_rk_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrf_rk * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_rook.c b/LAPACKE/src/lapacke_zsytrf_rook.c index 58411d0c96..7af47a0be6 100644 --- a/LAPACKE/src/lapacke_zsytrf_rook.c +++ b/LAPACKE/src/lapacke_zsytrf_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_rook_work.c b/LAPACKE/src/lapacke_zsytrf_rook_work.c index 9e7cc55d23..f9af65ca6c 100644 --- a/LAPACKE/src/lapacke_zsytrf_rook_work.c +++ b/LAPACKE/src/lapacke_zsytrf_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrf_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrf_work.c b/LAPACKE/src/lapacke_zsytrf_work.c index 7fa47049ce..273adbd570 100644 --- a/LAPACKE/src/lapacke_zsytrf_work.c +++ b/LAPACKE/src/lapacke_zsytrf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri.c b/LAPACKE/src/lapacke_zsytri.c index a1c6db1704..c9f6341938 100644 --- a/LAPACKE/src/lapacke_zsytri.c +++ b/LAPACKE/src/lapacke_zsytri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri2.c b/LAPACKE/src/lapacke_zsytri2.c index 434fbe1912..4672151997 100644 --- a/LAPACKE/src/lapacke_zsytri2.c +++ b/LAPACKE/src/lapacke_zsytri2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri2_work.c b/LAPACKE/src/lapacke_zsytri2_work.c index 1cd02bc2db..b22d41edb6 100644 --- a/LAPACKE/src/lapacke_zsytri2_work.c +++ b/LAPACKE/src/lapacke_zsytri2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytri2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri2x.c b/LAPACKE/src/lapacke_zsytri2x.c index 770e8a4812..e510790b0c 100644 --- a/LAPACKE/src/lapacke_zsytri2x.c +++ b/LAPACKE/src/lapacke_zsytri2x.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri2x_work.c b/LAPACKE/src/lapacke_zsytri2x_work.c index cd1fab17fe..c7b6727090 100644 --- a/LAPACKE/src/lapacke_zsytri2x_work.c +++ b/LAPACKE/src/lapacke_zsytri2x_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytri2x * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri_3.c b/LAPACKE/src/lapacke_zsytri_3.c index bd5677554d..2a9f1bb798 100644 --- a/LAPACKE/src/lapacke_zsytri_3.c +++ b/LAPACKE/src/lapacke_zsytri_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytri_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri_3_work.c b/LAPACKE/src/lapacke_zsytri_3_work.c index 55e6c34635..02caa21bda 100644 --- a/LAPACKE/src/lapacke_zsytri_3_work.c +++ b/LAPACKE/src/lapacke_zsytri_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytri_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytri_work.c b/LAPACKE/src/lapacke_zsytri_work.c index d8852b2c4b..2f869b9429 100644 --- a/LAPACKE/src/lapacke_zsytri_work.c +++ b/LAPACKE/src/lapacke_zsytri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs.c b/LAPACKE/src/lapacke_zsytrs.c index 9b8e064ca3..d6fff75dae 100644 --- a/LAPACKE/src/lapacke_zsytrs.c +++ b/LAPACKE/src/lapacke_zsytrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs2.c b/LAPACKE/src/lapacke_zsytrs2.c index 7442702aac..45fb6b9a9a 100644 --- a/LAPACKE/src/lapacke_zsytrs2.c +++ b/LAPACKE/src/lapacke_zsytrs2.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs2_work.c b/LAPACKE/src/lapacke_zsytrs2_work.c index ec05ce6d54..02e767d1d5 100644 --- a/LAPACKE/src/lapacke_zsytrs2_work.c +++ b/LAPACKE/src/lapacke_zsytrs2_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_3.c b/LAPACKE/src/lapacke_zsytrs_3.c index fdfe059a99..cce73232a6 100644 --- a/LAPACKE/src/lapacke_zsytrs_3.c +++ b/LAPACKE/src/lapacke_zsytrs_3.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs_3 * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_3_work.c b/LAPACKE/src/lapacke_zsytrs_3_work.c index c510a1f74d..60c6390836 100644 --- a/LAPACKE/src/lapacke_zsytrs_3_work.c +++ b/LAPACKE/src/lapacke_zsytrs_3_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs_3 * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_aa.c b/LAPACKE/src/lapacke_zsytrs_aa.c index a015677654..617dcc1f7b 100644 --- a/LAPACKE/src/lapacke_zsytrs_aa.c +++ b/LAPACKE/src/lapacke_zsytrs_aa.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_aa_2stage.c b/LAPACKE/src/lapacke_zsytrs_aa_2stage.c index 8713aba499..c62e2893b4 100644 --- a/LAPACKE/src/lapacke_zsytrs_aa_2stage.c +++ b/LAPACKE/src/lapacke_zsytrs_aa_2stage.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_aa_2stage_work.c b/LAPACKE/src/lapacke_zsytrs_aa_2stage_work.c index 76c5139802..a46fd59e85 100644 --- a/LAPACKE/src/lapacke_zsytrs_aa_2stage_work.c +++ b/LAPACKE/src/lapacke_zsytrs_aa_2stage_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs_aa * Author: Intel Corporation -* Generated November 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_aa_work.c b/LAPACKE/src/lapacke_zsytrs_aa_work.c index 8c54aa9b5c..48b2f45acc 100644 --- a/LAPACKE/src/lapacke_zsytrs_aa_work.c +++ b/LAPACKE/src/lapacke_zsytrs_aa_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs_aa * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_rook.c b/LAPACKE/src/lapacke_zsytrs_rook.c index 052c17120d..bb76714777 100644 --- a/LAPACKE/src/lapacke_zsytrs_rook.c +++ b/LAPACKE/src/lapacke_zsytrs_rook.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zsytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_rook_work.c b/LAPACKE/src/lapacke_zsytrs_rook_work.c index 32a2f7adc9..871b7df020 100644 --- a/LAPACKE/src/lapacke_zsytrs_rook_work.c +++ b/LAPACKE/src/lapacke_zsytrs_rook_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs_rook * Author: Intel Corporation -* Generated November, 2011 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zsytrs_work.c b/LAPACKE/src/lapacke_zsytrs_work.c index 2e501d6f59..8500ab13f6 100644 --- a/LAPACKE/src/lapacke_zsytrs_work.c +++ b/LAPACKE/src/lapacke_zsytrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zsytrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbcon.c b/LAPACKE/src/lapacke_ztbcon.c index 0bbe1e9708..28a25e1a80 100644 --- a/LAPACKE/src/lapacke_ztbcon.c +++ b/LAPACKE/src/lapacke_ztbcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbcon_work.c b/LAPACKE/src/lapacke_ztbcon_work.c index deef7ba839..e2225fa3ec 100644 --- a/LAPACKE/src/lapacke_ztbcon_work.c +++ b/LAPACKE/src/lapacke_ztbcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztbcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbrfs.c b/LAPACKE/src/lapacke_ztbrfs.c index aa2a93660e..a42bd1c083 100644 --- a/LAPACKE/src/lapacke_ztbrfs.c +++ b/LAPACKE/src/lapacke_ztbrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbrfs_work.c b/LAPACKE/src/lapacke_ztbrfs_work.c index f6c5baf07b..2eb7d602bd 100644 --- a/LAPACKE/src/lapacke_ztbrfs_work.c +++ b/LAPACKE/src/lapacke_ztbrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztbrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbtrs.c b/LAPACKE/src/lapacke_ztbtrs.c index 4c4e1885ea..6d587c996b 100644 --- a/LAPACKE/src/lapacke_ztbtrs.c +++ b/LAPACKE/src/lapacke_ztbtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztbtrs_work.c b/LAPACKE/src/lapacke_ztbtrs_work.c index 4c6de59b89..fd157c8132 100644 --- a/LAPACKE/src/lapacke_ztbtrs_work.c +++ b/LAPACKE/src/lapacke_ztbtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztbtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfsm.c b/LAPACKE/src/lapacke_ztfsm.c index 79ca29a6db..e05579d220 100644 --- a/LAPACKE/src/lapacke_ztfsm.c +++ b/LAPACKE/src/lapacke_ztfsm.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfsm_work.c b/LAPACKE/src/lapacke_ztfsm_work.c index b703a1062d..d8962f8f49 100644 --- a/LAPACKE/src/lapacke_ztfsm_work.c +++ b/LAPACKE/src/lapacke_ztfsm_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztfsm * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztftri.c b/LAPACKE/src/lapacke_ztftri.c index 4842796327..69f1d5eea4 100644 --- a/LAPACKE/src/lapacke_ztftri.c +++ b/LAPACKE/src/lapacke_ztftri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztftri_work.c b/LAPACKE/src/lapacke_ztftri_work.c index 8bd6116b16..314717c502 100644 --- a/LAPACKE/src/lapacke_ztftri_work.c +++ b/LAPACKE/src/lapacke_ztftri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztftri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfttp.c b/LAPACKE/src/lapacke_ztfttp.c index 8b98538541..06142e1f82 100644 --- a/LAPACKE/src/lapacke_ztfttp.c +++ b/LAPACKE/src/lapacke_ztfttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfttp_work.c b/LAPACKE/src/lapacke_ztfttp_work.c index 43f5b7209e..935b0e1d88 100644 --- a/LAPACKE/src/lapacke_ztfttp_work.c +++ b/LAPACKE/src/lapacke_ztfttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztfttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfttr.c b/LAPACKE/src/lapacke_ztfttr.c index f367a5960f..e896dd0fa0 100644 --- a/LAPACKE/src/lapacke_ztfttr.c +++ b/LAPACKE/src/lapacke_ztfttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztfttr_work.c b/LAPACKE/src/lapacke_ztfttr_work.c index 22892f4a06..6314538530 100644 --- a/LAPACKE/src/lapacke_ztfttr_work.c +++ b/LAPACKE/src/lapacke_ztfttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztfttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgevc.c b/LAPACKE/src/lapacke_ztgevc.c index a195c8cc6d..574b8b461e 100644 --- a/LAPACKE/src/lapacke_ztgevc.c +++ b/LAPACKE/src/lapacke_ztgevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgevc_work.c b/LAPACKE/src/lapacke_ztgevc_work.c index f8ce43c87a..b066714294 100644 --- a/LAPACKE/src/lapacke_ztgevc_work.c +++ b/LAPACKE/src/lapacke_ztgevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgexc.c b/LAPACKE/src/lapacke_ztgexc.c index b01c10014c..56d7d861e7 100644 --- a/LAPACKE/src/lapacke_ztgexc.c +++ b/LAPACKE/src/lapacke_ztgexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgexc_work.c b/LAPACKE/src/lapacke_ztgexc_work.c index 91f2243bac..333e1d3f89 100644 --- a/LAPACKE/src/lapacke_ztgexc_work.c +++ b/LAPACKE/src/lapacke_ztgexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsen.c b/LAPACKE/src/lapacke_ztgsen.c index f6f58becd5..8c86d5e00e 100644 --- a/LAPACKE/src/lapacke_ztgsen.c +++ b/LAPACKE/src/lapacke_ztgsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsen_work.c b/LAPACKE/src/lapacke_ztgsen_work.c index 4ba48ea7bd..ffdcb1d11d 100644 --- a/LAPACKE/src/lapacke_ztgsen_work.c +++ b/LAPACKE/src/lapacke_ztgsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsja.c b/LAPACKE/src/lapacke_ztgsja.c index 485a62a26f..61f83e283a 100644 --- a/LAPACKE/src/lapacke_ztgsja.c +++ b/LAPACKE/src/lapacke_ztgsja.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsja_work.c b/LAPACKE/src/lapacke_ztgsja_work.c index 3ae7e3734e..6ae35663aa 100644 --- a/LAPACKE/src/lapacke_ztgsja_work.c +++ b/LAPACKE/src/lapacke_ztgsja_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgsja * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsna.c b/LAPACKE/src/lapacke_ztgsna.c index 0e2599e036..d1c01a0686 100644 --- a/LAPACKE/src/lapacke_ztgsna.c +++ b/LAPACKE/src/lapacke_ztgsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsna_work.c b/LAPACKE/src/lapacke_ztgsna_work.c index de7d03273b..4ef9e3f6b9 100644 --- a/LAPACKE/src/lapacke_ztgsna_work.c +++ b/LAPACKE/src/lapacke_ztgsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsyl.c b/LAPACKE/src/lapacke_ztgsyl.c index a0b303b464..944a0228dd 100644 --- a/LAPACKE/src/lapacke_ztgsyl.c +++ b/LAPACKE/src/lapacke_ztgsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztgsyl_work.c b/LAPACKE/src/lapacke_ztgsyl_work.c index 0768d426e8..5cf44e41e2 100644 --- a/LAPACKE/src/lapacke_ztgsyl_work.c +++ b/LAPACKE/src/lapacke_ztgsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztgsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpcon.c b/LAPACKE/src/lapacke_ztpcon.c index dd556af637..54b4cdecc4 100644 --- a/LAPACKE/src/lapacke_ztpcon.c +++ b/LAPACKE/src/lapacke_ztpcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpcon_work.c b/LAPACKE/src/lapacke_ztpcon_work.c index 319dbe14e4..6c1baefbef 100644 --- a/LAPACKE/src/lapacke_ztpcon_work.c +++ b/LAPACKE/src/lapacke_ztpcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpmqrt.c b/LAPACKE/src/lapacke_ztpmqrt.c index bae34b1ef7..e39995e751 100644 --- a/LAPACKE/src/lapacke_ztpmqrt.c +++ b/LAPACKE/src/lapacke_ztpmqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpmqrt * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpmqrt_work.c b/LAPACKE/src/lapacke_ztpmqrt_work.c index 7f17118052..643ae1d9d5 100644 --- a/LAPACKE/src/lapacke_ztpmqrt_work.c +++ b/LAPACKE/src/lapacke_ztpmqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpmqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpqrt.c b/LAPACKE/src/lapacke_ztpqrt.c index f9eb95db5b..f13112b2c7 100644 --- a/LAPACKE/src/lapacke_ztpqrt.c +++ b/LAPACKE/src/lapacke_ztpqrt.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpqrt2.c b/LAPACKE/src/lapacke_ztpqrt2.c index a6707ed709..82208f0fbc 100644 --- a/LAPACKE/src/lapacke_ztpqrt2.c +++ b/LAPACKE/src/lapacke_ztpqrt2.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpqrt2_work.c b/LAPACKE/src/lapacke_ztpqrt2_work.c index 49fe89f4ab..7a7db867f9 100644 --- a/LAPACKE/src/lapacke_ztpqrt2_work.c +++ b/LAPACKE/src/lapacke_ztpqrt2_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpqrt2 * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpqrt_work.c b/LAPACKE/src/lapacke_ztpqrt_work.c index af0a19bbf2..0ae35cd584 100644 --- a/LAPACKE/src/lapacke_ztpqrt_work.c +++ b/LAPACKE/src/lapacke_ztpqrt_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpqrt * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztprfb.c b/LAPACKE/src/lapacke_ztprfb.c index 7a791c0d4e..a1ddaa4012 100644 --- a/LAPACKE/src/lapacke_ztprfb.c +++ b/LAPACKE/src/lapacke_ztprfb.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native high-level C interface to LAPACK function ztprfb * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztprfb_work.c b/LAPACKE/src/lapacke_ztprfb_work.c index 5507d5bb9c..36944bbed2 100644 --- a/LAPACKE/src/lapacke_ztprfb_work.c +++ b/LAPACKE/src/lapacke_ztprfb_work.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztprfb * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztprfs.c b/LAPACKE/src/lapacke_ztprfs.c index 51b8cbf190..bf299ee943 100644 --- a/LAPACKE/src/lapacke_ztprfs.c +++ b/LAPACKE/src/lapacke_ztprfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztprfs_work.c b/LAPACKE/src/lapacke_ztprfs_work.c index cdfff6d9fc..c650c3c47d 100644 --- a/LAPACKE/src/lapacke_ztprfs_work.c +++ b/LAPACKE/src/lapacke_ztprfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztprfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztptri.c b/LAPACKE/src/lapacke_ztptri.c index 15c8b423e5..fefcb2cafb 100644 --- a/LAPACKE/src/lapacke_ztptri.c +++ b/LAPACKE/src/lapacke_ztptri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztptri_work.c b/LAPACKE/src/lapacke_ztptri_work.c index eeaadd202e..e72d847d24 100644 --- a/LAPACKE/src/lapacke_ztptri_work.c +++ b/LAPACKE/src/lapacke_ztptri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztptri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztptrs.c b/LAPACKE/src/lapacke_ztptrs.c index 6f7bb4056d..bd69e98aaf 100644 --- a/LAPACKE/src/lapacke_ztptrs.c +++ b/LAPACKE/src/lapacke_ztptrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztptrs_work.c b/LAPACKE/src/lapacke_ztptrs_work.c index 1aa1a2df51..8dc2258320 100644 --- a/LAPACKE/src/lapacke_ztptrs_work.c +++ b/LAPACKE/src/lapacke_ztptrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztptrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpttf.c b/LAPACKE/src/lapacke_ztpttf.c index 44ad3c7916..248985d0d8 100644 --- a/LAPACKE/src/lapacke_ztpttf.c +++ b/LAPACKE/src/lapacke_ztpttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpttf_work.c b/LAPACKE/src/lapacke_ztpttf_work.c index 42a6e9086a..4df8d567a2 100644 --- a/LAPACKE/src/lapacke_ztpttf_work.c +++ b/LAPACKE/src/lapacke_ztpttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpttr.c b/LAPACKE/src/lapacke_ztpttr.c index 30274aaa92..bd3a3235ae 100644 --- a/LAPACKE/src/lapacke_ztpttr.c +++ b/LAPACKE/src/lapacke_ztpttr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztpttr_work.c b/LAPACKE/src/lapacke_ztpttr_work.c index 9599011ec3..66ecd0b52c 100644 --- a/LAPACKE/src/lapacke_ztpttr_work.c +++ b/LAPACKE/src/lapacke_ztpttr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztpttr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrcon.c b/LAPACKE/src/lapacke_ztrcon.c index ef921a4612..39f8d2312d 100644 --- a/LAPACKE/src/lapacke_ztrcon.c +++ b/LAPACKE/src/lapacke_ztrcon.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrcon_work.c b/LAPACKE/src/lapacke_ztrcon_work.c index 29d05b1a89..08188d8790 100644 --- a/LAPACKE/src/lapacke_ztrcon_work.c +++ b/LAPACKE/src/lapacke_ztrcon_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrcon * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrevc.c b/LAPACKE/src/lapacke_ztrevc.c index ff7c105b83..185ed8854b 100644 --- a/LAPACKE/src/lapacke_ztrevc.c +++ b/LAPACKE/src/lapacke_ztrevc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrevc_work.c b/LAPACKE/src/lapacke_ztrevc_work.c index c2989edde1..818658fe02 100644 --- a/LAPACKE/src/lapacke_ztrevc_work.c +++ b/LAPACKE/src/lapacke_ztrevc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrevc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrexc.c b/LAPACKE/src/lapacke_ztrexc.c index 28a1a72afd..29b786a6b9 100644 --- a/LAPACKE/src/lapacke_ztrexc.c +++ b/LAPACKE/src/lapacke_ztrexc.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrexc * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrexc_work.c b/LAPACKE/src/lapacke_ztrexc_work.c index d19746ac5d..86647ede2d 100644 --- a/LAPACKE/src/lapacke_ztrexc_work.c +++ b/LAPACKE/src/lapacke_ztrexc_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrexc * Author: Intel Corporation -* Generated December 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrrfs.c b/LAPACKE/src/lapacke_ztrrfs.c index 1e89e32215..e1da3828a0 100644 --- a/LAPACKE/src/lapacke_ztrrfs.c +++ b/LAPACKE/src/lapacke_ztrrfs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrrfs_work.c b/LAPACKE/src/lapacke_ztrrfs_work.c index d3c2cc0def..f84a27be6c 100644 --- a/LAPACKE/src/lapacke_ztrrfs_work.c +++ b/LAPACKE/src/lapacke_ztrrfs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrrfs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsen.c b/LAPACKE/src/lapacke_ztrsen.c index f65d914aac..0846ef6946 100644 --- a/LAPACKE/src/lapacke_ztrsen.c +++ b/LAPACKE/src/lapacke_ztrsen.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsen_work.c b/LAPACKE/src/lapacke_ztrsen_work.c index 05b57962d2..55dcee4877 100644 --- a/LAPACKE/src/lapacke_ztrsen_work.c +++ b/LAPACKE/src/lapacke_ztrsen_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrsen * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsna.c b/LAPACKE/src/lapacke_ztrsna.c index 0fd9ae189a..cf08c44d06 100644 --- a/LAPACKE/src/lapacke_ztrsna.c +++ b/LAPACKE/src/lapacke_ztrsna.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsna_work.c b/LAPACKE/src/lapacke_ztrsna_work.c index 8a2f19dde4..1f0717df86 100644 --- a/LAPACKE/src/lapacke_ztrsna_work.c +++ b/LAPACKE/src/lapacke_ztrsna_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrsna * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsyl.c b/LAPACKE/src/lapacke_ztrsyl.c index 98f9cda56d..fe882e756b 100644 --- a/LAPACKE/src/lapacke_ztrsyl.c +++ b/LAPACKE/src/lapacke_ztrsyl.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrsyl_work.c b/LAPACKE/src/lapacke_ztrsyl_work.c index 46f79a1791..4b0813aaeb 100644 --- a/LAPACKE/src/lapacke_ztrsyl_work.c +++ b/LAPACKE/src/lapacke_ztrsyl_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrsyl * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrtri.c b/LAPACKE/src/lapacke_ztrtri.c index 2f1c639f5c..94f8ef7289 100644 --- a/LAPACKE/src/lapacke_ztrtri.c +++ b/LAPACKE/src/lapacke_ztrtri.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrtri_work.c b/LAPACKE/src/lapacke_ztrtri_work.c index e4d2b18e16..d3963e6c11 100644 --- a/LAPACKE/src/lapacke_ztrtri_work.c +++ b/LAPACKE/src/lapacke_ztrtri_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrtri * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrtrs.c b/LAPACKE/src/lapacke_ztrtrs.c index 3482fcdd90..0a8477f273 100644 --- a/LAPACKE/src/lapacke_ztrtrs.c +++ b/LAPACKE/src/lapacke_ztrtrs.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrtrs_work.c b/LAPACKE/src/lapacke_ztrtrs_work.c index 330f335c52..7a5ec17f3a 100644 --- a/LAPACKE/src/lapacke_ztrtrs_work.c +++ b/LAPACKE/src/lapacke_ztrtrs_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrtrs * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrttf.c b/LAPACKE/src/lapacke_ztrttf.c index 8a5dfc2712..213b2edaf4 100644 --- a/LAPACKE/src/lapacke_ztrttf.c +++ b/LAPACKE/src/lapacke_ztrttf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrttf_work.c b/LAPACKE/src/lapacke_ztrttf_work.c index 1e678a27a7..5512a3d9c4 100644 --- a/LAPACKE/src/lapacke_ztrttf_work.c +++ b/LAPACKE/src/lapacke_ztrttf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrttf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrttp.c b/LAPACKE/src/lapacke_ztrttp.c index 5dcf633bbf..2e9183c80e 100644 --- a/LAPACKE/src/lapacke_ztrttp.c +++ b/LAPACKE/src/lapacke_ztrttp.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztrttp_work.c b/LAPACKE/src/lapacke_ztrttp_work.c index f1c2edf284..b8488217de 100644 --- a/LAPACKE/src/lapacke_ztrttp_work.c +++ b/LAPACKE/src/lapacke_ztrttp_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztrttp * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztzrzf.c b/LAPACKE/src/lapacke_ztzrzf.c index e4e7d44e7e..a5ea5a27c1 100644 --- a/LAPACKE/src/lapacke_ztzrzf.c +++ b/LAPACKE/src/lapacke_ztzrzf.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function ztzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_ztzrzf_work.c b/LAPACKE/src/lapacke_ztzrzf_work.c index 6ab9ebb4bc..5a76dfc1fa 100644 --- a/LAPACKE/src/lapacke_ztzrzf_work.c +++ b/LAPACKE/src/lapacke_ztzrzf_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function ztzrzf * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunbdb.c b/LAPACKE/src/lapacke_zunbdb.c index 91ab2c4de5..4d6cb8faf6 100644 --- a/LAPACKE/src/lapacke_zunbdb.c +++ b/LAPACKE/src/lapacke_zunbdb.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunbdb_work.c b/LAPACKE/src/lapacke_zunbdb_work.c index 7a4cb97e2b..94fc92d38e 100644 --- a/LAPACKE/src/lapacke_zunbdb_work.c +++ b/LAPACKE/src/lapacke_zunbdb_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunbdb * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zuncsd.c b/LAPACKE/src/lapacke_zuncsd.c index 1960898125..a423e91357 100644 --- a/LAPACKE/src/lapacke_zuncsd.c +++ b/LAPACKE/src/lapacke_zuncsd.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zuncsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zuncsd2by1.c b/LAPACKE/src/lapacke_zuncsd2by1.c index 61ac9c089f..321b5af49b 100644 --- a/LAPACKE/src/lapacke_zuncsd2by1.c +++ b/LAPACKE/src/lapacke_zuncsd2by1.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zuncsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zuncsd2by1_work.c b/LAPACKE/src/lapacke_zuncsd2by1_work.c index 6d3296100f..72f1454ff7 100644 --- a/LAPACKE/src/lapacke_zuncsd2by1_work.c +++ b/LAPACKE/src/lapacke_zuncsd2by1_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zuncsd2by1 * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zuncsd_work.c b/LAPACKE/src/lapacke_zuncsd_work.c index 4d474a715c..aa74cd5d8b 100644 --- a/LAPACKE/src/lapacke_zuncsd_work.c +++ b/LAPACKE/src/lapacke_zuncsd_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zuncsd * Author: Intel Corporation -* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungbr.c b/LAPACKE/src/lapacke_zungbr.c index 9a91fc44a7..a06b892679 100644 --- a/LAPACKE/src/lapacke_zungbr.c +++ b/LAPACKE/src/lapacke_zungbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungbr_work.c b/LAPACKE/src/lapacke_zungbr_work.c index fc55407001..e7b1a18fe4 100644 --- a/LAPACKE/src/lapacke_zungbr_work.c +++ b/LAPACKE/src/lapacke_zungbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunghr.c b/LAPACKE/src/lapacke_zunghr.c index 9d681ded55..276b263aa9 100644 --- a/LAPACKE/src/lapacke_zunghr.c +++ b/LAPACKE/src/lapacke_zunghr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunghr_work.c b/LAPACKE/src/lapacke_zunghr_work.c index 739efb37d0..6f91e4ee67 100644 --- a/LAPACKE/src/lapacke_zunghr_work.c +++ b/LAPACKE/src/lapacke_zunghr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunghr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunglq.c b/LAPACKE/src/lapacke_zunglq.c index 21af17dfdb..d42d1a2786 100644 --- a/LAPACKE/src/lapacke_zunglq.c +++ b/LAPACKE/src/lapacke_zunglq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunglq_work.c b/LAPACKE/src/lapacke_zunglq_work.c index 9463038e50..5e57d6accd 100644 --- a/LAPACKE/src/lapacke_zunglq_work.c +++ b/LAPACKE/src/lapacke_zunglq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunglq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungql.c b/LAPACKE/src/lapacke_zungql.c index a4204b6efa..516d2b2219 100644 --- a/LAPACKE/src/lapacke_zungql.c +++ b/LAPACKE/src/lapacke_zungql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungql_work.c b/LAPACKE/src/lapacke_zungql_work.c index 048df0f1db..61ab14ce5c 100644 --- a/LAPACKE/src/lapacke_zungql_work.c +++ b/LAPACKE/src/lapacke_zungql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungqr.c b/LAPACKE/src/lapacke_zungqr.c index b15d0c923c..8aeedc4026 100644 --- a/LAPACKE/src/lapacke_zungqr.c +++ b/LAPACKE/src/lapacke_zungqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungqr_work.c b/LAPACKE/src/lapacke_zungqr_work.c index 7537692009..f50c0b15b0 100644 --- a/LAPACKE/src/lapacke_zungqr_work.c +++ b/LAPACKE/src/lapacke_zungqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungrq.c b/LAPACKE/src/lapacke_zungrq.c index 6c6378bfae..7b8a3eca5a 100644 --- a/LAPACKE/src/lapacke_zungrq.c +++ b/LAPACKE/src/lapacke_zungrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungrq_work.c b/LAPACKE/src/lapacke_zungrq_work.c index 5380c5fbe9..6c5856d738 100644 --- a/LAPACKE/src/lapacke_zungrq_work.c +++ b/LAPACKE/src/lapacke_zungrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungtr.c b/LAPACKE/src/lapacke_zungtr.c index 51785347e1..4751ffd2dd 100644 --- a/LAPACKE/src/lapacke_zungtr.c +++ b/LAPACKE/src/lapacke_zungtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungtr_work.c b/LAPACKE/src/lapacke_zungtr_work.c index 57db8b5c3e..0ddb09fba9 100644 --- a/LAPACKE/src/lapacke_zungtr_work.c +++ b/LAPACKE/src/lapacke_zungtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungtsqr_row.c b/LAPACKE/src/lapacke_zungtsqr_row.c index 4b4fa9449b..71418fb849 100644 --- a/LAPACKE/src/lapacke_zungtsqr_row.c +++ b/LAPACKE/src/lapacke_zungtsqr_row.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zungtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zungtsqr_row_work.c b/LAPACKE/src/lapacke_zungtsqr_row_work.c index 689a0f43a2..9098558640 100644 --- a/LAPACKE/src/lapacke_zungtsqr_row_work.c +++ b/LAPACKE/src/lapacke_zungtsqr_row_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zungtsqr_row * Author: Intel Corporation -* Generated November, 2020 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmbr.c b/LAPACKE/src/lapacke_zunmbr.c index 2449d8511f..64c68b29c2 100644 --- a/LAPACKE/src/lapacke_zunmbr.c +++ b/LAPACKE/src/lapacke_zunmbr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmbr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmbr_work.c b/LAPACKE/src/lapacke_zunmbr_work.c index 13191a90c3..b11d67ffbc 100644 --- a/LAPACKE/src/lapacke_zunmbr_work.c +++ b/LAPACKE/src/lapacke_zunmbr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmbr * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmhr.c b/LAPACKE/src/lapacke_zunmhr.c index 61ed6f6f24..f928b6c2ec 100644 --- a/LAPACKE/src/lapacke_zunmhr.c +++ b/LAPACKE/src/lapacke_zunmhr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmhr_work.c b/LAPACKE/src/lapacke_zunmhr_work.c index e70642f4cc..098473d125 100644 --- a/LAPACKE/src/lapacke_zunmhr_work.c +++ b/LAPACKE/src/lapacke_zunmhr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmhr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmlq.c b/LAPACKE/src/lapacke_zunmlq.c index c306bbc84e..06b10389c1 100644 --- a/LAPACKE/src/lapacke_zunmlq.c +++ b/LAPACKE/src/lapacke_zunmlq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmlq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmlq_work.c b/LAPACKE/src/lapacke_zunmlq_work.c index f51fbc8441..e82e7e3c68 100644 --- a/LAPACKE/src/lapacke_zunmlq_work.c +++ b/LAPACKE/src/lapacke_zunmlq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmlq * Author: Intel Corporation -* Generated June 2016 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmql.c b/LAPACKE/src/lapacke_zunmql.c index 3c06a1a1eb..3cf4ace236 100644 --- a/LAPACKE/src/lapacke_zunmql.c +++ b/LAPACKE/src/lapacke_zunmql.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmql_work.c b/LAPACKE/src/lapacke_zunmql_work.c index f59151556c..d0f155d947 100644 --- a/LAPACKE/src/lapacke_zunmql_work.c +++ b/LAPACKE/src/lapacke_zunmql_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmql * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmqr.c b/LAPACKE/src/lapacke_zunmqr.c index 7a43ebc50b..7ba58eb143 100644 --- a/LAPACKE/src/lapacke_zunmqr.c +++ b/LAPACKE/src/lapacke_zunmqr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmqr_work.c b/LAPACKE/src/lapacke_zunmqr_work.c index b6d9a50457..4a8fbbae3a 100644 --- a/LAPACKE/src/lapacke_zunmqr_work.c +++ b/LAPACKE/src/lapacke_zunmqr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmqr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmrq.c b/LAPACKE/src/lapacke_zunmrq.c index d3ffb39b7a..8426d3b4eb 100644 --- a/LAPACKE/src/lapacke_zunmrq.c +++ b/LAPACKE/src/lapacke_zunmrq.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmrq_work.c b/LAPACKE/src/lapacke_zunmrq_work.c index bd3f4e4c15..f3ae975603 100644 --- a/LAPACKE/src/lapacke_zunmrq_work.c +++ b/LAPACKE/src/lapacke_zunmrq_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmrq * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmrz.c b/LAPACKE/src/lapacke_zunmrz.c index a8f1ce079b..f95f27e2cb 100644 --- a/LAPACKE/src/lapacke_zunmrz.c +++ b/LAPACKE/src/lapacke_zunmrz.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmrz_work.c b/LAPACKE/src/lapacke_zunmrz_work.c index 17a9eb5a23..be1cc73e13 100644 --- a/LAPACKE/src/lapacke_zunmrz_work.c +++ b/LAPACKE/src/lapacke_zunmrz_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmrz * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmtr.c b/LAPACKE/src/lapacke_zunmtr.c index 4333854409..90afb42dd1 100644 --- a/LAPACKE/src/lapacke_zunmtr.c +++ b/LAPACKE/src/lapacke_zunmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zunmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zunmtr_work.c b/LAPACKE/src/lapacke_zunmtr_work.c index bcf34bbdb0..41e1f26ce6 100644 --- a/LAPACKE/src/lapacke_zunmtr_work.c +++ b/LAPACKE/src/lapacke_zunmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zunmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zupgtr.c b/LAPACKE/src/lapacke_zupgtr.c index 8b4b7ec93d..5c698bfd97 100644 --- a/LAPACKE/src/lapacke_zupgtr.c +++ b/LAPACKE/src/lapacke_zupgtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zupgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zupgtr_work.c b/LAPACKE/src/lapacke_zupgtr_work.c index 123b2a6680..52f169df3a 100644 --- a/LAPACKE/src/lapacke_zupgtr_work.c +++ b/LAPACKE/src/lapacke_zupgtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zupgtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zupmtr.c b/LAPACKE/src/lapacke_zupmtr.c index 80bbd95295..2f4cceeaa2 100644 --- a/LAPACKE/src/lapacke_zupmtr.c +++ b/LAPACKE/src/lapacke_zupmtr.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function zupmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/src/lapacke_zupmtr_work.c b/LAPACKE/src/lapacke_zupmtr_work.c index f57daacbe4..6b623889bc 100644 --- a/LAPACKE/src/lapacke_zupmtr_work.c +++ b/LAPACKE/src/lapacke_zupmtr_work.c @@ -28,7 +28,6 @@ ***************************************************************************** * Contents: Native middle-level C interface to LAPACK function zupmtr * Author: Intel Corporation -* Generated November 2015 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/Makefile b/LAPACKE/utils/Makefile index 648a8c1413..adc5736507 100644 --- a/LAPACKE/utils/Makefile +++ b/LAPACKE/utils/Makefile @@ -28,7 +28,6 @@ ############################################################################## # Contents: Native C interface to LAPACK # Author: Intel Corporation -# September, 2010 ############################################################################## # makefile for LAPACKE, used to build lapacke binary. # diff --git a/LAPACKE/utils/lapacke_c_nancheck.c b/LAPACKE/utils/lapacke_c_nancheck.c index fd0a7bad12..82a4242395 100644 --- a/LAPACKE/utils/lapacke_c_nancheck.c +++ b/LAPACKE/utils/lapacke_c_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cgb_nancheck.c b/LAPACKE/utils/lapacke_cgb_nancheck.c index 400e806f2a..0c35bd67bb 100644 --- a/LAPACKE/utils/lapacke_cgb_nancheck.c +++ b/LAPACKE/utils/lapacke_cgb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cgb_trans.c b/LAPACKE/utils/lapacke_cgb_trans.c index 43f5766702..2adf71493a 100644 --- a/LAPACKE/utils/lapacke_cgb_trans.c +++ b/LAPACKE/utils/lapacke_cgb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cge_nancheck.c b/LAPACKE/utils/lapacke_cge_nancheck.c index 67eb3d5c41..18e194d3a1 100644 --- a/LAPACKE/utils/lapacke_cge_nancheck.c +++ b/LAPACKE/utils/lapacke_cge_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cge_trans.c b/LAPACKE/utils/lapacke_cge_trans.c index d110a41715..0d44ad59d1 100644 --- a/LAPACKE/utils/lapacke_cge_trans.c +++ b/LAPACKE/utils/lapacke_cge_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cgg_nancheck.c b/LAPACKE/utils/lapacke_cgg_nancheck.c index d480ce54c7..371135ac7c 100644 --- a/LAPACKE/utils/lapacke_cgg_nancheck.c +++ b/LAPACKE/utils/lapacke_cgg_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cgg_trans.c b/LAPACKE/utils/lapacke_cgg_trans.c index 89022593e4..678a482dfc 100644 --- a/LAPACKE/utils/lapacke_cgg_trans.c +++ b/LAPACKE/utils/lapacke_cgg_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cgt_nancheck.c b/LAPACKE/utils/lapacke_cgt_nancheck.c index eed95f894f..ea73848f3e 100644 --- a/LAPACKE/utils/lapacke_cgt_nancheck.c +++ b/LAPACKE/utils/lapacke_cgt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chb_nancheck.c b/LAPACKE/utils/lapacke_chb_nancheck.c index 5b63d3b393..2c6211147f 100644 --- a/LAPACKE/utils/lapacke_chb_nancheck.c +++ b/LAPACKE/utils/lapacke_chb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chb_trans.c b/LAPACKE/utils/lapacke_chb_trans.c index a5bb186d63..00175027d5 100644 --- a/LAPACKE/utils/lapacke_chb_trans.c +++ b/LAPACKE/utils/lapacke_chb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_che_nancheck.c b/LAPACKE/utils/lapacke_che_nancheck.c index c071ac8a69..6e652b71d1 100644 --- a/LAPACKE/utils/lapacke_che_nancheck.c +++ b/LAPACKE/utils/lapacke_che_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_che_trans.c b/LAPACKE/utils/lapacke_che_trans.c index 831988a8c9..a6a96f7efb 100644 --- a/LAPACKE/utils/lapacke_che_trans.c +++ b/LAPACKE/utils/lapacke_che_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chp_nancheck.c b/LAPACKE/utils/lapacke_chp_nancheck.c index 0a7e6a2e26..0d74cbf08f 100644 --- a/LAPACKE/utils/lapacke_chp_nancheck.c +++ b/LAPACKE/utils/lapacke_chp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chp_trans.c b/LAPACKE/utils/lapacke_chp_trans.c index 9d8a3c03c7..2ab59b1126 100644 --- a/LAPACKE/utils/lapacke_chp_trans.c +++ b/LAPACKE/utils/lapacke_chp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chs_nancheck.c b/LAPACKE/utils/lapacke_chs_nancheck.c index ffe179dd86..f0756bfb95 100644 --- a/LAPACKE/utils/lapacke_chs_nancheck.c +++ b/LAPACKE/utils/lapacke_chs_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_chs_trans.c b/LAPACKE/utils/lapacke_chs_trans.c index aa10f8130d..eff8c8c4ea 100644 --- a/LAPACKE/utils/lapacke_chs_trans.c +++ b/LAPACKE/utils/lapacke_chs_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpb_nancheck.c b/LAPACKE/utils/lapacke_cpb_nancheck.c index b557c4b046..5fea7377ac 100644 --- a/LAPACKE/utils/lapacke_cpb_nancheck.c +++ b/LAPACKE/utils/lapacke_cpb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpb_trans.c b/LAPACKE/utils/lapacke_cpb_trans.c index 93d5402695..99e3960fa5 100644 --- a/LAPACKE/utils/lapacke_cpb_trans.c +++ b/LAPACKE/utils/lapacke_cpb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpf_nancheck.c b/LAPACKE/utils/lapacke_cpf_nancheck.c index 5e058418ea..551b96966e 100644 --- a/LAPACKE/utils/lapacke_cpf_nancheck.c +++ b/LAPACKE/utils/lapacke_cpf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpf_trans.c b/LAPACKE/utils/lapacke_cpf_trans.c index 961f937a33..df397c0f6a 100644 --- a/LAPACKE/utils/lapacke_cpf_trans.c +++ b/LAPACKE/utils/lapacke_cpf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpo_nancheck.c b/LAPACKE/utils/lapacke_cpo_nancheck.c index 9cf668eab0..62091f36b6 100644 --- a/LAPACKE/utils/lapacke_cpo_nancheck.c +++ b/LAPACKE/utils/lapacke_cpo_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpo_trans.c b/LAPACKE/utils/lapacke_cpo_trans.c index ca36c3c5d3..7b4f2a23f8 100644 --- a/LAPACKE/utils/lapacke_cpo_trans.c +++ b/LAPACKE/utils/lapacke_cpo_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpp_nancheck.c b/LAPACKE/utils/lapacke_cpp_nancheck.c index 23174d68bd..bc6d10442a 100644 --- a/LAPACKE/utils/lapacke_cpp_nancheck.c +++ b/LAPACKE/utils/lapacke_cpp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpp_trans.c b/LAPACKE/utils/lapacke_cpp_trans.c index 80ecb7fb97..6408b93a86 100644 --- a/LAPACKE/utils/lapacke_cpp_trans.c +++ b/LAPACKE/utils/lapacke_cpp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cpt_nancheck.c b/LAPACKE/utils/lapacke_cpt_nancheck.c index d45c2774e1..f0c445c9e3 100644 --- a/LAPACKE/utils/lapacke_cpt_nancheck.c +++ b/LAPACKE/utils/lapacke_cpt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_csp_nancheck.c b/LAPACKE/utils/lapacke_csp_nancheck.c index d1a8aa290d..8664be84b9 100644 --- a/LAPACKE/utils/lapacke_csp_nancheck.c +++ b/LAPACKE/utils/lapacke_csp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_csp_trans.c b/LAPACKE/utils/lapacke_csp_trans.c index 4b329b5209..db1ff915d0 100644 --- a/LAPACKE/utils/lapacke_csp_trans.c +++ b/LAPACKE/utils/lapacke_csp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_cst_nancheck.c b/LAPACKE/utils/lapacke_cst_nancheck.c index 76db32ee89..831421dbc2 100644 --- a/LAPACKE/utils/lapacke_cst_nancheck.c +++ b/LAPACKE/utils/lapacke_cst_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_csy_nancheck.c b/LAPACKE/utils/lapacke_csy_nancheck.c index 001718d716..aedb04734e 100644 --- a/LAPACKE/utils/lapacke_csy_nancheck.c +++ b/LAPACKE/utils/lapacke_csy_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_csy_trans.c b/LAPACKE/utils/lapacke_csy_trans.c index 2d43d14586..48ee3187ce 100644 --- a/LAPACKE/utils/lapacke_csy_trans.c +++ b/LAPACKE/utils/lapacke_csy_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctb_nancheck.c b/LAPACKE/utils/lapacke_ctb_nancheck.c index a46f67f81c..9647d3b655 100644 --- a/LAPACKE/utils/lapacke_ctb_nancheck.c +++ b/LAPACKE/utils/lapacke_ctb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctb_trans.c b/LAPACKE/utils/lapacke_ctb_trans.c index 23149cc369..c266e3ea62 100644 --- a/LAPACKE/utils/lapacke_ctb_trans.c +++ b/LAPACKE/utils/lapacke_ctb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctf_nancheck.c b/LAPACKE/utils/lapacke_ctf_nancheck.c index 084bbf1f50..e08f51175a 100644 --- a/LAPACKE/utils/lapacke_ctf_nancheck.c +++ b/LAPACKE/utils/lapacke_ctf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctf_trans.c b/LAPACKE/utils/lapacke_ctf_trans.c index 5de54dc722..e0c88dde0f 100644 --- a/LAPACKE/utils/lapacke_ctf_trans.c +++ b/LAPACKE/utils/lapacke_ctf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctp_nancheck.c b/LAPACKE/utils/lapacke_ctp_nancheck.c index 35c48a4099..30c8a93984 100644 --- a/LAPACKE/utils/lapacke_ctp_nancheck.c +++ b/LAPACKE/utils/lapacke_ctp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctp_trans.c b/LAPACKE/utils/lapacke_ctp_trans.c index 6678e1a5ba..2141a6c61d 100644 --- a/LAPACKE/utils/lapacke_ctp_trans.c +++ b/LAPACKE/utils/lapacke_ctp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctr_nancheck.c b/LAPACKE/utils/lapacke_ctr_nancheck.c index 1ce2c747cf..4bc96ed4cb 100644 --- a/LAPACKE/utils/lapacke_ctr_nancheck.c +++ b/LAPACKE/utils/lapacke_ctr_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ctr_trans.c b/LAPACKE/utils/lapacke_ctr_trans.c index f4fa41e033..a57c0562f4 100644 --- a/LAPACKE/utils/lapacke_ctr_trans.c +++ b/LAPACKE/utils/lapacke_ctr_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_d_nancheck.c b/LAPACKE/utils/lapacke_d_nancheck.c index 1771cede08..328939b448 100644 --- a/LAPACKE/utils/lapacke_d_nancheck.c +++ b/LAPACKE/utils/lapacke_d_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dgb_nancheck.c b/LAPACKE/utils/lapacke_dgb_nancheck.c index e94d488d73..4f3e039c1e 100644 --- a/LAPACKE/utils/lapacke_dgb_nancheck.c +++ b/LAPACKE/utils/lapacke_dgb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dgb_trans.c b/LAPACKE/utils/lapacke_dgb_trans.c index 8930a6e5fe..6624936a62 100644 --- a/LAPACKE/utils/lapacke_dgb_trans.c +++ b/LAPACKE/utils/lapacke_dgb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dge_nancheck.c b/LAPACKE/utils/lapacke_dge_nancheck.c index fcb85ea1bb..47d7d5db8c 100644 --- a/LAPACKE/utils/lapacke_dge_nancheck.c +++ b/LAPACKE/utils/lapacke_dge_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dge_trans.c b/LAPACKE/utils/lapacke_dge_trans.c index 4dd71f33f0..ac9d5e47eb 100644 --- a/LAPACKE/utils/lapacke_dge_trans.c +++ b/LAPACKE/utils/lapacke_dge_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dgg_nancheck.c b/LAPACKE/utils/lapacke_dgg_nancheck.c index 573e7e4ebb..f70fae5853 100644 --- a/LAPACKE/utils/lapacke_dgg_nancheck.c +++ b/LAPACKE/utils/lapacke_dgg_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dgg_trans.c b/LAPACKE/utils/lapacke_dgg_trans.c index 09526c32c4..117ffa416b 100644 --- a/LAPACKE/utils/lapacke_dgg_trans.c +++ b/LAPACKE/utils/lapacke_dgg_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dgt_nancheck.c b/LAPACKE/utils/lapacke_dgt_nancheck.c index feeaebaea1..8d42c5738d 100644 --- a/LAPACKE/utils/lapacke_dgt_nancheck.c +++ b/LAPACKE/utils/lapacke_dgt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dhs_nancheck.c b/LAPACKE/utils/lapacke_dhs_nancheck.c index b0ded003e7..6dc087cbe6 100644 --- a/LAPACKE/utils/lapacke_dhs_nancheck.c +++ b/LAPACKE/utils/lapacke_dhs_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dhs_trans.c b/LAPACKE/utils/lapacke_dhs_trans.c index 0a5635a4f2..6d6fbeb9db 100644 --- a/LAPACKE/utils/lapacke_dhs_trans.c +++ b/LAPACKE/utils/lapacke_dhs_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpb_nancheck.c b/LAPACKE/utils/lapacke_dpb_nancheck.c index af21e725e0..0ea19feeb1 100644 --- a/LAPACKE/utils/lapacke_dpb_nancheck.c +++ b/LAPACKE/utils/lapacke_dpb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpb_trans.c b/LAPACKE/utils/lapacke_dpb_trans.c index 8ce4de7310..88b9bebfa0 100644 --- a/LAPACKE/utils/lapacke_dpb_trans.c +++ b/LAPACKE/utils/lapacke_dpb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpf_nancheck.c b/LAPACKE/utils/lapacke_dpf_nancheck.c index df95f13186..cb36afc17c 100644 --- a/LAPACKE/utils/lapacke_dpf_nancheck.c +++ b/LAPACKE/utils/lapacke_dpf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpf_trans.c b/LAPACKE/utils/lapacke_dpf_trans.c index 8e2365d72b..4ba320ecd1 100644 --- a/LAPACKE/utils/lapacke_dpf_trans.c +++ b/LAPACKE/utils/lapacke_dpf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpo_nancheck.c b/LAPACKE/utils/lapacke_dpo_nancheck.c index 2b9ded763f..2faacbb708 100644 --- a/LAPACKE/utils/lapacke_dpo_nancheck.c +++ b/LAPACKE/utils/lapacke_dpo_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpo_trans.c b/LAPACKE/utils/lapacke_dpo_trans.c index 49cbe44eaa..f2de7eaa15 100644 --- a/LAPACKE/utils/lapacke_dpo_trans.c +++ b/LAPACKE/utils/lapacke_dpo_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpp_nancheck.c b/LAPACKE/utils/lapacke_dpp_nancheck.c index 0ba66f96c1..6e2182e1f0 100644 --- a/LAPACKE/utils/lapacke_dpp_nancheck.c +++ b/LAPACKE/utils/lapacke_dpp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpp_trans.c b/LAPACKE/utils/lapacke_dpp_trans.c index 031d3f9d8a..43de0bd466 100644 --- a/LAPACKE/utils/lapacke_dpp_trans.c +++ b/LAPACKE/utils/lapacke_dpp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dpt_nancheck.c b/LAPACKE/utils/lapacke_dpt_nancheck.c index aa46c0749d..887db5cf85 100644 --- a/LAPACKE/utils/lapacke_dpt_nancheck.c +++ b/LAPACKE/utils/lapacke_dpt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsb_nancheck.c b/LAPACKE/utils/lapacke_dsb_nancheck.c index 4bd62ab2d7..8de1aa088a 100644 --- a/LAPACKE/utils/lapacke_dsb_nancheck.c +++ b/LAPACKE/utils/lapacke_dsb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsb_trans.c b/LAPACKE/utils/lapacke_dsb_trans.c index 1ebbebbae3..db2994e0c3 100644 --- a/LAPACKE/utils/lapacke_dsb_trans.c +++ b/LAPACKE/utils/lapacke_dsb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsp_nancheck.c b/LAPACKE/utils/lapacke_dsp_nancheck.c index 69d24611c3..ba9e6a0ace 100644 --- a/LAPACKE/utils/lapacke_dsp_nancheck.c +++ b/LAPACKE/utils/lapacke_dsp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsp_trans.c b/LAPACKE/utils/lapacke_dsp_trans.c index c95bc32cb8..3a73a691cb 100644 --- a/LAPACKE/utils/lapacke_dsp_trans.c +++ b/LAPACKE/utils/lapacke_dsp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dst_nancheck.c b/LAPACKE/utils/lapacke_dst_nancheck.c index 7a6a33fee2..f306606fad 100644 --- a/LAPACKE/utils/lapacke_dst_nancheck.c +++ b/LAPACKE/utils/lapacke_dst_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsy_nancheck.c b/LAPACKE/utils/lapacke_dsy_nancheck.c index 3492cb42c7..c9d78b9217 100644 --- a/LAPACKE/utils/lapacke_dsy_nancheck.c +++ b/LAPACKE/utils/lapacke_dsy_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dsy_trans.c b/LAPACKE/utils/lapacke_dsy_trans.c index 262ec7fdb5..697e2048f7 100644 --- a/LAPACKE/utils/lapacke_dsy_trans.c +++ b/LAPACKE/utils/lapacke_dsy_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtb_nancheck.c b/LAPACKE/utils/lapacke_dtb_nancheck.c index 58e4a3b0b4..57912510cd 100644 --- a/LAPACKE/utils/lapacke_dtb_nancheck.c +++ b/LAPACKE/utils/lapacke_dtb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtb_trans.c b/LAPACKE/utils/lapacke_dtb_trans.c index 168c0e8647..54199debca 100644 --- a/LAPACKE/utils/lapacke_dtb_trans.c +++ b/LAPACKE/utils/lapacke_dtb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtf_nancheck.c b/LAPACKE/utils/lapacke_dtf_nancheck.c index 450d1224d4..0aae448374 100644 --- a/LAPACKE/utils/lapacke_dtf_nancheck.c +++ b/LAPACKE/utils/lapacke_dtf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtf_trans.c b/LAPACKE/utils/lapacke_dtf_trans.c index 0a5d6fa32c..24ef7f5ab8 100644 --- a/LAPACKE/utils/lapacke_dtf_trans.c +++ b/LAPACKE/utils/lapacke_dtf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtp_nancheck.c b/LAPACKE/utils/lapacke_dtp_nancheck.c index 43f33bdd24..d8b5eabbba 100644 --- a/LAPACKE/utils/lapacke_dtp_nancheck.c +++ b/LAPACKE/utils/lapacke_dtp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtp_trans.c b/LAPACKE/utils/lapacke_dtp_trans.c index 7d7455de7e..dc8e03242e 100644 --- a/LAPACKE/utils/lapacke_dtp_trans.c +++ b/LAPACKE/utils/lapacke_dtp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtr_nancheck.c b/LAPACKE/utils/lapacke_dtr_nancheck.c index 3033dd10f0..93fe775d38 100644 --- a/LAPACKE/utils/lapacke_dtr_nancheck.c +++ b/LAPACKE/utils/lapacke_dtr_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_dtr_trans.c b/LAPACKE/utils/lapacke_dtr_trans.c index e011d3705c..f378b8503d 100644 --- a/LAPACKE/utils/lapacke_dtr_trans.c +++ b/LAPACKE/utils/lapacke_dtr_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_lsame.c b/LAPACKE/utils/lapacke_lsame.c index 641e9db85b..e4592ce114 100644 --- a/LAPACKE/utils/lapacke_lsame.c +++ b/LAPACKE/utils/lapacke_lsame.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK lsame * Author: Intel Corporation -* Created in January, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_s_nancheck.c b/LAPACKE/utils/lapacke_s_nancheck.c index 194f687629..6abc907e2e 100644 --- a/LAPACKE/utils/lapacke_s_nancheck.c +++ b/LAPACKE/utils/lapacke_s_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sgb_nancheck.c b/LAPACKE/utils/lapacke_sgb_nancheck.c index e20cb2421c..a1f3aa97b9 100644 --- a/LAPACKE/utils/lapacke_sgb_nancheck.c +++ b/LAPACKE/utils/lapacke_sgb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sgb_trans.c b/LAPACKE/utils/lapacke_sgb_trans.c index cfdce0e302..046fdb9ca9 100644 --- a/LAPACKE/utils/lapacke_sgb_trans.c +++ b/LAPACKE/utils/lapacke_sgb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sge_nancheck.c b/LAPACKE/utils/lapacke_sge_nancheck.c index a47e7e2b8d..e15d087dba 100644 --- a/LAPACKE/utils/lapacke_sge_nancheck.c +++ b/LAPACKE/utils/lapacke_sge_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sge_trans.c b/LAPACKE/utils/lapacke_sge_trans.c index 0e128e1796..21199e4d50 100644 --- a/LAPACKE/utils/lapacke_sge_trans.c +++ b/LAPACKE/utils/lapacke_sge_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sgg_nancheck.c b/LAPACKE/utils/lapacke_sgg_nancheck.c index cb0c114f20..382c448c96 100644 --- a/LAPACKE/utils/lapacke_sgg_nancheck.c +++ b/LAPACKE/utils/lapacke_sgg_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sgg_trans.c b/LAPACKE/utils/lapacke_sgg_trans.c index a077ae12c6..3d9d0d22fc 100644 --- a/LAPACKE/utils/lapacke_sgg_trans.c +++ b/LAPACKE/utils/lapacke_sgg_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sgt_nancheck.c b/LAPACKE/utils/lapacke_sgt_nancheck.c index ea4f763063..71ebfd7aa9 100644 --- a/LAPACKE/utils/lapacke_sgt_nancheck.c +++ b/LAPACKE/utils/lapacke_sgt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_shs_nancheck.c b/LAPACKE/utils/lapacke_shs_nancheck.c index 5a54a2f59c..400c3f2ef0 100644 --- a/LAPACKE/utils/lapacke_shs_nancheck.c +++ b/LAPACKE/utils/lapacke_shs_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_shs_trans.c b/LAPACKE/utils/lapacke_shs_trans.c index fc97bfafed..00e7fa80da 100644 --- a/LAPACKE/utils/lapacke_shs_trans.c +++ b/LAPACKE/utils/lapacke_shs_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spb_nancheck.c b/LAPACKE/utils/lapacke_spb_nancheck.c index b04b889232..0ea931cf8b 100644 --- a/LAPACKE/utils/lapacke_spb_nancheck.c +++ b/LAPACKE/utils/lapacke_spb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spb_trans.c b/LAPACKE/utils/lapacke_spb_trans.c index 5e27e79c7c..7b329cd0fd 100644 --- a/LAPACKE/utils/lapacke_spb_trans.c +++ b/LAPACKE/utils/lapacke_spb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spf_nancheck.c b/LAPACKE/utils/lapacke_spf_nancheck.c index 20666c4d6a..5499e150cc 100644 --- a/LAPACKE/utils/lapacke_spf_nancheck.c +++ b/LAPACKE/utils/lapacke_spf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spf_trans.c b/LAPACKE/utils/lapacke_spf_trans.c index 10800da45e..13458cb428 100644 --- a/LAPACKE/utils/lapacke_spf_trans.c +++ b/LAPACKE/utils/lapacke_spf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spo_nancheck.c b/LAPACKE/utils/lapacke_spo_nancheck.c index fff2e4d08f..5b0734e730 100644 --- a/LAPACKE/utils/lapacke_spo_nancheck.c +++ b/LAPACKE/utils/lapacke_spo_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spo_trans.c b/LAPACKE/utils/lapacke_spo_trans.c index 409e062aaa..f99e661afe 100644 --- a/LAPACKE/utils/lapacke_spo_trans.c +++ b/LAPACKE/utils/lapacke_spo_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spp_nancheck.c b/LAPACKE/utils/lapacke_spp_nancheck.c index c1098de702..ff83c22755 100644 --- a/LAPACKE/utils/lapacke_spp_nancheck.c +++ b/LAPACKE/utils/lapacke_spp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spp_trans.c b/LAPACKE/utils/lapacke_spp_trans.c index 658041d6e3..a382fe6e8a 100644 --- a/LAPACKE/utils/lapacke_spp_trans.c +++ b/LAPACKE/utils/lapacke_spp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_spt_nancheck.c b/LAPACKE/utils/lapacke_spt_nancheck.c index 67cdaf39a4..aa4d0b8c5e 100644 --- a/LAPACKE/utils/lapacke_spt_nancheck.c +++ b/LAPACKE/utils/lapacke_spt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssb_nancheck.c b/LAPACKE/utils/lapacke_ssb_nancheck.c index 0874e766ed..4a8edf156c 100644 --- a/LAPACKE/utils/lapacke_ssb_nancheck.c +++ b/LAPACKE/utils/lapacke_ssb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssb_trans.c b/LAPACKE/utils/lapacke_ssb_trans.c index 6982507738..b11b513ce8 100644 --- a/LAPACKE/utils/lapacke_ssb_trans.c +++ b/LAPACKE/utils/lapacke_ssb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssp_nancheck.c b/LAPACKE/utils/lapacke_ssp_nancheck.c index 35ffe6522d..94e5338771 100644 --- a/LAPACKE/utils/lapacke_ssp_nancheck.c +++ b/LAPACKE/utils/lapacke_ssp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssp_trans.c b/LAPACKE/utils/lapacke_ssp_trans.c index 9583368ea2..1737f33381 100644 --- a/LAPACKE/utils/lapacke_ssp_trans.c +++ b/LAPACKE/utils/lapacke_ssp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_sst_nancheck.c b/LAPACKE/utils/lapacke_sst_nancheck.c index e82a26a6ba..3372a36095 100644 --- a/LAPACKE/utils/lapacke_sst_nancheck.c +++ b/LAPACKE/utils/lapacke_sst_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssy_nancheck.c b/LAPACKE/utils/lapacke_ssy_nancheck.c index 89e962e8fd..ed6ac60ea5 100644 --- a/LAPACKE/utils/lapacke_ssy_nancheck.c +++ b/LAPACKE/utils/lapacke_ssy_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ssy_trans.c b/LAPACKE/utils/lapacke_ssy_trans.c index 8f95c786d5..a9122b685d 100644 --- a/LAPACKE/utils/lapacke_ssy_trans.c +++ b/LAPACKE/utils/lapacke_ssy_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stb_nancheck.c b/LAPACKE/utils/lapacke_stb_nancheck.c index 5a87056183..e1910162a5 100644 --- a/LAPACKE/utils/lapacke_stb_nancheck.c +++ b/LAPACKE/utils/lapacke_stb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stb_trans.c b/LAPACKE/utils/lapacke_stb_trans.c index 2a2159dbcf..f915cc752f 100644 --- a/LAPACKE/utils/lapacke_stb_trans.c +++ b/LAPACKE/utils/lapacke_stb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stf_nancheck.c b/LAPACKE/utils/lapacke_stf_nancheck.c index 96861c22e6..95128c0e7a 100644 --- a/LAPACKE/utils/lapacke_stf_nancheck.c +++ b/LAPACKE/utils/lapacke_stf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stf_trans.c b/LAPACKE/utils/lapacke_stf_trans.c index 065329fa97..6d737e2c9b 100644 --- a/LAPACKE/utils/lapacke_stf_trans.c +++ b/LAPACKE/utils/lapacke_stf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stp_nancheck.c b/LAPACKE/utils/lapacke_stp_nancheck.c index 4dfef02007..6c16368d56 100644 --- a/LAPACKE/utils/lapacke_stp_nancheck.c +++ b/LAPACKE/utils/lapacke_stp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_stp_trans.c b/LAPACKE/utils/lapacke_stp_trans.c index 7e676004f5..5c74724e8c 100644 --- a/LAPACKE/utils/lapacke_stp_trans.c +++ b/LAPACKE/utils/lapacke_stp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_str_nancheck.c b/LAPACKE/utils/lapacke_str_nancheck.c index c149b7d323..df5c7dd5a6 100644 --- a/LAPACKE/utils/lapacke_str_nancheck.c +++ b/LAPACKE/utils/lapacke_str_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_str_trans.c b/LAPACKE/utils/lapacke_str_trans.c index 3a7ec33d98..4416572e6d 100644 --- a/LAPACKE/utils/lapacke_str_trans.c +++ b/LAPACKE/utils/lapacke_str_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_xerbla.c b/LAPACKE/utils/lapacke_xerbla.c index de4761faab..8ce4b8e081 100644 --- a/LAPACKE/utils/lapacke_xerbla.c +++ b/LAPACKE/utils/lapacke_xerbla.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK lsame * Author: Intel Corporation -* Created in January, 2010 *****************************************************************************/ #include diff --git a/LAPACKE/utils/lapacke_z_nancheck.c b/LAPACKE/utils/lapacke_z_nancheck.c index 539ab9a8dc..ce6b18e630 100644 --- a/LAPACKE/utils/lapacke_z_nancheck.c +++ b/LAPACKE/utils/lapacke_z_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zgb_nancheck.c b/LAPACKE/utils/lapacke_zgb_nancheck.c index 8f0ffc1d69..5d98cd5881 100644 --- a/LAPACKE/utils/lapacke_zgb_nancheck.c +++ b/LAPACKE/utils/lapacke_zgb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zgb_trans.c b/LAPACKE/utils/lapacke_zgb_trans.c index c0b122aa89..32a9de3795 100644 --- a/LAPACKE/utils/lapacke_zgb_trans.c +++ b/LAPACKE/utils/lapacke_zgb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zge_nancheck.c b/LAPACKE/utils/lapacke_zge_nancheck.c index 0aa9ae36e6..9fa7fc61ca 100644 --- a/LAPACKE/utils/lapacke_zge_nancheck.c +++ b/LAPACKE/utils/lapacke_zge_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zge_trans.c b/LAPACKE/utils/lapacke_zge_trans.c index 79090ecb79..bc4d96255f 100644 --- a/LAPACKE/utils/lapacke_zge_trans.c +++ b/LAPACKE/utils/lapacke_zge_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zgg_nancheck.c b/LAPACKE/utils/lapacke_zgg_nancheck.c index 9a97a757bc..2ecf90613d 100644 --- a/LAPACKE/utils/lapacke_zgg_nancheck.c +++ b/LAPACKE/utils/lapacke_zgg_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zgg_trans.c b/LAPACKE/utils/lapacke_zgg_trans.c index c114c7a621..3596f3b164 100644 --- a/LAPACKE/utils/lapacke_zgg_trans.c +++ b/LAPACKE/utils/lapacke_zgg_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zgt_nancheck.c b/LAPACKE/utils/lapacke_zgt_nancheck.c index 4bda8b4e4d..6a434bd59d 100644 --- a/LAPACKE/utils/lapacke_zgt_nancheck.c +++ b/LAPACKE/utils/lapacke_zgt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhb_nancheck.c b/LAPACKE/utils/lapacke_zhb_nancheck.c index 9b8d71805c..23e0971793 100644 --- a/LAPACKE/utils/lapacke_zhb_nancheck.c +++ b/LAPACKE/utils/lapacke_zhb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhb_trans.c b/LAPACKE/utils/lapacke_zhb_trans.c index 7b84afaddb..6bab305b9a 100644 --- a/LAPACKE/utils/lapacke_zhb_trans.c +++ b/LAPACKE/utils/lapacke_zhb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhe_nancheck.c b/LAPACKE/utils/lapacke_zhe_nancheck.c index ab63037e9c..d0fe8e1682 100644 --- a/LAPACKE/utils/lapacke_zhe_nancheck.c +++ b/LAPACKE/utils/lapacke_zhe_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhe_trans.c b/LAPACKE/utils/lapacke_zhe_trans.c index 4c18c07a55..d7fd00f6ff 100644 --- a/LAPACKE/utils/lapacke_zhe_trans.c +++ b/LAPACKE/utils/lapacke_zhe_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhp_nancheck.c b/LAPACKE/utils/lapacke_zhp_nancheck.c index bcf331fe19..1cfbd7e546 100644 --- a/LAPACKE/utils/lapacke_zhp_nancheck.c +++ b/LAPACKE/utils/lapacke_zhp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhp_trans.c b/LAPACKE/utils/lapacke_zhp_trans.c index 2501c7fd96..b61b1b3ba0 100644 --- a/LAPACKE/utils/lapacke_zhp_trans.c +++ b/LAPACKE/utils/lapacke_zhp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhs_nancheck.c b/LAPACKE/utils/lapacke_zhs_nancheck.c index af73e7d4fd..7283af0314 100644 --- a/LAPACKE/utils/lapacke_zhs_nancheck.c +++ b/LAPACKE/utils/lapacke_zhs_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zhs_trans.c b/LAPACKE/utils/lapacke_zhs_trans.c index 95ab6a3631..44a2d976a4 100644 --- a/LAPACKE/utils/lapacke_zhs_trans.c +++ b/LAPACKE/utils/lapacke_zhs_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpb_nancheck.c b/LAPACKE/utils/lapacke_zpb_nancheck.c index 4c9d221cb1..521eed9593 100644 --- a/LAPACKE/utils/lapacke_zpb_nancheck.c +++ b/LAPACKE/utils/lapacke_zpb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpb_trans.c b/LAPACKE/utils/lapacke_zpb_trans.c index f175ebcc04..5afb4071ee 100644 --- a/LAPACKE/utils/lapacke_zpb_trans.c +++ b/LAPACKE/utils/lapacke_zpb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpf_nancheck.c b/LAPACKE/utils/lapacke_zpf_nancheck.c index c510b1d1a6..6ec322af0b 100644 --- a/LAPACKE/utils/lapacke_zpf_nancheck.c +++ b/LAPACKE/utils/lapacke_zpf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpf_trans.c b/LAPACKE/utils/lapacke_zpf_trans.c index c9c43b38ad..2cc41bff2c 100644 --- a/LAPACKE/utils/lapacke_zpf_trans.c +++ b/LAPACKE/utils/lapacke_zpf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpo_nancheck.c b/LAPACKE/utils/lapacke_zpo_nancheck.c index b88c3c7d4e..61eb46da57 100644 --- a/LAPACKE/utils/lapacke_zpo_nancheck.c +++ b/LAPACKE/utils/lapacke_zpo_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpo_trans.c b/LAPACKE/utils/lapacke_zpo_trans.c index d58d37b04a..70d7a845a5 100644 --- a/LAPACKE/utils/lapacke_zpo_trans.c +++ b/LAPACKE/utils/lapacke_zpo_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpp_nancheck.c b/LAPACKE/utils/lapacke_zpp_nancheck.c index 450878bcf1..f2982a855d 100644 --- a/LAPACKE/utils/lapacke_zpp_nancheck.c +++ b/LAPACKE/utils/lapacke_zpp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpp_trans.c b/LAPACKE/utils/lapacke_zpp_trans.c index 70a5d7b4c0..1cae636374 100644 --- a/LAPACKE/utils/lapacke_zpp_trans.c +++ b/LAPACKE/utils/lapacke_zpp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zpt_nancheck.c b/LAPACKE/utils/lapacke_zpt_nancheck.c index 8a6401cadb..3e09ee0bd2 100644 --- a/LAPACKE/utils/lapacke_zpt_nancheck.c +++ b/LAPACKE/utils/lapacke_zpt_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zsp_nancheck.c b/LAPACKE/utils/lapacke_zsp_nancheck.c index 2d77951667..edc59029fa 100644 --- a/LAPACKE/utils/lapacke_zsp_nancheck.c +++ b/LAPACKE/utils/lapacke_zsp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zsp_trans.c b/LAPACKE/utils/lapacke_zsp_trans.c index 76d504d439..a445a6016b 100644 --- a/LAPACKE/utils/lapacke_zsp_trans.c +++ b/LAPACKE/utils/lapacke_zsp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zst_nancheck.c b/LAPACKE/utils/lapacke_zst_nancheck.c index 3e9aa5b4c0..7775a1a2dc 100644 --- a/LAPACKE/utils/lapacke_zst_nancheck.c +++ b/LAPACKE/utils/lapacke_zst_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zsy_nancheck.c b/LAPACKE/utils/lapacke_zsy_nancheck.c index e4456d9aa3..57deee0d03 100644 --- a/LAPACKE/utils/lapacke_zsy_nancheck.c +++ b/LAPACKE/utils/lapacke_zsy_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_zsy_trans.c b/LAPACKE/utils/lapacke_zsy_trans.c index ff4c65a29f..341fda7316 100644 --- a/LAPACKE/utils/lapacke_zsy_trans.c +++ b/LAPACKE/utils/lapacke_zsy_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztb_nancheck.c b/LAPACKE/utils/lapacke_ztb_nancheck.c index 7c22973087..0c2c809b87 100644 --- a/LAPACKE/utils/lapacke_ztb_nancheck.c +++ b/LAPACKE/utils/lapacke_ztb_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztb_trans.c b/LAPACKE/utils/lapacke_ztb_trans.c index 868629b99d..063f145404 100644 --- a/LAPACKE/utils/lapacke_ztb_trans.c +++ b/LAPACKE/utils/lapacke_ztb_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztf_nancheck.c b/LAPACKE/utils/lapacke_ztf_nancheck.c index 4c899d597e..2cfa86bf1c 100644 --- a/LAPACKE/utils/lapacke_ztf_nancheck.c +++ b/LAPACKE/utils/lapacke_ztf_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztf_trans.c b/LAPACKE/utils/lapacke_ztf_trans.c index 566d95ae3c..6bc6fcc48d 100644 --- a/LAPACKE/utils/lapacke_ztf_trans.c +++ b/LAPACKE/utils/lapacke_ztf_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztp_nancheck.c b/LAPACKE/utils/lapacke_ztp_nancheck.c index d3a06c3812..dc347eaa5a 100644 --- a/LAPACKE/utils/lapacke_ztp_nancheck.c +++ b/LAPACKE/utils/lapacke_ztp_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztp_trans.c b/LAPACKE/utils/lapacke_ztp_trans.c index e7369baae7..47b4851b65 100644 --- a/LAPACKE/utils/lapacke_ztp_trans.c +++ b/LAPACKE/utils/lapacke_ztp_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztr_nancheck.c b/LAPACKE/utils/lapacke_ztr_nancheck.c index e8e792e8a7..7058a33ed6 100644 --- a/LAPACKE/utils/lapacke_ztr_nancheck.c +++ b/LAPACKE/utils/lapacke_ztr_nancheck.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/LAPACKE/utils/lapacke_ztr_trans.c b/LAPACKE/utils/lapacke_ztr_trans.c index 23f17b9ecf..e3042bfa52 100644 --- a/LAPACKE/utils/lapacke_ztr_trans.c +++ b/LAPACKE/utils/lapacke_ztr_trans.c @@ -28,7 +28,6 @@ ****************************************************************************** * Contents: Native C interface to LAPACK utility function * Author: Intel Corporation -* Created in February, 2010 *****************************************************************************/ #include "lapacke_utils.h" diff --git a/Makefile b/Makefile index 5b862303da..28ef97d8e3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ # # Top Level Makefile for LAPACK -# Version 3.9.1 -# April 2021 # TOPSRCDIR = . diff --git a/SRC/DEPRECATED/cgegs.f b/SRC/DEPRECATED/cgegs.f index 4e75e20255..1f0791a207 100644 --- a/SRC/DEPRECATED/cgegs.f +++ b/SRC/DEPRECATED/cgegs.f @@ -216,8 +216,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEeigen * * ===================================================================== @@ -225,10 +223,9 @@ SUBROUTINE CGEGS( JOBVSL, JOBVSR, N, A, LDA, B, LDB, ALPHA, BETA, $ VSL, LDVSL, VSR, LDVSR, WORK, LWORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR diff --git a/SRC/DEPRECATED/cgegv.f b/SRC/DEPRECATED/cgegv.f index 81def0db4f..ba810ddefb 100644 --- a/SRC/DEPRECATED/cgegv.f +++ b/SRC/DEPRECATED/cgegv.f @@ -242,8 +242,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEeigen * *> \par Further Details: @@ -282,10 +280,9 @@ SUBROUTINE CGEGV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVL, JOBVR diff --git a/SRC/DEPRECATED/cgelsx.f b/SRC/DEPRECATED/cgelsx.f index 22d2358ba6..a5c7c9ed89 100644 --- a/SRC/DEPRECATED/cgelsx.f +++ b/SRC/DEPRECATED/cgelsx.f @@ -176,18 +176,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEsolve * * ===================================================================== SUBROUTINE CGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, M, N, NRHS, RANK diff --git a/SRC/DEPRECATED/cgeqpf.f b/SRC/DEPRECATED/cgeqpf.f index 2cbd1951e1..8593ce33b8 100644 --- a/SRC/DEPRECATED/cgeqpf.f +++ b/SRC/DEPRECATED/cgeqpf.f @@ -114,8 +114,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -148,10 +146,9 @@ * ===================================================================== SUBROUTINE CGEQPF( M, N, A, LDA, JPVT, TAU, WORK, RWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/cggsvd.f b/SRC/DEPRECATED/cggsvd.f index e7ece14c36..e6fdb47e5c 100644 --- a/SRC/DEPRECATED/cggsvd.f +++ b/SRC/DEPRECATED/cggsvd.f @@ -323,8 +323,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsing * *> \par Contributors: @@ -338,10 +336,9 @@ SUBROUTINE CGGSVD( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, WORK, $ RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/cggsvp.f b/SRC/DEPRECATED/cggsvp.f index 24bb09a390..0c60077fff 100644 --- a/SRC/DEPRECATED/cggsvp.f +++ b/SRC/DEPRECATED/cggsvp.f @@ -246,8 +246,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -262,10 +260,9 @@ SUBROUTINE CGGSVP( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, RWORK, TAU, WORK, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/clahrd.f b/SRC/DEPRECATED/clahrd.f index 7be3f2a1db..b209929ab6 100644 --- a/SRC/DEPRECATED/clahrd.f +++ b/SRC/DEPRECATED/clahrd.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE CLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/DEPRECATED/clatzm.f b/SRC/DEPRECATED/clatzm.f index 377eef725d..8e333cc172 100644 --- a/SRC/DEPRECATED/clatzm.f +++ b/SRC/DEPRECATED/clatzm.f @@ -145,17 +145,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLATZM( SIDE, M, N, V, INCV, TAU, C1, C2, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/DEPRECATED/ctzrqf.f b/SRC/DEPRECATED/ctzrqf.f index 5ed47d7e7a..ed1f67d247 100644 --- a/SRC/DEPRECATED/ctzrqf.f +++ b/SRC/DEPRECATED/ctzrqf.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE CTZRQF( M, N, A, LDA, TAU, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/dgegs.f b/SRC/DEPRECATED/dgegs.f index eb404484d3..0ac0112c2d 100644 --- a/SRC/DEPRECATED/dgegs.f +++ b/SRC/DEPRECATED/dgegs.f @@ -218,8 +218,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEeigen * * ===================================================================== @@ -227,10 +225,9 @@ SUBROUTINE DGEGS( JOBVSL, JOBVSR, N, A, LDA, B, LDB, ALPHAR, $ ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR diff --git a/SRC/DEPRECATED/dgegv.f b/SRC/DEPRECATED/dgegv.f index e4d469aa5b..7e81c85a9a 100644 --- a/SRC/DEPRECATED/dgegv.f +++ b/SRC/DEPRECATED/dgegv.f @@ -265,8 +265,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEeigen * *> \par Further Details: @@ -306,10 +304,9 @@ SUBROUTINE DGEGV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, $ BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVL, JOBVR diff --git a/SRC/DEPRECATED/dgelsx.f b/SRC/DEPRECATED/dgelsx.f index 70e5ce7f98..395fcb0d14 100644 --- a/SRC/DEPRECATED/dgelsx.f +++ b/SRC/DEPRECATED/dgelsx.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, M, N, NRHS, RANK diff --git a/SRC/DEPRECATED/dgeqpf.f b/SRC/DEPRECATED/dgeqpf.f index 58ef56035b..69f9542acb 100644 --- a/SRC/DEPRECATED/dgeqpf.f +++ b/SRC/DEPRECATED/dgeqpf.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE DGEQPF( M, N, A, LDA, JPVT, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/dggsvd.f b/SRC/DEPRECATED/dggsvd.f index 32d232c081..4f439eb6a9 100644 --- a/SRC/DEPRECATED/dggsvd.f +++ b/SRC/DEPRECATED/dggsvd.f @@ -319,8 +319,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERsing * *> \par Contributors: @@ -334,10 +332,9 @@ SUBROUTINE DGGSVD( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, WORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/dggsvp.f b/SRC/DEPRECATED/dggsvp.f index 1cc52b7197..87a2fd670c 100644 --- a/SRC/DEPRECATED/dggsvp.f +++ b/SRC/DEPRECATED/dggsvp.f @@ -240,8 +240,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -256,10 +254,9 @@ SUBROUTINE DGGSVP( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, TAU, WORK, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/dlahrd.f b/SRC/DEPRECATED/dlahrd.f index 9aa04ee14a..24ddf51cc9 100644 --- a/SRC/DEPRECATED/dlahrd.f +++ b/SRC/DEPRECATED/dlahrd.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE DLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/DEPRECATED/dlatzm.f b/SRC/DEPRECATED/dlatzm.f index 73434a21a0..1e8cc9f57f 100644 --- a/SRC/DEPRECATED/dlatzm.f +++ b/SRC/DEPRECATED/dlatzm.f @@ -144,17 +144,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLATZM( SIDE, M, N, V, INCV, TAU, C1, C2, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/DEPRECATED/dtzrqf.f b/SRC/DEPRECATED/dtzrqf.f index c1cbdc6abd..efd7c2497a 100644 --- a/SRC/DEPRECATED/dtzrqf.f +++ b/SRC/DEPRECATED/dtzrqf.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE DTZRQF( M, N, A, LDA, TAU, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/sgegs.f b/SRC/DEPRECATED/sgegs.f index bf4fbc7102..2ed9ad942c 100644 --- a/SRC/DEPRECATED/sgegs.f +++ b/SRC/DEPRECATED/sgegs.f @@ -218,8 +218,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEeigen * * ===================================================================== @@ -227,10 +225,9 @@ SUBROUTINE SGEGS( JOBVSL, JOBVSR, N, A, LDA, B, LDB, ALPHAR, $ ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR diff --git a/SRC/DEPRECATED/sgegv.f b/SRC/DEPRECATED/sgegv.f index 9ffda665d1..7a179a4993 100644 --- a/SRC/DEPRECATED/sgegv.f +++ b/SRC/DEPRECATED/sgegv.f @@ -265,8 +265,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEeigen * *> \par Further Details: @@ -306,10 +304,9 @@ SUBROUTINE SGEGV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, $ BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVL, JOBVR diff --git a/SRC/DEPRECATED/sgelsx.f b/SRC/DEPRECATED/sgelsx.f index f45ff0f668..8760a02a6f 100644 --- a/SRC/DEPRECATED/sgelsx.f +++ b/SRC/DEPRECATED/sgelsx.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEsolve * * ===================================================================== SUBROUTINE SGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, M, N, NRHS, RANK diff --git a/SRC/DEPRECATED/sgeqpf.f b/SRC/DEPRECATED/sgeqpf.f index 45828d2fb9..f5a2494691 100644 --- a/SRC/DEPRECATED/sgeqpf.f +++ b/SRC/DEPRECATED/sgeqpf.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE SGEQPF( M, N, A, LDA, JPVT, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/sggsvd.f b/SRC/DEPRECATED/sggsvd.f index 9ab00119aa..7bc1b929e5 100644 --- a/SRC/DEPRECATED/sggsvd.f +++ b/SRC/DEPRECATED/sggsvd.f @@ -319,8 +319,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERsing * *> \par Contributors: @@ -334,10 +332,9 @@ SUBROUTINE SGGSVD( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, WORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/sggsvp.f b/SRC/DEPRECATED/sggsvp.f index b2a71a82af..4ecebdf14e 100644 --- a/SRC/DEPRECATED/sggsvp.f +++ b/SRC/DEPRECATED/sggsvp.f @@ -240,8 +240,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -256,10 +254,9 @@ SUBROUTINE SGGSVP( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, TAU, WORK, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/slahrd.f b/SRC/DEPRECATED/slahrd.f index 54503de041..9e001c740b 100644 --- a/SRC/DEPRECATED/slahrd.f +++ b/SRC/DEPRECATED/slahrd.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE SLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/DEPRECATED/slatzm.f b/SRC/DEPRECATED/slatzm.f index d523f3a665..bb24c281ba 100644 --- a/SRC/DEPRECATED/slatzm.f +++ b/SRC/DEPRECATED/slatzm.f @@ -144,17 +144,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SLATZM( SIDE, M, N, V, INCV, TAU, C1, C2, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/DEPRECATED/stzrqf.f b/SRC/DEPRECATED/stzrqf.f index 57c44198fa..c2f55f367c 100644 --- a/SRC/DEPRECATED/stzrqf.f +++ b/SRC/DEPRECATED/stzrqf.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE STZRQF( M, N, A, LDA, TAU, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/zgegs.f b/SRC/DEPRECATED/zgegs.f index 038e95236d..c5cdd26e5e 100644 --- a/SRC/DEPRECATED/zgegs.f +++ b/SRC/DEPRECATED/zgegs.f @@ -216,8 +216,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEeigen * * ===================================================================== @@ -225,10 +223,9 @@ SUBROUTINE ZGEGS( JOBVSL, JOBVSR, N, A, LDA, B, LDB, ALPHA, BETA, $ VSL, LDVSL, VSR, LDVSR, WORK, LWORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR diff --git a/SRC/DEPRECATED/zgegv.f b/SRC/DEPRECATED/zgegv.f index 0f662955da..aa4ab3f713 100644 --- a/SRC/DEPRECATED/zgegv.f +++ b/SRC/DEPRECATED/zgegv.f @@ -242,8 +242,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEeigen * *> \par Further Details: @@ -282,10 +280,9 @@ SUBROUTINE ZGEGV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVL, JOBVR diff --git a/SRC/DEPRECATED/zgelsx.f b/SRC/DEPRECATED/zgelsx.f index fc8d28895c..0482b401df 100644 --- a/SRC/DEPRECATED/zgelsx.f +++ b/SRC/DEPRECATED/zgelsx.f @@ -176,18 +176,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, M, N, NRHS, RANK diff --git a/SRC/DEPRECATED/zgeqpf.f b/SRC/DEPRECATED/zgeqpf.f index 7dffc7a0c0..3eba142c5c 100644 --- a/SRC/DEPRECATED/zgeqpf.f +++ b/SRC/DEPRECATED/zgeqpf.f @@ -114,8 +114,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -148,10 +146,9 @@ * ===================================================================== SUBROUTINE ZGEQPF( M, N, A, LDA, JPVT, TAU, WORK, RWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/DEPRECATED/zggsvd.f b/SRC/DEPRECATED/zggsvd.f index dcbb892fd7..c0b9247a61 100644 --- a/SRC/DEPRECATED/zggsvd.f +++ b/SRC/DEPRECATED/zggsvd.f @@ -322,8 +322,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsing * *> \par Contributors: @@ -337,10 +335,9 @@ SUBROUTINE ZGGSVD( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, WORK, $ RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/zggsvp.f b/SRC/DEPRECATED/zggsvp.f index f65de92783..9468bea062 100644 --- a/SRC/DEPRECATED/zggsvp.f +++ b/SRC/DEPRECATED/zggsvp.f @@ -246,8 +246,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -265,10 +263,9 @@ SUBROUTINE ZGGSVP( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, RWORK, TAU, WORK, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/DEPRECATED/zlahrd.f b/SRC/DEPRECATED/zlahrd.f index fb63e96073..1690bd5b57 100644 --- a/SRC/DEPRECATED/zlahrd.f +++ b/SRC/DEPRECATED/zlahrd.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE ZLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/DEPRECATED/zlatzm.f b/SRC/DEPRECATED/zlatzm.f index f53010a3d8..8b93c5a7b3 100644 --- a/SRC/DEPRECATED/zlatzm.f +++ b/SRC/DEPRECATED/zlatzm.f @@ -145,17 +145,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLATZM( SIDE, M, N, V, INCV, TAU, C1, C2, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/DEPRECATED/ztzrqf.f b/SRC/DEPRECATED/ztzrqf.f index 7bfb2e0b5b..d3c356dcb9 100644 --- a/SRC/DEPRECATED/ztzrqf.f +++ b/SRC/DEPRECATED/ztzrqf.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE ZTZRQF( M, N, A, LDA, TAU, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/cholesky/RL/cpotrf.f b/SRC/VARIANTS/cholesky/RL/cpotrf.f index 8cec8809ff..16d250c3ff 100644 --- a/SRC/VARIANTS/cholesky/RL/cpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/cpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE CPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/RL/dpotrf.f b/SRC/VARIANTS/cholesky/RL/dpotrf.f index 400fbf7e53..1575bd95ca 100644 --- a/SRC/VARIANTS/cholesky/RL/dpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/dpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE DPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/RL/spotrf.f b/SRC/VARIANTS/cholesky/RL/spotrf.f index 090e528aed..67ebae3351 100644 --- a/SRC/VARIANTS/cholesky/RL/spotrf.f +++ b/SRC/VARIANTS/cholesky/RL/spotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE SPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/RL/zpotrf.f b/SRC/VARIANTS/cholesky/RL/zpotrf.f index 149eaacc28..76d8bab610 100644 --- a/SRC/VARIANTS/cholesky/RL/zpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/zpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE ZPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/TOP/cpotrf.f b/SRC/VARIANTS/cholesky/TOP/cpotrf.f index fd2b13e61c..d6149c08f0 100644 --- a/SRC/VARIANTS/cholesky/TOP/cpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/cpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE CPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/TOP/dpotrf.f b/SRC/VARIANTS/cholesky/TOP/dpotrf.f index dbb51c415f..e49200ea5a 100644 --- a/SRC/VARIANTS/cholesky/TOP/dpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/dpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE DPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/TOP/spotrf.f b/SRC/VARIANTS/cholesky/TOP/spotrf.f index 81034df37d..65895502b4 100644 --- a/SRC/VARIANTS/cholesky/TOP/spotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/spotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE SPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/cholesky/TOP/zpotrf.f b/SRC/VARIANTS/cholesky/TOP/zpotrf.f index 0096670905..f8b9e253cc 100644 --- a/SRC/VARIANTS/cholesky/TOP/zpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/zpotrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE ZPOTRF ( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 diff --git a/SRC/VARIANTS/lu/CR/cgetrf.f b/SRC/VARIANTS/lu/CR/cgetrf.f index 2bddb4452c..e78442914e 100644 --- a/SRC/VARIANTS/lu/CR/cgetrf.f +++ b/SRC/VARIANTS/lu/CR/cgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE CGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/CR/dgetrf.f b/SRC/VARIANTS/lu/CR/dgetrf.f index ce0ab2243f..9bccb19bc8 100644 --- a/SRC/VARIANTS/lu/CR/dgetrf.f +++ b/SRC/VARIANTS/lu/CR/dgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE DGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/CR/sgetrf.f b/SRC/VARIANTS/lu/CR/sgetrf.f index bb65431397..c12dd38f94 100644 --- a/SRC/VARIANTS/lu/CR/sgetrf.f +++ b/SRC/VARIANTS/lu/CR/sgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE SGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/CR/zgetrf.f b/SRC/VARIANTS/lu/CR/zgetrf.f index 39090e6f30..75b26586da 100644 --- a/SRC/VARIANTS/lu/CR/zgetrf.f +++ b/SRC/VARIANTS/lu/CR/zgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE ZGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/LL/cgetrf.f b/SRC/VARIANTS/lu/LL/cgetrf.f index 77c747246d..67902e5688 100644 --- a/SRC/VARIANTS/lu/LL/cgetrf.f +++ b/SRC/VARIANTS/lu/LL/cgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE CGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/LL/dgetrf.f b/SRC/VARIANTS/lu/LL/dgetrf.f index 9f25abd924..5f77b919ee 100644 --- a/SRC/VARIANTS/lu/LL/dgetrf.f +++ b/SRC/VARIANTS/lu/LL/dgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE DGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/LL/sgetrf.f b/SRC/VARIANTS/lu/LL/sgetrf.f index 765caccb00..2d47969032 100644 --- a/SRC/VARIANTS/lu/LL/sgetrf.f +++ b/SRC/VARIANTS/lu/LL/sgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE SGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/LL/zgetrf.f b/SRC/VARIANTS/lu/LL/zgetrf.f index ef3fbf418a..85db51b845 100644 --- a/SRC/VARIANTS/lu/LL/zgetrf.f +++ b/SRC/VARIANTS/lu/LL/zgetrf.f @@ -100,10 +100,9 @@ * ===================================================================== SUBROUTINE ZGETRF ( M, N, A, LDA, IPIV, INFO) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/REC/cgetrf.f b/SRC/VARIANTS/lu/REC/cgetrf.f index 9daab38729..a8fe3fb28f 100644 --- a/SRC/VARIANTS/lu/REC/cgetrf.f +++ b/SRC/VARIANTS/lu/REC/cgetrf.f @@ -137,7 +137,6 @@ SUBROUTINE CGETRF( M, N, A, LDA, IPIV, INFO ) * -- LAPACK computational routine (version 3.X) -- * -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/REC/dgetrf.f b/SRC/VARIANTS/lu/REC/dgetrf.f index db6cece24c..5c79747d22 100644 --- a/SRC/VARIANTS/lu/REC/dgetrf.f +++ b/SRC/VARIANTS/lu/REC/dgetrf.f @@ -137,7 +137,6 @@ SUBROUTINE DGETRF( M, N, A, LDA, IPIV, INFO ) * -- LAPACK computational routine (version 3.X) -- * -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/REC/sgetrf.f b/SRC/VARIANTS/lu/REC/sgetrf.f index 379ad1c9af..3c045e576a 100644 --- a/SRC/VARIANTS/lu/REC/sgetrf.f +++ b/SRC/VARIANTS/lu/REC/sgetrf.f @@ -137,7 +137,6 @@ SUBROUTINE SGETRF( M, N, A, LDA, IPIV, INFO ) * -- LAPACK computational routine (version 3.X) -- * -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/lu/REC/zgetrf.f b/SRC/VARIANTS/lu/REC/zgetrf.f index dc42c83f45..0484eb89aa 100644 --- a/SRC/VARIANTS/lu/REC/zgetrf.f +++ b/SRC/VARIANTS/lu/REC/zgetrf.f @@ -137,7 +137,6 @@ SUBROUTINE ZGETRF( M, N, A, LDA, IPIV, INFO ) * -- LAPACK computational routine (version 3.X) -- * -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/VARIANTS/qr/LL/cgeqrf.f b/SRC/VARIANTS/qr/LL/cgeqrf.f index 3cbec13c7f..369ed19833 100644 --- a/SRC/VARIANTS/qr/LL/cgeqrf.f +++ b/SRC/VARIANTS/qr/LL/cgeqrf.f @@ -149,10 +149,9 @@ * ===================================================================== SUBROUTINE CGEQRF ( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/VARIANTS/qr/LL/dgeqrf.f b/SRC/VARIANTS/qr/LL/dgeqrf.f index 8f1979da33..be5720f4f6 100644 --- a/SRC/VARIANTS/qr/LL/dgeqrf.f +++ b/SRC/VARIANTS/qr/LL/dgeqrf.f @@ -149,10 +149,9 @@ * ===================================================================== SUBROUTINE DGEQRF ( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/VARIANTS/qr/LL/sceil.f b/SRC/VARIANTS/qr/LL/sceil.f index 86394cc989..a007360ba6 100644 --- a/SRC/VARIANTS/qr/LL/sceil.f +++ b/SRC/VARIANTS/qr/LL/sceil.f @@ -58,10 +58,9 @@ * ===================================================================== REAL FUNCTION SCEIL( A ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 ..* REAL A diff --git a/SRC/VARIANTS/qr/LL/sgeqrf.f b/SRC/VARIANTS/qr/LL/sgeqrf.f index 7b0227193d..bff9732144 100644 --- a/SRC/VARIANTS/qr/LL/sgeqrf.f +++ b/SRC/VARIANTS/qr/LL/sgeqrf.f @@ -149,10 +149,9 @@ * ===================================================================== SUBROUTINE SGEQRF ( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/VARIANTS/qr/LL/zgeqrf.f b/SRC/VARIANTS/qr/LL/zgeqrf.f index 4ddad00d61..79e86b41bb 100644 --- a/SRC/VARIANTS/qr/LL/zgeqrf.f +++ b/SRC/VARIANTS/qr/LL/zgeqrf.f @@ -149,10 +149,9 @@ * ===================================================================== SUBROUTINE ZGEQRF ( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.1) -- +* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cbbcsd.f b/SRC/cbbcsd.f index f5d82d5992..1cd1ffbf16 100644 --- a/SRC/cbbcsd.f +++ b/SRC/cbbcsd.f @@ -322,8 +322,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE CBBCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, M, P, Q, $ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E, $ B22D, B22E, RWORK, LRWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS diff --git a/SRC/cbdsqr.f b/SRC/cbdsqr.f index 0bda3a3334..1d7c4e09dd 100644 --- a/SRC/cbdsqr.f +++ b/SRC/cbdsqr.f @@ -214,18 +214,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, $ LDU, C, LDC, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cgbbrd.f b/SRC/cgbbrd.f index e4e820aa48..7bac090e96 100644 --- a/SRC/cgbbrd.f +++ b/SRC/cgbbrd.f @@ -185,18 +185,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CGBBRD( VECT, M, N, NCC, KL, KU, AB, LDAB, D, E, Q, $ LDQ, PT, LDPT, C, LDC, WORK, RWORK, INFO ) * -* -- 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 VECT diff --git a/SRC/cgbcon.f b/SRC/cgbcon.f index 1d32a68999..4578424586 100644 --- a/SRC/cgbcon.f +++ b/SRC/cgbcon.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CGBCON( NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, $ WORK, RWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/cgbequ.f b/SRC/cgbequ.f index 100f920e1e..b52043dee3 100644 --- a/SRC/cgbequ.f +++ b/SRC/cgbequ.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CGBEQU( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/cgbequb.f b/SRC/cgbequb.f index fd69a575b3..788fb378fe 100644 --- a/SRC/cgbequb.f +++ b/SRC/cgbequb.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/cgbrfs.f b/SRC/cgbrfs.f index 464128b848..72c70349fa 100644 --- a/SRC/cgbrfs.f +++ b/SRC/cgbrfs.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== @@ -206,10 +204,9 @@ SUBROUTINE CGBRFS( TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/cgbrfsx.f b/SRC/cgbrfsx.f index c23608afb3..91d44cae2c 100644 --- a/SRC/cgbrfsx.f +++ b/SRC/cgbrfsx.f @@ -429,8 +429,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGBcomputational * * ===================================================================== @@ -440,10 +438,9 @@ SUBROUTINE CGBRFSX( TRANS, EQUED, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TRANS, EQUED diff --git a/SRC/cgbsv.f b/SRC/cgbsv.f index 7368783ada..049d6eeab4 100644 --- a/SRC/cgbsv.f +++ b/SRC/cgbsv.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE CGBSV( N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, KL, KU, LDAB, LDB, N, NRHS diff --git a/SRC/cgbsvx.f b/SRC/cgbsvx.f index 1c102cb6da..7b6770d20d 100644 --- a/SRC/cgbsvx.f +++ b/SRC/cgbsvx.f @@ -361,8 +361,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGBsolve * * ===================================================================== @@ -370,10 +368,9 @@ SUBROUTINE CGBSVX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ LDAFB, IPIV, EQUED, R, C, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/cgbsvxx.f b/SRC/cgbsvxx.f index 9f2bbbc1ce..92caccfd70 100644 --- a/SRC/cgbsvxx.f +++ b/SRC/cgbsvxx.f @@ -552,8 +552,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGBsolve * * ===================================================================== @@ -563,10 +561,9 @@ SUBROUTINE CGBSVXX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/cgbtf2.f b/SRC/cgbtf2.f index cd34d284dc..8c58d6e118 100644 --- a/SRC/cgbtf2.f +++ b/SRC/cgbtf2.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE CGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/cgbtrf.f b/SRC/cgbtrf.f index 601d063f24..8533e0061d 100644 --- a/SRC/cgbtrf.f +++ b/SRC/cgbtrf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE CGBTRF( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/cgbtrs.f b/SRC/cgbtrs.f index 75d195316e..362e0a4c98 100644 --- a/SRC/cgbtrs.f +++ b/SRC/cgbtrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/cgebak.f b/SRC/cgebak.f index 9b64026220..201dbfcec4 100644 --- a/SRC/cgebak.f +++ b/SRC/cgebak.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, $ INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/cgebal.f b/SRC/cgebal.f index 9f3c25c053..5d1ebb026e 100644 --- a/SRC/cgebal.f +++ b/SRC/cgebal.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -161,10 +159,9 @@ * ===================================================================== SUBROUTINE CGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) * -* -- 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 JOB diff --git a/SRC/cgebd2.f b/SRC/cgebd2.f index a234f36ac1..4fa194373e 100644 --- a/SRC/cgebd2.f +++ b/SRC/cgebd2.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEcomputational * @precisions normal c -> s d z * @@ -190,10 +188,9 @@ * ===================================================================== SUBROUTINE CGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgebrd.f b/SRC/cgebrd.f index eebd26f12b..5687161a50 100644 --- a/SRC/cgebrd.f +++ b/SRC/cgebrd.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -206,10 +204,9 @@ SUBROUTINE CGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgecon.f b/SRC/cgecon.f index fb57da2e13..48f409b680 100644 --- a/SRC/cgecon.f +++ b/SRC/cgecon.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGECON( NORM, N, A, LDA, ANORM, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 NORM diff --git a/SRC/cgeequ.f b/SRC/cgeequ.f index 75aa2d7db8..40b022fab3 100644 --- a/SRC/cgeequ.f +++ b/SRC/cgeequ.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGEEQU( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgeequb.f b/SRC/cgeequb.f index 3f738b83d8..4beffcc849 100644 --- a/SRC/cgeequb.f +++ b/SRC/cgeequb.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGEEQUB( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgees.f b/SRC/cgees.f index 4da2cdf3b0..d25b2b4408 100644 --- a/SRC/cgees.f +++ b/SRC/cgees.f @@ -189,18 +189,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEeigen * * ===================================================================== SUBROUTINE CGEES( JOBVS, SORT, SELECT, N, A, LDA, SDIM, W, VS, $ LDVS, WORK, LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVS, SORT diff --git a/SRC/cgeesx.f b/SRC/cgeesx.f index dd833ae7e9..17e290cfb2 100644 --- a/SRC/cgeesx.f +++ b/SRC/cgeesx.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEeigen * * ===================================================================== @@ -239,10 +237,9 @@ SUBROUTINE CGEESX( JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, W, $ VS, LDVS, RCONDE, RCONDV, WORK, LWORK, RWORK, $ BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVS, SENSE, SORT diff --git a/SRC/cgeev.f b/SRC/cgeev.f index f07d9b755b..a77525ef84 100644 --- a/SRC/cgeev.f +++ b/SRC/cgeev.f @@ -169,7 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @generated from zgeev.f, fortran z -> c, Tue Apr 19 01:47:44 2016 * @@ -180,10 +179,9 @@ SUBROUTINE CGEEV( JOBVL, JOBVR, N, A, LDA, W, VL, LDVL, VR, LDVR, $ WORK, LWORK, RWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/cgeevx.f b/SRC/cgeevx.f index b1ff3cc674..2388f5accf 100644 --- a/SRC/cgeevx.f +++ b/SRC/cgeevx.f @@ -276,7 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @generated from zgeevx.f, fortran z -> c, Tue Apr 19 01:47:44 2016 * @@ -288,10 +287,9 @@ SUBROUTINE CGEEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, W, VL, $ RCONDV, WORK, LWORK, RWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/cgehd2.f b/SRC/cgehd2.f index d4d78b4f2b..d8b40b180c 100644 --- a/SRC/cgehd2.f +++ b/SRC/cgehd2.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE CGEHD2( N, ILO, IHI, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, N diff --git a/SRC/cgehrd.f b/SRC/cgehrd.f index ca0f2d54d9..36111a1a5e 100644 --- a/SRC/cgehrd.f +++ b/SRC/cgehrd.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE CGEHRD( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/cgejsv.f b/SRC/cgejsv.f index f535645b1f..e09e2823f1 100644 --- a/SRC/cgejsv.f +++ b/SRC/cgejsv.f @@ -484,8 +484,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEsing * *> \par Further Details: @@ -568,10 +566,9 @@ SUBROUTINE CGEJSV( JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, $ M, N, A, LDA, SVA, U, LDU, V, LDV, $ CWORK, LWORK, RWORK, LRWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. IMPLICIT NONE diff --git a/SRC/cgelq.f b/SRC/cgelq.f index f0ff3a20d6..d66033166d 100644 --- a/SRC/cgelq.f +++ b/SRC/cgelq.f @@ -170,10 +170,9 @@ SUBROUTINE CGELQ( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/cgelq2.f b/SRC/cgelq2.f index d955e5240b..0ea4a7200f 100644 --- a/SRC/cgelq2.f +++ b/SRC/cgelq2.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE CGELQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgelqf.f b/SRC/cgelqf.f index f0c463a086..37ef13a276 100644 --- a/SRC/cgelqf.f +++ b/SRC/cgelqf.f @@ -118,8 +118,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -143,10 +141,9 @@ * ===================================================================== SUBROUTINE CGELQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgelqt.f b/SRC/cgelqt.f index f40db0b028..3a66dc0cab 100644 --- a/SRC/cgelqt.f +++ b/SRC/cgelqt.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -124,10 +122,9 @@ * ===================================================================== SUBROUTINE CGELQT( M, N, MB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, MB diff --git a/SRC/cgelqt3.f b/SRC/cgelqt3.f index 80a9a9fc72..397cafc163 100644 --- a/SRC/cgelqt3.f +++ b/SRC/cgelqt3.f @@ -85,8 +85,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -116,10 +114,9 @@ * ===================================================================== RECURSIVE SUBROUTINE CGELQT3( M, N, A, LDA, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/cgels.f b/SRC/cgels.f index dbef9fa365..fd98873406 100644 --- a/SRC/cgels.f +++ b/SRC/cgels.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEsolve * * ===================================================================== SUBROUTINE CGELS( TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 TRANS diff --git a/SRC/cgelsd.f b/SRC/cgelsd.f index 2c29c3d59e..fce4ca6e29 100644 --- a/SRC/cgelsd.f +++ b/SRC/cgelsd.f @@ -210,8 +210,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEsolve * *> \par Contributors: @@ -225,10 +223,9 @@ SUBROUTINE CGELSD( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/cgelss.f b/SRC/cgelss.f index 84faa29bc3..4f2c49573b 100644 --- a/SRC/cgelss.f +++ b/SRC/cgelss.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEsolve * * ===================================================================== SUBROUTINE CGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/cgelsy.f b/SRC/cgelsy.f index d235087d42..67140f1913 100644 --- a/SRC/cgelsy.f +++ b/SRC/cgelsy.f @@ -195,8 +195,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEsolve * *> \par Contributors: @@ -210,10 +208,9 @@ SUBROUTINE CGELSY( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/cgemlq.f b/SRC/cgemlq.f index 4e374077ee..812acf785b 100644 --- a/SRC/cgemlq.f +++ b/SRC/cgemlq.f @@ -168,10 +168,9 @@ SUBROUTINE CGEMLQ( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cgemlqt.f b/SRC/cgemlqt.f index 66b186bff9..28b4c062ef 100644 --- a/SRC/cgemlqt.f +++ b/SRC/cgemlqt.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE CGEMLQT( SIDE, TRANS, M, N, K, MB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/cgemqr.f b/SRC/cgemqr.f index 54ab7aa746..c5e8799917 100644 --- a/SRC/cgemqr.f +++ b/SRC/cgemqr.f @@ -170,10 +170,9 @@ SUBROUTINE CGEMQR( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cgemqrt.f b/SRC/cgemqrt.f index 4926fb7f65..280f2e27e1 100644 --- a/SRC/cgemqrt.f +++ b/SRC/cgemqrt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGEMQRT( SIDE, TRANS, M, N, K, NB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cgeql2.f b/SRC/cgeql2.f index b9521ba4ad..41a5f9e049 100644 --- a/SRC/cgeql2.f +++ b/SRC/cgeql2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE CGEQL2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgeqlf.f b/SRC/cgeqlf.f index fdd03f9e10..d2c11c2697 100644 --- a/SRC/cgeqlf.f +++ b/SRC/cgeqlf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE CGEQLF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgeqp3.f b/SRC/cgeqp3.f index e3d109de92..402cf21f2d 100644 --- a/SRC/cgeqp3.f +++ b/SRC/cgeqp3.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -159,10 +157,9 @@ SUBROUTINE CGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgeqr.f b/SRC/cgeqr.f index e0aea88b13..d10e3da65f 100644 --- a/SRC/cgeqr.f +++ b/SRC/cgeqr.f @@ -172,10 +172,9 @@ SUBROUTINE CGEQR( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/cgeqr2.f b/SRC/cgeqr2.f index 8cb2fa119d..b0b346b2db 100644 --- a/SRC/cgeqr2.f +++ b/SRC/cgeqr2.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE CGEQR2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgeqr2p.f b/SRC/cgeqr2p.f index 1e7b980df4..7be7e7a1c9 100644 --- a/SRC/cgeqr2p.f +++ b/SRC/cgeqr2p.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -134,10 +132,9 @@ * ===================================================================== SUBROUTINE CGEQR2P( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgeqrf.f b/SRC/cgeqrf.f index ff0c53f2ff..4b75edea0d 100644 --- a/SRC/cgeqrf.f +++ b/SRC/cgeqrf.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE CGEQRF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgeqrfp.f b/SRC/cgeqrfp.f index 9c29ac90b6..995404f43e 100644 --- a/SRC/cgeqrfp.f +++ b/SRC/cgeqrfp.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE CGEQRFP( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgeqrt.f b/SRC/cgeqrt.f index ef9c1c3c7d..c5eeddf7da 100644 --- a/SRC/cgeqrt.f +++ b/SRC/cgeqrt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -141,10 +139,9 @@ * ===================================================================== SUBROUTINE CGEQRT( M, N, NB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/cgeqrt2.f b/SRC/cgeqrt2.f index 9ee3e4f793..c48d8eaae5 100644 --- a/SRC/cgeqrt2.f +++ b/SRC/cgeqrt2.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE CGEQRT2( M, N, A, LDA, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDT, M, N diff --git a/SRC/cgeqrt3.f b/SRC/cgeqrt3.f index e3cfeeaca0..f62aee4b50 100644 --- a/SRC/cgeqrt3.f +++ b/SRC/cgeqrt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== RECURSIVE SUBROUTINE CGEQRT3( M, N, A, LDA, T, LDT, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/cgerfs.f b/SRC/cgerfs.f index 6178321daa..6026c4bee9 100644 --- a/SRC/cgerfs.f +++ b/SRC/cgerfs.f @@ -178,18 +178,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGERFS( TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/cgerfsx.f b/SRC/cgerfsx.f index a6e24ae4f9..d6682654fa 100644 --- a/SRC/cgerfsx.f +++ b/SRC/cgerfsx.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== @@ -414,10 +412,9 @@ SUBROUTINE CGERFSX( TRANS, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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 TRANS, EQUED diff --git a/SRC/cgerq2.f b/SRC/cgerq2.f index b0844ea7b2..a2cf5cf696 100644 --- a/SRC/cgerq2.f +++ b/SRC/cgerq2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE CGERQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgerqf.f b/SRC/cgerqf.f index 4ae26e817c..2df1936205 100644 --- a/SRC/cgerqf.f +++ b/SRC/cgerqf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE CGERQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cgesc2.f b/SRC/cgesc2.f index 6f45a09a63..129e498d9e 100644 --- a/SRC/cgesc2.f +++ b/SRC/cgesc2.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEauxiliary * *> \par Contributors: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE CGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, N diff --git a/SRC/cgesdd.f b/SRC/cgesdd.f index 34a80beea9..4354349fbe 100644 --- a/SRC/cgesdd.f +++ b/SRC/cgesdd.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEsing * *> \par Contributors: @@ -227,10 +225,9 @@ SUBROUTINE CGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, RWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ diff --git a/SRC/cgesv.f b/SRC/cgesv.f index 2b0fb21536..d18ed03758 100644 --- a/SRC/cgesv.f +++ b/SRC/cgesv.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEsolve * * ===================================================================== SUBROUTINE CGESV( N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, N, NRHS diff --git a/SRC/cgesvd.f b/SRC/cgesvd.f index cdcf9db3cd..239b134315 100644 --- a/SRC/cgesvd.f +++ b/SRC/cgesvd.f @@ -206,18 +206,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEsing * * ===================================================================== SUBROUTINE CGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT diff --git a/SRC/cgesvdq.f b/SRC/cgesvdq.f index 1cb50bf72b..1a587eca36 100644 --- a/SRC/cgesvdq.f +++ b/SRC/cgesvdq.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup complexGEsing * * ===================================================================== diff --git a/SRC/cgesvdx.f b/SRC/cgesvdx.f index 5b08d5732c..fbdb121ca7 100644 --- a/SRC/cgesvdx.f +++ b/SRC/cgesvdx.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEsing * * ===================================================================== @@ -270,10 +268,9 @@ SUBROUTINE CGESVDX( JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, $ IL, IU, NS, S, U, LDU, VT, LDVT, WORK, $ LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT, RANGE diff --git a/SRC/cgesvj.f b/SRC/cgesvj.f index 11eeabe5b0..149cf5e484 100644 --- a/SRC/cgesvj.f +++ b/SRC/cgesvj.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -351,10 +349,9 @@ SUBROUTINE CGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, $ LDV, CWORK, LWORK, RWORK, LRWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/cgesvx.f b/SRC/cgesvx.f index 321ace26be..66c714bb1c 100644 --- a/SRC/cgesvx.f +++ b/SRC/cgesvx.f @@ -341,8 +341,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEsolve * * ===================================================================== @@ -350,10 +348,9 @@ SUBROUTINE CGESVX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ EQUED, R, C, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/cgesvxx.f b/SRC/cgesvxx.f index 383e4d0112..e50f1b56f4 100644 --- a/SRC/cgesvxx.f +++ b/SRC/cgesvxx.f @@ -532,8 +532,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEsolve * * ===================================================================== @@ -543,10 +541,9 @@ SUBROUTINE CGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/cgetc2.f b/SRC/cgetc2.f index e4a414fc27..94267d7670 100644 --- a/SRC/cgetc2.f +++ b/SRC/cgetc2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEauxiliary * *> \par Contributors: @@ -111,10 +109,9 @@ * ===================================================================== SUBROUTINE CGETC2( N, A, LDA, IPIV, JPIV, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/cgetf2.f b/SRC/cgetf2.f index 083e6cce1e..aac9899702 100644 --- a/SRC/cgetf2.f +++ b/SRC/cgetf2.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGETF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgetrf.f b/SRC/cgetrf.f index 4e72995f53..d08e0bb9a5 100644 --- a/SRC/cgetrf.f +++ b/SRC/cgetrf.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGETRF( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgetrf2.f b/SRC/cgetrf2.f index eda77e2270..796dd50054 100644 --- a/SRC/cgetrf2.f +++ b/SRC/cgetrf2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== RECURSIVE SUBROUTINE CGETRF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/cgetri.f b/SRC/cgetri.f index bc83f74c66..bd7fc286c8 100644 --- a/SRC/cgetri.f +++ b/SRC/cgetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGETRI( N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, N diff --git a/SRC/cgetrs.f b/SRC/cgetrs.f index 6dc63e70df..187b1a686c 100644 --- a/SRC/cgetrs.f +++ b/SRC/cgetrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CGETRS( TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 TRANS diff --git a/SRC/cgetsls.f b/SRC/cgetsls.f index 01de3c9847..8f9ad1921b 100644 --- a/SRC/cgetsls.f +++ b/SRC/cgetsls.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEsolve * * ===================================================================== SUBROUTINE CGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/SRC/cgetsqrhrt.f b/SRC/cgetsqrhrt.f index 7972d76b8d..4e4dc1d4ad 100644 --- a/SRC/cgetsqrhrt.f +++ b/SRC/cgetsqrhrt.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup comlpexOTHERcomputational * *> \par Contributors: @@ -180,10 +178,9 @@ SUBROUTINE CGETSQRHRT( M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, NB1, NB2, MB1 diff --git a/SRC/cggbak.f b/SRC/cggbak.f index 3626ecbeb8..e8ac348050 100644 --- a/SRC/cggbak.f +++ b/SRC/cggbak.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * *> \par Further Details: @@ -148,10 +146,9 @@ SUBROUTINE CGGBAK( JOB, SIDE, N, ILO, IHI, LSCALE, RSCALE, M, V, $ LDV, INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/cggbal.f b/SRC/cggbal.f index 8c7324c70c..c7a2324157 100644 --- a/SRC/cggbal.f +++ b/SRC/cggbal.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE CGGBAL( JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE, $ RSCALE, WORK, INFO ) * -* -- 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 JOB diff --git a/SRC/cgges.f b/SRC/cgges.f index 988b8a8539..c54174da49 100644 --- a/SRC/cgges.f +++ b/SRC/cgges.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEeigen * * ===================================================================== @@ -270,10 +268,9 @@ SUBROUTINE CGGES( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, $ SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, WORK, $ LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR, SORT diff --git a/SRC/cgges3.f b/SRC/cgges3.f index 876a26df96..b47eb6e31d 100644 --- a/SRC/cgges3.f +++ b/SRC/cgges3.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexGEeigen * * ===================================================================== @@ -269,10 +267,9 @@ SUBROUTINE CGGES3( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, $ LDB, SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, $ WORK, LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SORT diff --git a/SRC/cggesx.f b/SRC/cggesx.f index acc4eda369..6385a74c11 100644 --- a/SRC/cggesx.f +++ b/SRC/cggesx.f @@ -320,8 +320,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEeigen * * ===================================================================== @@ -330,10 +328,9 @@ SUBROUTINE CGGESX( JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA, $ LDVSR, RCONDE, RCONDV, WORK, LWORK, RWORK, $ IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SENSE, SORT diff --git a/SRC/cggev.f b/SRC/cggev.f index 678a0e51dd..64137af8eb 100644 --- a/SRC/cggev.f +++ b/SRC/cggev.f @@ -209,18 +209,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEeigen * * ===================================================================== SUBROUTINE CGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/cggev3.f b/SRC/cggev3.f index f34b8f2c41..17294538e0 100644 --- a/SRC/cggev3.f +++ b/SRC/cggev3.f @@ -208,18 +208,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexGEeigen * * ===================================================================== SUBROUTINE CGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/cggevx.f b/SRC/cggevx.f index c5fb37e888..e6c5acd916 100644 --- a/SRC/cggevx.f +++ b/SRC/cggevx.f @@ -335,8 +335,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEeigen * *> \par Further Details: @@ -374,10 +372,9 @@ SUBROUTINE CGGEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, B, LDB, $ LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, RCONDV, $ WORK, LWORK, RWORK, IWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/cggglm.f b/SRC/cggglm.f index 9c8e0eec34..4ec989e0d2 100644 --- a/SRC/cggglm.f +++ b/SRC/cggglm.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CGGGLM( N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/cgghd3.f b/SRC/cgghd3.f index cbeb6ad88d..76d7de4ce0 100644 --- a/SRC/cgghd3.f +++ b/SRC/cgghd3.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -231,10 +229,9 @@ SUBROUTINE CGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* January 2015 * * IMPLICIT NONE diff --git a/SRC/cgghrd.f b/SRC/cgghrd.f index e615e3feee..bf96a31381 100644 --- a/SRC/cgghrd.f +++ b/SRC/cgghrd.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -204,10 +202,9 @@ SUBROUTINE CGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * -* -- 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 COMPQ, COMPZ diff --git a/SRC/cgglse.f b/SRC/cgglse.f index b84dbeca8e..f18c406667 100644 --- a/SRC/cgglse.f +++ b/SRC/cgglse.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsolve * * ===================================================================== SUBROUTINE CGGLSE( M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/cggqrf.f b/SRC/cggqrf.f index 6d3496bef3..9dcf225c27 100644 --- a/SRC/cggqrf.f +++ b/SRC/cggqrf.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -215,10 +213,9 @@ SUBROUTINE CGGQRF( N, M, P, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/cggrqf.f b/SRC/cggrqf.f index cad1cc0a7b..1341965cc8 100644 --- a/SRC/cggrqf.f +++ b/SRC/cggrqf.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -214,10 +212,9 @@ SUBROUTINE CGGRQF( M, P, N, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/cggsvd3.f b/SRC/cggsvd3.f index c9b4262f65..f248aebd52 100644 --- a/SRC/cggsvd3.f +++ b/SRC/cggsvd3.f @@ -333,8 +333,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complexGEsing * *> \par Contributors: @@ -354,10 +352,9 @@ SUBROUTINE CGGSVD3( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, $ WORK, LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. CHARACTER JOBQ, JOBU, JOBV diff --git a/SRC/cggsvp3.f b/SRC/cggsvp3.f index 8ea60367a5..008a053a20 100644 --- a/SRC/cggsvp3.f +++ b/SRC/cggsvp3.f @@ -256,8 +256,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -278,10 +276,9 @@ SUBROUTINE CGGSVP3( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, RWORK, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* August 2015 * IMPLICIT NONE * diff --git a/SRC/cgsvj0.f b/SRC/cgsvj0.f index 810df33677..37853a10a1 100644 --- a/SRC/cgsvj0.f +++ b/SRC/cgsvj0.f @@ -193,8 +193,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE CGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS, $ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/cgsvj1.f b/SRC/cgsvj1.f index dfa8428e55..f1a5204e32 100644 --- a/SRC/cgsvj1.f +++ b/SRC/cgsvj1.f @@ -223,8 +223,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributor: @@ -236,10 +234,9 @@ SUBROUTINE CGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, $ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * * .. Scalar Arguments .. REAL EPS, SFMIN, TOL diff --git a/SRC/cgtcon.f b/SRC/cgtcon.f index ed3260532b..b21a19594a 100644 --- a/SRC/cgtcon.f +++ b/SRC/cgtcon.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTcomputational * * ===================================================================== SUBROUTINE CGTCON( NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- 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 NORM diff --git a/SRC/cgtrfs.f b/SRC/cgtrfs.f index 22979a721f..9b76220e84 100644 --- a/SRC/cgtrfs.f +++ b/SRC/cgtrfs.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTcomputational * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE CGTRFS( TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/cgtsv.f b/SRC/cgtsv.f index 6063db0cd3..a9be1b70d5 100644 --- a/SRC/cgtsv.f +++ b/SRC/cgtsv.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTsolve * * ===================================================================== SUBROUTINE CGTSV( N, NRHS, DL, D, DU, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/cgtsvx.f b/SRC/cgtsvx.f index 5ebb25dad7..266e52b99b 100644 --- a/SRC/cgtsvx.f +++ b/SRC/cgtsvx.f @@ -285,8 +285,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTsolve * * ===================================================================== @@ -294,10 +292,9 @@ SUBROUTINE CGTSVX( FACT, TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, $ DU2, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT, TRANS diff --git a/SRC/cgttrf.f b/SRC/cgttrf.f index 04a7a3f861..35d0997daf 100644 --- a/SRC/cgttrf.f +++ b/SRC/cgttrf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTcomputational * * ===================================================================== SUBROUTINE CGTTRF( N, DL, D, DU, DU2, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/cgttrs.f b/SRC/cgttrs.f index 64d675c266..a37ad738e8 100644 --- a/SRC/cgttrs.f +++ b/SRC/cgttrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTcomputational * * ===================================================================== SUBROUTINE CGTTRS( TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/cgtts2.f b/SRC/cgtts2.f index 68d81cae87..60b5af0985 100644 --- a/SRC/cgtts2.f +++ b/SRC/cgtts2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGTcomputational * * ===================================================================== SUBROUTINE CGTTS2( ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB ) * -* -- 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 .. INTEGER ITRANS, LDB, N, NRHS diff --git a/SRC/chb2st_kernels.f b/SRC/chb2st_kernels.f index 01ea217bb3..49a8336c9d 100644 --- a/SRC/chb2st_kernels.f +++ b/SRC/chb2st_kernels.f @@ -170,10 +170,9 @@ SUBROUTINE CHB2ST_KERNELS( UPLO, WANTZ, TTYPE, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chbev.f b/SRC/chbev.f index 2e7022f1d5..0e0edbd512 100644 --- a/SRC/chbev.f +++ b/SRC/chbev.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chbev_2stage.f b/SRC/chbev_2stage.f index 179fb5a286..123d84729a 100644 --- a/SRC/chbev_2stage.f +++ b/SRC/chbev_2stage.f @@ -171,8 +171,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHEReigen * *> \par Further Details: @@ -213,10 +211,9 @@ SUBROUTINE CHBEV_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/chbevd.f b/SRC/chbevd.f index a54da4386b..1cbca4b7b1 100644 --- a/SRC/chbevd.f +++ b/SRC/chbevd.f @@ -207,18 +207,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHBEVD( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chbevd_2stage.f b/SRC/chbevd_2stage.f index 4002339768..340c546e8c 100644 --- a/SRC/chbevd_2stage.f +++ b/SRC/chbevd_2stage.f @@ -219,8 +219,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHEReigen * *> \par Further Details: @@ -262,10 +260,9 @@ SUBROUTINE CHBEVD_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/chbevx.f b/SRC/chbevx.f index c7060bbd70..3424bdea6c 100644 --- a/SRC/chbevx.f +++ b/SRC/chbevx.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== @@ -267,10 +265,9 @@ SUBROUTINE CHBEVX( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, $ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chbevx_2stage.f b/SRC/chbevx_2stage.f index ddc95e1883..22bced45f3 100644 --- a/SRC/chbevx_2stage.f +++ b/SRC/chbevx_2stage.f @@ -285,8 +285,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * *> \par Further Details: @@ -329,10 +327,9 @@ SUBROUTINE CHBEVX_2STAGE( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chbgst.f b/SRC/chbgst.f index c84999834f..53a25a27f8 100644 --- a/SRC/chbgst.f +++ b/SRC/chbgst.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHBGST( VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X, $ LDX, WORK, RWORK, INFO ) * -* -- 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, VECT diff --git a/SRC/chbgv.f b/SRC/chbgv.f index d20372e971..130594a0f2 100644 --- a/SRC/chbgv.f +++ b/SRC/chbgv.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, $ LDZ, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chbgvd.f b/SRC/chbgvd.f index a6d38f0c06..c4ad20753f 100644 --- a/SRC/chbgvd.f +++ b/SRC/chbgvd.f @@ -238,8 +238,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * *> \par Contributors: @@ -252,10 +250,9 @@ SUBROUTINE CHBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, $ Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/chbgvx.f b/SRC/chbgvx.f index db4632eb8f..57cf51a551 100644 --- a/SRC/chbgvx.f +++ b/SRC/chbgvx.f @@ -286,8 +286,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * *> \par Contributors: @@ -300,10 +298,9 @@ SUBROUTINE CHBGVX( JOBZ, RANGE, UPLO, N, KA, KB, AB, LDAB, BB, $ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, $ LDZ, WORK, RWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chbtrd.f b/SRC/chbtrd.f index 126cc123ba..68a8a3c11d 100644 --- a/SRC/chbtrd.f +++ b/SRC/chbtrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -163,10 +161,9 @@ SUBROUTINE CHBTRD( VECT, UPLO, N, KD, AB, LDAB, D, E, Q, LDQ, $ WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/checon.f b/SRC/checon.f index d305232723..94c81bd42b 100644 --- a/SRC/checon.f +++ b/SRC/checon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHECON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/checon_3.f b/SRC/checon_3.f index 5d9ed97e94..2bbf879349 100644 --- a/SRC/checon_3.f +++ b/SRC/checon_3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE CHECON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/checon_rook.f b/SRC/checon_rook.f index 0fe4ffebab..5c203d8d80 100644 --- a/SRC/checon_rook.f +++ b/SRC/checon_rook.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -139,10 +137,9 @@ SUBROUTINE CHECON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/cheequb.f b/SRC/cheequb.f index 3c6085ed21..1bffe54924 100644 --- a/SRC/cheequb.f +++ b/SRC/cheequb.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexHEcomputational * *> \par References: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE CHEEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/cheev.f b/SRC/cheev.f index 913c032b7f..e1c184774d 100644 --- a/SRC/cheev.f +++ b/SRC/cheev.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEeigen * * ===================================================================== SUBROUTINE CHEEV( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/cheev_2stage.f b/SRC/cheev_2stage.f index a9d04ab818..fb7989d9f8 100644 --- a/SRC/cheev_2stage.f +++ b/SRC/cheev_2stage.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -191,10 +189,9 @@ SUBROUTINE CHEEV_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/cheevd.f b/SRC/cheevd.f index ff89c2961c..143e1b64be 100644 --- a/SRC/cheevd.f +++ b/SRC/cheevd.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -205,10 +203,9 @@ SUBROUTINE CHEEVD( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, $ LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/cheevd_2stage.f b/SRC/cheevd_2stage.f index 6b31d4b735..830e13d301 100644 --- a/SRC/cheevd_2stage.f +++ b/SRC/cheevd_2stage.f @@ -202,8 +202,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -255,10 +253,9 @@ SUBROUTINE CHEEVD_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/cheevr.f b/SRC/cheevr.f index c5deb1166c..47f15fab3a 100644 --- a/SRC/cheevr.f +++ b/SRC/cheevr.f @@ -338,8 +338,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEeigen * *> \par Contributors: @@ -357,10 +355,9 @@ SUBROUTINE CHEEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, $ RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/cheevr_2stage.f b/SRC/cheevr_2stage.f index 1489a322e1..f10cf3fd06 100644 --- a/SRC/cheevr_2stage.f +++ b/SRC/cheevr_2stage.f @@ -354,8 +354,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEeigen * *> \par Contributors: @@ -408,10 +406,9 @@ SUBROUTINE CHEEVR_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/cheevx.f b/SRC/cheevx.f index e2a2c3d765..3dd41abd17 100644 --- a/SRC/cheevx.f +++ b/SRC/cheevx.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEeigen * * ===================================================================== @@ -259,10 +257,9 @@ SUBROUTINE CHEEVX( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, LWORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/cheevx_2stage.f b/SRC/cheevx_2stage.f index 59c2ae8dcf..04f6e30e8a 100644 --- a/SRC/cheevx_2stage.f +++ b/SRC/cheevx_2stage.f @@ -265,8 +265,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -308,10 +306,9 @@ SUBROUTINE CHEEVX_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chegs2.f b/SRC/chegs2.f index 55a895fc3b..d731016e78 100644 --- a/SRC/chegs2.f +++ b/SRC/chegs2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHEGS2( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/chegst.f b/SRC/chegst.f index b3fdff2d5c..129619fdb3 100644 --- a/SRC/chegst.f +++ b/SRC/chegst.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHEGST( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/chegv.f b/SRC/chegv.f index 16b3a434e1..f7675a19fe 100644 --- a/SRC/chegv.f +++ b/SRC/chegv.f @@ -173,18 +173,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEeigen * * ===================================================================== SUBROUTINE CHEGV( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chegv_2stage.f b/SRC/chegv_2stage.f index 77bc7fc192..472581c4be 100644 --- a/SRC/chegv_2stage.f +++ b/SRC/chegv_2stage.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -234,10 +232,9 @@ SUBROUTINE CHEGV_2STAGE( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/chegvd.f b/SRC/chegvd.f index 38b234174e..0c708190ce 100644 --- a/SRC/chegvd.f +++ b/SRC/chegvd.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEeigen * *> \par Further Details: @@ -249,10 +247,9 @@ SUBROUTINE CHEGVD( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chegvx.f b/SRC/chegvx.f index bf153f50a4..6e428242d2 100644 --- a/SRC/chegvx.f +++ b/SRC/chegvx.f @@ -293,8 +293,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEeigen * *> \par Contributors: @@ -307,10 +305,9 @@ SUBROUTINE CHEGVX( ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, $ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, $ LWORK, RWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/cherfs.f b/SRC/cherfs.f index 14844825e4..704431ab59 100644 --- a/SRC/cherfs.f +++ b/SRC/cherfs.f @@ -184,18 +184,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHERFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cherfsx.f b/SRC/cherfsx.f index 76cef7cd1a..ca0de85e4d 100644 --- a/SRC/cherfsx.f +++ b/SRC/cherfsx.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexHEcomputational * * ===================================================================== @@ -401,10 +399,9 @@ SUBROUTINE CHERFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/chesv.f b/SRC/chesv.f index 261cbbe9ea..238fb0a944 100644 --- a/SRC/chesv.f +++ b/SRC/chesv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEsolve * * ===================================================================== SUBROUTINE CHESV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/chesv_aa.f b/SRC/chesv_aa.f index b934e624bd..c9b97e09cb 100644 --- a/SRC/chesv_aa.f +++ b/SRC/chesv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEsolve * * ===================================================================== SUBROUTINE CHESV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chesv_aa_2stage.f b/SRC/chesv_aa_2stage.f index ab5786d57c..e474c6fada 100644 --- a/SRC/chesv_aa_2stage.f +++ b/SRC/chesv_aa_2stage.f @@ -177,8 +177,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== @@ -186,10 +184,9 @@ SUBROUTINE CHESV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/chesv_rk.f b/SRC/chesv_rk.f index f1ff523616..7280447fec 100644 --- a/SRC/chesv_rk.f +++ b/SRC/chesv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE CHESV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/chesv_rook.f b/SRC/chesv_rook.f index 76a6f5e3cc..8e0b1a88f4 100644 --- a/SRC/chesv_rook.f +++ b/SRC/chesv_rook.f @@ -184,8 +184,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEsolve *> *> \verbatim @@ -205,10 +203,9 @@ SUBROUTINE CHESV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.5.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chesvx.f b/SRC/chesvx.f index b3b1e9ca5a..6da49bdcf9 100644 --- a/SRC/chesvx.f +++ b/SRC/chesvx.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexHEsolve * * ===================================================================== @@ -285,10 +283,9 @@ SUBROUTINE CHESVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/chesvxx.f b/SRC/chesvxx.f index c59e72bbf3..13f535a109 100644 --- a/SRC/chesvxx.f +++ b/SRC/chesvxx.f @@ -499,8 +499,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexHEsolve * * ===================================================================== @@ -509,10 +507,9 @@ SUBROUTINE CHESVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/cheswapr.f b/SRC/cheswapr.f index f251b9205f..aded514234 100644 --- a/SRC/cheswapr.f +++ b/SRC/cheswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEauxiliary * * ===================================================================== SUBROUTINE CHESWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/chetd2.f b/SRC/chetd2.f index b80bfec5c3..50d001081b 100644 --- a/SRC/chetd2.f +++ b/SRC/chetd2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -175,10 +173,9 @@ * ===================================================================== SUBROUTINE CHETD2( UPLO, N, A, LDA, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/chetf2.f b/SRC/chetf2.f index 15585bd2f8..84ba339fbb 100644 --- a/SRC/chetf2.f +++ b/SRC/chetf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE CHETF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- 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 diff --git a/SRC/chetf2_rk.f b/SRC/chetf2_rk.f index 80e2f61b71..f55368ad17 100644 --- a/SRC/chetf2_rk.f +++ b/SRC/chetf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE CHETF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/chetf2_rook.f b/SRC/chetf2_rook.f index ccd6a7f84a..a237b95ac1 100644 --- a/SRC/chetf2_rook.f +++ b/SRC/chetf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE CHETF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetrd.f b/SRC/chetrd.f index 22ea3516e5..94edbb76bf 100644 --- a/SRC/chetrd.f +++ b/SRC/chetrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE CHETRD( UPLO, N, A, LDA, D, E, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/chetrd_2stage.f b/SRC/chetrd_2stage.f index 4575a5e908..f5ad35f277 100644 --- a/SRC/chetrd_2stage.f +++ b/SRC/chetrd_2stage.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -226,10 +224,9 @@ SUBROUTINE CHETRD_2STAGE( VECT, UPLO, N, A, LDA, D, E, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER VECT, UPLO diff --git a/SRC/chetrd_hb2st.F b/SRC/chetrd_hb2st.F index c12ba22b33..507be2f336 100644 --- a/SRC/chetrd_hb2st.F +++ b/SRC/chetrd_hb2st.F @@ -188,8 +188,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -237,10 +235,9 @@ SUBROUTINE CHETRD_HB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER STAGE1, UPLO, VECT diff --git a/SRC/chetrd_he2hb.f b/SRC/chetrd_he2hb.f index e85c1fd013..aa8a485f29 100644 --- a/SRC/chetrd_he2hb.f +++ b/SRC/chetrd_he2hb.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE CHETRD_HE2HB( UPLO, N, KD, A, LDA, AB, LDAB, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetrf.f b/SRC/chetrf.f index aa8f7f23b9..484e762562 100644 --- a/SRC/chetrf.f +++ b/SRC/chetrf.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE CHETRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/chetrf_aa.f b/SRC/chetrf_aa.f index c6f548d429..742dbecdda 100644 --- a/SRC/chetrf_aa.f +++ b/SRC/chetrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/chetrf_aa_2stage.f b/SRC/chetrf_aa_2stage.f index d2e0e00232..20a9859e8e 100644 --- a/SRC/chetrf_aa_2stage.f +++ b/SRC/chetrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CHETRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/chetrf_rk.f b/SRC/chetrf_rk.f index 9e42b57197..3f60f43705 100644 --- a/SRC/chetrf_rk.f +++ b/SRC/chetrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE CHETRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/chetrf_rook.f b/SRC/chetrf_rook.f index 0c59a46fe0..805e0f4cbd 100644 --- a/SRC/chetrf_rook.f +++ b/SRC/chetrf_rook.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -212,10 +210,9 @@ * ===================================================================== SUBROUTINE CHETRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.6.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetri.f b/SRC/chetri.f index a5762b20d6..7a38a25b8b 100644 --- a/SRC/chetri.f +++ b/SRC/chetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/chetri2.f b/SRC/chetri2.f index 1e18202cf3..2865a6440f 100644 --- a/SRC/chetri2.f +++ b/SRC/chetri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetri2x.f b/SRC/chetri2x.f index 2ac18b5746..0cfaf2861c 100644 --- a/SRC/chetri2x.f +++ b/SRC/chetri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- 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 diff --git a/SRC/chetri_3.f b/SRC/chetri_3.f index 0b31f533b0..cc2318b22f 100644 --- a/SRC/chetri_3.f +++ b/SRC/chetri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE CHETRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetri_3x.f b/SRC/chetri_3x.f index d4cddc1c0b..0a6083bef4 100644 --- a/SRC/chetri_3x.f +++ b/SRC/chetri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE CHETRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetri_rook.f b/SRC/chetri_rook.f index 00d99e2a95..8090a576c7 100644 --- a/SRC/chetri_rook.f +++ b/SRC/chetri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -128,10 +126,9 @@ * ===================================================================== SUBROUTINE CHETRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetrs.f b/SRC/chetrs.f index a7864621a0..4dc97cd309 100644 --- a/SRC/chetrs.f +++ b/SRC/chetrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/chetrs2.f b/SRC/chetrs2.f index 7041568793..07b6e025fe 100644 --- a/SRC/chetrs2.f +++ b/SRC/chetrs2.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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 diff --git a/SRC/chetrs_3.f b/SRC/chetrs_3.f index c7c77b971b..f9c25bd565 100644 --- a/SRC/chetrs_3.f +++ b/SRC/chetrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE CHETRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chetrs_aa.f b/SRC/chetrs_aa.f index 877517031e..2546adb2de 100644 --- a/SRC/chetrs_aa.f +++ b/SRC/chetrs_aa.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexHEcomputational * * ===================================================================== SUBROUTINE CHETRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/chetrs_aa_2stage.f b/SRC/chetrs_aa_2stage.f index 979d80a7cf..41cd3e289d 100644 --- a/SRC/chetrs_aa_2stage.f +++ b/SRC/chetrs_aa_2stage.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CHETRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/chetrs_rook.f b/SRC/chetrs_rook.f index 2b0cc6db20..d80da9328e 100644 --- a/SRC/chetrs_rook.f +++ b/SRC/chetrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE CHETRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/chfrk.f b/SRC/chfrk.f index 3378e6fb85..7aa2343ed0 100644 --- a/SRC/chfrk.f +++ b/SRC/chfrk.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHFRK( TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, $ C ) * -* -- 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 .. REAL ALPHA, BETA diff --git a/SRC/chgeqz.f b/SRC/chgeqz.f index a158ee8398..8c1d62a875 100644 --- a/SRC/chgeqz.f +++ b/SRC/chgeqz.f @@ -266,8 +266,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGEcomputational * *> \par Further Details: @@ -284,10 +282,9 @@ SUBROUTINE CHGEQZ( JOB, COMPQ, COMPZ, N, ILO, IHI, H, LDH, T, LDT, $ ALPHA, BETA, Q, LDQ, Z, LDZ, WORK, LWORK, $ RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER COMPQ, COMPZ, JOB diff --git a/SRC/chla_transtype.f b/SRC/chla_transtype.f index 0630a759bc..16c37afbfe 100644 --- a/SRC/chla_transtype.f +++ b/SRC/chla_transtype.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== CHARACTER*1 FUNCTION CHLA_TRANSTYPE( TRANS ) * -* -- 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 .. INTEGER TRANS diff --git a/SRC/chpcon.f b/SRC/chpcon.f index d48a8bd51c..f34b57cd94 100644 --- a/SRC/chpcon.f +++ b/SRC/chpcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, INFO ) * -* -- 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 diff --git a/SRC/chpev.f b/SRC/chpev.f index 489709060a..c1629c9a5b 100644 --- a/SRC/chpev.f +++ b/SRC/chpev.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHPEV( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chpevd.f b/SRC/chpevd.f index b9c872034e..7d5f6ae681 100644 --- a/SRC/chpevd.f +++ b/SRC/chpevd.f @@ -192,18 +192,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, $ RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chpevx.f b/SRC/chpevx.f index 6a111f00f7..322ec35f0b 100644 --- a/SRC/chpevx.f +++ b/SRC/chpevx.f @@ -231,8 +231,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== @@ -240,10 +238,9 @@ SUBROUTINE CHPEVX( JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chpgst.f b/SRC/chpgst.f index 3813914dd8..56fc577038 100644 --- a/SRC/chpgst.f +++ b/SRC/chpgst.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHPGST( ITYPE, UPLO, N, AP, BP, INFO ) * -* -- 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 diff --git a/SRC/chpgv.f b/SRC/chpgv.f index 999031d13a..417f101219 100644 --- a/SRC/chpgv.f +++ b/SRC/chpgv.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * * ===================================================================== SUBROUTINE CHPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chpgvd.f b/SRC/chpgvd.f index 6c1ef3227c..754be31ed3 100644 --- a/SRC/chpgvd.f +++ b/SRC/chpgvd.f @@ -218,8 +218,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHEReigen * *> \par Contributors: @@ -231,10 +229,9 @@ SUBROUTINE CHPGVD( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/chpgvx.f b/SRC/chpgvx.f index 06a08798a0..711daf55fd 100644 --- a/SRC/chpgvx.f +++ b/SRC/chpgvx.f @@ -263,8 +263,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHEReigen * *> \par Contributors: @@ -277,10 +275,9 @@ SUBROUTINE CHPGVX( ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, $ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/chprfs.f b/SRC/chprfs.f index 9fe0532cd7..65e22c5b00 100644 --- a/SRC/chprfs.f +++ b/SRC/chprfs.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/chpsv.f b/SRC/chpsv.f index af62b5a1e5..d41c966128 100644 --- a/SRC/chpsv.f +++ b/SRC/chpsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE CHPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/chpsvx.f b/SRC/chpsvx.f index 5783a189f7..fa9f714f5b 100644 --- a/SRC/chpsvx.f +++ b/SRC/chpsvx.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE CHPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/chptrd.f b/SRC/chptrd.f index e5caab7b07..f1cdd43809 100644 --- a/SRC/chptrd.f +++ b/SRC/chptrd.f @@ -112,8 +112,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE CHPTRD( UPLO, N, AP, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/chptrf.f b/SRC/chptrf.f index 97c4e96eda..d9bfffb06e 100644 --- a/SRC/chptrf.f +++ b/SRC/chptrf.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE CHPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/chptri.f b/SRC/chptri.f index 878c88157e..8147a6d183 100644 --- a/SRC/chptri.f +++ b/SRC/chptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/chptrs.f b/SRC/chptrs.f index bfb8777e5f..df3832d4e4 100644 --- a/SRC/chptrs.f +++ b/SRC/chptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CHPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/chsein.f b/SRC/chsein.f index 5c15b0b68c..c125211abb 100644 --- a/SRC/chsein.f +++ b/SRC/chsein.f @@ -226,8 +226,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE CHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, W, VL, $ LDVL, VR, LDVR, MM, M, WORK, RWORK, IFAILL, $ IFAILR, INFO ) * -* -- 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 EIGSRC, INITV, SIDE diff --git a/SRC/chseqr.f b/SRC/chseqr.f index 32b6fa87ba..007f72f59d 100644 --- a/SRC/chseqr.f +++ b/SRC/chseqr.f @@ -216,8 +216,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -299,10 +297,9 @@ SUBROUTINE CHSEQR( JOB, COMPZ, N, ILO, IHI, H, LDH, W, Z, LDZ, $ WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/cla_gbamv.f b/SRC/cla_gbamv.f index e043d74446..e98334fa48 100644 --- a/SRC/cla_gbamv.f +++ b/SRC/cla_gbamv.f @@ -178,18 +178,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CLA_GBAMV( TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, $ INCX, BETA, Y, INCY ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/cla_gbrcond_c.f b/SRC/cla_gbrcond_c.f index c382ac2106..b54ab2f74e 100644 --- a/SRC/cla_gbrcond_c.f +++ b/SRC/cla_gbrcond_c.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== @@ -161,10 +159,9 @@ REAL FUNCTION CLA_GBRCOND_C( TRANS, N, KL, KU, AB, LDAB, AFB, $ LDAFB, IPIV, C, CAPPLY, INFO, WORK, $ RWORK ) * -* -- 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 TRANS diff --git a/SRC/cla_gbrcond_x.f b/SRC/cla_gbrcond_x.f index 46991ea14d..0331eefab3 100644 --- a/SRC/cla_gbrcond_x.f +++ b/SRC/cla_gbrcond_x.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== REAL FUNCTION CLA_GBRCOND_X( TRANS, N, KL, KU, AB, LDAB, AFB, $ LDAFB, IPIV, X, INFO, WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/cla_gbrfsx_extended.f b/SRC/cla_gbrfsx_extended.f index 2fa9805e68..0715a5f944 100644 --- a/SRC/cla_gbrfsx_extended.f +++ b/SRC/cla_gbrfsx_extended.f @@ -397,8 +397,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGBcomputational * * ===================================================================== @@ -410,10 +408,9 @@ SUBROUTINE CLA_GBRFSX_EXTENDED ( PREC_TYPE, TRANS_TYPE, N, KL, KU, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDAB, LDAFB, LDB, LDY, N, KL, KU, NRHS, diff --git a/SRC/cla_gbrpvgrw.f b/SRC/cla_gbrpvgrw.f index f60b714c08..47b2021ed6 100644 --- a/SRC/cla_gbrpvgrw.f +++ b/SRC/cla_gbrpvgrw.f @@ -109,18 +109,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBcomputational * * ===================================================================== REAL FUNCTION CLA_GBRPVGRW( N, KL, KU, NCOLS, AB, LDAB, AFB, $ LDAFB ) * -* -- 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 .. INTEGER N, KL, KU, NCOLS, LDAB, LDAFB diff --git a/SRC/cla_geamv.f b/SRC/cla_geamv.f index cbbcca8932..62d861791d 100644 --- a/SRC/cla_geamv.f +++ b/SRC/cla_geamv.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, $ Y, INCY ) * -* -- 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 .. REAL ALPHA, BETA diff --git a/SRC/cla_gercond_c.f b/SRC/cla_gercond_c.f index 1a2e8230e6..c156d53078 100644 --- a/SRC/cla_gercond_c.f +++ b/SRC/cla_gercond_c.f @@ -134,18 +134,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== REAL FUNCTION CLA_GERCOND_C( TRANS, N, A, LDA, AF, LDAF, IPIV, C, $ CAPPLY, INFO, WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/cla_gercond_x.f b/SRC/cla_gercond_x.f index 46e9b039f9..26d0eb755b 100644 --- a/SRC/cla_gercond_x.f +++ b/SRC/cla_gercond_x.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== REAL FUNCTION CLA_GERCOND_X( TRANS, N, A, LDA, AF, LDAF, IPIV, X, $ INFO, WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/cla_gerfsx_extended.f b/SRC/cla_gerfsx_extended.f index 0dad645091..2ea194a187 100644 --- a/SRC/cla_gerfsx_extended.f +++ b/SRC/cla_gerfsx_extended.f @@ -385,8 +385,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== @@ -397,10 +395,9 @@ SUBROUTINE CLA_GERFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, NRHS, A, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/cla_gerpvgrw.f b/SRC/cla_gerpvgrw.f index f6d27c8c0f..baf9e907ca 100644 --- a/SRC/cla_gerpvgrw.f +++ b/SRC/cla_gerpvgrw.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== REAL FUNCTION CLA_GERPVGRW( N, NCOLS, A, LDA, AF, LDAF ) * -* -- 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 .. INTEGER N, NCOLS, LDA, LDAF diff --git a/SRC/cla_heamv.f b/SRC/cla_heamv.f index 38a9492927..6230de4af7 100644 --- a/SRC/cla_heamv.f +++ b/SRC/cla_heamv.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexHEcomputational * *> \par Further Details: @@ -178,10 +176,9 @@ SUBROUTINE CLA_HEAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/cla_hercond_c.f b/SRC/cla_hercond_c.f index 5f26822afe..538ff18e62 100644 --- a/SRC/cla_hercond_c.f +++ b/SRC/cla_hercond_c.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== REAL FUNCTION CLA_HERCOND_C( UPLO, N, A, LDA, AF, LDAF, IPIV, C, $ CAPPLY, INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/cla_hercond_x.f b/SRC/cla_hercond_x.f index 91c80a6683..fc69bb33df 100644 --- a/SRC/cla_hercond_x.f +++ b/SRC/cla_hercond_x.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== REAL FUNCTION CLA_HERCOND_X( UPLO, N, A, LDA, AF, LDAF, IPIV, X, $ INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/cla_herfsx_extended.f b/SRC/cla_herfsx_extended.f index a9317d3965..16389ed5a7 100644 --- a/SRC/cla_herfsx_extended.f +++ b/SRC/cla_herfsx_extended.f @@ -382,8 +382,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexHEcomputational * * ===================================================================== @@ -395,10 +393,9 @@ SUBROUTINE CLA_HERFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/cla_herpvgrw.f b/SRC/cla_herpvgrw.f index 199da9c985..07636e5159 100644 --- a/SRC/cla_herpvgrw.f +++ b/SRC/cla_herpvgrw.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexHEcomputational * * ===================================================================== REAL FUNCTION CLA_HERPVGRW( UPLO, N, INFO, A, LDA, AF, LDAF, IPIV, $ WORK ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*1 UPLO diff --git a/SRC/cla_lin_berr.f b/SRC/cla_lin_berr.f index c892d8b0e4..43ccfeba4d 100644 --- a/SRC/cla_lin_berr.f +++ b/SRC/cla_lin_berr.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER N, NZ, NRHS diff --git a/SRC/cla_porcond_c.f b/SRC/cla_porcond_c.f index c2356590f8..521c6187cd 100644 --- a/SRC/cla_porcond_c.f +++ b/SRC/cla_porcond_c.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== REAL FUNCTION CLA_PORCOND_C( UPLO, N, A, LDA, AF, LDAF, C, CAPPLY, $ INFO, WORK, RWORK ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/cla_porcond_x.f b/SRC/cla_porcond_x.f index a5ff3aa61b..46b9d91b9f 100644 --- a/SRC/cla_porcond_x.f +++ b/SRC/cla_porcond_x.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== REAL FUNCTION CLA_PORCOND_X( UPLO, N, A, LDA, AF, LDAF, X, INFO, $ WORK, RWORK ) * -* -- 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 diff --git a/SRC/cla_porfsx_extended.f b/SRC/cla_porfsx_extended.f index beca016de2..d58fafe742 100644 --- a/SRC/cla_porfsx_extended.f +++ b/SRC/cla_porfsx_extended.f @@ -374,8 +374,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexPOcomputational * * ===================================================================== @@ -387,10 +385,9 @@ SUBROUTINE CLA_PORFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/cla_porpvgrw.f b/SRC/cla_porpvgrw.f index f10299c5a2..a2812fa9d9 100644 --- a/SRC/cla_porpvgrw.f +++ b/SRC/cla_porpvgrw.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== REAL FUNCTION CLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF, LDAF, WORK ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*1 UPLO diff --git a/SRC/cla_syamv.f b/SRC/cla_syamv.f index 695b5e4786..6507495838 100644 --- a/SRC/cla_syamv.f +++ b/SRC/cla_syamv.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -179,10 +177,9 @@ SUBROUTINE CLA_SYAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/cla_syrcond_c.f b/SRC/cla_syrcond_c.f index e59e83aa6f..c88fbb5805 100644 --- a/SRC/cla_syrcond_c.f +++ b/SRC/cla_syrcond_c.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== REAL FUNCTION CLA_SYRCOND_C( UPLO, N, A, LDA, AF, LDAF, IPIV, C, $ CAPPLY, INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/cla_syrcond_x.f b/SRC/cla_syrcond_x.f index 3edf58f837..62d24bdbb9 100644 --- a/SRC/cla_syrcond_x.f +++ b/SRC/cla_syrcond_x.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== REAL FUNCTION CLA_SYRCOND_X( UPLO, N, A, LDA, AF, LDAF, IPIV, X, $ INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/cla_syrfsx_extended.f b/SRC/cla_syrfsx_extended.f index 5adfa4b451..8c84ef3379 100644 --- a/SRC/cla_syrfsx_extended.f +++ b/SRC/cla_syrfsx_extended.f @@ -382,8 +382,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== @@ -395,10 +393,9 @@ SUBROUTINE CLA_SYRFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/cla_syrpvgrw.f b/SRC/cla_syrpvgrw.f index 15e55ea7df..5c31e60d97 100644 --- a/SRC/cla_syrpvgrw.f +++ b/SRC/cla_syrpvgrw.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== REAL FUNCTION CLA_SYRPVGRW( UPLO, N, INFO, A, LDA, AF, LDAF, IPIV, $ WORK ) * -* -- 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*1 UPLO diff --git a/SRC/cla_wwaddw.f b/SRC/cla_wwaddw.f index 08e45ac798..daa0531462 100644 --- a/SRC/cla_wwaddw.f +++ b/SRC/cla_wwaddw.f @@ -74,17 +74,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLA_WWADDW( N, X, Y, W ) * -* -- 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 .. INTEGER N diff --git a/SRC/clabrd.f b/SRC/clabrd.f index 7830222b8b..138c91ff53 100644 --- a/SRC/clabrd.f +++ b/SRC/clabrd.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -212,10 +210,9 @@ SUBROUTINE CLABRD( M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, $ LDY ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDX, LDY, M, N, NB diff --git a/SRC/clacgv.f b/SRC/clacgv.f index 81ecadcdec..d85df7435a 100644 --- a/SRC/clacgv.f +++ b/SRC/clacgv.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLACGV( N, X, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/clacn2.f b/SRC/clacn2.f index 132712deb9..cbbe9242bf 100644 --- a/SRC/clacn2.f +++ b/SRC/clacn2.f @@ -96,8 +96,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -133,10 +131,9 @@ * ===================================================================== SUBROUTINE CLACN2( N, V, X, EST, KASE, ISAVE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/clacon.f b/SRC/clacon.f index 2d67b9e695..cb5e23db41 100644 --- a/SRC/clacon.f +++ b/SRC/clacon.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -114,10 +112,9 @@ * ===================================================================== SUBROUTINE CLACON( N, V, X, EST, KASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/clacp2.f b/SRC/clacp2.f index 1d04962d3f..3c0f73b7bc 100644 --- a/SRC/clacp2.f +++ b/SRC/clacp2.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLACP2( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/clacpy.f b/SRC/clacpy.f index 26d5f37da9..ab4404a29a 100644 --- a/SRC/clacpy.f +++ b/SRC/clacpy.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLACPY( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/clacrm.f b/SRC/clacrm.f index 47c8374852..84620b5e1b 100644 --- a/SRC/clacrm.f +++ b/SRC/clacrm.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLACRM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, LDB, LDC, M, N diff --git a/SRC/clacrt.f b/SRC/clacrt.f index 1f7181791b..d297f78dfd 100644 --- a/SRC/clacrt.f +++ b/SRC/clacrt.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLACRT( N, CX, INCX, CY, INCY, C, S ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/cladiv.f b/SRC/cladiv.f index 189ef21145..1dca85a353 100644 --- a/SRC/cladiv.f +++ b/SRC/cladiv.f @@ -57,17 +57,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== COMPLEX FUNCTION CLADIV( X, Y ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. COMPLEX X, Y diff --git a/SRC/claed0.f b/SRC/claed0.f index 9907b10168..f8c9707b60 100644 --- a/SRC/claed0.f +++ b/SRC/claed0.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLAED0( QSIZ, N, D, E, Q, LDQ, QSTORE, LDQS, RWORK, $ IWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDQ, LDQS, N, QSIZ diff --git a/SRC/claed7.f b/SRC/claed7.f index 45dd54cade..77f1c3adb7 100644 --- a/SRC/claed7.f +++ b/SRC/claed7.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== @@ -249,10 +247,9 @@ SUBROUTINE CLAED7( N, CUTPNT, QSIZ, TLVLS, CURLVL, CURPBM, D, Q, $ GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ, diff --git a/SRC/claed8.f b/SRC/claed8.f index d66bf801ac..e9903867e0 100644 --- a/SRC/claed8.f +++ b/SRC/claed8.f @@ -219,8 +219,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== @@ -228,10 +226,9 @@ SUBROUTINE CLAED8( K, N, QSIZ, Q, LDQ, D, RHO, CUTPNT, Z, DLAMDA, $ Q2, LDQ2, W, INDXP, INDX, INDXQ, PERM, GIVPTR, $ GIVCOL, GIVNUM, INFO ) * -* -- 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 .. INTEGER CUTPNT, GIVPTR, INFO, K, LDQ, LDQ2, N, QSIZ diff --git a/SRC/claein.f b/SRC/claein.f index c4442d7929..9df436e447 100644 --- a/SRC/claein.f +++ b/SRC/claein.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAEIN( RIGHTV, NOINIT, N, H, LDH, W, V, B, LDB, RWORK, $ EPS3, SMLNUM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL NOINIT, RIGHTV diff --git a/SRC/claesy.f b/SRC/claesy.f index c6a7b84318..045c9a5d9c 100644 --- a/SRC/claesy.f +++ b/SRC/claesy.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== SUBROUTINE CLAESY( A, B, C, RT1, RT2, EVSCAL, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. COMPLEX A, B, C, CS1, EVSCAL, RT1, RT2, SN1 diff --git a/SRC/claev2.f b/SRC/claev2.f index b80397fa7e..e16b199276 100644 --- a/SRC/claev2.f +++ b/SRC/claev2.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -121,10 +119,9 @@ * ===================================================================== SUBROUTINE CLAEV2( A, B, C, RT1, RT2, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL CS1, RT1, RT2 diff --git a/SRC/clag2z.f b/SRC/clag2z.f index a1777f0b59..467c08009c 100644 --- a/SRC/clag2z.f +++ b/SRC/clag2z.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE CLAG2Z( M, N, SA, LDSA, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, LDSA, M, N diff --git a/SRC/clags2.f b/SRC/clags2.f index 7f507708fe..0cd06ba63d 100644 --- a/SRC/clags2.f +++ b/SRC/clags2.f @@ -150,18 +150,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAGS2( UPPER, A1, A2, A3, B1, B2, B3, CSU, SNU, CSV, $ SNV, CSQ, SNQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL UPPER diff --git a/SRC/clagtm.f b/SRC/clagtm.f index dcf47a1e38..d34ca4a1a3 100644 --- a/SRC/clagtm.f +++ b/SRC/clagtm.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAGTM( TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, $ B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/clahef.f b/SRC/clahef.f index f51de18677..60ec116d6b 100644 --- a/SRC/clahef.f +++ b/SRC/clahef.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE CLAHEF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/clahef_aa.f b/SRC/clahef_aa.f index 934aa92f9d..ae2fc96ce8 100644 --- a/SRC/clahef_aa.f +++ b/SRC/clahef_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CLAHEF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/clahef_rk.f b/SRC/clahef_rk.f index cc4603e9b1..ffdde7eeba 100644 --- a/SRC/clahef_rk.f +++ b/SRC/clahef_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE CLAHEF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/clahef_rook.f b/SRC/clahef_rook.f index 698df999fd..130dfcb00c 100644 --- a/SRC/clahef_rook.f +++ b/SRC/clahef_rook.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexHEcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE CLAHEF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/clahqr.f b/SRC/clahqr.f index d13921bac9..dbd848e2f3 100644 --- a/SRC/clahqr.f +++ b/SRC/clahqr.f @@ -171,8 +171,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -196,10 +194,9 @@ SUBROUTINE CLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, INFO ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, N diff --git a/SRC/clahr2.f b/SRC/clahr2.f index 50547f2cd8..98a54a8748 100644 --- a/SRC/clahr2.f +++ b/SRC/clahr2.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE CLAHR2( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/claic1.f b/SRC/claic1.f index 9aaecf48eb..e0b5badc2c 100644 --- a/SRC/claic1.f +++ b/SRC/claic1.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAIC1( JOB, J, X, SEST, W, GAMMA, SESTPR, S, C ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER J, JOB diff --git a/SRC/clals0.f b/SRC/clals0.f index 90bff5889e..e981fc36fd 100644 --- a/SRC/clals0.f +++ b/SRC/clals0.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -270,10 +268,9 @@ SUBROUTINE CLALS0( ICOMPQ, NL, NR, SQRE, NRHS, B, LDB, BX, LDBX, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ POLES, DIFL, DIFR, Z, K, C, S, RWORK, INFO ) * -* -- 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDB, LDBX, LDGCOL, diff --git a/SRC/clalsa.f b/SRC/clalsa.f index 004d68fbaf..06883ab207 100644 --- a/SRC/clalsa.f +++ b/SRC/clalsa.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -267,10 +265,9 @@ SUBROUTINE CLALSA( ICOMPQ, SMLSIZ, N, NRHS, B, LDB, BX, LDBX, U, $ GIVCOL, LDGCOL, PERM, GIVNUM, C, S, RWORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDB, LDBX, LDGCOL, LDU, N, NRHS, diff --git a/SRC/clalsd.f b/SRC/clalsd.f index 5ebbb23b6c..a2da9a9257 100644 --- a/SRC/clalsd.f +++ b/SRC/clalsd.f @@ -171,8 +171,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -186,10 +184,9 @@ SUBROUTINE CLALSD( UPLO, SMLSIZ, N, NRHS, D, E, B, LDB, RCOND, $ RANK, WORK, RWORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/clamswlq.f b/SRC/clamswlq.f index 838ab70f19..804847cfbf 100644 --- a/SRC/clamswlq.f +++ b/SRC/clamswlq.f @@ -195,10 +195,9 @@ SUBROUTINE CLAMSWLQ( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/clamtsqr.f b/SRC/clamtsqr.f index c71e4aa7d1..e5e28e2581 100644 --- a/SRC/clamtsqr.f +++ b/SRC/clamtsqr.f @@ -196,10 +196,9 @@ SUBROUTINE CLAMTSQR( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/clangb.f b/SRC/clangb.f index 9818360fe4..039396114c 100644 --- a/SRC/clangb.f +++ b/SRC/clangb.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBauxiliary * * ===================================================================== REAL FUNCTION CLANGB( NORM, N, KL, KU, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clange.f b/SRC/clange.f index 00895c8bc7..5f009e1736 100644 --- a/SRC/clange.f +++ b/SRC/clange.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEauxiliary * * ===================================================================== REAL FUNCTION CLANGE( NORM, M, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clangt.f b/SRC/clangt.f index 836e127fb2..a778c6702a 100644 --- a/SRC/clangt.f +++ b/SRC/clangt.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANGT( NORM, N, DL, D, DU ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/clanhb.f b/SRC/clanhb.f index f78de23df5..e0a7f57fe9 100644 --- a/SRC/clanhb.f +++ b/SRC/clanhb.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANHB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clanhe.f b/SRC/clanhe.f index 33d6c8b014..571c263d00 100644 --- a/SRC/clanhe.f +++ b/SRC/clanhe.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEauxiliary * * ===================================================================== REAL FUNCTION CLANHE( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clanhf.f b/SRC/clanhf.f index 13e5fe300d..4ce70602df 100644 --- a/SRC/clanhf.f +++ b/SRC/clanhf.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -246,10 +244,9 @@ * ===================================================================== REAL FUNCTION CLANHF( NORM, TRANSR, UPLO, N, A, WORK ) * -* -- 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 NORM, TRANSR, UPLO diff --git a/SRC/clanhp.f b/SRC/clanhp.f index e0e23abc7e..6993bfdf98 100644 --- a/SRC/clanhp.f +++ b/SRC/clanhp.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANHP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clanhs.f b/SRC/clanhs.f index 661b4f9013..514a8b67b7 100644 --- a/SRC/clanhs.f +++ b/SRC/clanhs.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANHS( NORM, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clanht.f b/SRC/clanht.f index 9e2be72cf8..5ac3d4b1d2 100644 --- a/SRC/clanht.f +++ b/SRC/clanht.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANHT( NORM, N, D, E ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/clansb.f b/SRC/clansb.f index 1085fd8805..44c00c31d3 100644 --- a/SRC/clansb.f +++ b/SRC/clansb.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANSB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clansp.f b/SRC/clansp.f index 628dc0a75f..5d41258258 100644 --- a/SRC/clansp.f +++ b/SRC/clansp.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANSP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clansy.f b/SRC/clansy.f index 537fb7ba9d..2bb77b79d2 100644 --- a/SRC/clansy.f +++ b/SRC/clansy.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== REAL FUNCTION CLANSY( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clantb.f b/SRC/clantb.f index 8066d0ef69..6769975cc7 100644 --- a/SRC/clantb.f +++ b/SRC/clantb.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANTB( NORM, UPLO, DIAG, N, K, AB, $ LDAB, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clantp.f b/SRC/clantp.f index b0c48eb468..bae81eb5a9 100644 --- a/SRC/clantp.f +++ b/SRC/clantp.f @@ -118,17 +118,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANTP( NORM, UPLO, DIAG, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clantr.f b/SRC/clantr.f index 3b361cc973..03c30c01a6 100644 --- a/SRC/clantr.f +++ b/SRC/clantr.f @@ -134,18 +134,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== REAL FUNCTION CLANTR( NORM, UPLO, DIAG, M, N, A, LDA, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/clapll.f b/SRC/clapll.f index 5465372da7..2fea2b1a31 100644 --- a/SRC/clapll.f +++ b/SRC/clapll.f @@ -93,17 +93,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAPLL( N, X, INCX, Y, INCY, SSMIN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/clapmr.f b/SRC/clapmr.f index e01d5bfca1..924fdabaab 100644 --- a/SRC/clapmr.f +++ b/SRC/clapmr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAPMR( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/clapmt.f b/SRC/clapmt.f index 3b22e09ea9..e1230aeba9 100644 --- a/SRC/clapmt.f +++ b/SRC/clapmt.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAPMT( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/claqgb.f b/SRC/claqgb.f index 636c6842a4..3f1e824dbf 100644 --- a/SRC/claqgb.f +++ b/SRC/claqgb.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGBauxiliary * * ===================================================================== SUBROUTINE CLAQGB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/claqge.f b/SRC/claqge.f index 9d9efa30fb..ae20ab7a02 100644 --- a/SRC/claqge.f +++ b/SRC/claqge.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEauxiliary * * ===================================================================== SUBROUTINE CLAQGE( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/claqhb.f b/SRC/claqhb.f index db69875264..0ee2a1e595 100644 --- a/SRC/claqhb.f +++ b/SRC/claqhb.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAQHB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/claqhe.f b/SRC/claqhe.f index 14714b5180..619c35260f 100644 --- a/SRC/claqhe.f +++ b/SRC/claqhe.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexHEauxiliary * * ===================================================================== SUBROUTINE CLAQHE( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/claqhp.f b/SRC/claqhp.f index c41eb184b7..e4088f7da6 100644 --- a/SRC/claqhp.f +++ b/SRC/claqhp.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAQHP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/claqp2.f b/SRC/claqp2.f index 33f2a8e08d..6e41afeb4a 100644 --- a/SRC/claqp2.f +++ b/SRC/claqp2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -149,10 +147,9 @@ SUBROUTINE CLAQP2( M, N, OFFSET, A, LDA, JPVT, TAU, VN1, VN2, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, M, N, OFFSET diff --git a/SRC/claqps.f b/SRC/claqps.f index d0b7efcd55..e41c47c3c6 100644 --- a/SRC/claqps.f +++ b/SRC/claqps.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE CLAQPS( M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1, $ VN2, AUXV, F, LDF ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KB, LDA, LDF, M, N, NB, OFFSET diff --git a/SRC/claqr0.f b/SRC/claqr0.f index 0a84be42a0..1ca43122dc 100644 --- a/SRC/claqr0.f +++ b/SRC/claqr0.f @@ -214,8 +214,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -240,10 +238,9 @@ SUBROUTINE CLAQR0( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/claqr1.f b/SRC/claqr1.f index 87d53871a7..e6989798f1 100644 --- a/SRC/claqr1.f +++ b/SRC/claqr1.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -107,10 +105,9 @@ * ===================================================================== SUBROUTINE CLAQR1( N, H, LDH, S1, S2, V ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. COMPLEX S1, S2 diff --git a/SRC/claqr2.f b/SRC/claqr2.f index fc282b2d6a..1695fbe5bd 100644 --- a/SRC/claqr2.f +++ b/SRC/claqr2.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -269,10 +267,9 @@ SUBROUTINE CLAQR2( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT, $ NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/claqr3.f b/SRC/claqr3.f index 84d57d4d69..2f5402de97 100644 --- a/SRC/claqr3.f +++ b/SRC/claqr3.f @@ -251,8 +251,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -266,10 +264,9 @@ SUBROUTINE CLAQR3( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT, $ NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/claqr4.f b/SRC/claqr4.f index a74e9b86aa..e2689bfe32 100644 --- a/SRC/claqr4.f +++ b/SRC/claqr4.f @@ -222,8 +222,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -248,10 +246,9 @@ SUBROUTINE CLAQR4( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/claqr5.f b/SRC/claqr5.f index 71f26d8c92..95cc33b9d9 100644 --- a/SRC/claqr5.f +++ b/SRC/claqr5.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2021 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -258,10 +256,9 @@ SUBROUTINE CLAQR5( WANTT, WANTZ, KACC22, N, KTOP, KBOT, NSHFTS, S, $ WV, LDWV, NH, WH, LDWH ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV, diff --git a/SRC/claqsb.f b/SRC/claqsb.f index 004645a0f3..f7e3c0ef07 100644 --- a/SRC/claqsb.f +++ b/SRC/claqsb.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAQSB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/claqsp.f b/SRC/claqsp.f index 2a962d42d4..523e4a19e0 100644 --- a/SRC/claqsp.f +++ b/SRC/claqsp.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAQSP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/claqsy.f b/SRC/claqsy.f index 6d5f7da1ee..d9f3a5dddc 100644 --- a/SRC/claqsy.f +++ b/SRC/claqsy.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== SUBROUTINE CLAQSY( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/clar1v.f b/SRC/clar1v.f index 972c82cc78..f8d6531c3e 100644 --- a/SRC/clar1v.f +++ b/SRC/clar1v.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -230,10 +228,9 @@ SUBROUTINE CLAR1V( N, B1, BN, LAMBDA, D, L, LD, LLD, $ PIVMIN, GAPTOL, Z, WANTNC, NEGCNT, ZTZ, MINGMA, $ R, ISUPPZ, NRMINV, RESID, RQCORR, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTNC diff --git a/SRC/clar2v.f b/SRC/clar2v.f index 8dd17164fe..e293a7cab1 100644 --- a/SRC/clar2v.f +++ b/SRC/clar2v.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAR2V( N, X, Y, Z, INCX, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, N diff --git a/SRC/clarcm.f b/SRC/clarcm.f index b22af2da58..4ad9563918 100644 --- a/SRC/clarcm.f +++ b/SRC/clarcm.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARCM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, M, N diff --git a/SRC/clarf.f b/SRC/clarf.f index 72140d52a2..b76841f59c 100644 --- a/SRC/clarf.f +++ b/SRC/clarf.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/clarfb.f b/SRC/clarfb.f index a4d429c09d..3dcadb1879 100644 --- a/SRC/clarfb.f +++ b/SRC/clarfb.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2013 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -197,10 +195,9 @@ SUBROUTINE CLARFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, $ T, LDT, C, LDC, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2013 * * .. Scalar Arguments .. CHARACTER DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/clarfb_gett.f b/SRC/clarfb_gett.f index d336a13373..ee6959ed80 100644 --- a/SRC/clarfb_gett.f +++ b/SRC/clarfb_gett.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -393,10 +391,9 @@ SUBROUTINE CLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB, $ WORK, LDWORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.10.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. CHARACTER IDENT diff --git a/SRC/clarfg.f b/SRC/clarfg.f index d54c227bc6..36a98f5893 100644 --- a/SRC/clarfg.f +++ b/SRC/clarfg.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARFG( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/clarfgp.f b/SRC/clarfgp.f index 19e48cccdd..066dfe1c7a 100644 --- a/SRC/clarfgp.f +++ b/SRC/clarfgp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARFGP( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/clarft.f b/SRC/clarft.f index 296467a9f2..fdf80b78e9 100644 --- a/SRC/clarft.f +++ b/SRC/clarft.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -163,10 +161,9 @@ * ===================================================================== SUBROUTINE CLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, STOREV diff --git a/SRC/clarfx.f b/SRC/clarfx.f index ad284883d4..6a39094b8e 100644 --- a/SRC/clarfx.f +++ b/SRC/clarfx.f @@ -112,17 +112,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/clarfy.f b/SRC/clarfy.f index fccd136a87..77292757b4 100644 --- a/SRC/clarfy.f +++ b/SRC/clarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/SRC/clargv.f b/SRC/clargv.f index 36c5108dfd..82a77b4422 100644 --- a/SRC/clargv.f +++ b/SRC/clargv.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -122,10 +120,9 @@ * ===================================================================== SUBROUTINE CLARGV( N, X, INCX, Y, INCY, C, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/clarnv.f b/SRC/clarnv.f index df382d8786..6d71d2b538 100644 --- a/SRC/clarnv.f +++ b/SRC/clarnv.f @@ -81,8 +81,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -99,10 +97,9 @@ * ===================================================================== SUBROUTINE CLARNV( IDIST, ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, N diff --git a/SRC/clarrv.f b/SRC/clarrv.f index a45f55ac3b..1f09e4da6a 100644 --- a/SRC/clarrv.f +++ b/SRC/clarrv.f @@ -266,8 +266,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -286,10 +284,9 @@ SUBROUTINE CLARRV( N, VL, VU, D, L, PIVMIN, $ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER DOL, DOU, INFO, LDZ, M, N diff --git a/SRC/clarscl2.f b/SRC/clarscl2.f index e7c1c215d2..26b028dbba 100644 --- a/SRC/clarscl2.f +++ b/SRC/clarscl2.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLARSCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/clartg.f b/SRC/clartg.f index baa68b6574..308900797d 100644 --- a/SRC/clartg.f +++ b/SRC/clartg.f @@ -85,8 +85,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -103,10 +101,9 @@ * ===================================================================== SUBROUTINE CLARTG( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL CS diff --git a/SRC/clartv.f b/SRC/clartv.f index c366c7dccc..08999bf36b 100644 --- a/SRC/clartv.f +++ b/SRC/clartv.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLARTV( N, X, INCX, Y, INCY, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/clarz.f b/SRC/clarz.f index b7fde54382..0a40b40f50 100644 --- a/SRC/clarz.f +++ b/SRC/clarz.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE CLARZ( SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/clarzb.f b/SRC/clarzb.f index ffa884282e..97d7b0e40c 100644 --- a/SRC/clarzb.f +++ b/SRC/clarzb.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -183,10 +181,9 @@ SUBROUTINE CLARZB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, $ LDV, T, LDT, C, LDC, WORK, LDWORK ) * -* -- 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/clarzt.f b/SRC/clarzt.f index 6bea5d465f..b21bc6f1ad 100644 --- a/SRC/clarzt.f +++ b/SRC/clarzt.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE CLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- 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 DIRECT, STOREV diff --git a/SRC/clascl.f b/SRC/clascl.f index b760bab50d..399af23a4b 100644 --- a/SRC/clascl.f +++ b/SRC/clascl.f @@ -136,17 +136,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TYPE diff --git a/SRC/clascl2.f b/SRC/clascl2.f index d3a5b9144d..2ae27975c5 100644 --- a/SRC/clascl2.f +++ b/SRC/clascl2.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CLASCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/claset.f b/SRC/claset.f index fe49fd56fc..d1a6779d34 100644 --- a/SRC/claset.f +++ b/SRC/claset.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/clasr.f b/SRC/clasr.f index 8c6216b41b..71fc7521f7 100644 --- a/SRC/clasr.f +++ b/SRC/clasr.f @@ -193,17 +193,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, PIVOT, SIDE diff --git a/SRC/classq.f b/SRC/classq.f index 92e407ff3f..a1c13309bc 100644 --- a/SRC/classq.f +++ b/SRC/classq.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLASSQ( N, X, INCX, SCALE, SUMSQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/claswlq.f b/SRC/claswlq.f index 63ad9d4cbf..37089c2300 100644 --- a/SRC/claswlq.f +++ b/SRC/claswlq.f @@ -162,10 +162,9 @@ SUBROUTINE CLASWLQ( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LWORK, LDT diff --git a/SRC/claswp.f b/SRC/claswp.f index 9f8a2dc698..60af6f664d 100644 --- a/SRC/claswp.f +++ b/SRC/claswp.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE CLASWP( N, A, LDA, K1, K2, IPIV, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INCX, K1, K2, LDA, N diff --git a/SRC/clasyf.f b/SRC/clasyf.f index ade36f9e29..e6666cfed6 100644 --- a/SRC/clasyf.f +++ b/SRC/clasyf.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE CLASYF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/clasyf_aa.f b/SRC/clasyf_aa.f index a44a8f5b19..d79b06874e 100644 --- a/SRC/clasyf_aa.f +++ b/SRC/clasyf_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CLASYF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/clasyf_rk.f b/SRC/clasyf_rk.f index bd7a0fb456..080a65a121 100644 --- a/SRC/clasyf_rk.f +++ b/SRC/clasyf_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE CLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/clasyf_rook.f b/SRC/clasyf_rook.f index b83f541881..40e2cbe944 100644 --- a/SRC/clasyf_rook.f +++ b/SRC/clasyf_rook.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE CLASYF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/clatbs.f b/SRC/clatbs.f index 3bb7bff880..606f963d38 100644 --- a/SRC/clatbs.f +++ b/SRC/clatbs.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -243,10 +241,9 @@ SUBROUTINE CLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, $ SCALE, CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/clatdf.f b/SRC/clatdf.f index 557830d1c3..5445e387e5 100644 --- a/SRC/clatdf.f +++ b/SRC/clatdf.f @@ -134,8 +134,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -169,10 +167,9 @@ SUBROUTINE CLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV, $ JPIV ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IJOB, LDZ, N diff --git a/SRC/clatps.f b/SRC/clatps.f index 402b33eae4..a5578b5d49 100644 --- a/SRC/clatps.f +++ b/SRC/clatps.f @@ -151,8 +151,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -231,10 +229,9 @@ SUBROUTINE CLATPS( UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/clatrd.f b/SRC/clatrd.f index 1ad84c1172..66f1b056e8 100644 --- a/SRC/clatrd.f +++ b/SRC/clatrd.f @@ -140,8 +140,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -199,10 +197,9 @@ * ===================================================================== SUBROUTINE CLATRD( UPLO, N, NB, A, LDA, E, TAU, W, LDW ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/clatrs.f b/SRC/clatrs.f index 8fc539b308..946ab80689 100644 --- a/SRC/clatrs.f +++ b/SRC/clatrs.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -239,10 +237,9 @@ SUBROUTINE CLATRS( UPLO, TRANS, DIAG, NORMIN, N, A, LDA, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/clatrz.f b/SRC/clatrz.f index 0328e31c39..677892011d 100644 --- a/SRC/clatrz.f +++ b/SRC/clatrz.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE CLATRZ( M, N, L, A, LDA, TAU, WORK ) * -* -- 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 .. INTEGER L, LDA, M, N diff --git a/SRC/clatsqr.f b/SRC/clatsqr.f index 043fd1e95f..2b80ba71bd 100644 --- a/SRC/clatsqr.f +++ b/SRC/clatsqr.f @@ -164,10 +164,9 @@ SUBROUTINE CLATSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LDT, LWORK diff --git a/SRC/claunhr_col_getrfnp.f b/SRC/claunhr_col_getrfnp.f index 66b9c0407c..96381ee26d 100644 --- a/SRC/claunhr_col_getrfnp.f +++ b/SRC/claunhr_col_getrfnp.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ SUBROUTINE CLAUNHR_COL_GETRFNP( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/claunhr_col_getrfnp2.f b/SRC/claunhr_col_getrfnp2.f index 40d3ae0ad7..d3103fde90 100644 --- a/SRC/claunhr_col_getrfnp2.f +++ b/SRC/claunhr_col_getrfnp2.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexGEcomputational * *> \par Contributors: @@ -168,10 +166,9 @@ RECURSIVE SUBROUTINE CLAUNHR_COL_GETRFNP2( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/clauu2.f b/SRC/clauu2.f index 930662d0f2..6d474dc465 100644 --- a/SRC/clauu2.f +++ b/SRC/clauu2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAUU2( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/clauum.f b/SRC/clauum.f index eb9f894867..8b3cbc51dd 100644 --- a/SRC/clauum.f +++ b/SRC/clauum.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CLAUUM( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/cpbcon.f b/SRC/cpbcon.f index 174f840306..df1a3bd1f7 100644 --- a/SRC/cpbcon.f +++ b/SRC/cpbcon.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPBCON( UPLO, N, KD, AB, LDAB, ANORM, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 diff --git a/SRC/cpbequ.f b/SRC/cpbequ.f index 922c44b1fc..fd91ea121b 100644 --- a/SRC/cpbequ.f +++ b/SRC/cpbequ.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPBEQU( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/cpbrfs.f b/SRC/cpbrfs.f index 7bf13e9274..eb35e8fc0a 100644 --- a/SRC/cpbrfs.f +++ b/SRC/cpbrfs.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B, $ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cpbstf.f b/SRC/cpbstf.f index f344bf812c..0452a91835 100644 --- a/SRC/cpbstf.f +++ b/SRC/cpbstf.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -153,10 +151,9 @@ * ===================================================================== SUBROUTINE CPBSTF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/cpbsv.f b/SRC/cpbsv.f index b1a1fab0f2..248abbc1f3 100644 --- a/SRC/cpbsv.f +++ b/SRC/cpbsv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -164,10 +162,9 @@ * ===================================================================== SUBROUTINE CPBSV( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/cpbsvx.f b/SRC/cpbsvx.f index fde0564e41..652e185010 100644 --- a/SRC/cpbsvx.f +++ b/SRC/cpbsvx.f @@ -301,8 +301,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -342,10 +340,9 @@ SUBROUTINE CPBSVX( FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, $ EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/cpbtf2.f b/SRC/cpbtf2.f index f871dd7ddd..0be2c0a7f5 100644 --- a/SRC/cpbtf2.f +++ b/SRC/cpbtf2.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE CPBTF2( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/cpbtrf.f b/SRC/cpbtrf.f index 8854cbee70..a4c18efb39 100644 --- a/SRC/cpbtrf.f +++ b/SRC/cpbtrf.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE CPBTRF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/cpbtrs.f b/SRC/cpbtrs.f index 1fef333373..62874f688a 100644 --- a/SRC/cpbtrs.f +++ b/SRC/cpbtrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPBTRS( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/cpftrf.f b/SRC/cpftrf.f index 6d0b527911..cbaab6832a 100644 --- a/SRC/cpftrf.f +++ b/SRC/cpftrf.f @@ -204,17 +204,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPFTRF( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/cpftri.f b/SRC/cpftri.f index e2b5690da7..1f783a6fd1 100644 --- a/SRC/cpftri.f +++ b/SRC/cpftri.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -212,10 +210,9 @@ * ===================================================================== SUBROUTINE CPFTRI( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/cpftrs.f b/SRC/cpftrs.f index 739ae27de1..cd9a2434ca 100644 --- a/SRC/cpftrs.f +++ b/SRC/cpftrs.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -220,10 +218,9 @@ * ===================================================================== SUBROUTINE CPFTRS( TRANSR, UPLO, N, NRHS, A, B, LDB, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/cpocon.f b/SRC/cpocon.f index fbaba80b68..790d61d749 100644 --- a/SRC/cpocon.f +++ b/SRC/cpocon.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOCON( UPLO, N, A, LDA, ANORM, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 diff --git a/SRC/cpoequ.f b/SRC/cpoequ.f index 1463d3c996..adc484d96f 100644 --- a/SRC/cpoequ.f +++ b/SRC/cpoequ.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOEQU( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/cpoequb.f b/SRC/cpoequb.f index 68641bf676..2dd5f4e27e 100644 --- a/SRC/cpoequb.f +++ b/SRC/cpoequb.f @@ -112,17 +112,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOEQUB( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/cporfs.f b/SRC/cporfs.f index bd4054cecd..8e12d79738 100644 --- a/SRC/cporfs.f +++ b/SRC/cporfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPORFS( UPLO, N, NRHS, A, LDA, AF, LDAF, B, LDB, X, $ LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cporfsx.f b/SRC/cporfsx.f index 3a2db7135c..18e2b5b160 100644 --- a/SRC/cporfsx.f +++ b/SRC/cporfsx.f @@ -383,8 +383,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexPOcomputational * * ===================================================================== @@ -393,10 +391,9 @@ SUBROUTINE CPORFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, S, B, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/cposv.f b/SRC/cposv.f index ecd61ec0a4..f37dfa3c09 100644 --- a/SRC/cposv.f +++ b/SRC/cposv.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOsolve * * ===================================================================== SUBROUTINE CPOSV( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/cposvx.f b/SRC/cposvx.f index aec8db211e..78b9f4db1e 100644 --- a/SRC/cposvx.f +++ b/SRC/cposvx.f @@ -297,8 +297,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexPOsolve * * ===================================================================== @@ -306,10 +304,9 @@ SUBROUTINE CPOSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/cposvxx.f b/SRC/cposvxx.f index 57c2d3feb5..7834c75da4 100644 --- a/SRC/cposvxx.f +++ b/SRC/cposvxx.f @@ -486,8 +486,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexPOsolve * * ===================================================================== @@ -496,10 +494,9 @@ SUBROUTINE CPOSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/cpotf2.f b/SRC/cpotf2.f index 16b917ad45..7779cd5017 100644 --- a/SRC/cpotf2.f +++ b/SRC/cpotf2.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOTF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/cpotrf.f b/SRC/cpotrf.f index 1d981bf7b0..6aba3103e1 100644 --- a/SRC/cpotrf.f +++ b/SRC/cpotrf.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOTRF( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/cpotrf2.f b/SRC/cpotrf2.f index ed4f12cba1..e1eae3e9df 100644 --- a/SRC/cpotrf2.f +++ b/SRC/cpotrf2.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== RECURSIVE SUBROUTINE CPOTRF2( UPLO, N, A, LDA, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/cpotri.f b/SRC/cpotri.f index 9b548953dd..bf05c91be2 100644 --- a/SRC/cpotri.f +++ b/SRC/cpotri.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOTRI( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/cpotrs.f b/SRC/cpotrs.f index 18c3d0d3ea..bb08ca6878 100644 --- a/SRC/cpotrs.f +++ b/SRC/cpotrs.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPOcomputational * * ===================================================================== SUBROUTINE CPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/cppcon.f b/SRC/cppcon.f index 48b0a338d2..84e3b79779 100644 --- a/SRC/cppcon.f +++ b/SRC/cppcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPPCON( UPLO, N, AP, ANORM, RCOND, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cppequ.f b/SRC/cppequ.f index 2ceeb3f504..223167338c 100644 --- a/SRC/cppequ.f +++ b/SRC/cppequ.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPPEQU( UPLO, N, AP, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/cpprfs.f b/SRC/cpprfs.f index 5206b9526b..6c26b0c130 100644 --- a/SRC/cpprfs.f +++ b/SRC/cpprfs.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPPRFS( UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, $ BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cppsv.f b/SRC/cppsv.f index 084ef461e9..1e6f02695b 100644 --- a/SRC/cppsv.f +++ b/SRC/cppsv.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE CPPSV( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/cppsvx.f b/SRC/cppsvx.f index 5ae669c229..f6f07538c0 100644 --- a/SRC/cppsvx.f +++ b/SRC/cppsvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE CPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, $ X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/cpptrf.f b/SRC/cpptrf.f index bbca265ea6..e5f90af614 100644 --- a/SRC/cpptrf.f +++ b/SRC/cpptrf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE CPPTRF( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/cpptri.f b/SRC/cpptri.f index 1340cfb70e..d6afc98922 100644 --- a/SRC/cpptri.f +++ b/SRC/cpptri.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPPTRI( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/cpptrs.f b/SRC/cpptrs.f index 7d9b6defce..08bba1acc0 100644 --- a/SRC/cpptrs.f +++ b/SRC/cpptrs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPPTRS( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/cpstf2.f b/SRC/cpstf2.f index f43cb308c5..001042e1ef 100644 --- a/SRC/cpstf2.f +++ b/SRC/cpstf2.f @@ -135,17 +135,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPSTF2( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. REAL TOL diff --git a/SRC/cpstrf.f b/SRC/cpstrf.f index 4b6cc41a99..119b954f39 100644 --- a/SRC/cpstrf.f +++ b/SRC/cpstrf.f @@ -135,17 +135,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CPSTRF( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. REAL TOL diff --git a/SRC/cptcon.f b/SRC/cptcon.f index 8956d0b8b6..67d247dffc 100644 --- a/SRC/cptcon.f +++ b/SRC/cptcon.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE CPTCON( N, D, E, ANORM, RCOND, RWORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/cpteqr.f b/SRC/cpteqr.f index 07d0779310..e3af590416 100644 --- a/SRC/cpteqr.f +++ b/SRC/cpteqr.f @@ -138,17 +138,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTcomputational * * ===================================================================== SUBROUTINE CPTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/cptrfs.f b/SRC/cptrfs.f index a01ef9003b..1ef289dcce 100644 --- a/SRC/cptrfs.f +++ b/SRC/cptrfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTcomputational * * ===================================================================== SUBROUTINE CPTRFS( UPLO, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cptsv.f b/SRC/cptsv.f index 7c6f1ede15..20ee32bbed 100644 --- a/SRC/cptsv.f +++ b/SRC/cptsv.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTsolve * * ===================================================================== SUBROUTINE CPTSV( N, NRHS, D, E, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/cptsvx.f b/SRC/cptsvx.f index 0482f7f35d..db63a3c36a 100644 --- a/SRC/cptsvx.f +++ b/SRC/cptsvx.f @@ -226,18 +226,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTsolve * * ===================================================================== SUBROUTINE CPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT diff --git a/SRC/cpttrf.f b/SRC/cpttrf.f index 2f7471435f..c6379e9239 100644 --- a/SRC/cpttrf.f +++ b/SRC/cpttrf.f @@ -85,17 +85,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexPTcomputational * * ===================================================================== SUBROUTINE CPTTRF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/cpttrs.f b/SRC/cpttrs.f index 8edf726836..636a8de929 100644 --- a/SRC/cpttrs.f +++ b/SRC/cpttrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexPTcomputational * * ===================================================================== SUBROUTINE CPTTRS( UPLO, N, NRHS, D, E, B, LDB, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/cptts2.f b/SRC/cptts2.f index c2b2b041ec..15ea7ede86 100644 --- a/SRC/cptts2.f +++ b/SRC/cptts2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexPTcomputational * * ===================================================================== SUBROUTINE CPTTS2( IUPLO, N, NRHS, D, E, B, LDB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IUPLO, LDB, N, NRHS diff --git a/SRC/crot.f b/SRC/crot.f index 849b9be49f..17b825a746 100644 --- a/SRC/crot.f +++ b/SRC/crot.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CROT( N, CX, INCX, CY, INCY, C, S ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/cspcon.f b/SRC/cspcon.f index f8bcc77642..75b33da6a4 100644 --- a/SRC/cspcon.f +++ b/SRC/cspcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, INFO ) * -* -- 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 diff --git a/SRC/cspmv.f b/SRC/cspmv.f index 80f2cefd36..6b8c9c8c91 100644 --- a/SRC/cspmv.f +++ b/SRC/cspmv.f @@ -144,17 +144,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CSPMV( UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/cspr.f b/SRC/cspr.f index 2ea80c145d..bc23b7c489 100644 --- a/SRC/cspr.f +++ b/SRC/cspr.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CSPR( UPLO, N, ALPHA, X, INCX, AP ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/csprfs.f b/SRC/csprfs.f index 4ab12208bf..e52aaa5f3a 100644 --- a/SRC/csprfs.f +++ b/SRC/csprfs.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/cspsv.f b/SRC/cspsv.f index 4bf0781016..bfb5aa21c6 100644 --- a/SRC/cspsv.f +++ b/SRC/cspsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE CSPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/cspsvx.f b/SRC/cspsvx.f index 821d82af94..5de199340a 100644 --- a/SRC/cspsvx.f +++ b/SRC/cspsvx.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexOTHERsolve * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE CSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/csptrf.f b/SRC/csptrf.f index 3499cb4e6a..702ed0c518 100644 --- a/SRC/csptrf.f +++ b/SRC/csptrf.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -158,10 +156,9 @@ * ===================================================================== SUBROUTINE CSPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/csptri.f b/SRC/csptri.f index d8fed87427..8ae1d1daa2 100644 --- a/SRC/csptri.f +++ b/SRC/csptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/csptrs.f b/SRC/csptrs.f index b13c6514b1..6434c473ad 100644 --- a/SRC/csptrs.f +++ b/SRC/csptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/csrscl.f b/SRC/csrscl.f index e85168e778..5f27f63872 100644 --- a/SRC/csrscl.f +++ b/SRC/csrscl.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== SUBROUTINE CSRSCL( N, SA, SX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/cstedc.f b/SRC/cstedc.f index 4a00fbabde..a57d9eaef1 100644 --- a/SRC/cstedc.f +++ b/SRC/cstedc.f @@ -198,8 +198,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -212,10 +210,9 @@ SUBROUTINE CSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, RWORK, $ LRWORK, IWORK, LIWORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/cstegr.f b/SRC/cstegr.f index 98b82c1b74..9d6e06da32 100644 --- a/SRC/cstegr.f +++ b/SRC/cstegr.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -265,10 +263,9 @@ SUBROUTINE CSTEGR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/cstein.f b/SRC/cstein.f index 4f6687d72c..5609efb014 100644 --- a/SRC/cstein.f +++ b/SRC/cstein.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSTEIN( N, D, E, M, W, IBLOCK, ISPLIT, Z, LDZ, WORK, $ IWORK, IFAIL, INFO ) * -* -- 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 .. INTEGER INFO, LDZ, M, N diff --git a/SRC/cstemr.f b/SRC/cstemr.f index 8fb8131d81..d49684db35 100644 --- a/SRC/cstemr.f +++ b/SRC/cstemr.f @@ -320,8 +320,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -338,10 +336,9 @@ SUBROUTINE CSTEMR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/csteqr.f b/SRC/csteqr.f index fa95db6d1f..4044e77eda 100644 --- a/SRC/csteqr.f +++ b/SRC/csteqr.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CSTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/csycon.f b/SRC/csycon.f index dbd6957d35..f4fb33a377 100644 --- a/SRC/csycon.f +++ b/SRC/csycon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYCON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/csycon_3.f b/SRC/csycon_3.f index 5c1cb04916..7fe915e576 100644 --- a/SRC/csycon_3.f +++ b/SRC/csycon_3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE CSYCON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csycon_rook.f b/SRC/csycon_rook.f index 85320baa4c..f01659c779 100644 --- a/SRC/csycon_rook.f +++ b/SRC/csycon_rook.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -139,10 +137,9 @@ SUBROUTINE CSYCON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csyconv.f b/SRC/csyconv.f index 0937f824b8..79a1b0c114 100644 --- a/SRC/csyconv.f +++ b/SRC/csyconv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYCONV( UPLO, WAY, N, A, LDA, IPIV, E, INFO ) * -* -- 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, WAY diff --git a/SRC/csyconvf.f b/SRC/csyconvf.f index 805c0ca0cc..f3b46f0b42 100644 --- a/SRC/csyconvf.f +++ b/SRC/csyconvf.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -209,10 +207,9 @@ * ===================================================================== SUBROUTINE CSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/csyconvf_rook.f b/SRC/csyconvf_rook.f index 7ede268637..a5b9d82da2 100644 --- a/SRC/csyconvf_rook.f +++ b/SRC/csyconvf_rook.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -200,10 +198,9 @@ * ===================================================================== SUBROUTINE CSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/csyequb.f b/SRC/csyequb.f index b1c5c6fc6a..f3502e544d 100644 --- a/SRC/csyequb.f +++ b/SRC/csyequb.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * *> \par References: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE CSYEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/csymv.f b/SRC/csymv.f index 5ae8c219c9..e54ea2289f 100644 --- a/SRC/csymv.f +++ b/SRC/csymv.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== SUBROUTINE CSYMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/csyr.f b/SRC/csyr.f index 9f435cdf11..a96f0053ce 100644 --- a/SRC/csyr.f +++ b/SRC/csyr.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== SUBROUTINE CSYR( UPLO, N, ALPHA, X, INCX, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/csyrfs.f b/SRC/csyrfs.f index b00fde895f..382b1ae297 100644 --- a/SRC/csyrfs.f +++ b/SRC/csyrfs.f @@ -184,18 +184,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYRFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/csyrfsx.f b/SRC/csyrfsx.f index 4d1bc3ccc3..43f888258b 100644 --- a/SRC/csyrfsx.f +++ b/SRC/csyrfsx.f @@ -392,8 +392,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexSYcomputational * * ===================================================================== @@ -402,10 +400,9 @@ SUBROUTINE CSYRFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/csysv.f b/SRC/csysv.f index 827ac093da..78b8b81972 100644 --- a/SRC/csysv.f +++ b/SRC/csysv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYsolve * * ===================================================================== SUBROUTINE CSYSV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/csysv_aa.f b/SRC/csysv_aa.f index 2081644b1b..8548c27893 100644 --- a/SRC/csysv_aa.f +++ b/SRC/csysv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYsolve * * ===================================================================== SUBROUTINE CSYSV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csysv_aa_2stage.f b/SRC/csysv_aa_2stage.f index c5c328c63e..5694928bca 100644 --- a/SRC/csysv_aa_2stage.f +++ b/SRC/csysv_aa_2stage.f @@ -177,8 +177,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== @@ -186,10 +184,9 @@ SUBROUTINE CSYSV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/csysv_rk.f b/SRC/csysv_rk.f index f2b21753b2..35e762e300 100644 --- a/SRC/csysv_rk.f +++ b/SRC/csysv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE CSYSV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/csysv_rook.f b/SRC/csysv_rook.f index e0ab726509..49c9258e98 100644 --- a/SRC/csysv_rook.f +++ b/SRC/csysv_rook.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexSYsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE CSYSV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csysvx.f b/SRC/csysvx.f index 46f65f6a4a..2afa082a9f 100644 --- a/SRC/csysvx.f +++ b/SRC/csysvx.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexSYsolve * * ===================================================================== @@ -285,10 +283,9 @@ SUBROUTINE CSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/csysvxx.f b/SRC/csysvxx.f index 7a9aee105c..463fd95955 100644 --- a/SRC/csysvxx.f +++ b/SRC/csysvxx.f @@ -499,8 +499,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexSYsolve * * ===================================================================== @@ -509,10 +507,9 @@ SUBROUTINE CSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/csyswapr.f b/SRC/csyswapr.f index b8291dafc5..185d819225 100644 --- a/SRC/csyswapr.f +++ b/SRC/csyswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * * ===================================================================== SUBROUTINE CSYSWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/csytf2.f b/SRC/csytf2.f index 370e57d44b..0bee443189 100644 --- a/SRC/csytf2.f +++ b/SRC/csytf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE CSYTF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- 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 diff --git a/SRC/csytf2_rk.f b/SRC/csytf2_rk.f index 7e39c2dfd7..12d6d5d8f9 100644 --- a/SRC/csytf2_rk.f +++ b/SRC/csytf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE CSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/csytf2_rook.f b/SRC/csytf2_rook.f index 2a80375d3d..5ae4c98036 100644 --- a/SRC/csytf2_rook.f +++ b/SRC/csytf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE CSYTF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytrf.f b/SRC/csytrf.f index af913b8f46..ebf228f188 100644 --- a/SRC/csytrf.f +++ b/SRC/csytrf.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -182,10 +180,9 @@ * ===================================================================== SUBROUTINE CSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/csytrf_aa.f b/SRC/csytrf_aa.f index 427235bdaa..930f329d79 100644 --- a/SRC/csytrf_aa.f +++ b/SRC/csytrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/csytrf_aa_2stage.f b/SRC/csytrf_aa_2stage.f index 0946d61b0d..8a2cfd7bc0 100644 --- a/SRC/csytrf_aa_2stage.f +++ b/SRC/csytrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/csytrf_rk.f b/SRC/csytrf_rk.f index f7e3528acc..9c2b7182f2 100644 --- a/SRC/csytrf_rk.f +++ b/SRC/csytrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE CSYTRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/csytrf_rook.f b/SRC/csytrf_rook.f index c6a8ae5c1d..ce7c1e5866 100644 --- a/SRC/csytrf_rook.f +++ b/SRC/csytrf_rook.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexSYcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE CSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytri.f b/SRC/csytri.f index 8f15e36988..3f3665338a 100644 --- a/SRC/csytri.f +++ b/SRC/csytri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/csytri2.f b/SRC/csytri2.f index 8bee149c40..33c71060ea 100644 --- a/SRC/csytri2.f +++ b/SRC/csytri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytri2x.f b/SRC/csytri2x.f index 151f06331f..306e666e0e 100644 --- a/SRC/csytri2x.f +++ b/SRC/csytri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytri_3.f b/SRC/csytri_3.f index d618c26ed3..279f62853e 100644 --- a/SRC/csytri_3.f +++ b/SRC/csytri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE CSYTRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytri_3x.f b/SRC/csytri_3x.f index 5a81ee3a53..138fe67c83 100644 --- a/SRC/csytri_3x.f +++ b/SRC/csytri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE CSYTRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytri_rook.f b/SRC/csytri_rook.f index c375e81dca..9fba543801 100644 --- a/SRC/csytri_rook.f +++ b/SRC/csytri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE CSYTRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/csytrs.f b/SRC/csytrs.f index 3ab72b8ce3..c872fda946 100644 --- a/SRC/csytrs.f +++ b/SRC/csytrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/csytrs2.f b/SRC/csytrs2.f index 93f2d6a1be..a3e7f4144c 100644 --- a/SRC/csytrs2.f +++ b/SRC/csytrs2.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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 diff --git a/SRC/csytrs_3.f b/SRC/csytrs_3.f index 8008c5de43..48b12d1cd0 100644 --- a/SRC/csytrs_3.f +++ b/SRC/csytrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE CSYTRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/csytrs_aa.f b/SRC/csytrs_aa.f index 981f8722a4..1f6ea40af5 100644 --- a/SRC/csytrs_aa.f +++ b/SRC/csytrs_aa.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/csytrs_aa_2stage.f b/SRC/csytrs_aa_2stage.f index 5819109337..add9f42756 100644 --- a/SRC/csytrs_aa_2stage.f +++ b/SRC/csytrs_aa_2stage.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CSYTRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/csytrs_rook.f b/SRC/csytrs_rook.f index 3cfe45a741..edc2248f26 100644 --- a/SRC/csytrs_rook.f +++ b/SRC/csytrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE CSYTRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- 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 diff --git a/SRC/ctbcon.f b/SRC/ctbcon.f index a11a55aa64..4943011eb2 100644 --- a/SRC/ctbcon.f +++ b/SRC/ctbcon.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTBCON( NORM, UPLO, DIAG, N, KD, AB, LDAB, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ctbrfs.f b/SRC/ctbrfs.f index c6cb9f9c46..cfa2107e97 100644 --- a/SRC/ctbrfs.f +++ b/SRC/ctbrfs.f @@ -180,18 +180,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTBRFS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctbtrs.f b/SRC/ctbtrs.f index 3ca70c656a..1e0499765a 100644 --- a/SRC/ctbtrs.f +++ b/SRC/ctbtrs.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTBTRS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctfsm.f b/SRC/ctfsm.f index b4b26dd0e7..7ea2c1006d 100644 --- a/SRC/ctfsm.f +++ b/SRC/ctfsm.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -298,10 +296,9 @@ SUBROUTINE CTFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, $ B, LDB ) * -* -- 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 TRANSR, DIAG, SIDE, TRANS, UPLO diff --git a/SRC/ctftri.f b/SRC/ctftri.f index 2e51a3d881..faf647b986 100644 --- a/SRC/ctftri.f +++ b/SRC/ctftri.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -221,10 +219,9 @@ * ===================================================================== SUBROUTINE CTFTRI( TRANSR, UPLO, DIAG, N, A, INFO ) * -* -- 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 TRANSR, UPLO, DIAG diff --git a/SRC/ctfttp.f b/SRC/ctfttp.f index 6cd47e1769..4da1aa1842 100644 --- a/SRC/ctfttp.f +++ b/SRC/ctfttp.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE CTFTTP( TRANSR, UPLO, N, ARF, AP, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ctfttr.f b/SRC/ctfttr.f index 3720b6977f..2b1ab39345 100644 --- a/SRC/ctfttr.f +++ b/SRC/ctfttr.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ * ===================================================================== SUBROUTINE CTFTTR( TRANSR, UPLO, N, ARF, A, LDA, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ctgevc.f b/SRC/ctgevc.f index 342d562980..4e5289cb20 100644 --- a/SRC/ctgevc.f +++ b/SRC/ctgevc.f @@ -211,18 +211,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexGEcomputational * * ===================================================================== SUBROUTINE CTGEVC( SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, $ LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/ctgex2.f b/SRC/ctgex2.f index 9683972ecf..c519a597d3 100644 --- a/SRC/ctgex2.f +++ b/SRC/ctgex2.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEauxiliary * *> \par Further Details: @@ -190,10 +188,9 @@ SUBROUTINE CTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, J1, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ctgexc.f b/SRC/ctgexc.f index ba1c2814c9..f50f8be3f6 100644 --- a/SRC/ctgexc.f +++ b/SRC/ctgexc.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexGEcomputational * *> \par Contributors: @@ -200,10 +198,9 @@ SUBROUTINE CTGEXC( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, IFST, ILST, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ctgsen.f b/SRC/ctgsen.f index 8198d45546..f9b6cd10c8 100644 --- a/SRC/ctgsen.f +++ b/SRC/ctgsen.f @@ -290,8 +290,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -433,10 +431,9 @@ SUBROUTINE CTGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB, $ ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF, $ WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ctgsja.f b/SRC/ctgsja.f index 38a61068e2..b81ce8f1db 100644 --- a/SRC/ctgsja.f +++ b/SRC/ctgsja.f @@ -351,8 +351,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -379,10 +377,9 @@ SUBROUTINE CTGSJA( JOBU, JOBV, JOBQ, M, P, N, K, L, A, LDA, B, $ LDB, TOLA, TOLB, ALPHA, BETA, U, LDU, V, LDV, $ Q, LDQ, WORK, NCYCLE, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/ctgsna.f b/SRC/ctgsna.f index 6081d19b25..2295dc5ccc 100644 --- a/SRC/ctgsna.f +++ b/SRC/ctgsna.f @@ -213,8 +213,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE CTGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/ctgsy2.f b/SRC/ctgsy2.f index 5ccdfb1e1b..2840af74cb 100644 --- a/SRC/ctgsy2.f +++ b/SRC/ctgsy2.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYauxiliary * *> \par Contributors: @@ -259,10 +257,9 @@ SUBROUTINE CTGSY2( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, RDSUM, RDSCAL, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/ctgsyl.f b/SRC/ctgsyl.f index 2d7557e666..ae14371254 100644 --- a/SRC/ctgsyl.f +++ b/SRC/ctgsyl.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * *> \par Contributors: @@ -295,10 +293,9 @@ SUBROUTINE CTGSYL( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/ctpcon.f b/SRC/ctpcon.f index 6b439fb527..44ae10d7e9 100644 --- a/SRC/ctpcon.f +++ b/SRC/ctpcon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTPCON( NORM, UPLO, DIAG, N, AP, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ctplqt.f b/SRC/ctplqt.f index 39893df484..01263a4e1b 100644 --- a/SRC/ctplqt.f +++ b/SRC/ctplqt.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -174,10 +172,9 @@ SUBROUTINE CTPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/SRC/ctplqt2.f b/SRC/ctplqt2.f index d18452aec7..bb455fefeb 100644 --- a/SRC/ctplqt2.f +++ b/SRC/ctplqt2.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE CTPLQT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/ctpmlqt.f b/SRC/ctpmlqt.f index 5899a5335e..fe8629c4ce 100644 --- a/SRC/ctpmlqt.f +++ b/SRC/ctpmlqt.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ SUBROUTINE CTPMLQT( SIDE, TRANS, M, N, K, L, MB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/ctpmqrt.f b/SRC/ctpmqrt.f index 8d4a36ca88..fb4280a2b8 100644 --- a/SRC/ctpmqrt.f +++ b/SRC/ctpmqrt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE CTPMQRT( SIDE, TRANS, M, N, K, L, NB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/ctpqrt.f b/SRC/ctpqrt.f index 96b3856e27..9abd06e8bf 100644 --- a/SRC/ctpqrt.f +++ b/SRC/ctpqrt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE CTPQRT( M, N, L, NB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, NB diff --git a/SRC/ctpqrt2.f b/SRC/ctpqrt2.f index 4cebe76f78..3cd75da356 100644 --- a/SRC/ctpqrt2.f +++ b/SRC/ctpqrt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE CTPQRT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/ctprfb.f b/SRC/ctprfb.f index 0f45edaf82..11496180fc 100644 --- a/SRC/ctprfb.f +++ b/SRC/ctprfb.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Further Details: @@ -251,10 +249,9 @@ SUBROUTINE CTPRFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, $ V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/ctprfs.f b/SRC/ctprfs.f index b66bd7c887..97fabc66ac 100644 --- a/SRC/ctprfs.f +++ b/SRC/ctprfs.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTPRFS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctptri.f b/SRC/ctptri.f index b6566ae3ab..e3f0d7d1b0 100644 --- a/SRC/ctptri.f +++ b/SRC/ctptri.f @@ -91,8 +91,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -117,10 +115,9 @@ * ===================================================================== SUBROUTINE CTPTRI( UPLO, DIAG, N, AP, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ctptrs.f b/SRC/ctptrs.f index 8a75e2fdfa..a3f7687bd2 100644 --- a/SRC/ctptrs.f +++ b/SRC/ctptrs.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTPTRS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctpttf.f b/SRC/ctpttf.f index 91e6fa70fd..af7e8961bc 100644 --- a/SRC/ctpttf.f +++ b/SRC/ctpttf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -207,10 +205,9 @@ * ===================================================================== SUBROUTINE CTPTTF( TRANSR, UPLO, N, AP, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ctpttr.f b/SRC/ctpttr.f index a0548a3a69..0b9c498a04 100644 --- a/SRC/ctpttr.f +++ b/SRC/ctpttr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTPTTR( UPLO, N, AP, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/ctrcon.f b/SRC/ctrcon.f index 81ba45d013..a14748f41c 100644 --- a/SRC/ctrcon.f +++ b/SRC/ctrcon.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRCON( NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ctrevc.f b/SRC/ctrevc.f index 2b950348cb..42880ab427 100644 --- a/SRC/ctrevc.f +++ b/SRC/ctrevc.f @@ -196,8 +196,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE CTREVC( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, RWORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/ctrevc3.f b/SRC/ctrevc3.f index a134c1a50c..0f58696b2b 100644 --- a/SRC/ctrevc3.f +++ b/SRC/ctrevc3.f @@ -222,10 +222,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @generated from ztrevc3.f, fortran z -> c, Tue Apr 19 01:47:44 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -247,10 +243,9 @@ SUBROUTINE CTREVC3( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, LWORK, RWORK, LRWORK, INFO) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/ctrexc.f b/SRC/ctrexc.f index cefc32cb9f..ea64ddf9b8 100644 --- a/SRC/ctrexc.f +++ b/SRC/ctrexc.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTREXC( COMPQ, N, T, LDT, Q, LDQ, IFST, ILST, INFO ) * -* -- 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 COMPQ diff --git a/SRC/ctrrfs.f b/SRC/ctrrfs.f index 840f9b5096..40c3cdde0b 100644 --- a/SRC/ctrrfs.f +++ b/SRC/ctrrfs.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRRFS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctrsen.f b/SRC/ctrsen.f index aaba3c5a21..d93b97be6c 100644 --- a/SRC/ctrsen.f +++ b/SRC/ctrsen.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -264,10 +262,9 @@ SUBROUTINE CTRSEN( JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, W, M, S, $ SEP, WORK, LWORK, INFO ) * -* -- 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 COMPQ, JOB diff --git a/SRC/ctrsna.f b/SRC/ctrsna.f index e08185b08b..b8074907c0 100644 --- a/SRC/ctrsna.f +++ b/SRC/ctrsna.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -249,10 +247,9 @@ SUBROUTINE CTRSNA( JOB, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, S, SEP, MM, M, WORK, LDWORK, RWORK, $ INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/ctrsyl.f b/SRC/ctrsyl.f index 2561804de7..7a2243ee9b 100644 --- a/SRC/ctrsyl.f +++ b/SRC/ctrsyl.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexSYcomputational * * ===================================================================== SUBROUTINE CTRSYL( TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, $ LDC, SCALE, INFO ) * -* -- 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 TRANA, TRANB diff --git a/SRC/ctrti2.f b/SRC/ctrti2.f index 55d8d1fa76..47a9ab45f5 100644 --- a/SRC/ctrti2.f +++ b/SRC/ctrti2.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRTI2( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ctrtri.f b/SRC/ctrtri.f index 4c284d18db..d7f41ba3e8 100644 --- a/SRC/ctrtri.f +++ b/SRC/ctrtri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRTRI( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ctrtrs.f b/SRC/ctrtrs.f index 4019ced039..47e4245f74 100644 --- a/SRC/ctrtrs.f +++ b/SRC/ctrtrs.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRTRS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, $ INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ctrttf.f b/SRC/ctrttf.f index c762b0c334..bbfa0a922b 100644 --- a/SRC/ctrttf.f +++ b/SRC/ctrttf.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ * ===================================================================== SUBROUTINE CTRTTF( TRANSR, UPLO, N, A, LDA, ARF, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TRANSR, UPLO diff --git a/SRC/ctrttp.f b/SRC/ctrttp.f index 0fa3e1a5a7..92bdb23f9a 100644 --- a/SRC/ctrttp.f +++ b/SRC/ctrttp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CTRTTP( UPLO, N, A, LDA, AP, INFO ) * -* -- 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 diff --git a/SRC/ctzrzf.f b/SRC/ctzrzf.f index f3f5fdfc3c..cacfb2ae28 100644 --- a/SRC/ctzrzf.f +++ b/SRC/ctzrzf.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE CTZRZF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/cunbdb.f b/SRC/cunbdb.f index 9006242c6f..a41895dc8c 100644 --- a/SRC/cunbdb.f +++ b/SRC/cunbdb.f @@ -255,8 +255,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -287,10 +285,9 @@ SUBROUTINE CUNBDB( TRANS, SIGNS, M, P, Q, X11, LDX11, X12, LDX12, $ X21, LDX21, X22, LDX22, THETA, PHI, TAUP1, $ TAUP2, TAUQ1, TAUQ2, WORK, LWORK, INFO ) * -* -- 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 SIGNS, TRANS diff --git a/SRC/cunbdb1.f b/SRC/cunbdb1.f index bfd2147df4..740e38a859 100644 --- a/SRC/cunbdb1.f +++ b/SRC/cunbdb1.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -202,10 +200,9 @@ SUBROUTINE CUNBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/cunbdb2.f b/SRC/cunbdb2.f index ae73699b66..db238f9256 100644 --- a/SRC/cunbdb2.f +++ b/SRC/cunbdb2.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -202,10 +200,9 @@ SUBROUTINE CUNBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/cunbdb3.f b/SRC/cunbdb3.f index c0abde1eb0..b532bfbc8e 100644 --- a/SRC/cunbdb3.f +++ b/SRC/cunbdb3.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -202,10 +200,9 @@ SUBROUTINE CUNBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/cunbdb4.f b/SRC/cunbdb4.f index 803b851450..e6afd89c30 100644 --- a/SRC/cunbdb4.f +++ b/SRC/cunbdb4.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * *> \par Further Details: @@ -213,10 +211,9 @@ SUBROUTINE CUNBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/cunbdb5.f b/SRC/cunbdb5.f index 95997450a1..d2ff4e7000 100644 --- a/SRC/cunbdb5.f +++ b/SRC/cunbdb5.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNBDB5( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/cunbdb6.f b/SRC/cunbdb6.f index 05a13896d5..7acc99cb8b 100644 --- a/SRC/cunbdb6.f +++ b/SRC/cunbdb6.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/cuncsd.f b/SRC/cuncsd.f index f30529130d..3653a396a5 100644 --- a/SRC/cuncsd.f +++ b/SRC/cuncsd.f @@ -308,8 +308,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== @@ -320,10 +318,9 @@ RECURSIVE SUBROUTINE CUNCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, $ LDV2T, WORK, LWORK, RWORK, LRWORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS diff --git a/SRC/cuncsd2by1.f b/SRC/cuncsd2by1.f index 5c0729b587..84129473de 100644 --- a/SRC/cuncsd2by1.f +++ b/SRC/cuncsd2by1.f @@ -247,8 +247,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== @@ -257,10 +255,9 @@ SUBROUTINE CUNCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11, $ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T diff --git a/SRC/cung2l.f b/SRC/cung2l.f index 88d285e9fa..a05843a5d3 100644 --- a/SRC/cung2l.f +++ b/SRC/cung2l.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNG2L( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/cung2r.f b/SRC/cung2r.f index eea37d18e0..a984818c1e 100644 --- a/SRC/cung2r.f +++ b/SRC/cung2r.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNG2R( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/cungbr.f b/SRC/cungbr.f index 0dddd42a68..055264dde0 100644 --- a/SRC/cungbr.f +++ b/SRC/cungbr.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complexGBcomputational * * ===================================================================== SUBROUTINE CUNGBR( VECT, M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER VECT diff --git a/SRC/cunghr.f b/SRC/cunghr.f index 40c71d4a77..4f8a0a2639 100644 --- a/SRC/cunghr.f +++ b/SRC/cunghr.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGHR( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/cungl2.f b/SRC/cungl2.f index 837354da23..81a3b89cd8 100644 --- a/SRC/cungl2.f +++ b/SRC/cungl2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGL2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/cunglq.f b/SRC/cunglq.f index 10c2deef32..e250e036cf 100644 --- a/SRC/cunglq.f +++ b/SRC/cunglq.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGLQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/cungql.f b/SRC/cungql.f index 4a13826ebe..d3b812a62d 100644 --- a/SRC/cungql.f +++ b/SRC/cungql.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGQL( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/cungqr.f b/SRC/cungqr.f index f8d06429a9..5010ae0df1 100644 --- a/SRC/cungqr.f +++ b/SRC/cungqr.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGQR( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/cungr2.f b/SRC/cungr2.f index defc5859fa..1f2f2b4610 100644 --- a/SRC/cungr2.f +++ b/SRC/cungr2.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGR2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/cungrq.f b/SRC/cungrq.f index 50837445e3..1593ff938b 100644 --- a/SRC/cungrq.f +++ b/SRC/cungrq.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGRQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/cungtr.f b/SRC/cungtr.f index 2749bc366c..26ff0428ef 100644 --- a/SRC/cungtr.f +++ b/SRC/cungtr.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNGTR( UPLO, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/cungtsqr.f b/SRC/cungtsqr.f index 864dc5fcfc..a066bcf758 100644 --- a/SRC/cungtsqr.f +++ b/SRC/cungtsqr.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ SUBROUTINE CUNGTSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/cungtsqr_row.f b/SRC/cungtsqr_row.f index ca67c7f5af..e1597c58be 100644 --- a/SRC/cungtsqr_row.f +++ b/SRC/cungtsqr_row.f @@ -169,8 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -189,10 +187,9 @@ SUBROUTINE CUNGTSQR_ROW( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/cunhr_col.f b/SRC/cunhr_col.f index c2bdc41c0b..eeec34170c 100644 --- a/SRC/cunhr_col.f +++ b/SRC/cunhr_col.f @@ -241,8 +241,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE CUNHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/cunm22.f b/SRC/cunm22.f index 3c6b4c1259..f11a2180c5 100644 --- a/SRC/cunm22.f +++ b/SRC/cunm22.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/cunm2l.f b/SRC/cunm2l.f index 75dd5f911e..416c0a0c36 100644 --- a/SRC/cunm2l.f +++ b/SRC/cunm2l.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNM2L( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunm2r.f b/SRC/cunm2r.f index 569276f8c6..a79e9a78d0 100644 --- a/SRC/cunm2r.f +++ b/SRC/cunm2r.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNM2R( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmbr.f b/SRC/cunmbr.f index 4136fcd4b9..d9401e3c8e 100644 --- a/SRC/cunmbr.f +++ b/SRC/cunmbr.f @@ -189,18 +189,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMBR( VECT, SIDE, TRANS, M, N, K, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, VECT diff --git a/SRC/cunmhr.f b/SRC/cunmhr.f index aa6588631e..c0672bbd54 100644 --- a/SRC/cunmhr.f +++ b/SRC/cunmhr.f @@ -171,18 +171,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMHR( SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunml2.f b/SRC/cunml2.f index b55b0c2442..6af8cc0358 100644 --- a/SRC/cunml2.f +++ b/SRC/cunml2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNML2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmlq.f b/SRC/cunmlq.f index 8cf4442c27..02af764e55 100644 --- a/SRC/cunmlq.f +++ b/SRC/cunmlq.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMLQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmql.f b/SRC/cunmql.f index e7279607a8..07919a65b1 100644 --- a/SRC/cunmql.f +++ b/SRC/cunmql.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMQL( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmqr.f b/SRC/cunmqr.f index 41fee718ea..9e3b6a4a6c 100644 --- a/SRC/cunmqr.f +++ b/SRC/cunmqr.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMQR( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmr2.f b/SRC/cunmr2.f index 40b6583d19..ebd4cfbb64 100644 --- a/SRC/cunmr2.f +++ b/SRC/cunmr2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMR2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmr3.f b/SRC/cunmr3.f index 0a8bad8f09..dcd893fa32 100644 --- a/SRC/cunmr3.f +++ b/SRC/cunmr3.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE CUNMR3( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmrq.f b/SRC/cunmrq.f index 3513215a8e..856555ae9a 100644 --- a/SRC/cunmrq.f +++ b/SRC/cunmrq.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMRQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmrz.f b/SRC/cunmrz.f index ccf9cd5d06..fdcef9d819 100644 --- a/SRC/cunmrz.f +++ b/SRC/cunmrz.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * *> \par Contributors: @@ -187,10 +185,9 @@ SUBROUTINE CUNMRZ( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/cunmtr.f b/SRC/cunmtr.f index 81d2ca6d2c..1bc2d245b5 100644 --- a/SRC/cunmtr.f +++ b/SRC/cunmtr.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUNMTR( SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/cupgtr.f b/SRC/cupgtr.f index 4c75d3ea1c..c491a1f4db 100644 --- a/SRC/cupgtr.f +++ b/SRC/cupgtr.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUPGTR( UPLO, N, AP, TAU, Q, LDQ, WORK, INFO ) * -* -- 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 diff --git a/SRC/cupmtr.f b/SRC/cupmtr.f index eb6d219c68..2629e91792 100644 --- a/SRC/cupmtr.f +++ b/SRC/cupmtr.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE CUPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, $ INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/dbbcsd.f b/SRC/dbbcsd.f index d44681a4a2..4fcf9ab5de 100644 --- a/SRC/dbbcsd.f +++ b/SRC/dbbcsd.f @@ -322,8 +322,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE DBBCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, M, P, Q, $ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E, $ B22D, B22E, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS diff --git a/SRC/dbdsdc.f b/SRC/dbdsdc.f index 4c8b95f85a..99fe82296d 100644 --- a/SRC/dbdsdc.f +++ b/SRC/dbdsdc.f @@ -191,8 +191,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -205,10 +203,9 @@ SUBROUTINE DBDSDC( UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ, $ WORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER COMPQ, UPLO diff --git a/SRC/dbdsqr.f b/SRC/dbdsqr.f index 7d47fa2820..c220a5875d 100644 --- a/SRC/dbdsqr.f +++ b/SRC/dbdsqr.f @@ -233,18 +233,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, $ LDU, C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dbdsvdx.f b/SRC/dbdsvdx.f index 10d97a71f5..4ccd4edadb 100644 --- a/SRC/dbdsvdx.f +++ b/SRC/dbdsvdx.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ NS, S, Z, LDZ, WORK, IWORK, INFO) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dcombssq.f b/SRC/dcombssq.f index 980a80e661..8bfd1533cc 100644 --- a/SRC/dcombssq.f +++ b/SRC/dcombssq.f @@ -53,14 +53,12 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DCOMBSSQ( V1, V2 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2018 diff --git a/SRC/ddisna.f b/SRC/ddisna.f index 61345c6e7a..1e5e9778e4 100644 --- a/SRC/ddisna.f +++ b/SRC/ddisna.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DDISNA( JOB, M, N, D, SEP, INFO ) * -* -- 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 JOB diff --git a/SRC/dgbbrd.f b/SRC/dgbbrd.f index 350a982fb5..03aaa0a009 100644 --- a/SRC/dgbbrd.f +++ b/SRC/dgbbrd.f @@ -179,18 +179,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DGBBRD( VECT, M, N, NCC, KL, KU, AB, LDAB, D, E, Q, $ LDQ, PT, LDPT, C, LDC, WORK, INFO ) * -* -- 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 VECT diff --git a/SRC/dgbcon.f b/SRC/dgbcon.f index 26f14fd64f..1ffb3c0f8b 100644 --- a/SRC/dgbcon.f +++ b/SRC/dgbcon.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DGBCON( NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/dgbequ.f b/SRC/dgbequ.f index 486c88de52..ab8b20b2e2 100644 --- a/SRC/dgbequ.f +++ b/SRC/dgbequ.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DGBEQU( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/dgbequb.f b/SRC/dgbequb.f index f7543aa0cb..93179f733d 100644 --- a/SRC/dgbequb.f +++ b/SRC/dgbequb.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/dgbrfs.f b/SRC/dgbrfs.f index 179ddfe572..9520f23f66 100644 --- a/SRC/dgbrfs.f +++ b/SRC/dgbrfs.f @@ -196,8 +196,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== @@ -205,10 +203,9 @@ SUBROUTINE DGBRFS( TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/dgbrfsx.f b/SRC/dgbrfsx.f index 76afb2d6ab..8ab1a580fe 100644 --- a/SRC/dgbrfsx.f +++ b/SRC/dgbrfsx.f @@ -429,8 +429,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGBcomputational * * ===================================================================== @@ -440,10 +438,9 @@ SUBROUTINE DGBRFSX( TRANS, EQUED, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TRANS, EQUED diff --git a/SRC/dgbsv.f b/SRC/dgbsv.f index b14fcaa5ac..1d4e6cb938 100644 --- a/SRC/dgbsv.f +++ b/SRC/dgbsv.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE DGBSV( N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, KL, KU, LDAB, LDB, N, NRHS diff --git a/SRC/dgbsvx.f b/SRC/dgbsvx.f index da4bf91036..030f28f0a6 100644 --- a/SRC/dgbsvx.f +++ b/SRC/dgbsvx.f @@ -360,8 +360,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGBsolve * * ===================================================================== @@ -369,10 +367,9 @@ SUBROUTINE DGBSVX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ LDAFB, IPIV, EQUED, R, C, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/dgbsvxx.f b/SRC/dgbsvxx.f index 058b206862..0ea26a3ec1 100644 --- a/SRC/dgbsvxx.f +++ b/SRC/dgbsvxx.f @@ -549,8 +549,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGBsolve * * ===================================================================== @@ -560,10 +558,9 @@ SUBROUTINE DGBSVXX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/dgbtf2.f b/SRC/dgbtf2.f index eae7d27941..a643682582 100644 --- a/SRC/dgbtf2.f +++ b/SRC/dgbtf2.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE DGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/dgbtrf.f b/SRC/dgbtrf.f index 86fad80e3f..af305e26b4 100644 --- a/SRC/dgbtrf.f +++ b/SRC/dgbtrf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE DGBTRF( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/dgbtrs.f b/SRC/dgbtrs.f index 0837349613..f22d802de7 100644 --- a/SRC/dgbtrs.f +++ b/SRC/dgbtrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/dgebak.f b/SRC/dgebak.f index 10a78aa1a6..e978d7af29 100644 --- a/SRC/dgebak.f +++ b/SRC/dgebak.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, $ INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/dgebal.f b/SRC/dgebal.f index 95876acedd..821c7704a2 100644 --- a/SRC/dgebal.f +++ b/SRC/dgebal.f @@ -121,8 +121,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -160,10 +158,9 @@ * ===================================================================== SUBROUTINE DGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOB diff --git a/SRC/dgebd2.f b/SRC/dgebd2.f index 2bec4e29c7..daaa187aff 100644 --- a/SRC/dgebd2.f +++ b/SRC/dgebd2.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE DGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgebrd.f b/SRC/dgebrd.f index 56a7abef0a..0f0d1651a7 100644 --- a/SRC/dgebrd.f +++ b/SRC/dgebrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -205,10 +203,9 @@ SUBROUTINE DGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgecon.f b/SRC/dgecon.f index be20bbcd2a..aa10dee9a2 100644 --- a/SRC/dgecon.f +++ b/SRC/dgecon.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGECON( NORM, N, A, LDA, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 NORM diff --git a/SRC/dgeequ.f b/SRC/dgeequ.f index 2d9475cc70..3dc323014d 100644 --- a/SRC/dgeequ.f +++ b/SRC/dgeequ.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGEEQU( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgeequb.f b/SRC/dgeequb.f index 0404274d37..728c6213e4 100644 --- a/SRC/dgeequb.f +++ b/SRC/dgeequb.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGEEQUB( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgees.f b/SRC/dgees.f index c2723f619f..82b9d6ee44 100644 --- a/SRC/dgees.f +++ b/SRC/dgees.f @@ -208,18 +208,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEeigen * * ===================================================================== SUBROUTINE DGEES( JOBVS, SORT, SELECT, N, A, LDA, SDIM, WR, WI, $ VS, LDVS, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVS, SORT diff --git a/SRC/dgeesx.f b/SRC/dgeesx.f index a08104d3de..08fbb6468e 100644 --- a/SRC/dgeesx.f +++ b/SRC/dgeesx.f @@ -272,8 +272,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEeigen * * ===================================================================== @@ -281,10 +279,9 @@ SUBROUTINE DGEESX( JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, $ WR, WI, VS, LDVS, RCONDE, RCONDV, WORK, LWORK, $ IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVS, SENSE, SORT diff --git a/SRC/dgeev.f b/SRC/dgeev.f index 2dc1588ab2..4677b9f520 100644 --- a/SRC/dgeev.f +++ b/SRC/dgeev.f @@ -181,7 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @precisions fortran d -> s * @@ -192,10 +191,9 @@ SUBROUTINE DGEEV( JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, $ LDVR, WORK, LWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/dgeevx.f b/SRC/dgeevx.f index edf6a4366e..212bea2bb3 100644 --- a/SRC/dgeevx.f +++ b/SRC/dgeevx.f @@ -294,7 +294,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @precisions fortran d -> s * @@ -306,10 +305,9 @@ SUBROUTINE DGEEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, WR, WI, $ RCONDE, RCONDV, WORK, LWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/dgehd2.f b/SRC/dgehd2.f index 4521b66e1a..c71e38433f 100644 --- a/SRC/dgehd2.f +++ b/SRC/dgehd2.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE DGEHD2( N, ILO, IHI, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, N diff --git a/SRC/dgehrd.f b/SRC/dgehrd.f index 23fd872507..a40c61cb6d 100644 --- a/SRC/dgehrd.f +++ b/SRC/dgehrd.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE DGEHRD( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/dgejsv.f b/SRC/dgejsv.f index b49048143a..fc13f4a5fb 100644 --- a/SRC/dgejsv.f +++ b/SRC/dgejsv.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEsing * *> \par Further Details: @@ -476,10 +474,9 @@ SUBROUTINE DGEJSV( JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, $ M, N, A, LDA, SVA, U, LDU, V, LDV, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. IMPLICIT NONE diff --git a/SRC/dgelq.f b/SRC/dgelq.f index 7b2f808628..013b6c3564 100644 --- a/SRC/dgelq.f +++ b/SRC/dgelq.f @@ -170,10 +170,9 @@ SUBROUTINE DGELQ( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/dgelq2.f b/SRC/dgelq2.f index 941c05a870..9915c57d47 100644 --- a/SRC/dgelq2.f +++ b/SRC/dgelq2.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE DGELQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgelqf.f b/SRC/dgelqf.f index e7020a001a..ed3372f965 100644 --- a/SRC/dgelqf.f +++ b/SRC/dgelqf.f @@ -118,8 +118,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -143,10 +141,9 @@ * ===================================================================== SUBROUTINE DGELQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgelqt.f b/SRC/dgelqt.f index 5b4ee65b51..c938749af7 100644 --- a/SRC/dgelqt.f +++ b/SRC/dgelqt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -139,10 +137,9 @@ * ===================================================================== SUBROUTINE DGELQT( M, N, MB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, MB diff --git a/SRC/dgelqt3.f b/SRC/dgelqt3.f index f19a91ca23..d1d289b23e 100644 --- a/SRC/dgelqt3.f +++ b/SRC/dgelqt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -131,10 +129,9 @@ * ===================================================================== RECURSIVE SUBROUTINE DGELQT3( M, N, A, LDA, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/dgels.f b/SRC/dgels.f index 33e6d51bff..3d0c6155dd 100644 --- a/SRC/dgels.f +++ b/SRC/dgels.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DGELS( TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 TRANS diff --git a/SRC/dgelsd.f b/SRC/dgelsd.f index f2cfd63376..b3b3d8b2d3 100644 --- a/SRC/dgelsd.f +++ b/SRC/dgelsd.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEsolve * *> \par Contributors: @@ -209,10 +207,9 @@ SUBROUTINE DGELSD( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/dgelss.f b/SRC/dgelss.f index 674a7ba784..8ed703fcf2 100644 --- a/SRC/dgelss.f +++ b/SRC/dgelss.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/dgelsy.f b/SRC/dgelsy.f index 1ca238d1f5..aebab92640 100644 --- a/SRC/dgelsy.f +++ b/SRC/dgelsy.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE DGELSY( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/dgemlq.f b/SRC/dgemlq.f index dea693c243..3ba2091054 100644 --- a/SRC/dgemlq.f +++ b/SRC/dgemlq.f @@ -169,10 +169,9 @@ SUBROUTINE DGEMLQ( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dgemlqt.f b/SRC/dgemlqt.f index 8cc59b8ee4..2c7bf24da4 100644 --- a/SRC/dgemlqt.f +++ b/SRC/dgemlqt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGEMLQT( SIDE, TRANS, M, N, K, MB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/dgemqr.f b/SRC/dgemqr.f index 0f7a422334..022cf21e43 100644 --- a/SRC/dgemqr.f +++ b/SRC/dgemqr.f @@ -170,10 +170,9 @@ SUBROUTINE DGEMQR( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dgemqrt.f b/SRC/dgemqrt.f index 12cf929817..95c1a735c6 100644 --- a/SRC/dgemqrt.f +++ b/SRC/dgemqrt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGEMQRT( SIDE, TRANS, M, N, K, NB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dgeql2.f b/SRC/dgeql2.f index 539ef29f26..2d3ce1419f 100644 --- a/SRC/dgeql2.f +++ b/SRC/dgeql2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE DGEQL2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgeqlf.f b/SRC/dgeqlf.f index e8c3f8e53e..b8ac0b1a0e 100644 --- a/SRC/dgeqlf.f +++ b/SRC/dgeqlf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE DGEQLF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgeqp3.f b/SRC/dgeqp3.f index 2b9faf663d..e79ecf371b 100644 --- a/SRC/dgeqp3.f +++ b/SRC/dgeqp3.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE DGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgeqr.f b/SRC/dgeqr.f index 0bff5d1f9a..eac8930ce0 100644 --- a/SRC/dgeqr.f +++ b/SRC/dgeqr.f @@ -172,10 +172,9 @@ SUBROUTINE DGEQR( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/dgeqr2.f b/SRC/dgeqr2.f index 9ce1feb250..5791b3a915 100644 --- a/SRC/dgeqr2.f +++ b/SRC/dgeqr2.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE DGEQR2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgeqr2p.f b/SRC/dgeqr2p.f index 9b81ccb33d..c7b62d87d7 100644 --- a/SRC/dgeqr2p.f +++ b/SRC/dgeqr2p.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -134,10 +132,9 @@ * ===================================================================== SUBROUTINE DGEQR2P( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgeqrf.f b/SRC/dgeqrf.f index 98666221f4..5d649f692e 100644 --- a/SRC/dgeqrf.f +++ b/SRC/dgeqrf.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE DGEQRF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgeqrfp.f b/SRC/dgeqrfp.f index 5cf4069ed4..46d2ee4794 100644 --- a/SRC/dgeqrfp.f +++ b/SRC/dgeqrfp.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE DGEQRFP( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgeqrt.f b/SRC/dgeqrt.f index c7d9320697..06dfb0576b 100644 --- a/SRC/dgeqrt.f +++ b/SRC/dgeqrt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -141,10 +139,9 @@ * ===================================================================== SUBROUTINE DGEQRT( M, N, NB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/dgeqrt2.f b/SRC/dgeqrt2.f index 138dd4d9c1..c422cf4979 100644 --- a/SRC/dgeqrt2.f +++ b/SRC/dgeqrt2.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE DGEQRT2( M, N, A, LDA, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDT, M, N diff --git a/SRC/dgeqrt3.f b/SRC/dgeqrt3.f index efec07850a..1fbd868d7e 100644 --- a/SRC/dgeqrt3.f +++ b/SRC/dgeqrt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== RECURSIVE SUBROUTINE DGEQRT3( M, N, A, LDA, T, LDT, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/dgerfs.f b/SRC/dgerfs.f index a6f14e2b58..ea10d77f9d 100644 --- a/SRC/dgerfs.f +++ b/SRC/dgerfs.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGERFS( TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/dgerfsx.f b/SRC/dgerfsx.f index 495ea1726e..c4a898f629 100644 --- a/SRC/dgerfsx.f +++ b/SRC/dgerfsx.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== @@ -414,10 +412,9 @@ SUBROUTINE DGERFSX( TRANS, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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 TRANS, EQUED diff --git a/SRC/dgerq2.f b/SRC/dgerq2.f index b1713c1fb7..97d33761da 100644 --- a/SRC/dgerq2.f +++ b/SRC/dgerq2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE DGERQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgerqf.f b/SRC/dgerqf.f index 20f2668ef8..6381a873af 100644 --- a/SRC/dgerqf.f +++ b/SRC/dgerqf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE DGERQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dgesc2.f b/SRC/dgesc2.f index 72d8a38f06..813bdf625d 100644 --- a/SRC/dgesc2.f +++ b/SRC/dgesc2.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEauxiliary * *> \par Contributors: @@ -114,10 +112,9 @@ * ===================================================================== SUBROUTINE DGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER LDA, N diff --git a/SRC/dgesdd.f b/SRC/dgesdd.f index 80d18041ce..a6770999c0 100644 --- a/SRC/dgesdd.f +++ b/SRC/dgesdd.f @@ -204,8 +204,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEsing * *> \par Contributors: @@ -219,10 +217,9 @@ SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ diff --git a/SRC/dgesv.f b/SRC/dgesv.f index 23999e167f..3609c52f47 100644 --- a/SRC/dgesv.f +++ b/SRC/dgesv.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DGESV( N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, N, NRHS diff --git a/SRC/dgesvd.f b/SRC/dgesvd.f index ddf0bd5c2d..7cc8b35129 100644 --- a/SRC/dgesvd.f +++ b/SRC/dgesvd.f @@ -203,18 +203,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGEsing * * ===================================================================== SUBROUTINE DGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, $ VT, LDVT, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT diff --git a/SRC/dgesvdq.f b/SRC/dgesvdq.f index 51cd7d15d5..6f9ac703ee 100644 --- a/SRC/dgesvdq.f +++ b/SRC/dgesvdq.f @@ -406,8 +406,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup doubleGEsing * * ===================================================================== diff --git a/SRC/dgesvdx.f b/SRC/dgesvdx.f index 3937c13bd9..db444b78de 100644 --- a/SRC/dgesvdx.f +++ b/SRC/dgesvdx.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEsing * * ===================================================================== @@ -263,10 +261,9 @@ SUBROUTINE DGESVDX( JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, $ IL, IU, NS, S, U, LDU, VT, LDVT, WORK, $ LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT, RANGE diff --git a/SRC/dgesvj.f b/SRC/dgesvj.f index ace2daec0e..5fdb21e45c 100644 --- a/SRC/dgesvj.f +++ b/SRC/dgesvj.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -337,10 +335,9 @@ SUBROUTINE DGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, $ LDV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDV, LWORK, M, MV, N diff --git a/SRC/dgesvx.f b/SRC/dgesvx.f index 25f0f28278..4dc1d83cfe 100644 --- a/SRC/dgesvx.f +++ b/SRC/dgesvx.f @@ -340,8 +340,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGEsolve * * ===================================================================== @@ -349,10 +347,9 @@ SUBROUTINE DGESVX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ EQUED, R, C, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/dgesvxx.f b/SRC/dgesvxx.f index 21b56f61cd..e1f86354bf 100644 --- a/SRC/dgesvxx.f +++ b/SRC/dgesvxx.f @@ -529,8 +529,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGEsolve * * ===================================================================== @@ -540,10 +538,9 @@ SUBROUTINE DGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/dgetc2.f b/SRC/dgetc2.f index 5bf5b890f9..d2f0ede826 100644 --- a/SRC/dgetc2.f +++ b/SRC/dgetc2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEauxiliary * *> \par Contributors: @@ -111,10 +109,9 @@ * ===================================================================== SUBROUTINE DGETC2( N, A, LDA, IPIV, JPIV, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/dgetf2.f b/SRC/dgetf2.f index 5458a5f3eb..fc1587842e 100644 --- a/SRC/dgetf2.f +++ b/SRC/dgetf2.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGETF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgetrf.f b/SRC/dgetrf.f index 9a340b60f3..73d0f3601a 100644 --- a/SRC/dgetrf.f +++ b/SRC/dgetrf.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGETRF( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgetrf2.f b/SRC/dgetrf2.f index 77948d2305..40af0793dd 100644 --- a/SRC/dgetrf2.f +++ b/SRC/dgetrf2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== RECURSIVE SUBROUTINE DGETRF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dgetri.f b/SRC/dgetri.f index 9d8cf2ad3e..92ef90c186 100644 --- a/SRC/dgetri.f +++ b/SRC/dgetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGETRI( N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, N diff --git a/SRC/dgetrs.f b/SRC/dgetrs.f index 7ac727776e..d3464f685a 100644 --- a/SRC/dgetrs.f +++ b/SRC/dgetrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DGETRS( TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 TRANS diff --git a/SRC/dgetsls.f b/SRC/dgetsls.f index c2ba5e2b8e..899397666b 100644 --- a/SRC/dgetsls.f +++ b/SRC/dgetsls.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/SRC/dgetsqrhrt.f b/SRC/dgetsqrhrt.f index 9be90d9cdf..668deeba81 100644 --- a/SRC/dgetsqrhrt.f +++ b/SRC/dgetsqrhrt.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -180,10 +178,9 @@ SUBROUTINE DGETSQRHRT( M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, NB1, NB2, MB1 diff --git a/SRC/dggbak.f b/SRC/dggbak.f index cd5c26064b..76820e39d2 100644 --- a/SRC/dggbak.f +++ b/SRC/dggbak.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * *> \par Further Details: @@ -147,10 +145,9 @@ SUBROUTINE DGGBAK( JOB, SIDE, N, ILO, IHI, LSCALE, RSCALE, M, V, $ LDV, INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/dggbal.f b/SRC/dggbal.f index 5f36aa024b..c588eceb46 100644 --- a/SRC/dggbal.f +++ b/SRC/dggbal.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE DGGBAL( JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE, $ RSCALE, WORK, INFO ) * -* -- 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 JOB diff --git a/SRC/dgges.f b/SRC/dgges.f index 097ea77275..31db23715d 100644 --- a/SRC/dgges.f +++ b/SRC/dgges.f @@ -275,8 +275,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEeigen * * ===================================================================== @@ -284,10 +282,9 @@ SUBROUTINE DGGES( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, $ SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, $ LDVSR, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR, SORT diff --git a/SRC/dgges3.f b/SRC/dgges3.f index 41d2ea0ea2..b1a33dc6bd 100644 --- a/SRC/dgges3.f +++ b/SRC/dgges3.f @@ -273,8 +273,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup doubleGEeigen * * ===================================================================== @@ -282,10 +280,9 @@ SUBROUTINE DGGES3( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, $ LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, $ VSR, LDVSR, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SORT diff --git a/SRC/dggesx.f b/SRC/dggesx.f index 0e57d636e7..932c74227a 100644 --- a/SRC/dggesx.f +++ b/SRC/dggesx.f @@ -337,8 +337,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEeigen * *> \par Further Details: @@ -365,10 +363,9 @@ SUBROUTINE DGGESX( JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA, $ VSR, LDVSR, RCONDE, RCONDV, WORK, LWORK, IWORK, $ LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SENSE, SORT diff --git a/SRC/dggev.f b/SRC/dggev.f index fa86828247..a02203e059 100644 --- a/SRC/dggev.f +++ b/SRC/dggev.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGEeigen * * ===================================================================== SUBROUTINE DGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, $ BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/dggev3.f b/SRC/dggev3.f index 43a853dffe..96497dc0f0 100644 --- a/SRC/dggev3.f +++ b/SRC/dggev3.f @@ -217,8 +217,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup doubleGEeigen * * ===================================================================== @@ -226,10 +224,9 @@ SUBROUTINE DGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, $ ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.6.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/dggevx.f b/SRC/dggevx.f index 1f6962df5d..b69f3f9bf6 100644 --- a/SRC/dggevx.f +++ b/SRC/dggevx.f @@ -352,8 +352,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGEeigen * *> \par Further Details: @@ -391,10 +389,9 @@ SUBROUTINE DGGEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, B, LDB, $ IHI, LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, $ RCONDV, WORK, LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/dggglm.f b/SRC/dggglm.f index 1fbdc8addd..d43785d32d 100644 --- a/SRC/dggglm.f +++ b/SRC/dggglm.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DGGGLM( N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/dgghd3.f b/SRC/dgghd3.f index 82a95d52fd..43d7a77df5 100644 --- a/SRC/dgghd3.f +++ b/SRC/dgghd3.f @@ -211,8 +211,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -230,10 +228,9 @@ SUBROUTINE DGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/dgghrd.f b/SRC/dgghrd.f index 3a74899d1c..2f71a84103 100644 --- a/SRC/dgghrd.f +++ b/SRC/dgghrd.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -207,10 +205,9 @@ SUBROUTINE DGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * -* -- 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 COMPQ, COMPZ diff --git a/SRC/dgglse.f b/SRC/dgglse.f index 5d5cac23b6..2fd17bbcb5 100644 --- a/SRC/dgglse.f +++ b/SRC/dgglse.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERsolve * * ===================================================================== SUBROUTINE DGGLSE( M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/dggqrf.f b/SRC/dggqrf.f index 3ce21d8fd9..617af274ff 100644 --- a/SRC/dggqrf.f +++ b/SRC/dggqrf.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -215,10 +213,9 @@ SUBROUTINE DGGQRF( N, M, P, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/dggrqf.f b/SRC/dggrqf.f index 9c377cc5a6..07f8752d80 100644 --- a/SRC/dggrqf.f +++ b/SRC/dggrqf.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -214,10 +212,9 @@ SUBROUTINE DGGRQF( M, P, N, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/dggsvd3.f b/SRC/dggsvd3.f index f882139dda..503f0d8cc7 100644 --- a/SRC/dggsvd3.f +++ b/SRC/dggsvd3.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup doubleGEsing * *> \par Contributors: @@ -349,10 +347,9 @@ SUBROUTINE DGGSVD3( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. CHARACTER JOBQ, JOBU, JOBV diff --git a/SRC/dggsvp3.f b/SRC/dggsvp3.f index 0ff113b166..4e1db3117b 100644 --- a/SRC/dggsvp3.f +++ b/SRC/dggsvp3.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -272,10 +270,9 @@ SUBROUTINE DGGSVP3( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* August 2015 * IMPLICIT NONE * diff --git a/SRC/dgsvj0.f b/SRC/dgsvj0.f index c5f0fa1bc0..197a9a626c 100644 --- a/SRC/dgsvj0.f +++ b/SRC/dgsvj0.f @@ -193,8 +193,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE DGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS, $ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDV, LWORK, M, MV, N, NSWEEP diff --git a/SRC/dgsvj1.f b/SRC/dgsvj1.f index 75254802fa..11d1dde2bc 100644 --- a/SRC/dgsvj1.f +++ b/SRC/dgsvj1.f @@ -223,8 +223,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -236,10 +234,9 @@ SUBROUTINE DGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, $ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * * .. Scalar Arguments .. DOUBLE PRECISION EPS, SFMIN, TOL diff --git a/SRC/dgtcon.f b/SRC/dgtcon.f index 4271823489..e007ac146c 100644 --- a/SRC/dgtcon.f +++ b/SRC/dgtcon.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTcomputational * * ===================================================================== SUBROUTINE DGTCON( NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/dgtrfs.f b/SRC/dgtrfs.f index 74889353f2..e2bb3d2adc 100644 --- a/SRC/dgtrfs.f +++ b/SRC/dgtrfs.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTcomputational * * ===================================================================== @@ -209,10 +207,9 @@ SUBROUTINE DGTRFS( TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/dgtsv.f b/SRC/dgtsv.f index b683eaafb6..0f02201d58 100644 --- a/SRC/dgtsv.f +++ b/SRC/dgtsv.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTsolve * * ===================================================================== SUBROUTINE DGTSV( N, NRHS, DL, D, DU, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/dgtsvx.f b/SRC/dgtsvx.f index 92bc9eac3c..ec8df80bb6 100644 --- a/SRC/dgtsvx.f +++ b/SRC/dgtsvx.f @@ -284,8 +284,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTsolve * * ===================================================================== @@ -293,10 +291,9 @@ SUBROUTINE DGTSVX( FACT, TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, $ DU2, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT, TRANS diff --git a/SRC/dgttrf.f b/SRC/dgttrf.f index 3c9808fdb4..061c211504 100644 --- a/SRC/dgttrf.f +++ b/SRC/dgttrf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTcomputational * * ===================================================================== SUBROUTINE DGTTRF( N, DL, D, DU, DU2, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dgttrs.f b/SRC/dgttrs.f index 3bbeb1d1dd..cb9a897c3b 100644 --- a/SRC/dgttrs.f +++ b/SRC/dgttrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTcomputational * * ===================================================================== SUBROUTINE DGTTRS( TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/dgtts2.f b/SRC/dgtts2.f index 39e7b0075c..ffa69eac93 100644 --- a/SRC/dgtts2.f +++ b/SRC/dgtts2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGTcomputational * * ===================================================================== SUBROUTINE DGTTS2( ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB ) * -* -- 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 .. INTEGER ITRANS, LDB, N, NRHS diff --git a/SRC/dhgeqz.f b/SRC/dhgeqz.f index 655351386a..3fe2a083c8 100644 --- a/SRC/dhgeqz.f +++ b/SRC/dhgeqz.f @@ -282,8 +282,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -304,10 +302,9 @@ SUBROUTINE DHGEQZ( JOB, COMPQ, COMPZ, N, ILO, IHI, H, LDH, T, LDT, $ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, WORK, $ LWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER COMPQ, COMPZ, JOB diff --git a/SRC/dhsein.f b/SRC/dhsein.f index e71cdc87e1..326e8e3962 100644 --- a/SRC/dhsein.f +++ b/SRC/dhsein.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -263,10 +261,9 @@ SUBROUTINE DHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, WR, WI, $ VL, LDVL, VR, LDVR, MM, M, WORK, IFAILL, $ IFAILR, INFO ) * -* -- 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 EIGSRC, INITV, SIDE diff --git a/SRC/dhseqr.f b/SRC/dhseqr.f index 6b7fb308fa..2d59c6cc7e 100644 --- a/SRC/dhseqr.f +++ b/SRC/dhseqr.f @@ -233,8 +233,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -316,10 +314,9 @@ SUBROUTINE DHSEQR( JOB, COMPZ, N, ILO, IHI, H, LDH, WR, WI, Z, $ LDZ, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/disnan.f b/SRC/disnan.f index a565ed36d4..e621b2589c 100644 --- a/SRC/disnan.f +++ b/SRC/disnan.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION DISNAN( DIN ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION, INTENT(IN) :: DIN diff --git a/SRC/dla_gbamv.f b/SRC/dla_gbamv.f index 350284cfbd..a998c0cf11 100644 --- a/SRC/dla_gbamv.f +++ b/SRC/dla_gbamv.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DLA_GBAMV( TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, $ INCX, BETA, Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/dla_gbrcond.f b/SRC/dla_gbrcond.f index c9eebcbea7..2ff6f87376 100644 --- a/SRC/dla_gbrcond.f +++ b/SRC/dla_gbrcond.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== @@ -170,10 +168,9 @@ DOUBLE PRECISION FUNCTION DLA_GBRCOND( TRANS, N, KL, KU, AB, LDAB, $ AFB, LDAFB, IPIV, 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 TRANS diff --git a/SRC/dla_gbrfsx_extended.f b/SRC/dla_gbrfsx_extended.f index 624c226e81..e5bfdd7ef9 100644 --- a/SRC/dla_gbrfsx_extended.f +++ b/SRC/dla_gbrfsx_extended.f @@ -398,8 +398,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGBcomputational * * ===================================================================== @@ -411,10 +409,9 @@ SUBROUTINE DLA_GBRFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, KL, KU, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDAB, LDAFB, LDB, LDY, N, KL, KU, NRHS, diff --git a/SRC/dla_gbrpvgrw.f b/SRC/dla_gbrpvgrw.f index 3d566c2025..373232e88b 100644 --- a/SRC/dla_gbrpvgrw.f +++ b/SRC/dla_gbrpvgrw.f @@ -109,18 +109,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION DLA_GBRPVGRW( N, KL, KU, NCOLS, AB, $ LDAB, AFB, LDAFB ) * -* -- 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 .. INTEGER N, KL, KU, NCOLS, LDAB, LDAFB diff --git a/SRC/dla_geamv.f b/SRC/dla_geamv.f index 0a83e4b640..c2d672ba1a 100644 --- a/SRC/dla_geamv.f +++ b/SRC/dla_geamv.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE DLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, $ Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/dla_gercond.f b/SRC/dla_gercond.f index 6f7d70a6ae..bdd3efdbe5 100644 --- a/SRC/dla_gercond.f +++ b/SRC/dla_gercond.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== @@ -152,10 +150,9 @@ DOUBLE PRECISION FUNCTION DLA_GERCOND ( TRANS, N, A, LDA, AF, $ LDAF, IPIV, 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 TRANS diff --git a/SRC/dla_gerfsx_extended.f b/SRC/dla_gerfsx_extended.f index 11964f62d6..975ca0cb45 100644 --- a/SRC/dla_gerfsx_extended.f +++ b/SRC/dla_gerfsx_extended.f @@ -384,8 +384,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== @@ -396,10 +394,9 @@ SUBROUTINE DLA_GERFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, NRHS, A, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/dla_gerpvgrw.f b/SRC/dla_gerpvgrw.f index 88cc7be5f1..f48274417a 100644 --- a/SRC/dla_gerpvgrw.f +++ b/SRC/dla_gerpvgrw.f @@ -92,18 +92,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION DLA_GERPVGRW( N, NCOLS, A, LDA, AF, $ LDAF ) * -* -- 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 .. INTEGER N, NCOLS, LDA, LDAF diff --git a/SRC/dla_lin_berr.f b/SRC/dla_lin_berr.f index 0fec6989be..da60e31d47 100644 --- a/SRC/dla_lin_berr.f +++ b/SRC/dla_lin_berr.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * -* -- 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 .. INTEGER N, NZ, NRHS diff --git a/SRC/dla_porcond.f b/SRC/dla_porcond.f index b2f9c4b1e5..77552a1db5 100644 --- a/SRC/dla_porcond.f +++ b/SRC/dla_porcond.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== @@ -142,10 +140,9 @@ DOUBLE PRECISION FUNCTION DLA_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 diff --git a/SRC/dla_porfsx_extended.f b/SRC/dla_porfsx_extended.f index ca7f32429d..045ddbb1f3 100644 --- a/SRC/dla_porfsx_extended.f +++ b/SRC/dla_porfsx_extended.f @@ -374,8 +374,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doublePOcomputational * * ===================================================================== @@ -387,10 +385,9 @@ SUBROUTINE DLA_PORFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/dla_porpvgrw.f b/SRC/dla_porpvgrw.f index 8a6f9e1a77..32803ed833 100644 --- a/SRC/dla_porpvgrw.f +++ b/SRC/dla_porpvgrw.f @@ -98,18 +98,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION DLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF, $ LDAF, WORK ) * -* -- 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*1 UPLO diff --git a/SRC/dla_syamv.f b/SRC/dla_syamv.f index bb6dbe2889..3911e2ab2f 100644 --- a/SRC/dla_syamv.f +++ b/SRC/dla_syamv.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE DLA_SYAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/dla_syrcond.f b/SRC/dla_syrcond.f index 23ed825884..e72966044b 100644 --- a/SRC/dla_syrcond.f +++ b/SRC/dla_syrcond.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== @@ -148,10 +146,9 @@ DOUBLE PRECISION FUNCTION DLA_SYRCOND( UPLO, N, A, LDA, AF, LDAF, $ IPIV, 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 diff --git a/SRC/dla_syrfsx_extended.f b/SRC/dla_syrfsx_extended.f index 98965ba93e..912d5ca5ff 100644 --- a/SRC/dla_syrfsx_extended.f +++ b/SRC/dla_syrfsx_extended.f @@ -383,8 +383,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== @@ -396,10 +394,9 @@ SUBROUTINE DLA_SYRFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/dla_syrpvgrw.f b/SRC/dla_syrpvgrw.f index 5ba03093be..706a40b156 100644 --- a/SRC/dla_syrpvgrw.f +++ b/SRC/dla_syrpvgrw.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION DLA_SYRPVGRW( UPLO, N, INFO, A, LDA, AF, $ LDAF, IPIV, WORK ) * -* -- 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*1 UPLO diff --git a/SRC/dla_wwaddw.f b/SRC/dla_wwaddw.f index 4f50540d69..f67cc5aabc 100644 --- a/SRC/dla_wwaddw.f +++ b/SRC/dla_wwaddw.f @@ -74,17 +74,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLA_WWADDW( N, X, Y, W ) * -* -- 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 .. INTEGER N diff --git a/SRC/dlabad.f b/SRC/dlabad.f index 01b8158f66..95b35e53b8 100644 --- a/SRC/dlabad.f +++ b/SRC/dlabad.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLABAD( SMALL, LARGE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION LARGE, SMALL diff --git a/SRC/dlabrd.f b/SRC/dlabrd.f index b5e734dc7c..86dfc10c7c 100644 --- a/SRC/dlabrd.f +++ b/SRC/dlabrd.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -210,10 +208,9 @@ SUBROUTINE DLABRD( M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, $ LDY ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDX, LDY, M, N, NB diff --git a/SRC/dlacn2.f b/SRC/dlacn2.f index 7f6d242c08..ee2e7ca266 100644 --- a/SRC/dlacn2.f +++ b/SRC/dlacn2.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -136,10 +134,9 @@ * ===================================================================== SUBROUTINE DLACN2( N, V, X, ISGN, EST, KASE, ISAVE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/dlacon.f b/SRC/dlacon.f index 0077f7c8a3..c4f8a4512a 100644 --- a/SRC/dlacon.f +++ b/SRC/dlacon.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE DLACON( N, V, X, ISGN, EST, KASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/dlacpy.f b/SRC/dlacpy.f index d1c396724a..917aa1e2a2 100644 --- a/SRC/dlacpy.f +++ b/SRC/dlacpy.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLACPY( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dladiv.f b/SRC/dladiv.f index dd8110adf2..de70b2de65 100644 --- a/SRC/dladiv.f +++ b/SRC/dladiv.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2013 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLADIV( A, B, C, D, P, Q ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. DOUBLE PRECISION A, B, C, D, P, Q @@ -178,10 +175,9 @@ SUBROUTINE DLADIV( A, B, C, D, P, Q ) SUBROUTINE DLADIV1( A, B, C, D, P, Q ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. DOUBLE PRECISION A, B, C, D, P, Q @@ -218,10 +214,9 @@ SUBROUTINE DLADIV1( A, B, C, D, P, Q ) DOUBLE PRECISION FUNCTION DLADIV2( A, B, C, D, R, T ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. DOUBLE PRECISION A, B, C, D, R, T diff --git a/SRC/dlae2.f b/SRC/dlae2.f index ed77ff6dfe..a0e3971b41 100644 --- a/SRC/dlae2.f +++ b/SRC/dlae2.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -102,10 +100,9 @@ * ===================================================================== SUBROUTINE DLAE2( A, B, C, RT1, RT2 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION A, B, C, RT1, RT2 diff --git a/SRC/dlaebz.f b/SRC/dlaebz.f index f36a82c59f..980536ce67 100644 --- a/SRC/dlaebz.f +++ b/SRC/dlaebz.f @@ -273,8 +273,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -319,10 +317,9 @@ SUBROUTINE DLAEBZ( IJOB, NITMAX, N, MMAX, MINP, NBMIN, ABSTOL, $ RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT, $ NAB, WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IJOB, INFO, MINP, MMAX, MOUT, N, NBMIN, NITMAX diff --git a/SRC/dlaed0.f b/SRC/dlaed0.f index 4e92da98ea..f57b0da025 100644 --- a/SRC/dlaed0.f +++ b/SRC/dlaed0.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -172,10 +170,9 @@ SUBROUTINE DLAED0( ICOMPQ, QSIZ, N, D, E, Q, LDQ, QSTORE, LDQS, $ WORK, IWORK, INFO ) * -* -- 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 .. INTEGER ICOMPQ, INFO, LDQ, LDQS, N, QSIZ diff --git a/SRC/dlaed1.f b/SRC/dlaed1.f index 30e71fa241..74d1fa4870 100644 --- a/SRC/dlaed1.f +++ b/SRC/dlaed1.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -163,10 +161,9 @@ SUBROUTINE DLAED1( N, D, Q, LDQ, INDXQ, RHO, CUTPNT, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CUTPNT, INFO, LDQ, N diff --git a/SRC/dlaed2.f b/SRC/dlaed2.f index fbcc87a880..00240a27d4 100644 --- a/SRC/dlaed2.f +++ b/SRC/dlaed2.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -212,10 +210,9 @@ SUBROUTINE DLAED2( K, N, N1, D, Q, LDQ, INDXQ, RHO, Z, DLAMDA, W, $ Q2, INDX, INDXC, INDXP, COLTYP, INFO ) * -* -- 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 .. INTEGER INFO, K, LDQ, N, N1 diff --git a/SRC/dlaed3.f b/SRC/dlaed3.f index d200fc0a22..5b78031be5 100644 --- a/SRC/dlaed3.f +++ b/SRC/dlaed3.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ SUBROUTINE DLAED3( K, N, N1, D, Q, LDQ, RHO, DLAMDA, Q2, INDX, $ CTOT, W, S, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, K, LDQ, N, N1 diff --git a/SRC/dlaed4.f b/SRC/dlaed4.f index 033438d735..944a25e677 100644 --- a/SRC/dlaed4.f +++ b/SRC/dlaed4.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE DLAED4( N, I, D, Z, DELTA, RHO, DLAM, INFO ) * -* -- 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 .. INTEGER I, INFO, N diff --git a/SRC/dlaed5.f b/SRC/dlaed5.f index 3ea9e401cf..0328f0e629 100644 --- a/SRC/dlaed5.f +++ b/SRC/dlaed5.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -108,10 +106,9 @@ * ===================================================================== SUBROUTINE DLAED5( I, D, Z, DELTA, RHO, DLAM ) * -* -- 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 .. INTEGER I diff --git a/SRC/dlaed6.f b/SRC/dlaed6.f index daa8db39e4..993fab6133 100644 --- a/SRC/dlaed6.f +++ b/SRC/dlaed6.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE DLAED6( KNITER, ORGATI, RHO, D, Z, FINIT, TAU, INFO ) * -* -- 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 .. LOGICAL ORGATI diff --git a/SRC/dlaed7.f b/SRC/dlaed7.f index 9c528added..fcedf2c745 100644 --- a/SRC/dlaed7.f +++ b/SRC/dlaed7.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE DLAED7( ICOMPQ, N, QSIZ, TLVLS, CURLVL, CURPBM, D, Q, $ PERM, GIVPTR, GIVCOL, GIVNUM, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CURLVL, CURPBM, CUTPNT, ICOMPQ, INFO, LDQ, N, diff --git a/SRC/dlaed8.f b/SRC/dlaed8.f index f64679dc05..e4bfadb119 100644 --- a/SRC/dlaed8.f +++ b/SRC/dlaed8.f @@ -228,8 +228,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -243,10 +241,9 @@ SUBROUTINE DLAED8( ICOMPQ, K, N, QSIZ, D, Q, LDQ, INDXQ, RHO, $ CUTPNT, Z, DLAMDA, Q2, LDQ2, W, PERM, GIVPTR, $ GIVCOL, GIVNUM, INDXP, INDX, INFO ) * -* -- 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 .. INTEGER CUTPNT, GIVPTR, ICOMPQ, INFO, K, LDQ, LDQ2, N, diff --git a/SRC/dlaed9.f b/SRC/dlaed9.f index d3be22502a..df954619b2 100644 --- a/SRC/dlaed9.f +++ b/SRC/dlaed9.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -156,10 +154,9 @@ SUBROUTINE DLAED9( K, KSTART, KSTOP, N, D, Q, LDQ, RHO, DLAMDA, W, $ S, LDS, INFO ) * -* -- 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 .. INTEGER INFO, K, KSTART, KSTOP, LDQ, LDS, N diff --git a/SRC/dlaeda.f b/SRC/dlaeda.f index 4ca08a0879..40d689d261 100644 --- a/SRC/dlaeda.f +++ b/SRC/dlaeda.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE DLAEDA( N, TLVLS, CURLVL, CURPBM, PRMPTR, PERM, GIVPTR, $ GIVCOL, GIVNUM, Q, QPTR, Z, ZTEMP, INFO ) * -* -- 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 .. INTEGER CURLVL, CURPBM, INFO, N, TLVLS diff --git a/SRC/dlaein.f b/SRC/dlaein.f index d35e186a1b..8e4c7fea1b 100644 --- a/SRC/dlaein.f +++ b/SRC/dlaein.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAEIN( RIGHTV, NOINIT, N, H, LDH, WR, WI, VR, VI, B, $ LDB, WORK, EPS3, SMLNUM, BIGNUM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL NOINIT, RIGHTV diff --git a/SRC/dlaev2.f b/SRC/dlaev2.f index 4906f1a20c..9e29991a6d 100644 --- a/SRC/dlaev2.f +++ b/SRC/dlaev2.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -120,10 +118,9 @@ * ===================================================================== SUBROUTINE DLAEV2( A, B, C, RT1, RT2, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION A, B, C, CS1, RT1, RT2, SN1 diff --git a/SRC/dlaexc.f b/SRC/dlaexc.f index 674c9e5cf8..b2a27b7776 100644 --- a/SRC/dlaexc.f +++ b/SRC/dlaexc.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAEXC( WANTQ, N, T, LDT, Q, LDQ, J1, N1, N2, WORK, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTQ diff --git a/SRC/dlag2.f b/SRC/dlag2.f index 7f123b2761..81c81a0aad 100644 --- a/SRC/dlag2.f +++ b/SRC/dlag2.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAG2( A, LDA, B, LDB, SAFMIN, SCALE1, SCALE2, WR1, $ WR2, WI ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB diff --git a/SRC/dlag2s.f b/SRC/dlag2s.f index 09e2ac7718..e5a9302238 100644 --- a/SRC/dlag2s.f +++ b/SRC/dlag2s.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAG2S( M, N, A, LDA, SA, LDSA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, LDSA, M, N diff --git a/SRC/dlags2.f b/SRC/dlags2.f index 62a8334617..88caf25a82 100644 --- a/SRC/dlags2.f +++ b/SRC/dlags2.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAGS2( UPPER, A1, A2, A3, B1, B2, B3, CSU, SNU, CSV, $ SNV, CSQ, SNQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL UPPER diff --git a/SRC/dlagtf.f b/SRC/dlagtf.f index b92c84f39f..214bbb7a62 100644 --- a/SRC/dlagtf.f +++ b/SRC/dlagtf.f @@ -149,17 +149,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLAGTF( N, A, LAMBDA, B, C, TOL, D, IN, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dlagtm.f b/SRC/dlagtm.f index bb330e8582..fd443df2b5 100644 --- a/SRC/dlagtm.f +++ b/SRC/dlagtm.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAGTM( TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, $ B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/dlagts.f b/SRC/dlagts.f index cbd35ae14f..092d1764ed 100644 --- a/SRC/dlagts.f +++ b/SRC/dlagts.f @@ -154,17 +154,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, JOB, N diff --git a/SRC/dlagv2.f b/SRC/dlagv2.f index 16c608204a..885fe8a7d8 100644 --- a/SRC/dlagv2.f +++ b/SRC/dlagv2.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -157,10 +155,9 @@ SUBROUTINE DLAGV2( A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, CSL, SNL, $ CSR, SNR ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, LDB diff --git a/SRC/dlahqr.f b/SRC/dlahqr.f index 9a06b7e121..449134b865 100644 --- a/SRC/dlahqr.f +++ b/SRC/dlahqr.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -208,10 +206,9 @@ SUBROUTINE DLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, INFO ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, N diff --git a/SRC/dlahr2.f b/SRC/dlahr2.f index beb9795bea..d517d5a93a 100644 --- a/SRC/dlahr2.f +++ b/SRC/dlahr2.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE DLAHR2( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/dlaic1.f b/SRC/dlaic1.f index e9dc0835ef..ac22d23693 100644 --- a/SRC/dlaic1.f +++ b/SRC/dlaic1.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAIC1( JOB, J, X, SEST, W, GAMMA, SESTPR, S, C ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER J, JOB diff --git a/SRC/dlaisnan.f b/SRC/dlaisnan.f index c2e87d88a0..2caf5fb1d0 100644 --- a/SRC/dlaisnan.f +++ b/SRC/dlaisnan.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION DLAISNAN( DIN1, DIN2 ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION, INTENT(IN) :: DIN1, DIN2 diff --git a/SRC/dlaln2.f b/SRC/dlaln2.f index 0c94ea3082..b21819b056 100644 --- a/SRC/dlaln2.f +++ b/SRC/dlaln2.f @@ -210,18 +210,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLALN2( LTRANS, NA, NW, SMIN, CA, A, LDA, D1, D2, B, $ LDB, WR, WI, X, LDX, SCALE, XNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LTRANS diff --git a/SRC/dlals0.f b/SRC/dlals0.f index d4cff166d6..cfca222806 100644 --- a/SRC/dlals0.f +++ b/SRC/dlals0.f @@ -252,8 +252,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -268,10 +266,9 @@ SUBROUTINE DLALS0( ICOMPQ, NL, NR, SQRE, NRHS, B, LDB, BX, LDBX, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ POLES, DIFL, DIFR, Z, K, C, S, WORK, INFO ) * -* -- 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDB, LDBX, LDGCOL, diff --git a/SRC/dlalsa.f b/SRC/dlalsa.f index b643f11c0b..da8e0fa175 100644 --- a/SRC/dlalsa.f +++ b/SRC/dlalsa.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -267,10 +265,9 @@ SUBROUTINE DLALSA( ICOMPQ, SMLSIZ, N, NRHS, B, LDB, BX, LDBX, U, $ GIVCOL, LDGCOL, PERM, GIVNUM, C, S, WORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDB, LDBX, LDGCOL, LDU, N, NRHS, diff --git a/SRC/dlalsd.f b/SRC/dlalsd.f index 510e0455a6..d22c45dc6e 100644 --- a/SRC/dlalsd.f +++ b/SRC/dlalsd.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -179,10 +177,9 @@ SUBROUTINE DLALSD( UPLO, SMLSIZ, N, NRHS, D, E, B, LDB, RCOND, $ RANK, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dlamrg.f b/SRC/dlamrg.f index de19508e45..80bd354b97 100644 --- a/SRC/dlamrg.f +++ b/SRC/dlamrg.f @@ -92,17 +92,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLAMRG( N1, N2, A, DTRD1, DTRD2, INDEX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER DTRD1, DTRD2, N1, N2 diff --git a/SRC/dlamswlq.f b/SRC/dlamswlq.f index b783a5c55d..b883c3ca47 100644 --- a/SRC/dlamswlq.f +++ b/SRC/dlamswlq.f @@ -195,10 +195,9 @@ SUBROUTINE DLAMSWLQ( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/dlamtsqr.f b/SRC/dlamtsqr.f index 41a0677809..776e24f52b 100644 --- a/SRC/dlamtsqr.f +++ b/SRC/dlamtsqr.f @@ -196,10 +196,9 @@ SUBROUTINE DLAMTSQR( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/dlaneg.f b/SRC/dlaneg.f index 3d13d316bb..2502852eba 100644 --- a/SRC/dlaneg.f +++ b/SRC/dlaneg.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -118,10 +116,9 @@ * ===================================================================== INTEGER FUNCTION DLANEG( N, D, LLD, SIGMA, PIVMIN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER N, R diff --git a/SRC/dlangb.f b/SRC/dlangb.f index 0c4f938f7f..52dad05098 100644 --- a/SRC/dlangb.f +++ b/SRC/dlangb.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANGB( NORM, N, KL, KU, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlange.f b/SRC/dlange.f index 6b32fbefd7..ac5b1403eb 100644 --- a/SRC/dlange.f +++ b/SRC/dlange.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANGE( NORM, M, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlangt.f b/SRC/dlangt.f index c9576c0c3d..61626b0aae 100644 --- a/SRC/dlangt.f +++ b/SRC/dlangt.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANGT( NORM, N, DL, D, DU ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/dlanhs.f b/SRC/dlanhs.f index a859d22164..9a448736a4 100644 --- a/SRC/dlanhs.f +++ b/SRC/dlanhs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANHS( NORM, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlansb.f b/SRC/dlansb.f index a82dc41b1f..dae769b25d 100644 --- a/SRC/dlansb.f +++ b/SRC/dlansb.f @@ -121,18 +121,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANSB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlansf.f b/SRC/dlansf.f index d9b6c5b361..30e4248292 100644 --- a/SRC/dlansf.f +++ b/SRC/dlansf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -209,10 +207,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DLANSF( NORM, TRANSR, UPLO, N, A, WORK ) * -* -- 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 NORM, TRANSR, UPLO diff --git a/SRC/dlansp.f b/SRC/dlansp.f index b6ad1ffcf0..60e74a03d3 100644 --- a/SRC/dlansp.f +++ b/SRC/dlansp.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANSP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlanst.f b/SRC/dlanst.f index e952e2dd21..c5bc7ea038 100644 --- a/SRC/dlanst.f +++ b/SRC/dlanst.f @@ -93,17 +93,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANST( NORM, N, D, E ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/dlansy.f b/SRC/dlansy.f index 87d514c118..4eab8696e9 100644 --- a/SRC/dlansy.f +++ b/SRC/dlansy.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANSY( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlantb.f b/SRC/dlantb.f index 0d46f6cc89..e267d57fc2 100644 --- a/SRC/dlantb.f +++ b/SRC/dlantb.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANTB( NORM, UPLO, DIAG, N, K, AB, $ LDAB, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlantp.f b/SRC/dlantp.f index a7b89dec75..d4b6505ac9 100644 --- a/SRC/dlantp.f +++ b/SRC/dlantp.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANTP( NORM, UPLO, DIAG, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlantr.f b/SRC/dlantr.f index adc7da4c4c..2ce93047e0 100644 --- a/SRC/dlantr.f +++ b/SRC/dlantr.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANTR( NORM, UPLO, DIAG, M, N, A, LDA, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/dlanv2.f b/SRC/dlanv2.f index 1c277c6bb3..204cddd02f 100644 --- a/SRC/dlanv2.f +++ b/SRC/dlanv2.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE DLANV2( A, B, C, D, RT1R, RT1I, RT2R, RT2I, CS, SN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION A, B, C, CS, D, RT1I, RT1R, RT2I, RT2R, SN diff --git a/SRC/dlaorhr_col_getrfnp.f b/SRC/dlaorhr_col_getrfnp.f index 6a7c629e89..706bfa9b13 100644 --- a/SRC/dlaorhr_col_getrfnp.f +++ b/SRC/dlaorhr_col_getrfnp.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ SUBROUTINE DLAORHR_COL_GETRFNP( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dlaorhr_col_getrfnp2.f b/SRC/dlaorhr_col_getrfnp2.f index 16c68985ad..c424ca660d 100644 --- a/SRC/dlaorhr_col_getrfnp2.f +++ b/SRC/dlaorhr_col_getrfnp2.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleGEcomputational * *> \par Contributors: @@ -168,10 +166,9 @@ RECURSIVE SUBROUTINE DLAORHR_COL_GETRFNP2( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/dlapll.f b/SRC/dlapll.f index e8fb73385a..1cc15fb994 100644 --- a/SRC/dlapll.f +++ b/SRC/dlapll.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAPLL( N, X, INCX, Y, INCY, SSMIN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/dlapmr.f b/SRC/dlapmr.f index 257eb61c76..294272b688 100644 --- a/SRC/dlapmr.f +++ b/SRC/dlapmr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAPMR( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/dlapmt.f b/SRC/dlapmt.f index b322e7ac52..19530885cf 100644 --- a/SRC/dlapmt.f +++ b/SRC/dlapmt.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAPMT( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/dlapy2.f b/SRC/dlapy2.f index bc01829a24..066a11028d 100644 --- a/SRC/dlapy2.f +++ b/SRC/dlapy2.f @@ -56,17 +56,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAPY2( X, Y ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION X, Y diff --git a/SRC/dlapy3.f b/SRC/dlapy3.f index 3bbba88875..3d356822f3 100644 --- a/SRC/dlapy3.f +++ b/SRC/dlapy3.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION X, Y, Z diff --git a/SRC/dlaqgb.f b/SRC/dlaqgb.f index 3c9fac0d3f..a13124f1e9 100644 --- a/SRC/dlaqgb.f +++ b/SRC/dlaqgb.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGBauxiliary * * ===================================================================== SUBROUTINE DLAQGB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/dlaqge.f b/SRC/dlaqge.f index a9852541a3..e9324cec8e 100644 --- a/SRC/dlaqge.f +++ b/SRC/dlaqge.f @@ -134,18 +134,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEauxiliary * * ===================================================================== SUBROUTINE DLAQGE( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/dlaqp2.f b/SRC/dlaqp2.f index b6351e04c9..b99de6d7d5 100644 --- a/SRC/dlaqp2.f +++ b/SRC/dlaqp2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -149,10 +147,9 @@ SUBROUTINE DLAQP2( M, N, OFFSET, A, LDA, JPVT, TAU, VN1, VN2, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, M, N, OFFSET diff --git a/SRC/dlaqps.f b/SRC/dlaqps.f index 0009de9516..dda8278bb8 100644 --- a/SRC/dlaqps.f +++ b/SRC/dlaqps.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -177,10 +175,9 @@ SUBROUTINE DLAQPS( M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1, $ VN2, AUXV, F, LDF ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KB, LDA, LDF, M, N, NB, OFFSET diff --git a/SRC/dlaqr0.f b/SRC/dlaqr0.f index a249c04da3..c7eb7ae133 100644 --- a/SRC/dlaqr0.f +++ b/SRC/dlaqr0.f @@ -248,18 +248,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAQR0( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/dlaqr1.f b/SRC/dlaqr1.f index 4ccf997e79..f411ac9556 100644 --- a/SRC/dlaqr1.f +++ b/SRC/dlaqr1.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -121,10 +119,9 @@ * ===================================================================== SUBROUTINE DLAQR1( N, H, LDH, SR1, SI1, SR2, SI2, V ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION SI1, SI2, SR1, SR2 diff --git a/SRC/dlaqr2.f b/SRC/dlaqr2.f index 01fdf30469..515c836582 100644 --- a/SRC/dlaqr2.f +++ b/SRC/dlaqr2.f @@ -263,8 +263,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -278,10 +276,9 @@ SUBROUTINE DLAQR2( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T, $ LDT, NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/dlaqr3.f b/SRC/dlaqr3.f index 1dbf55c9e6..36e08f02e8 100644 --- a/SRC/dlaqr3.f +++ b/SRC/dlaqr3.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -275,10 +273,9 @@ SUBROUTINE DLAQR3( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T, $ LDT, NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/dlaqr4.f b/SRC/dlaqr4.f index 303ce9cd81..1475f7a90a 100644 --- a/SRC/dlaqr4.f +++ b/SRC/dlaqr4.f @@ -237,8 +237,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -263,10 +261,9 @@ SUBROUTINE DLAQR4( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/dlaqr5.f b/SRC/dlaqr5.f index 12e7db637f..0c63ab8000 100644 --- a/SRC/dlaqr5.f +++ b/SRC/dlaqr5.f @@ -233,8 +233,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2021 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -266,10 +264,9 @@ SUBROUTINE DLAQR5( WANTT, WANTZ, KACC22, N, KTOP, KBOT, NSHFTS, $ LDU, NV, WV, LDWV, NH, WH, LDWH ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV, diff --git a/SRC/dlaqsb.f b/SRC/dlaqsb.f index 3a6ef70aa3..3ea4aa8be7 100644 --- a/SRC/dlaqsb.f +++ b/SRC/dlaqsb.f @@ -133,17 +133,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAQSB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/dlaqsp.f b/SRC/dlaqsp.f index 5f25d1e303..dcd122e49d 100644 --- a/SRC/dlaqsp.f +++ b/SRC/dlaqsp.f @@ -118,17 +118,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAQSP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/dlaqsy.f b/SRC/dlaqsy.f index a3ed114678..cc708180ac 100644 --- a/SRC/dlaqsy.f +++ b/SRC/dlaqsy.f @@ -126,17 +126,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYauxiliary * * ===================================================================== SUBROUTINE DLAQSY( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/dlaqtr.f b/SRC/dlaqtr.f index 71c441fa3b..cc901d65f8 100644 --- a/SRC/dlaqtr.f +++ b/SRC/dlaqtr.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAQTR( LTRAN, LREAL, N, T, LDT, B, W, SCALE, X, WORK, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LREAL, LTRAN diff --git a/SRC/dlar1v.f b/SRC/dlar1v.f index 3fa7178cf1..df836c34db 100644 --- a/SRC/dlar1v.f +++ b/SRC/dlar1v.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -230,10 +228,9 @@ SUBROUTINE DLAR1V( N, B1, BN, LAMBDA, D, L, LD, LLD, $ PIVMIN, GAPTOL, Z, WANTNC, NEGCNT, ZTZ, MINGMA, $ R, ISUPPZ, NRMINV, RESID, RQCORR, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTNC diff --git a/SRC/dlar2v.f b/SRC/dlar2v.f index 32c77bf70e..c763e997ac 100644 --- a/SRC/dlar2v.f +++ b/SRC/dlar2v.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAR2V( N, X, Y, Z, INCX, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, N diff --git a/SRC/dlarf.f b/SRC/dlarf.f index e99d0bb2a9..ed21638645 100644 --- a/SRC/dlarf.f +++ b/SRC/dlarf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/dlarfb.f b/SRC/dlarfb.f index e636412134..a3fa083b43 100644 --- a/SRC/dlarfb.f +++ b/SRC/dlarfb.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2013 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -197,10 +195,9 @@ SUBROUTINE DLARFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, $ T, LDT, C, LDC, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2013 * * .. Scalar Arguments .. CHARACTER DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/dlarfb_gett.f b/SRC/dlarfb_gett.f index b2010c4703..10ab6461ef 100644 --- a/SRC/dlarfb_gett.f +++ b/SRC/dlarfb_gett.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -393,10 +391,9 @@ SUBROUTINE DLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB, $ WORK, LDWORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.10.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. CHARACTER IDENT diff --git a/SRC/dlarfg.f b/SRC/dlarfg.f index be33f932ca..9bfb45a6b0 100644 --- a/SRC/dlarfg.f +++ b/SRC/dlarfg.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARFG( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/dlarfgp.f b/SRC/dlarfgp.f index d040a8c7bc..69845056d4 100644 --- a/SRC/dlarfgp.f +++ b/SRC/dlarfgp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARFGP( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/dlarft.f b/SRC/dlarft.f index e69a6b792e..a8d9de61f1 100644 --- a/SRC/dlarft.f +++ b/SRC/dlarft.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -163,10 +161,9 @@ * ===================================================================== SUBROUTINE DLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, STOREV diff --git a/SRC/dlarfx.f b/SRC/dlarfx.f index a9e4496f99..e7665f9866 100644 --- a/SRC/dlarfx.f +++ b/SRC/dlarfx.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/dlarfy.f b/SRC/dlarfy.f index 3000b38bc4..d0c3c8b8ac 100644 --- a/SRC/dlarfy.f +++ b/SRC/dlarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/SRC/dlargv.f b/SRC/dlargv.f index f28bcecd3f..90a4f8d544 100644 --- a/SRC/dlargv.f +++ b/SRC/dlargv.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARGV( N, X, INCX, Y, INCY, C, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/dlarnv.f b/SRC/dlarnv.f index af52f010c4..3557d215c1 100644 --- a/SRC/dlarnv.f +++ b/SRC/dlarnv.f @@ -79,8 +79,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -97,10 +95,9 @@ * ===================================================================== SUBROUTINE DLARNV( IDIST, ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, N diff --git a/SRC/dlarra.f b/SRC/dlarra.f index 7406a8f98c..2fb30cd762 100644 --- a/SRC/dlarra.f +++ b/SRC/dlarra.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE DLARRA( N, D, E, E2, SPLTOL, TNRM, $ NSPLIT, ISPLIT, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, N, NSPLIT diff --git a/SRC/dlarrb.f b/SRC/dlarrb.f index ddf3888b9c..839b1d41ba 100644 --- a/SRC/dlarrb.f +++ b/SRC/dlarrb.f @@ -178,8 +178,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -196,10 +194,9 @@ SUBROUTINE DLARRB( N, D, LLD, IFIRST, ILAST, RTOL1, $ RTOL2, OFFSET, W, WGAP, WERR, WORK, IWORK, $ PIVMIN, SPDIAM, TWIST, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IFIRST, ILAST, INFO, N, OFFSET, TWIST diff --git a/SRC/dlarrc.f b/SRC/dlarrc.f index 093bfa02c8..5193e05625 100644 --- a/SRC/dlarrc.f +++ b/SRC/dlarrc.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -137,10 +135,9 @@ SUBROUTINE DLARRC( JOBT, N, VL, VU, D, E, PIVMIN, $ EIGCNT, LCNT, RCNT, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBT diff --git a/SRC/dlarrd.f b/SRC/dlarrd.f index 5cc1052617..08dfd02c30 100644 --- a/SRC/dlarrd.f +++ b/SRC/dlarrd.f @@ -319,8 +319,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== @@ -329,10 +327,9 @@ SUBROUTINE DLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS, $ M, W, WERR, WL, WU, IBLOCK, INDEXW, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ORDER, RANGE diff --git a/SRC/dlarre.f b/SRC/dlarre.f index ce55442e2e..2d6ac8e358 100644 --- a/SRC/dlarre.f +++ b/SRC/dlarre.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -305,10 +303,9 @@ SUBROUTINE DLARRE( RANGE, N, VL, VU, IL, IU, D, E, E2, $ W, WERR, WGAP, IBLOCK, INDEXW, GERS, PIVMIN, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER RANGE diff --git a/SRC/dlarrf.f b/SRC/dlarrf.f index f814ee1b4d..a496e1b2d8 100644 --- a/SRC/dlarrf.f +++ b/SRC/dlarrf.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -193,10 +191,9 @@ SUBROUTINE DLARRF( N, D, L, LD, CLSTRT, CLEND, $ SPDIAM, CLGAPL, CLGAPR, PIVMIN, SIGMA, $ DPLUS, LPLUS, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CLSTRT, CLEND, INFO, N diff --git a/SRC/dlarrj.f b/SRC/dlarrj.f index a4bfb210ce..f6abd84e7f 100644 --- a/SRC/dlarrj.f +++ b/SRC/dlarrj.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -168,10 +166,9 @@ SUBROUTINE DLARRJ( N, D, E2, IFIRST, ILAST, $ RTOL, OFFSET, W, WERR, WORK, IWORK, $ PIVMIN, SPDIAM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IFIRST, ILAST, INFO, N, OFFSET diff --git a/SRC/dlarrk.f b/SRC/dlarrk.f index e92fe727e6..6c56a9baba 100644 --- a/SRC/dlarrk.f +++ b/SRC/dlarrk.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARRK( N, IW, GL, GU, $ D, E2, PIVMIN, RELTOL, W, WERR, INFO) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, IW, N diff --git a/SRC/dlarrr.f b/SRC/dlarrr.f index 7aa22476b1..f1aad96c4a 100644 --- a/SRC/dlarrr.f +++ b/SRC/dlarrr.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -94,10 +92,9 @@ * ===================================================================== SUBROUTINE DLARRR( N, D, E, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, INFO diff --git a/SRC/dlarrv.f b/SRC/dlarrv.f index 4a59a2bbf9..b036c1e660 100644 --- a/SRC/dlarrv.f +++ b/SRC/dlarrv.f @@ -272,8 +272,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Contributors: @@ -292,10 +290,9 @@ SUBROUTINE DLARRV( N, VL, VU, D, L, PIVMIN, $ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER DOL, DOU, INFO, LDZ, M, N diff --git a/SRC/dlarscl2.f b/SRC/dlarscl2.f index 1b5ea53841..2468e2702d 100644 --- a/SRC/dlarscl2.f +++ b/SRC/dlarscl2.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLARSCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/dlartg.f b/SRC/dlartg.f index dc49986a0f..453bbe78ad 100644 --- a/SRC/dlartg.f +++ b/SRC/dlartg.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARTG( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION CS, F, G, R, SN diff --git a/SRC/dlartgp.f b/SRC/dlartgp.f index 334e416e8c..8aeb2edbb8 100644 --- a/SRC/dlartgp.f +++ b/SRC/dlartgp.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARTGP( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION CS, F, G, R, SN diff --git a/SRC/dlartgs.f b/SRC/dlartgs.f index 29a9eb07d1..2310df87fa 100644 --- a/SRC/dlartgs.f +++ b/SRC/dlartgs.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION CS, SIGMA, SN, X, Y diff --git a/SRC/dlartv.f b/SRC/dlartv.f index dca1cb7dcc..85f5136cd5 100644 --- a/SRC/dlartv.f +++ b/SRC/dlartv.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLARTV( N, X, INCX, Y, INCY, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/dlaruv.f b/SRC/dlaruv.f index a903c186cb..0f5c9541de 100644 --- a/SRC/dlaruv.f +++ b/SRC/dlaruv.f @@ -72,8 +72,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -95,10 +93,9 @@ * ===================================================================== SUBROUTINE DLARUV( ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER N diff --git a/SRC/dlarz.f b/SRC/dlarz.f index 73dc3f50df..2c628a7f51 100644 --- a/SRC/dlarz.f +++ b/SRC/dlarz.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE DLARZ( SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/dlarzb.f b/SRC/dlarzb.f index e34eef937f..d7b8fd2c19 100644 --- a/SRC/dlarzb.f +++ b/SRC/dlarzb.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -183,10 +181,9 @@ SUBROUTINE DLARZB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, $ LDV, T, LDT, C, LDC, WORK, LDWORK ) * -* -- 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/dlarzt.f b/SRC/dlarzt.f index 5925569108..f24b690a40 100644 --- a/SRC/dlarzt.f +++ b/SRC/dlarzt.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE DLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- 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 DIRECT, STOREV diff --git a/SRC/dlas2.f b/SRC/dlas2.f index 83873bc612..ea929e86f7 100644 --- a/SRC/dlas2.f +++ b/SRC/dlas2.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -107,10 +105,9 @@ * ===================================================================== SUBROUTINE DLAS2( F, G, H, SSMIN, SSMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION F, G, H, SSMAX, SSMIN diff --git a/SRC/dlascl.f b/SRC/dlascl.f index 03e1000a87..05ad1c4f3c 100644 --- a/SRC/dlascl.f +++ b/SRC/dlascl.f @@ -136,17 +136,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TYPE diff --git a/SRC/dlascl2.f b/SRC/dlascl2.f index ae88075305..901e43c494 100644 --- a/SRC/dlascl2.f +++ b/SRC/dlascl2.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLASCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/dlasd0.f b/SRC/dlasd0.f index 522ca9adc9..215dc87171 100644 --- a/SRC/dlasd0.f +++ b/SRC/dlasd0.f @@ -136,8 +136,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -150,10 +148,9 @@ SUBROUTINE DLASD0( N, SQRE, D, E, U, LDU, VT, LDVT, SMLSIZ, IWORK, $ WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDU, LDVT, N, SMLSIZ, SQRE diff --git a/SRC/dlasd1.f b/SRC/dlasd1.f index fe8aad9597..f17bf94853 100644 --- a/SRC/dlasd1.f +++ b/SRC/dlasd1.f @@ -190,8 +190,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE DLASD1( NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT, $ IDXQ, IWORK, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDU, LDVT, NL, NR, SQRE diff --git a/SRC/dlasd2.f b/SRC/dlasd2.f index 87a1543423..378faa6813 100644 --- a/SRC/dlasd2.f +++ b/SRC/dlasd2.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -269,10 +267,9 @@ SUBROUTINE DLASD2( NL, NR, SQRE, K, D, Z, ALPHA, BETA, U, LDU, VT, $ LDVT, DSIGMA, U2, LDU2, VT2, LDVT2, IDXP, IDX, $ IDXC, IDXQ, COLTYP, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, K, LDU, LDU2, LDVT, LDVT2, NL, NR, SQRE diff --git a/SRC/dlasd3.f b/SRC/dlasd3.f index 7662be3e7c..df939efc54 100644 --- a/SRC/dlasd3.f +++ b/SRC/dlasd3.f @@ -209,8 +209,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -224,10 +222,9 @@ SUBROUTINE DLASD3( NL, NR, SQRE, K, D, Q, LDQ, DSIGMA, U, LDU, U2, $ LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR, diff --git a/SRC/dlasd4.f b/SRC/dlasd4.f index 8b4a8762c8..acfd896b3b 100644 --- a/SRC/dlasd4.f +++ b/SRC/dlasd4.f @@ -140,8 +140,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -153,10 +151,9 @@ * ===================================================================== SUBROUTINE DLASD4( N, I, D, Z, DELTA, RHO, SIGMA, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER I, INFO, N diff --git a/SRC/dlasd5.f b/SRC/dlasd5.f index 4896ba6b97..645c2fdc3e 100644 --- a/SRC/dlasd5.f +++ b/SRC/dlasd5.f @@ -103,8 +103,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -116,10 +114,9 @@ * ===================================================================== SUBROUTINE DLASD5( I, D, Z, DELTA, RHO, DSIGMA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER I diff --git a/SRC/dlasd6.f b/SRC/dlasd6.f index 5cab78a070..51e67588dd 100644 --- a/SRC/dlasd6.f +++ b/SRC/dlasd6.f @@ -297,8 +297,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -313,10 +311,9 @@ SUBROUTINE DLASD6( ICOMPQ, NL, NR, SQRE, D, VF, VL, ALPHA, BETA, $ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK, $ IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, diff --git a/SRC/dlasd7.f b/SRC/dlasd7.f index 66f665cf88..ff9ba4c36a 100644 --- a/SRC/dlasd7.f +++ b/SRC/dlasd7.f @@ -264,8 +264,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -280,10 +278,9 @@ SUBROUTINE DLASD7( ICOMPQ, NL, NR, SQRE, K, D, Z, ZW, VF, VFW, VL, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ C, S, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, diff --git a/SRC/dlasd8.f b/SRC/dlasd8.f index fc5c48c528..a769bdb22e 100644 --- a/SRC/dlasd8.f +++ b/SRC/dlasd8.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE DLASD8( ICOMPQ, K, D, Z, VF, VL, DIFL, DIFR, LDDIFR, $ DSIGMA, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, K, LDDIFR diff --git a/SRC/dlasda.f b/SRC/dlasda.f index f41a108b80..3e169a4edb 100644 --- a/SRC/dlasda.f +++ b/SRC/dlasda.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -273,10 +271,9 @@ SUBROUTINE DLASDA( ICOMPQ, SMLSIZ, N, SQRE, D, E, U, LDU, VT, K, $ DIFL, DIFR, Z, POLES, GIVPTR, GIVCOL, LDGCOL, $ PERM, GIVNUM, C, S, WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE diff --git a/SRC/dlasdq.f b/SRC/dlasdq.f index e7d3575a98..0c39b24f0d 100644 --- a/SRC/dlasdq.f +++ b/SRC/dlasdq.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -211,10 +209,9 @@ SUBROUTINE DLASDQ( UPLO, SQRE, N, NCVT, NRU, NCC, D, E, VT, LDVT, $ U, LDU, C, LDC, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dlasdt.f b/SRC/dlasdt.f index 37da2d035e..0d9999ea62 100644 --- a/SRC/dlasdt.f +++ b/SRC/dlasdt.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -105,10 +103,9 @@ * ===================================================================== SUBROUTINE DLASDT( N, LVL, ND, INODE, NDIML, NDIMR, MSUB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LVL, MSUB, N, ND diff --git a/SRC/dlaset.f b/SRC/dlaset.f index 3a0c469a3c..625c757b6b 100644 --- a/SRC/dlaset.f +++ b/SRC/dlaset.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dlasq1.f b/SRC/dlasq1.f index 468676eebd..27fa30736e 100644 --- a/SRC/dlasq1.f +++ b/SRC/dlasq1.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLASQ1( N, D, E, WORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dlasq2.f b/SRC/dlasq2.f index 8e11637a3a..608ca7a619 100644 --- a/SRC/dlasq2.f +++ b/SRC/dlasq2.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -112,10 +110,9 @@ * ===================================================================== SUBROUTINE DLASQ2( N, Z, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dlasq3.f b/SRC/dlasq3.f index c095bdbbb5..e4bdafe06e 100644 --- a/SRC/dlasq3.f +++ b/SRC/dlasq3.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== @@ -182,10 +180,9 @@ SUBROUTINE DLASQ3( I0, N0, Z, PP, DMIN, SIGMA, DESIG, QMAX, NFAIL, $ ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1, $ DN2, G, TAU ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL IEEE diff --git a/SRC/dlasq4.f b/SRC/dlasq4.f index d4ddbbc7b2..2652ddb2ba 100644 --- a/SRC/dlasq4.f +++ b/SRC/dlasq4.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ SUBROUTINE DLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN, $ DN1, DN2, TAU, TTYPE, G ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER I0, N0, N0IN, PP, TTYPE diff --git a/SRC/dlasq5.f b/SRC/dlasq5.f index 3812c879fa..5679ab60a5 100644 --- a/SRC/dlasq5.f +++ b/SRC/dlasq5.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLASQ5( I0, N0, Z, PP, TAU, SIGMA, DMIN, DMIN1, DMIN2, $ DN, DNM1, DNM2, IEEE, EPS ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL IEEE diff --git a/SRC/dlasq6.f b/SRC/dlasq6.f index d871386bdb..9218b5060e 100644 --- a/SRC/dlasq6.f +++ b/SRC/dlasq6.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLASQ6( I0, N0, Z, PP, DMIN, DMIN1, DMIN2, DN, $ DNM1, DNM2 ) * -* -- 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 .. INTEGER I0, N0, PP diff --git a/SRC/dlasr.f b/SRC/dlasr.f index f707970e49..dd0cedd85e 100644 --- a/SRC/dlasr.f +++ b/SRC/dlasr.f @@ -192,17 +192,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, PIVOT, SIDE diff --git a/SRC/dlasrt.f b/SRC/dlasrt.f index 4705311d78..d789239e3d 100644 --- a/SRC/dlasrt.f +++ b/SRC/dlasrt.f @@ -81,17 +81,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DLASRT( ID, N, D, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ID diff --git a/SRC/dlassq.f b/SRC/dlassq.f index 5922360f99..5c24d00350 100644 --- a/SRC/dlassq.f +++ b/SRC/dlassq.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASSQ( N, X, INCX, SCALE, SUMSQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/dlasv2.f b/SRC/dlasv2.f index 9371d6d3b2..64a06dee1a 100644 --- a/SRC/dlasv2.f +++ b/SRC/dlasv2.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE DLASV2( F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION CSL, CSR, F, G, H, SNL, SNR, SSMAX, SSMIN diff --git a/SRC/dlaswlq.f b/SRC/dlaswlq.f index 97205e1824..0d7224eb89 100644 --- a/SRC/dlaswlq.f +++ b/SRC/dlaswlq.f @@ -162,10 +162,9 @@ SUBROUTINE DLASWLQ( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LWORK, LDT diff --git a/SRC/dlaswp.f b/SRC/dlaswp.f index 202fd8df1b..b35729a205 100644 --- a/SRC/dlaswp.f +++ b/SRC/dlaswp.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE DLASWP( N, A, LDA, K1, K2, IPIV, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INCX, K1, K2, LDA, N diff --git a/SRC/dlasy2.f b/SRC/dlasy2.f index 2afad2be08..18245202cc 100644 --- a/SRC/dlasy2.f +++ b/SRC/dlasy2.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYauxiliary * * ===================================================================== SUBROUTINE DLASY2( LTRANL, LTRANR, ISGN, N1, N2, TL, LDTL, TR, $ LDTR, B, LDB, SCALE, X, LDX, XNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL LTRANL, LTRANR diff --git a/SRC/dlasyf.f b/SRC/dlasyf.f index de705e4ab0..3064f5e1e4 100644 --- a/SRC/dlasyf.f +++ b/SRC/dlasyf.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ * ===================================================================== SUBROUTINE DLASYF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dlasyf_aa.f b/SRC/dlasyf_aa.f index 793537e04e..f6b01ea6c0 100644 --- a/SRC/dlasyf_aa.f +++ b/SRC/dlasyf_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DLASYF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dlasyf_rk.f b/SRC/dlasyf_rk.f index d581eeedc4..1a0117738f 100644 --- a/SRC/dlasyf_rk.f +++ b/SRC/dlasyf_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE DLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/dlasyf_rook.f b/SRC/dlasyf_rook.f index 5570321045..03bcd91a34 100644 --- a/SRC/dlasyf_rook.f +++ b/SRC/dlasyf_rook.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE DLASYF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dlat2s.f b/SRC/dlat2s.f index fa6cc5d57b..3d00fe0a37 100644 --- a/SRC/dlat2s.f +++ b/SRC/dlat2s.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAT2S( UPLO, N, A, LDA, SA, LDSA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dlatbs.f b/SRC/dlatbs.f index 1489d53d06..4b71d53994 100644 --- a/SRC/dlatbs.f +++ b/SRC/dlatbs.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -242,10 +240,9 @@ SUBROUTINE DLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, $ SCALE, CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/dlatdf.f b/SRC/dlatdf.f index 8001e08302..bb285c4956 100644 --- a/SRC/dlatdf.f +++ b/SRC/dlatdf.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -171,10 +169,9 @@ SUBROUTINE DLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV, $ JPIV ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IJOB, LDZ, N diff --git a/SRC/dlatps.f b/SRC/dlatps.f index c340578f74..0aead85563 100644 --- a/SRC/dlatps.f +++ b/SRC/dlatps.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -229,10 +227,9 @@ SUBROUTINE DLATPS( UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/dlatrd.f b/SRC/dlatrd.f index a1df43e48a..010a85a212 100644 --- a/SRC/dlatrd.f +++ b/SRC/dlatrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -198,10 +196,9 @@ * ===================================================================== SUBROUTINE DLATRD( UPLO, N, NB, A, LDA, E, TAU, W, LDW ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dlatrs.f b/SRC/dlatrs.f index 5ad5f66c55..43f92911d7 100644 --- a/SRC/dlatrs.f +++ b/SRC/dlatrs.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -238,10 +236,9 @@ SUBROUTINE DLATRS( UPLO, TRANS, DIAG, NORMIN, N, A, LDA, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/dlatrz.f b/SRC/dlatrz.f index 8fbe87585c..42b3171313 100644 --- a/SRC/dlatrz.f +++ b/SRC/dlatrz.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE DLATRZ( M, N, L, A, LDA, TAU, WORK ) * -* -- 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 .. INTEGER L, LDA, M, N diff --git a/SRC/dlatsqr.f b/SRC/dlatsqr.f index cf4aade834..a7e8f8fe8e 100644 --- a/SRC/dlatsqr.f +++ b/SRC/dlatsqr.f @@ -164,10 +164,9 @@ SUBROUTINE DLATSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LDT, LWORK diff --git a/SRC/dlauu2.f b/SRC/dlauu2.f index 59cff25614..a026d96de1 100644 --- a/SRC/dlauu2.f +++ b/SRC/dlauu2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAUU2( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dlauum.f b/SRC/dlauum.f index 31b1ddd06f..b832eaa869 100644 --- a/SRC/dlauum.f +++ b/SRC/dlauum.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLAUUM( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dopgtr.f b/SRC/dopgtr.f index 0e061b219f..214030ffbe 100644 --- a/SRC/dopgtr.f +++ b/SRC/dopgtr.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DOPGTR( UPLO, N, AP, TAU, Q, LDQ, WORK, INFO ) * -* -- 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 diff --git a/SRC/dopmtr.f b/SRC/dopmtr.f index dd9286b351..c18074deca 100644 --- a/SRC/dopmtr.f +++ b/SRC/dopmtr.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DOPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, $ INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/dorbdb.f b/SRC/dorbdb.f index d616579945..3edfda6b84 100644 --- a/SRC/dorbdb.f +++ b/SRC/dorbdb.f @@ -255,8 +255,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -287,10 +285,9 @@ SUBROUTINE DORBDB( TRANS, SIGNS, M, P, Q, X11, LDX11, X12, LDX12, $ X21, LDX21, X22, LDX22, THETA, PHI, TAUP1, $ TAUP2, TAUQ1, TAUQ2, WORK, LWORK, INFO ) * -* -- 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 SIGNS, TRANS diff --git a/SRC/dorbdb1.f b/SRC/dorbdb1.f index 675028acd3..dae18f5df5 100644 --- a/SRC/dorbdb1.f +++ b/SRC/dorbdb1.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -203,10 +201,9 @@ SUBROUTINE DORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/dorbdb2.f b/SRC/dorbdb2.f index ea43d4fcb7..64e4645bcc 100644 --- a/SRC/dorbdb2.f +++ b/SRC/dorbdb2.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -202,10 +200,9 @@ SUBROUTINE DORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/dorbdb3.f b/SRC/dorbdb3.f index f5667b43b4..7b37279560 100644 --- a/SRC/dorbdb3.f +++ b/SRC/dorbdb3.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ SUBROUTINE DORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/dorbdb4.f b/SRC/dorbdb4.f index ff141b99fa..a09568415d 100644 --- a/SRC/dorbdb4.f +++ b/SRC/dorbdb4.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -213,10 +211,9 @@ SUBROUTINE DORBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/dorbdb5.f b/SRC/dorbdb5.f index 313c6d5ed6..6e057a05f8 100644 --- a/SRC/dorbdb5.f +++ b/SRC/dorbdb5.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORBDB5( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/dorbdb6.f b/SRC/dorbdb6.f index c92c9fede4..fac52f760d 100644 --- a/SRC/dorbdb6.f +++ b/SRC/dorbdb6.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/dorcsd.f b/SRC/dorcsd.f index f0284ce6eb..86463bd9b3 100644 --- a/SRC/dorcsd.f +++ b/SRC/dorcsd.f @@ -289,8 +289,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== @@ -300,10 +298,9 @@ RECURSIVE SUBROUTINE DORCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, $ U1, LDU1, U2, LDU2, V1T, LDV1T, V2T, $ LDV2T, WORK, LWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS diff --git a/SRC/dorcsd2by1.f b/SRC/dorcsd2by1.f index 68c30c7652..06bf53db16 100644 --- a/SRC/dorcsd2by1.f +++ b/SRC/dorcsd2by1.f @@ -224,8 +224,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== @@ -236,7 +234,6 @@ SUBROUTINE DORCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11, * -- LAPACK computational routine (3.5.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T diff --git a/SRC/dorg2l.f b/SRC/dorg2l.f index 36ff4e5d4b..0a42d4cf5a 100644 --- a/SRC/dorg2l.f +++ b/SRC/dorg2l.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORG2L( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/dorg2r.f b/SRC/dorg2r.f index 4b71011a9f..c64ad4b0ac 100644 --- a/SRC/dorg2r.f +++ b/SRC/dorg2r.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORG2R( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/dorgbr.f b/SRC/dorgbr.f index cfebda5abd..d493da74d6 100644 --- a/SRC/dorgbr.f +++ b/SRC/dorgbr.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleGBcomputational * * ===================================================================== SUBROUTINE DORGBR( VECT, M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER VECT diff --git a/SRC/dorghr.f b/SRC/dorghr.f index 7f60c68540..2feb39b5aa 100644 --- a/SRC/dorghr.f +++ b/SRC/dorghr.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGHR( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/dorgl2.f b/SRC/dorgl2.f index 5d8985d758..ce1d2c6750 100644 --- a/SRC/dorgl2.f +++ b/SRC/dorgl2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGL2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/dorglq.f b/SRC/dorglq.f index 912b5de84e..8c37c18b75 100644 --- a/SRC/dorglq.f +++ b/SRC/dorglq.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGLQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/dorgql.f b/SRC/dorgql.f index ea12be91b1..45e5bf19f1 100644 --- a/SRC/dorgql.f +++ b/SRC/dorgql.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGQL( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/dorgqr.f b/SRC/dorgqr.f index 628eeacba7..a41ce7ed56 100644 --- a/SRC/dorgqr.f +++ b/SRC/dorgqr.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGQR( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/dorgr2.f b/SRC/dorgr2.f index 7c5dce1d7a..5244c85fd0 100644 --- a/SRC/dorgr2.f +++ b/SRC/dorgr2.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGR2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/dorgrq.f b/SRC/dorgrq.f index b76fb37ed7..7e09f94e5b 100644 --- a/SRC/dorgrq.f +++ b/SRC/dorgrq.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGRQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/dorgtr.f b/SRC/dorgtr.f index 72623eac06..0a0ab15a78 100644 --- a/SRC/dorgtr.f +++ b/SRC/dorgtr.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORGTR( UPLO, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/dorgtsqr.f b/SRC/dorgtsqr.f index 59df5d2c74..efc4b5b965 100644 --- a/SRC/dorgtsqr.f +++ b/SRC/dorgtsqr.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ SUBROUTINE DORGTSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/dorgtsqr_row.f b/SRC/dorgtsqr_row.f index 45d2691327..94f8b01206 100644 --- a/SRC/dorgtsqr_row.f +++ b/SRC/dorgtsqr_row.f @@ -169,8 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -189,10 +187,9 @@ SUBROUTINE DORGTSQR_ROW( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/dorhr_col.f b/SRC/dorhr_col.f index 0dd62d43df..794ecab78e 100644 --- a/SRC/dorhr_col.f +++ b/SRC/dorhr_col.f @@ -241,8 +241,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE DORHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/dorm22.f b/SRC/dorm22.f index aac47109df..7a25660404 100644 --- a/SRC/dorm22.f +++ b/SRC/dorm22.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE DORM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/dorm2l.f b/SRC/dorm2l.f index 1014cb2378..c99039c541 100644 --- a/SRC/dorm2l.f +++ b/SRC/dorm2l.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORM2L( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dorm2r.f b/SRC/dorm2r.f index 632b70e740..ac88eec8dc 100644 --- a/SRC/dorm2r.f +++ b/SRC/dorm2r.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORM2R( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormbr.f b/SRC/dormbr.f index f035d0ae66..e2ee448961 100644 --- a/SRC/dormbr.f +++ b/SRC/dormbr.f @@ -187,18 +187,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMBR( VECT, SIDE, TRANS, M, N, K, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, VECT diff --git a/SRC/dormhr.f b/SRC/dormhr.f index d1e214e0f2..57f4f51846 100644 --- a/SRC/dormhr.f +++ b/SRC/dormhr.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMHR( SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dorml2.f b/SRC/dorml2.f index 2c55c7f1fd..a9ddd460d8 100644 --- a/SRC/dorml2.f +++ b/SRC/dorml2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORML2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormlq.f b/SRC/dormlq.f index bb5469d273..98d0f016fd 100644 --- a/SRC/dormlq.f +++ b/SRC/dormlq.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMLQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormql.f b/SRC/dormql.f index 7d2b5d6c32..fb8d619800 100644 --- a/SRC/dormql.f +++ b/SRC/dormql.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMQL( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormqr.f b/SRC/dormqr.f index 7f2ebb9ace..0500471f98 100644 --- a/SRC/dormqr.f +++ b/SRC/dormqr.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMQR( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormr2.f b/SRC/dormr2.f index 129ee1b494..8f15c6eb4d 100644 --- a/SRC/dormr2.f +++ b/SRC/dormr2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMR2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormr3.f b/SRC/dormr3.f index 5f20db724c..9eaef200ae 100644 --- a/SRC/dormr3.f +++ b/SRC/dormr3.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE DORMR3( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormrq.f b/SRC/dormrq.f index 421bd104bf..c26e5af096 100644 --- a/SRC/dormrq.f +++ b/SRC/dormrq.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMRQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormrz.f b/SRC/dormrz.f index 8e1bd56ccc..fc77fee439 100644 --- a/SRC/dormrz.f +++ b/SRC/dormrz.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -187,10 +185,9 @@ SUBROUTINE DORMRZ( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/dormtr.f b/SRC/dormtr.f index d2443c1dac..37c4d9a0b9 100644 --- a/SRC/dormtr.f +++ b/SRC/dormtr.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DORMTR( SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/dpbcon.f b/SRC/dpbcon.f index 41d43dc492..27ea5e234f 100644 --- a/SRC/dpbcon.f +++ b/SRC/dpbcon.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPBCON( UPLO, N, KD, AB, LDAB, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 diff --git a/SRC/dpbequ.f b/SRC/dpbequ.f index ec5d4eb766..01c2cd0886 100644 --- a/SRC/dpbequ.f +++ b/SRC/dpbequ.f @@ -122,17 +122,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPBEQU( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/dpbrfs.f b/SRC/dpbrfs.f index 6bc522fa8d..d7a854f02d 100644 --- a/SRC/dpbrfs.f +++ b/SRC/dpbrfs.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B, $ LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dpbstf.f b/SRC/dpbstf.f index c104ddbeab..61068d9cd8 100644 --- a/SRC/dpbstf.f +++ b/SRC/dpbstf.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -152,10 +150,9 @@ * ===================================================================== SUBROUTINE DPBSTF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/dpbsv.f b/SRC/dpbsv.f index 535a2d40ec..a52e783099 100644 --- a/SRC/dpbsv.f +++ b/SRC/dpbsv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -164,10 +162,9 @@ * ===================================================================== SUBROUTINE DPBSV( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dpbsvx.f b/SRC/dpbsvx.f index b194d26a45..1bf526fc7f 100644 --- a/SRC/dpbsvx.f +++ b/SRC/dpbsvx.f @@ -302,8 +302,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -343,10 +341,9 @@ SUBROUTINE DPBSVX( FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, $ EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/dpbtf2.f b/SRC/dpbtf2.f index fd385322b1..5346292944 100644 --- a/SRC/dpbtf2.f +++ b/SRC/dpbtf2.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE DPBTF2( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/dpbtrf.f b/SRC/dpbtrf.f index 269e973628..8256f8938d 100644 --- a/SRC/dpbtrf.f +++ b/SRC/dpbtrf.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE DPBTRF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/dpbtrs.f b/SRC/dpbtrs.f index 08e437399c..134b3b1d5c 100644 --- a/SRC/dpbtrs.f +++ b/SRC/dpbtrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPBTRS( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dpftrf.f b/SRC/dpftrf.f index b460f2a5da..980debaf24 100644 --- a/SRC/dpftrf.f +++ b/SRC/dpftrf.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -198,10 +196,9 @@ * ===================================================================== SUBROUTINE DPFTRF( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dpftri.f b/SRC/dpftri.f index adbbfa8ad5..dca45d32cd 100644 --- a/SRC/dpftri.f +++ b/SRC/dpftri.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE DPFTRI( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dpftrs.f b/SRC/dpftrs.f index 9c325064ea..adbe677a4a 100644 --- a/SRC/dpftrs.f +++ b/SRC/dpftrs.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -199,10 +197,9 @@ * ===================================================================== SUBROUTINE DPFTRS( TRANSR, UPLO, N, NRHS, A, B, LDB, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dpocon.f b/SRC/dpocon.f index 20e9aff6a0..4cdc010da2 100644 --- a/SRC/dpocon.f +++ b/SRC/dpocon.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOCON( UPLO, N, A, LDA, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 diff --git a/SRC/dpoequ.f b/SRC/dpoequ.f index eb150713dc..c6223a6e51 100644 --- a/SRC/dpoequ.f +++ b/SRC/dpoequ.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOEQU( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/dpoequb.f b/SRC/dpoequb.f index fbcc6fe3e4..0706834a10 100644 --- a/SRC/dpoequb.f +++ b/SRC/dpoequb.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOEQUB( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/dporfs.f b/SRC/dporfs.f index 8fc74fde14..4b4a209373 100644 --- a/SRC/dporfs.f +++ b/SRC/dporfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPORFS( UPLO, N, NRHS, A, LDA, AF, LDAF, B, LDB, X, $ LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dporfsx.f b/SRC/dporfsx.f index 67cca9ccf3..a7937f0dce 100644 --- a/SRC/dporfsx.f +++ b/SRC/dporfsx.f @@ -384,8 +384,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doublePOcomputational * * ===================================================================== @@ -394,10 +392,9 @@ SUBROUTINE DPORFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, S, B, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/dposv.f b/SRC/dposv.f index ab8f00775c..ee2988e6fd 100644 --- a/SRC/dposv.f +++ b/SRC/dposv.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOsolve * * ===================================================================== SUBROUTINE DPOSV( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dposvx.f b/SRC/dposvx.f index cf33c96a31..4a0b9d605f 100644 --- a/SRC/dposvx.f +++ b/SRC/dposvx.f @@ -298,8 +298,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doublePOsolve * * ===================================================================== @@ -307,10 +305,9 @@ SUBROUTINE DPOSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/dposvxx.f b/SRC/dposvxx.f index b0de44910d..e74b23c80f 100644 --- a/SRC/dposvxx.f +++ b/SRC/dposvxx.f @@ -484,8 +484,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doublePOsolve * * ===================================================================== @@ -494,10 +492,9 @@ SUBROUTINE DPOSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/dpotf2.f b/SRC/dpotf2.f index 1fb60a903b..08fa4957fd 100644 --- a/SRC/dpotf2.f +++ b/SRC/dpotf2.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOTF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/dpotrf.f b/SRC/dpotrf.f index 1fa75a4654..1679fc3cd8 100644 --- a/SRC/dpotrf.f +++ b/SRC/dpotrf.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOTRF( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/dpotrf2.f b/SRC/dpotrf2.f index 0d419c4f00..6c28ce6d67 100644 --- a/SRC/dpotrf2.f +++ b/SRC/dpotrf2.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== RECURSIVE SUBROUTINE DPOTRF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/dpotri.f b/SRC/dpotri.f index 4d2dcb43ba..7daa0c8c43 100644 --- a/SRC/dpotri.f +++ b/SRC/dpotri.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOTRI( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/dpotrs.f b/SRC/dpotrs.f index 4cc5e74f3d..862ee078fd 100644 --- a/SRC/dpotrs.f +++ b/SRC/dpotrs.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePOcomputational * * ===================================================================== SUBROUTINE DPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dppcon.f b/SRC/dppcon.f index 0e6ab922e1..3e3112929a 100644 --- a/SRC/dppcon.f +++ b/SRC/dppcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPPCON( UPLO, N, AP, ANORM, RCOND, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dppequ.f b/SRC/dppequ.f index 3563b59d10..c99a71e454 100644 --- a/SRC/dppequ.f +++ b/SRC/dppequ.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPPEQU( UPLO, N, AP, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/dpprfs.f b/SRC/dpprfs.f index 1c068e21c2..d547cb2efd 100644 --- a/SRC/dpprfs.f +++ b/SRC/dpprfs.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPPRFS( UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, $ BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dppsv.f b/SRC/dppsv.f index cb70bab434..435703b08c 100644 --- a/SRC/dppsv.f +++ b/SRC/dppsv.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE DPPSV( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dppsvx.f b/SRC/dppsvx.f index 4fc84ead8f..cb41d39ee1 100644 --- a/SRC/dppsvx.f +++ b/SRC/dppsvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE DPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, $ X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/dpptrf.f b/SRC/dpptrf.f index c7f0c35b0f..2d8de5110f 100644 --- a/SRC/dpptrf.f +++ b/SRC/dpptrf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE DPPTRF( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/dpptri.f b/SRC/dpptri.f index 8f16de01e2..1f7d14a774 100644 --- a/SRC/dpptri.f +++ b/SRC/dpptri.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPPTRI( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/dpptrs.f b/SRC/dpptrs.f index b4410a5128..c5b8eb9911 100644 --- a/SRC/dpptrs.f +++ b/SRC/dpptrs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPPTRS( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dpstf2.f b/SRC/dpstf2.f index 53c4d3409a..8055fa9825 100644 --- a/SRC/dpstf2.f +++ b/SRC/dpstf2.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPSTF2( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION TOL diff --git a/SRC/dpstrf.f b/SRC/dpstrf.f index 940f46dd75..9987cde574 100644 --- a/SRC/dpstrf.f +++ b/SRC/dpstrf.f @@ -135,17 +135,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DPSTRF( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION TOL diff --git a/SRC/dptcon.f b/SRC/dptcon.f index 84c4ed785f..f619064163 100644 --- a/SRC/dptcon.f +++ b/SRC/dptcon.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * *> \par Further Details: @@ -118,10 +116,9 @@ * ===================================================================== SUBROUTINE DPTCON( N, D, E, ANORM, RCOND, WORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dpteqr.f b/SRC/dpteqr.f index ecfc7755db..aa1f1a80c8 100644 --- a/SRC/dpteqr.f +++ b/SRC/dpteqr.f @@ -138,17 +138,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * * ===================================================================== SUBROUTINE DPTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/dptrfs.f b/SRC/dptrfs.f index ca038a8df2..c3486dbb63 100644 --- a/SRC/dptrfs.f +++ b/SRC/dptrfs.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * * ===================================================================== SUBROUTINE DPTRFS( N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, $ BERR, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDB, LDX, N, NRHS diff --git a/SRC/dptsv.f b/SRC/dptsv.f index 019ed4fbae..addc34b882 100644 --- a/SRC/dptsv.f +++ b/SRC/dptsv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTsolve * * ===================================================================== SUBROUTINE DPTSV( N, NRHS, D, E, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/dptsvx.f b/SRC/dptsvx.f index 59f344579e..7fb6cf4365 100644 --- a/SRC/dptsvx.f +++ b/SRC/dptsvx.f @@ -220,18 +220,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTsolve * * ===================================================================== SUBROUTINE DPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT diff --git a/SRC/dpttrf.f b/SRC/dpttrf.f index 33a67adfa5..e0022e3ada 100644 --- a/SRC/dpttrf.f +++ b/SRC/dpttrf.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * * ===================================================================== SUBROUTINE DPTTRF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dpttrs.f b/SRC/dpttrs.f index 34cbe9b902..c98f700300 100644 --- a/SRC/dpttrs.f +++ b/SRC/dpttrs.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * * ===================================================================== SUBROUTINE DPTTRS( N, NRHS, D, E, B, LDB, INFO ) * -* -- 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/dptts2.f b/SRC/dptts2.f index 99e212d60b..2fec1515fc 100644 --- a/SRC/dptts2.f +++ b/SRC/dptts2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doublePTcomputational * * ===================================================================== SUBROUTINE DPTTS2( N, NRHS, D, E, B, LDB ) * -* -- 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 .. INTEGER LDB, N, NRHS diff --git a/SRC/drscl.f b/SRC/drscl.f index cbd66dd27e..fcd8569650 100644 --- a/SRC/drscl.f +++ b/SRC/drscl.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DRSCL( N, SA, SX, INCX ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/dsb2st_kernels.f b/SRC/dsb2st_kernels.f index a9dc6b5cae..643d03c8ca 100644 --- a/SRC/dsb2st_kernels.f +++ b/SRC/dsb2st_kernels.f @@ -170,10 +170,9 @@ SUBROUTINE DSB2ST_KERNELS( UPLO, WANTZ, TTYPE, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsbev.f b/SRC/dsbev.f index 416ae221e7..a323dd4b5e 100644 --- a/SRC/dsbev.f +++ b/SRC/dsbev.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsbev_2stage.f b/SRC/dsbev_2stage.f index 79991b6490..84143fc4a7 100644 --- a/SRC/dsbev_2stage.f +++ b/SRC/dsbev_2stage.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHEReigen * *> \par Further Details: @@ -206,10 +204,9 @@ SUBROUTINE DSBEV_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsbevd.f b/SRC/dsbevd.f index 0fa15c0519..3eb4ed8df1 100644 --- a/SRC/dsbevd.f +++ b/SRC/dsbevd.f @@ -185,18 +185,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSBEVD( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsbevd_2stage.f b/SRC/dsbevd_2stage.f index 859f87c0e6..45a64b4781 100644 --- a/SRC/dsbevd_2stage.f +++ b/SRC/dsbevd_2stage.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHEReigen * *> \par Further Details: @@ -236,10 +234,9 @@ SUBROUTINE DSBEVD_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsbevx.f b/SRC/dsbevx.f index 5e6d6423f9..c5886a2d6a 100644 --- a/SRC/dsbevx.f +++ b/SRC/dsbevx.f @@ -256,8 +256,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== @@ -265,10 +263,9 @@ SUBROUTINE DSBEVX( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, $ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsbevx_2stage.f b/SRC/dsbevx_2stage.f index 93a07f1600..b57eee29f1 100644 --- a/SRC/dsbevx_2stage.f +++ b/SRC/dsbevx_2stage.f @@ -281,8 +281,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * *> \par Further Details: @@ -324,10 +322,9 @@ SUBROUTINE DSBEVX_2STAGE( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsbgst.f b/SRC/dsbgst.f index 3adfeb919c..10500b8c5d 100644 --- a/SRC/dsbgst.f +++ b/SRC/dsbgst.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSBGST( VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X, $ LDX, WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/dsbgv.f b/SRC/dsbgv.f index d82cdae93c..b49df0063e 100644 --- a/SRC/dsbgv.f +++ b/SRC/dsbgv.f @@ -169,18 +169,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, $ LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsbgvd.f b/SRC/dsbgvd.f index 2a215fbf0e..30b0166110 100644 --- a/SRC/dsbgvd.f +++ b/SRC/dsbgvd.f @@ -214,8 +214,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * *> \par Contributors: @@ -227,10 +225,9 @@ SUBROUTINE DSBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, $ Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsbgvx.f b/SRC/dsbgvx.f index 6de1eb89be..55dbce2eef 100644 --- a/SRC/dsbgvx.f +++ b/SRC/dsbgvx.f @@ -280,8 +280,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * *> \par Contributors: @@ -294,10 +292,9 @@ SUBROUTINE DSBGVX( JOBZ, RANGE, UPLO, N, KA, KB, AB, LDAB, BB, $ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, $ LDZ, WORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsbtrd.f b/SRC/dsbtrd.f index 9ea0c22082..28b8d73955 100644 --- a/SRC/dsbtrd.f +++ b/SRC/dsbtrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -163,10 +161,9 @@ SUBROUTINE DSBTRD( VECT, UPLO, N, KD, AB, LDAB, D, E, Q, LDQ, $ WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/dsfrk.f b/SRC/dsfrk.f index 1fd1763e72..e1b9b89bb1 100644 --- a/SRC/dsfrk.f +++ b/SRC/dsfrk.f @@ -158,18 +158,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSFRK( TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, $ C ) * -* -- 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 .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/dsgesv.f b/SRC/dsgesv.f index edbb87e7ae..49071812d2 100644 --- a/SRC/dsgesv.f +++ b/SRC/dsgesv.f @@ -187,18 +187,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleGEsolve * * ===================================================================== SUBROUTINE DSGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK, $ SWORK, ITER, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, ITER, LDA, LDB, LDX, N, NRHS diff --git a/SRC/dspcon.f b/SRC/dspcon.f index b422f844c1..ea92d70aff 100644 --- a/SRC/dspcon.f +++ b/SRC/dspcon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 diff --git a/SRC/dspev.f b/SRC/dspev.f index f3142791ef..f884664a98 100644 --- a/SRC/dspev.f +++ b/SRC/dspev.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSPEV( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dspevd.f b/SRC/dspevd.f index 5b99d7558e..d9d6c89177 100644 --- a/SRC/dspevd.f +++ b/SRC/dspevd.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dspevx.f b/SRC/dspevx.f index d66dc18efb..f56ce298f7 100644 --- a/SRC/dspevx.f +++ b/SRC/dspevx.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== @@ -234,10 +232,9 @@ SUBROUTINE DSPEVX( JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dspgst.f b/SRC/dspgst.f index 59cda68b43..95734606a3 100644 --- a/SRC/dspgst.f +++ b/SRC/dspgst.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSPGST( ITYPE, UPLO, N, AP, BP, INFO ) * -* -- 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 diff --git a/SRC/dspgv.f b/SRC/dspgv.f index f7313ffecd..d8ec3b1a42 100644 --- a/SRC/dspgv.f +++ b/SRC/dspgv.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dspgvd.f b/SRC/dspgvd.f index 71b290b9c4..5563263882 100644 --- a/SRC/dspgvd.f +++ b/SRC/dspgvd.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * *> \par Contributors: @@ -210,10 +208,9 @@ SUBROUTINE DSPGVD( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dspgvx.f b/SRC/dspgvx.f index 8619ef739f..ec93147aa4 100644 --- a/SRC/dspgvx.f +++ b/SRC/dspgvx.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * *> \par Contributors: @@ -272,10 +270,9 @@ SUBROUTINE DSPGVX( ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, $ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsposv.f b/SRC/dsposv.f index 6c8baa56b4..23246b9327 100644 --- a/SRC/dsposv.f +++ b/SRC/dsposv.f @@ -191,18 +191,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doublePOsolve * * ===================================================================== SUBROUTINE DSPOSV( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK, $ SWORK, ITER, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsprfs.f b/SRC/dsprfs.f index 9ad5a80b5d..796686d569 100644 --- a/SRC/dsprfs.f +++ b/SRC/dsprfs.f @@ -171,18 +171,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dspsv.f b/SRC/dspsv.f index e96943925c..8cf1927964 100644 --- a/SRC/dspsv.f +++ b/SRC/dspsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE DSPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dspsvx.f b/SRC/dspsvx.f index 62df170c06..86737f8191 100644 --- a/SRC/dspsvx.f +++ b/SRC/dspsvx.f @@ -248,8 +248,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleOTHERsolve * *> \par Further Details: @@ -276,10 +274,9 @@ SUBROUTINE DSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/dsptrd.f b/SRC/dsptrd.f index 082f814098..b892ed9aab 100644 --- a/SRC/dsptrd.f +++ b/SRC/dsptrd.f @@ -111,8 +111,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -150,10 +148,9 @@ * ===================================================================== SUBROUTINE DSPTRD( UPLO, N, AP, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/dsptrf.f b/SRC/dsptrf.f index 9158ff1f38..c81d8bcbf8 100644 --- a/SRC/dsptrf.f +++ b/SRC/dsptrf.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE DSPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/dsptri.f b/SRC/dsptri.f index e68efface8..abed7ed499 100644 --- a/SRC/dsptri.f +++ b/SRC/dsptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/dsptrs.f b/SRC/dsptrs.f index 17f8c6a5f4..a8f39a4ede 100644 --- a/SRC/dsptrs.f +++ b/SRC/dsptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dstebz.f b/SRC/dstebz.f index e41279e542..baf417b0a5 100644 --- a/SRC/dstebz.f +++ b/SRC/dstebz.f @@ -264,8 +264,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== @@ -273,10 +271,9 @@ SUBROUTINE DSTEBZ( RANGE, ORDER, N, VL, VU, IL, IU, ABSTOL, D, E, $ M, NSPLIT, W, IBLOCK, ISPLIT, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ORDER, RANGE diff --git a/SRC/dstedc.f b/SRC/dstedc.f index 61b44bc06b..2ed84afaac 100644 --- a/SRC/dstedc.f +++ b/SRC/dstedc.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -188,10 +186,9 @@ SUBROUTINE DSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER COMPZ diff --git a/SRC/dstegr.f b/SRC/dstegr.f index 6a8c43faa8..01ec101d8c 100644 --- a/SRC/dstegr.f +++ b/SRC/dstegr.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -265,10 +263,9 @@ SUBROUTINE DSTEGR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/dstein.f b/SRC/dstein.f index fb1e8b9fd5..6506be92ac 100644 --- a/SRC/dstein.f +++ b/SRC/dstein.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DSTEIN( N, D, E, M, W, IBLOCK, ISPLIT, Z, LDZ, WORK, $ IWORK, IFAIL, INFO ) * -* -- 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 .. INTEGER INFO, LDZ, M, N diff --git a/SRC/dstemr.f b/SRC/dstemr.f index 16c9d970d8..d0c71ddd98 100644 --- a/SRC/dstemr.f +++ b/SRC/dstemr.f @@ -303,8 +303,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -321,10 +319,9 @@ SUBROUTINE DSTEMR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/dsteqr.f b/SRC/dsteqr.f index c34a548984..50a9188c7c 100644 --- a/SRC/dsteqr.f +++ b/SRC/dsteqr.f @@ -124,17 +124,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DSTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/dsterf.f b/SRC/dsterf.f index 3401894819..b0f8d36084 100644 --- a/SRC/dsterf.f +++ b/SRC/dsterf.f @@ -79,17 +79,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE DSTERF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/dstev.f b/SRC/dstev.f index c59eaf3444..21c4ceed1c 100644 --- a/SRC/dstev.f +++ b/SRC/dstev.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSTEV( JOBZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ diff --git a/SRC/dstevd.f b/SRC/dstevd.f index 6a07b249ed..507f39b2b6 100644 --- a/SRC/dstevd.f +++ b/SRC/dstevd.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSTEVD( JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ diff --git a/SRC/dstevr.f b/SRC/dstevr.f index 10f1b77201..ce9383758d 100644 --- a/SRC/dstevr.f +++ b/SRC/dstevr.f @@ -287,8 +287,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * *> \par Contributors: @@ -304,10 +302,9 @@ SUBROUTINE DSTEVR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, $ M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/dstevx.f b/SRC/dstevx.f index 7acbdaa632..f93c1d3b75 100644 --- a/SRC/dstevx.f +++ b/SRC/dstevx.f @@ -219,18 +219,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHEReigen * * ===================================================================== SUBROUTINE DSTEVX( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, $ M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/dsycon.f b/SRC/dsycon.f index 66e453659c..617a917008 100644 --- a/SRC/dsycon.f +++ b/SRC/dsycon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYCON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 diff --git a/SRC/dsycon_3.f b/SRC/dsycon_3.f index 7245ebadc8..f5cc65dd42 100644 --- a/SRC/dsycon_3.f +++ b/SRC/dsycon_3.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -171,10 +169,9 @@ SUBROUTINE DSYCON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsycon_rook.f b/SRC/dsycon_rook.f index 4022adf7e5..dab67a225a 100644 --- a/SRC/dsycon_rook.f +++ b/SRC/dsycon_rook.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -144,10 +142,9 @@ SUBROUTINE DSYCON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsyconv.f b/SRC/dsyconv.f index f582bce651..e213f03d1b 100644 --- a/SRC/dsyconv.f +++ b/SRC/dsyconv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYCONV( UPLO, WAY, N, A, LDA, IPIV, E, INFO ) * -* -- 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, WAY diff --git a/SRC/dsyconvf.f b/SRC/dsyconvf.f index ca8e0df014..9e7a5af0e1 100644 --- a/SRC/dsyconvf.f +++ b/SRC/dsyconvf.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -206,10 +204,9 @@ * ===================================================================== SUBROUTINE DSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/dsyconvf_rook.f b/SRC/dsyconvf_rook.f index bd683a0874..d7f529358c 100644 --- a/SRC/dsyconvf_rook.f +++ b/SRC/dsyconvf_rook.f @@ -180,8 +180,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -197,10 +195,9 @@ * ===================================================================== SUBROUTINE DSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/dsyequb.f b/SRC/dsyequb.f index de6b71a346..1f909be19b 100644 --- a/SRC/dsyequb.f +++ b/SRC/dsyequb.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par References: @@ -131,10 +129,9 @@ * ===================================================================== SUBROUTINE DSYEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/dsyev.f b/SRC/dsyev.f index ee8c479abe..da7557ee02 100644 --- a/SRC/dsyev.f +++ b/SRC/dsyev.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYeigen * * ===================================================================== SUBROUTINE DSYEV( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsyev_2stage.f b/SRC/dsyev_2stage.f index 9d802905cd..a8ae2fb70f 100644 --- a/SRC/dsyev_2stage.f +++ b/SRC/dsyev_2stage.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYeigen * *> \par Further Details: @@ -185,10 +183,9 @@ SUBROUTINE DSYEV_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsyevd.f b/SRC/dsyevd.f index 2db67846dc..edbe896fe8 100644 --- a/SRC/dsyevd.f +++ b/SRC/dsyevd.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYeigen * *> \par Contributors: @@ -185,10 +183,9 @@ SUBROUTINE DSYEVD( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsyevd_2stage.f b/SRC/dsyevd_2stage.f index ff8e08d71f..0eae8ad062 100644 --- a/SRC/dsyevd_2stage.f +++ b/SRC/dsyevd_2stage.f @@ -180,8 +180,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYeigen * *> \par Contributors: @@ -229,10 +227,9 @@ SUBROUTINE DSYEVD_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsyevr.f b/SRC/dsyevr.f index d140426a43..698691533f 100644 --- a/SRC/dsyevr.f +++ b/SRC/dsyevr.f @@ -315,8 +315,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYeigen * *> \par Contributors: @@ -334,10 +332,9 @@ SUBROUTINE DSYEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsyevr_2stage.f b/SRC/dsyevr_2stage.f index 847acce429..09242bbd31 100644 --- a/SRC/dsyevr_2stage.f +++ b/SRC/dsyevr_2stage.f @@ -330,8 +330,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYeigen * *> \par Contributors: @@ -383,10 +381,9 @@ SUBROUTINE DSYEVR_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsyevx.f b/SRC/dsyevx.f index 2fd7bce6b0..99719874b5 100644 --- a/SRC/dsyevx.f +++ b/SRC/dsyevx.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYeigen * * ===================================================================== @@ -253,10 +251,9 @@ SUBROUTINE DSYEVX( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsyevx_2stage.f b/SRC/dsyevx_2stage.f index 7a93ac0203..dbb3203d29 100644 --- a/SRC/dsyevx_2stage.f +++ b/SRC/dsyevx_2stage.f @@ -259,8 +259,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYeigen * *> \par Further Details: @@ -302,10 +300,9 @@ SUBROUTINE DSYEVX_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsygs2.f b/SRC/dsygs2.f index a54955c01e..8a39bea77e 100644 --- a/SRC/dsygs2.f +++ b/SRC/dsygs2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYGS2( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dsygst.f b/SRC/dsygst.f index 5055acdf1d..05b90372ab 100644 --- a/SRC/dsygst.f +++ b/SRC/dsygst.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYGST( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dsygv.f b/SRC/dsygv.f index 651abc5c7b..5208dbb1f1 100644 --- a/SRC/dsygv.f +++ b/SRC/dsygv.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYeigen * * ===================================================================== SUBROUTINE DSYGV( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsygv_2stage.f b/SRC/dsygv_2stage.f index 5b1a1766cf..5c71ebf94c 100644 --- a/SRC/dsygv_2stage.f +++ b/SRC/dsygv_2stage.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYeigen * *> \par Further Details: @@ -228,10 +226,9 @@ SUBROUTINE DSYGV_2STAGE( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/dsygvd.f b/SRC/dsygvd.f index 29c78283a7..61134bedce 100644 --- a/SRC/dsygvd.f +++ b/SRC/dsygvd.f @@ -203,8 +203,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYeigen * *> \par Further Details: @@ -227,10 +225,9 @@ SUBROUTINE DSYGVD( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/dsygvx.f b/SRC/dsygvx.f index aeca6021de..3fa55b97c1 100644 --- a/SRC/dsygvx.f +++ b/SRC/dsygvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYeigen * *> \par Contributors: @@ -297,10 +295,9 @@ SUBROUTINE DSYGVX( ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, $ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, $ LWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/dsyrfs.f b/SRC/dsyrfs.f index 2732f175be..eb23fd6019 100644 --- a/SRC/dsyrfs.f +++ b/SRC/dsyrfs.f @@ -183,18 +183,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYRFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/dsyrfsx.f b/SRC/dsyrfsx.f index eb091e7203..f3a1d75447 100644 --- a/SRC/dsyrfsx.f +++ b/SRC/dsyrfsx.f @@ -392,8 +392,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYcomputational * * ===================================================================== @@ -402,10 +400,9 @@ SUBROUTINE DSYRFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/dsysv.f b/SRC/dsysv.f index c9811b5666..a6305e13c3 100644 --- a/SRC/dsysv.f +++ b/SRC/dsysv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYsolve * * ===================================================================== SUBROUTINE DSYSV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dsysv_aa.f b/SRC/dsysv_aa.f index 4ee4744484..8dab5a384d 100644 --- a/SRC/dsysv_aa.f +++ b/SRC/dsysv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYsolve * * ===================================================================== SUBROUTINE DSYSV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsysv_aa_2stage.f b/SRC/dsysv_aa_2stage.f index ef593bc7ef..1100702ba0 100644 --- a/SRC/dsysv_aa_2stage.f +++ b/SRC/dsysv_aa_2stage.f @@ -179,8 +179,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYsolve * * ===================================================================== @@ -188,10 +186,9 @@ SUBROUTINE DSYSV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dsysv_rk.f b/SRC/dsysv_rk.f index 6a6036be19..05d8f7d3ff 100644 --- a/SRC/dsysv_rk.f +++ b/SRC/dsysv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE DSYSV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/dsysv_rook.f b/SRC/dsysv_rook.f index d69c176279..6ebb52eae4 100644 --- a/SRC/dsysv_rook.f +++ b/SRC/dsysv_rook.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE DSYSV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsysvx.f b/SRC/dsysvx.f index cd059863e0..a30831e726 100644 --- a/SRC/dsysvx.f +++ b/SRC/dsysvx.f @@ -275,8 +275,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYsolve * * ===================================================================== @@ -284,10 +282,9 @@ SUBROUTINE DSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/dsysvxx.f b/SRC/dsysvxx.f index 0be50bcd15..82d30a4b71 100644 --- a/SRC/dsysvxx.f +++ b/SRC/dsysvxx.f @@ -495,8 +495,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYsolve * * ===================================================================== @@ -505,10 +503,9 @@ SUBROUTINE DSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 EQUED, FACT, UPLO diff --git a/SRC/dsyswapr.f b/SRC/dsyswapr.f index 6e6c0f7e5c..c60ccbefc3 100644 --- a/SRC/dsyswapr.f +++ b/SRC/dsyswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYauxiliary * * ===================================================================== SUBROUTINE DSYSWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/dsytd2.f b/SRC/dsytd2.f index 6fb4d5507e..977b6daa41 100644 --- a/SRC/dsytd2.f +++ b/SRC/dsytd2.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE DSYTD2( UPLO, N, A, LDA, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/dsytf2.f b/SRC/dsytf2.f index 39ef4de7cc..b05d25ad15 100644 --- a/SRC/dsytf2.f +++ b/SRC/dsytf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE DSYTF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- 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 diff --git a/SRC/dsytf2_rk.f b/SRC/dsytf2_rk.f index cc9e4616e0..e9afcb6aad 100644 --- a/SRC/dsytf2_rk.f +++ b/SRC/dsytf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE DSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/dsytf2_rook.f b/SRC/dsytf2_rook.f index 237c9984c7..251b3909bb 100644 --- a/SRC/dsytf2_rook.f +++ b/SRC/dsytf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE DSYTF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytrd.f b/SRC/dsytrd.f index d330b241fa..3dcfc3db2b 100644 --- a/SRC/dsytrd.f +++ b/SRC/dsytrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE DSYTRD( UPLO, N, A, LDA, D, E, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/dsytrd_2stage.f b/SRC/dsytrd_2stage.f index fc4b929082..8ae77d3e4b 100644 --- a/SRC/dsytrd_2stage.f +++ b/SRC/dsytrd_2stage.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -226,10 +224,9 @@ SUBROUTINE DSYTRD_2STAGE( VECT, UPLO, N, A, LDA, D, E, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER VECT, UPLO diff --git a/SRC/dsytrd_sb2st.F b/SRC/dsytrd_sb2st.F index 7c28698efa..521bc47591 100644 --- a/SRC/dsytrd_sb2st.F +++ b/SRC/dsytrd_sb2st.F @@ -188,8 +188,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real16OTHERcomputational * *> \par Further Details: @@ -236,10 +234,9 @@ SUBROUTINE DSYTRD_SB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER STAGE1, UPLO, VECT diff --git a/SRC/dsytrd_sy2sb.f b/SRC/dsytrd_sy2sb.f index 7f30817b0c..4f0901df4e 100644 --- a/SRC/dsytrd_sy2sb.f +++ b/SRC/dsytrd_sy2sb.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE DSYTRD_SY2SB( UPLO, N, KD, A, LDA, AB, LDAB, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytrf.f b/SRC/dsytrf.f index a3bd30a2fd..a39b032836 100644 --- a/SRC/dsytrf.f +++ b/SRC/dsytrf.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -182,10 +180,9 @@ * ===================================================================== SUBROUTINE DSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/dsytrf_aa.f b/SRC/dsytrf_aa.f index 6df0da2cd9..b868643791 100644 --- a/SRC/dsytrf_aa.f +++ b/SRC/dsytrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dsytrf_aa_2stage.f b/SRC/dsytrf_aa_2stage.f index a37be5bdd9..b7f5f07c20 100644 --- a/SRC/dsytrf_aa_2stage.f +++ b/SRC/dsytrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dsytrf_rk.f b/SRC/dsytrf_rk.f index e6fc4ece1e..7341b9263b 100644 --- a/SRC/dsytrf_rk.f +++ b/SRC/dsytrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE DSYTRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/dsytrf_rook.f b/SRC/dsytrf_rook.f index d2690499f1..2f00d18024 100644 --- a/SRC/dsytrf_rook.f +++ b/SRC/dsytrf_rook.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE DSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytri.f b/SRC/dsytri.f index f093a13992..f1552d6fe2 100644 --- a/SRC/dsytri.f +++ b/SRC/dsytri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/dsytri2.f b/SRC/dsytri2.f index 5c3a5ec764..dbcdcdb588 100644 --- a/SRC/dsytri2.f +++ b/SRC/dsytri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytri2x.f b/SRC/dsytri2x.f index ae29f1209a..2ae4f10591 100644 --- a/SRC/dsytri2x.f +++ b/SRC/dsytri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytri_3.f b/SRC/dsytri_3.f index d1980f8c46..86d69cdfdd 100644 --- a/SRC/dsytri_3.f +++ b/SRC/dsytri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE DSYTRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytri_3x.f b/SRC/dsytri_3x.f index d95e6274bb..2e3809a1ec 100644 --- a/SRC/dsytri_3x.f +++ b/SRC/dsytri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE DSYTRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytri_rook.f b/SRC/dsytri_rook.f index cad2a7e9f3..3d1a24aafc 100644 --- a/SRC/dsytri_rook.f +++ b/SRC/dsytri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE DSYTRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytrs.f b/SRC/dsytrs.f index e5988f20f3..f1be52e887 100644 --- a/SRC/dsytrs.f +++ b/SRC/dsytrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/dsytrs2.f b/SRC/dsytrs2.f index c7ca8e9ffa..7e868f1a1f 100644 --- a/SRC/dsytrs2.f +++ b/SRC/dsytrs2.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytrs_3.f b/SRC/dsytrs_3.f index 2d61f6b71a..56ec92059a 100644 --- a/SRC/dsytrs_3.f +++ b/SRC/dsytrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE DSYTRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dsytrs_aa.f b/SRC/dsytrs_aa.f index d9dc0a6d19..26b11a2a0b 100644 --- a/SRC/dsytrs_aa.f +++ b/SRC/dsytrs_aa.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dsytrs_aa_2stage.f b/SRC/dsytrs_aa_2stage.f index 69c702f8a0..963a886839 100644 --- a/SRC/dsytrs_aa_2stage.f +++ b/SRC/dsytrs_aa_2stage.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/dsytrs_rook.f b/SRC/dsytrs_rook.f index 94a5e0042a..1830347f83 100644 --- a/SRC/dsytrs_rook.f +++ b/SRC/dsytrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE DSYTRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dtbcon.f b/SRC/dtbcon.f index ec0d3a15a1..b0dc2a5641 100644 --- a/SRC/dtbcon.f +++ b/SRC/dtbcon.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTBCON( NORM, UPLO, DIAG, N, KD, AB, LDAB, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/dtbrfs.f b/SRC/dtbrfs.f index 05bfb7348f..361a9b0b7a 100644 --- a/SRC/dtbrfs.f +++ b/SRC/dtbrfs.f @@ -180,18 +180,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTBRFS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtbtrs.f b/SRC/dtbtrs.f index e5fb876592..05bd5f895b 100644 --- a/SRC/dtbtrs.f +++ b/SRC/dtbtrs.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTBTRS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtfsm.f b/SRC/dtfsm.f index 515f6f5438..b2a80d029d 100644 --- a/SRC/dtfsm.f +++ b/SRC/dtfsm.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE DTFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, $ B, LDB ) * -* -- 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 TRANSR, DIAG, SIDE, TRANS, UPLO diff --git a/SRC/dtftri.f b/SRC/dtftri.f index 9debec9702..d367c90299 100644 --- a/SRC/dtftri.f +++ b/SRC/dtftri.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ * ===================================================================== SUBROUTINE DTFTRI( TRANSR, UPLO, DIAG, N, A, INFO ) * -* -- 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 TRANSR, UPLO, DIAG diff --git a/SRC/dtfttp.f b/SRC/dtfttp.f index c2929824af..c83af44067 100644 --- a/SRC/dtfttp.f +++ b/SRC/dtfttp.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE DTFTTP( TRANSR, UPLO, N, ARF, AP, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dtfttr.f b/SRC/dtfttr.f index bb1c6224f5..3bfe4f1d9a 100644 --- a/SRC/dtfttr.f +++ b/SRC/dtfttr.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -196,10 +194,9 @@ * ===================================================================== SUBROUTINE DTFTTR( TRANSR, UPLO, N, ARF, A, LDA, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dtgevc.f b/SRC/dtgevc.f index 756474c9e0..e7084664cb 100644 --- a/SRC/dtgevc.f +++ b/SRC/dtgevc.f @@ -228,8 +228,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -295,10 +293,9 @@ SUBROUTINE DTGEVC( SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, $ LDVL, VR, LDVR, MM, M, WORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/dtgex2.f b/SRC/dtgex2.f index 3b065db9fc..00c23a8330 100644 --- a/SRC/dtgex2.f +++ b/SRC/dtgex2.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEauxiliary * *> \par Further Details: @@ -221,10 +219,9 @@ SUBROUTINE DTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, J1, N1, N2, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTQ, WANTZ diff --git a/SRC/dtgexc.f b/SRC/dtgexc.f index 0a905b8db3..9dce3f597b 100644 --- a/SRC/dtgexc.f +++ b/SRC/dtgexc.f @@ -195,8 +195,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleGEcomputational * *> \par Contributors: @@ -220,10 +218,9 @@ SUBROUTINE DTGEXC( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, IFST, ILST, WORK, LWORK, INFO ) * -* -- 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 .. LOGICAL WANTQ, WANTZ diff --git a/SRC/dtgsen.f b/SRC/dtgsen.f index 22323cf8f6..8de66b6a17 100644 --- a/SRC/dtgsen.f +++ b/SRC/dtgsen.f @@ -304,8 +304,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -451,10 +449,9 @@ SUBROUTINE DTGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB, $ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL, $ PR, DIF, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/dtgsja.f b/SRC/dtgsja.f index 66f32b7909..1175b18582 100644 --- a/SRC/dtgsja.f +++ b/SRC/dtgsja.f @@ -350,8 +350,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -378,10 +376,9 @@ SUBROUTINE DTGSJA( JOBU, JOBV, JOBQ, M, P, N, K, L, A, LDA, B, $ LDB, TOLA, TOLB, ALPHA, BETA, U, LDU, V, LDV, $ Q, LDQ, WORK, NCYCLE, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/dtgsna.f b/SRC/dtgsna.f index 68a68cad88..b9b3ad8afb 100644 --- a/SRC/dtgsna.f +++ b/SRC/dtgsna.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -381,10 +379,9 @@ SUBROUTINE DTGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/dtgsy2.f b/SRC/dtgsy2.f index e8c9b4001e..3926f20865 100644 --- a/SRC/dtgsy2.f +++ b/SRC/dtgsy2.f @@ -259,8 +259,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYauxiliary * *> \par Contributors: @@ -274,10 +272,9 @@ SUBROUTINE DTGSY2( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, RDSUM, RDSCAL, $ IWORK, PQ, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/dtgsyl.f b/SRC/dtgsyl.f index bb07517948..101c92dcff 100644 --- a/SRC/dtgsyl.f +++ b/SRC/dtgsyl.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -299,10 +297,9 @@ SUBROUTINE DTGSYL( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/dtpcon.f b/SRC/dtpcon.f index 9932a76ab7..39c7265bb3 100644 --- a/SRC/dtpcon.f +++ b/SRC/dtpcon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTPCON( NORM, UPLO, DIAG, N, AP, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/dtplqt.f b/SRC/dtplqt.f index 4712950f96..1bbaec3463 100644 --- a/SRC/dtplqt.f +++ b/SRC/dtplqt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE DTPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/SRC/dtplqt2.f b/SRC/dtplqt2.f index e2fefb68d9..8a2f31dd1e 100644 --- a/SRC/dtplqt2.f +++ b/SRC/dtplqt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE DTPLQT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/dtpmlqt.f b/SRC/dtpmlqt.f index 975ebdc27a..03e3a2b08c 100644 --- a/SRC/dtpmlqt.f +++ b/SRC/dtpmlqt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE DTPMLQT( SIDE, TRANS, M, N, K, L, MB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/dtpmqrt.f b/SRC/dtpmqrt.f index a7888e1926..9cf4fa0864 100644 --- a/SRC/dtpmqrt.f +++ b/SRC/dtpmqrt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE DTPMQRT( SIDE, TRANS, M, N, K, L, NB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/dtpqrt.f b/SRC/dtpqrt.f index 1a3f95475b..28401f7142 100644 --- a/SRC/dtpqrt.f +++ b/SRC/dtpqrt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE DTPQRT( M, N, L, NB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, NB diff --git a/SRC/dtpqrt2.f b/SRC/dtpqrt2.f index 2e18f4e3a0..1ace030138 100644 --- a/SRC/dtpqrt2.f +++ b/SRC/dtpqrt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE DTPQRT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/dtprfb.f b/SRC/dtprfb.f index 6d3b4dae19..a3fc7d6c63 100644 --- a/SRC/dtprfb.f +++ b/SRC/dtprfb.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -251,10 +249,9 @@ SUBROUTINE DTPRFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, $ V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/dtprfs.f b/SRC/dtprfs.f index 2dc427e459..bd4f0ce08e 100644 --- a/SRC/dtprfs.f +++ b/SRC/dtprfs.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTPRFS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtptri.f b/SRC/dtptri.f index 32f38344ec..f1c976f2ce 100644 --- a/SRC/dtptri.f +++ b/SRC/dtptri.f @@ -91,8 +91,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -117,10 +115,9 @@ * ===================================================================== SUBROUTINE DTPTRI( UPLO, DIAG, N, AP, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/dtptrs.f b/SRC/dtptrs.f index c62724128f..18a92d0454 100644 --- a/SRC/dtptrs.f +++ b/SRC/dtptrs.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTPTRS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtpttf.f b/SRC/dtpttf.f index a37a3e30a1..0c7aa1e947 100644 --- a/SRC/dtpttf.f +++ b/SRC/dtpttf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE DTPTTF( TRANSR, UPLO, N, AP, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dtpttr.f b/SRC/dtpttr.f index 6258179938..2126eda09a 100644 --- a/SRC/dtpttr.f +++ b/SRC/dtpttr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTPTTR( UPLO, N, AP, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/dtrcon.f b/SRC/dtrcon.f index ad40d3774a..9b6c75489a 100644 --- a/SRC/dtrcon.f +++ b/SRC/dtrcon.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRCON( NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/dtrevc.f b/SRC/dtrevc.f index 2ed3efaca3..149b43c789 100644 --- a/SRC/dtrevc.f +++ b/SRC/dtrevc.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -222,10 +220,9 @@ SUBROUTINE DTREVC( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/dtrevc3.f b/SRC/dtrevc3.f index 957baf4f09..a4651e788f 100644 --- a/SRC/dtrevc3.f +++ b/SRC/dtrevc3.f @@ -215,10 +215,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @precisions fortran d -> s -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -240,10 +236,9 @@ SUBROUTINE DTREVC3( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, $ VR, LDVR, MM, M, WORK, LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/dtrexc.f b/SRC/dtrexc.f index 468ae47b95..4cb18e3836 100644 --- a/SRC/dtrexc.f +++ b/SRC/dtrexc.f @@ -140,18 +140,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTREXC( COMPQ, N, T, LDT, Q, LDQ, IFST, ILST, WORK, $ INFO ) * -* -- 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 COMPQ diff --git a/SRC/dtrrfs.f b/SRC/dtrrfs.f index c9fe55c721..de0dc52058 100644 --- a/SRC/dtrrfs.f +++ b/SRC/dtrrfs.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRRFS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtrsen.f b/SRC/dtrsen.f index 1fa126c5be..3aba35aded 100644 --- a/SRC/dtrsen.f +++ b/SRC/dtrsen.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -313,10 +311,9 @@ SUBROUTINE DTRSEN( JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, WR, WI, $ M, S, SEP, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER COMPQ, JOB diff --git a/SRC/dtrsna.f b/SRC/dtrsna.f index dd0ad2f056..ffcfe0545f 100644 --- a/SRC/dtrsna.f +++ b/SRC/dtrsna.f @@ -213,8 +213,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -265,10 +263,9 @@ SUBROUTINE DTRSNA( JOB, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, S, SEP, MM, M, WORK, LDWORK, IWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, JOB diff --git a/SRC/dtrsyl.f b/SRC/dtrsyl.f index 105032cb33..ea1fd4f19a 100644 --- a/SRC/dtrsyl.f +++ b/SRC/dtrsyl.f @@ -156,18 +156,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DTRSYL( TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, $ LDC, SCALE, INFO ) * -* -- 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 TRANA, TRANB diff --git a/SRC/dtrti2.f b/SRC/dtrti2.f index 0a9d5b696c..0d9115554c 100644 --- a/SRC/dtrti2.f +++ b/SRC/dtrti2.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRTI2( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/dtrtri.f b/SRC/dtrtri.f index d34b40bcc0..1cf9a9aafb 100644 --- a/SRC/dtrtri.f +++ b/SRC/dtrtri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRTRI( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/dtrtrs.f b/SRC/dtrtrs.f index 3e5ff6fda1..d82f31d0b4 100644 --- a/SRC/dtrtrs.f +++ b/SRC/dtrtrs.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRTRS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, $ INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/dtrttf.f b/SRC/dtrttf.f index 8e91c3df81..4e4b5ee556 100644 --- a/SRC/dtrttf.f +++ b/SRC/dtrttf.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE DTRTTF( TRANSR, UPLO, N, A, LDA, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/dtrttp.f b/SRC/dtrttp.f index 5ee3dd5fad..15289172cf 100644 --- a/SRC/dtrttp.f +++ b/SRC/dtrttp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DTRTTP( UPLO, N, A, LDA, AP, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/dtzrzf.f b/SRC/dtzrzf.f index 0d4f922c89..ced2c4f5e8 100644 --- a/SRC/dtzrzf.f +++ b/SRC/dtzrzf.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup doubleOTHERcomputational * *> \par Contributors: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE DTZRZF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/dzsum1.f b/SRC/dzsum1.f index 70a404283e..7c5ebfacf7 100644 --- a/SRC/dzsum1.f +++ b/SRC/dzsum1.f @@ -69,8 +69,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -81,10 +79,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DZSUM1( N, CX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/icmax1.f b/SRC/icmax1.f index 4141473878..05a655836a 100644 --- a/SRC/icmax1.f +++ b/SRC/icmax1.f @@ -69,8 +69,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2014 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -81,10 +79,9 @@ * ===================================================================== INTEGER FUNCTION ICMAX1( N, CX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2014 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/ieeeck.f b/SRC/ieeeck.f index 2655958b4a..74065c3b4e 100644 --- a/SRC/ieeeck.f +++ b/SRC/ieeeck.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION IEEECK( ISPEC, ZERO, ONE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER ISPEC diff --git a/SRC/ilaclc.f b/SRC/ilaclc.f index 35d86d2307..9ac02867af 100644 --- a/SRC/ilaclc.f +++ b/SRC/ilaclc.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILACLC( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/ilaclr.f b/SRC/ilaclr.f index 3aad730b43..9f9a1cd323 100644 --- a/SRC/ilaclr.f +++ b/SRC/ilaclr.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complexOTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILACLR( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER M, N, LDA diff --git a/SRC/iladiag.f b/SRC/iladiag.f index 58614d2682..1fff79a931 100644 --- a/SRC/iladiag.f +++ b/SRC/iladiag.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== INTEGER FUNCTION ILADIAG( DIAG ) * -* -- 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 DIAG diff --git a/SRC/iladlc.f b/SRC/iladlc.f index c6476113d1..a98e7218bf 100644 --- a/SRC/iladlc.f +++ b/SRC/iladlc.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILADLC( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/iladlr.f b/SRC/iladlr.f index e8951d86cc..b1abded84b 100644 --- a/SRC/iladlr.f +++ b/SRC/iladlr.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILADLR( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/ilaenv.f b/SRC/ilaenv.f index 4028f36645..47ce59dbb3 100644 --- a/SRC/ilaenv.f +++ b/SRC/ilaenv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== INTEGER FUNCTION ILAENV( ISPEC, NAME, OPTS, N1, N2, N3, N4 ) * -* -- LAPACK auxiliary routine (version 3.9.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. CHARACTER*( * ) NAME, OPTS diff --git a/SRC/ilaenv2stage.f b/SRC/ilaenv2stage.f index db30a1b4d0..f2b105307e 100644 --- a/SRC/ilaenv2stage.f +++ b/SRC/ilaenv2stage.f @@ -122,8 +122,6 @@ *> \author NAG Ltd. *> \author Nick R. Papior * -*> \date July 2017 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -149,7 +147,7 @@ * ===================================================================== INTEGER FUNCTION ILAENV2STAGE( ISPEC, NAME, OPTS, N1, N2, N3, N4 ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * July 2017 diff --git a/SRC/ilaprec.f b/SRC/ilaprec.f index f1f32ac4b2..6aea3e0f0b 100644 --- a/SRC/ilaprec.f +++ b/SRC/ilaprec.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== INTEGER FUNCTION ILAPREC( PREC ) * -* -- 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 PREC diff --git a/SRC/ilaslc.f b/SRC/ilaslc.f index e59c575175..e299ff7c18 100644 --- a/SRC/ilaslc.f +++ b/SRC/ilaslc.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILASLC( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER M, N, LDA diff --git a/SRC/ilaslr.f b/SRC/ilaslr.f index 910bc800d0..840a797f02 100644 --- a/SRC/ilaslr.f +++ b/SRC/ilaslr.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILASLR( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/ilatrans.f b/SRC/ilatrans.f index 6b90bfc765..e822261ef7 100644 --- a/SRC/ilatrans.f +++ b/SRC/ilatrans.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== INTEGER FUNCTION ILATRANS( TRANS ) * -* -- 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 TRANS diff --git a/SRC/ilauplo.f b/SRC/ilauplo.f index 89bc9b225e..8d5b1210be 100644 --- a/SRC/ilauplo.f +++ b/SRC/ilauplo.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== INTEGER FUNCTION ILAUPLO( UPLO ) * -* -- 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 diff --git a/SRC/ilazlc.f b/SRC/ilazlc.f index 07dfc93e31..8af3430e61 100644 --- a/SRC/ilazlc.f +++ b/SRC/ilazlc.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILAZLC( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/ilazlr.f b/SRC/ilazlr.f index 4ca4ed1a44..e0134a6a35 100644 --- a/SRC/ilazlr.f +++ b/SRC/ilazlr.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILAZLR( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER M, N, LDA diff --git a/SRC/iparam2stage.F b/SRC/iparam2stage.F index 1a37300a7d..c153eef22b 100644 --- a/SRC/iparam2stage.F +++ b/SRC/iparam2stage.F @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERauxiliary * *> \par Further Details: @@ -159,10 +157,9 @@ INTEGER FUNCTION IPARAM2STAGE( ISPEC, NAME, OPTS, #endif IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*( * ) NAME, OPTS diff --git a/SRC/iparmq.f b/SRC/iparmq.f index bb711243da..e13117df44 100644 --- a/SRC/iparmq.f +++ b/SRC/iparmq.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -222,10 +220,9 @@ * ===================================================================== INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHI, ILO, ISPEC, LWORK, N diff --git a/SRC/izmax1.f b/SRC/izmax1.f index bec5c68ea7..210652fd1c 100644 --- a/SRC/izmax1.f +++ b/SRC/izmax1.f @@ -69,8 +69,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2014 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -81,10 +79,9 @@ * ===================================================================== INTEGER FUNCTION IZMAX1( N, ZX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2014 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/lsamen.f b/SRC/lsamen.f index d25c6f862d..59a81976fb 100644 --- a/SRC/lsamen.f +++ b/SRC/lsamen.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION LSAMEN( N, CA, CB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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*( * ) CA, CB diff --git a/SRC/sbbcsd.f b/SRC/sbbcsd.f index 4b63c1acf2..d5720cb33b 100644 --- a/SRC/sbbcsd.f +++ b/SRC/sbbcsd.f @@ -322,8 +322,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE SBBCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, M, P, Q, $ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E, $ B22D, B22E, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS diff --git a/SRC/sbdsdc.f b/SRC/sbdsdc.f index 1c559cec7e..18a4044979 100644 --- a/SRC/sbdsdc.f +++ b/SRC/sbdsdc.f @@ -191,8 +191,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -205,10 +203,9 @@ SUBROUTINE SBDSDC( UPLO, COMPQ, N, D, E, U, LDU, VT, LDVT, Q, IQ, $ WORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER COMPQ, UPLO diff --git a/SRC/sbdsqr.f b/SRC/sbdsqr.f index b0067f6799..c798baaf54 100644 --- a/SRC/sbdsqr.f +++ b/SRC/sbdsqr.f @@ -232,18 +232,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, $ LDU, C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/sbdsvdx.f b/SRC/sbdsvdx.f index c46674c47c..dcd554f1d7 100644 --- a/SRC/sbdsvdx.f +++ b/SRC/sbdsvdx.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ NS, S, Z, LDZ, WORK, IWORK, INFO) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/scombssq.f b/SRC/scombssq.f index cc51a324bc..43189fa884 100644 --- a/SRC/scombssq.f +++ b/SRC/scombssq.f @@ -53,14 +53,12 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SCOMBSSQ( V1, V2 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2018 diff --git a/SRC/scsum1.f b/SRC/scsum1.f index 7fa03198ff..2616e4b789 100644 --- a/SRC/scsum1.f +++ b/SRC/scsum1.f @@ -69,8 +69,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complexOTHERauxiliary * *> \par Contributors: @@ -81,10 +79,9 @@ * ===================================================================== REAL FUNCTION SCSUM1( N, CX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/sdisna.f b/SRC/sdisna.f index b034033871..004ceae673 100644 --- a/SRC/sdisna.f +++ b/SRC/sdisna.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SDISNA( JOB, M, N, D, SEP, INFO ) * -* -- 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 JOB diff --git a/SRC/sgbbrd.f b/SRC/sgbbrd.f index 4711c80749..74e9fe7675 100644 --- a/SRC/sgbbrd.f +++ b/SRC/sgbbrd.f @@ -179,18 +179,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SGBBRD( VECT, M, N, NCC, KL, KU, AB, LDAB, D, E, Q, $ LDQ, PT, LDPT, C, LDC, WORK, INFO ) * -* -- 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 VECT diff --git a/SRC/sgbcon.f b/SRC/sgbcon.f index 2294bbf4e9..1914f152cd 100644 --- a/SRC/sgbcon.f +++ b/SRC/sgbcon.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SGBCON( NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/sgbequ.f b/SRC/sgbequ.f index 1001361574..b3c4dfd5db 100644 --- a/SRC/sgbequ.f +++ b/SRC/sgbequ.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SGBEQU( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/sgbequb.f b/SRC/sgbequb.f index 5fa4abfc82..206624d2a9 100644 --- a/SRC/sgbequb.f +++ b/SRC/sgbequb.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/sgbrfs.f b/SRC/sgbrfs.f index 593c158613..2a8f3d1f2e 100644 --- a/SRC/sgbrfs.f +++ b/SRC/sgbrfs.f @@ -196,8 +196,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== @@ -205,10 +203,9 @@ SUBROUTINE SGBRFS( TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/sgbrfsx.f b/SRC/sgbrfsx.f index 78ae584e11..c52a32daf0 100644 --- a/SRC/sgbrfsx.f +++ b/SRC/sgbrfsx.f @@ -429,8 +429,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGBcomputational * * ===================================================================== @@ -440,10 +438,9 @@ SUBROUTINE SGBRFSX( TRANS, EQUED, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TRANS, EQUED diff --git a/SRC/sgbsv.f b/SRC/sgbsv.f index 9b922966ec..d4af6dfe3f 100644 --- a/SRC/sgbsv.f +++ b/SRC/sgbsv.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE SGBSV( N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, KL, KU, LDAB, LDB, N, NRHS diff --git a/SRC/sgbsvx.f b/SRC/sgbsvx.f index acd7db2846..40829a71b3 100644 --- a/SRC/sgbsvx.f +++ b/SRC/sgbsvx.f @@ -359,8 +359,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGBsolve * * ===================================================================== @@ -368,10 +366,9 @@ SUBROUTINE SGBSVX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ LDAFB, IPIV, EQUED, R, C, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/sgbsvxx.f b/SRC/sgbsvxx.f index 3c3d737b30..aef9034ae8 100644 --- a/SRC/sgbsvxx.f +++ b/SRC/sgbsvxx.f @@ -552,8 +552,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGBsolve * * ===================================================================== @@ -563,10 +561,9 @@ SUBROUTINE SGBSVXX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/sgbtf2.f b/SRC/sgbtf2.f index ecf10e3149..8bdea3902f 100644 --- a/SRC/sgbtf2.f +++ b/SRC/sgbtf2.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE SGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/sgbtrf.f b/SRC/sgbtrf.f index 2572f37b79..56712f157e 100644 --- a/SRC/sgbtrf.f +++ b/SRC/sgbtrf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE SGBTRF( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/sgbtrs.f b/SRC/sgbtrs.f index 477b033318..fc4601b5f1 100644 --- a/SRC/sgbtrs.f +++ b/SRC/sgbtrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/sgebak.f b/SRC/sgebak.f index 5c64c8b972..b51b611a95 100644 --- a/SRC/sgebak.f +++ b/SRC/sgebak.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, $ INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/sgebal.f b/SRC/sgebal.f index d34dc3b673..f519c8c575 100644 --- a/SRC/sgebal.f +++ b/SRC/sgebal.f @@ -121,8 +121,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -160,10 +158,9 @@ * ===================================================================== SUBROUTINE SGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) * -* -- 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 JOB diff --git a/SRC/sgebd2.f b/SRC/sgebd2.f index 2123ce25e3..cb57ed6780 100644 --- a/SRC/sgebd2.f +++ b/SRC/sgebd2.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE SGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgebrd.f b/SRC/sgebrd.f index e825b4fc92..08701164cf 100644 --- a/SRC/sgebrd.f +++ b/SRC/sgebrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -205,10 +203,9 @@ SUBROUTINE SGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgecon.f b/SRC/sgecon.f index d8f087ddf2..a284b094be 100644 --- a/SRC/sgecon.f +++ b/SRC/sgecon.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGECON( NORM, N, A, LDA, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 NORM diff --git a/SRC/sgeequ.f b/SRC/sgeequ.f index bb5592bd10..9928eaf621 100644 --- a/SRC/sgeequ.f +++ b/SRC/sgeequ.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGEEQU( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgeequb.f b/SRC/sgeequb.f index e04ee451d2..c669f4c0e0 100644 --- a/SRC/sgeequb.f +++ b/SRC/sgeequb.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGEEQUB( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgees.f b/SRC/sgees.f index 06c4513220..d40503f899 100644 --- a/SRC/sgees.f +++ b/SRC/sgees.f @@ -208,18 +208,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEeigen * * ===================================================================== SUBROUTINE SGEES( JOBVS, SORT, SELECT, N, A, LDA, SDIM, WR, WI, $ VS, LDVS, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBVS, SORT diff --git a/SRC/sgeesx.f b/SRC/sgeesx.f index 5ffa3bc376..27c4338d40 100644 --- a/SRC/sgeesx.f +++ b/SRC/sgeesx.f @@ -272,8 +272,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEeigen * * ===================================================================== @@ -281,10 +279,9 @@ SUBROUTINE SGEESX( JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, $ WR, WI, VS, LDVS, RCONDE, RCONDV, WORK, LWORK, $ IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVS, SENSE, SORT diff --git a/SRC/sgeev.f b/SRC/sgeev.f index 08c5a57f40..ed17247219 100644 --- a/SRC/sgeev.f +++ b/SRC/sgeev.f @@ -181,7 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @generated from dgeev.f, fortran d -> s, Tue Apr 19 01:47:44 2016 * @@ -192,10 +191,9 @@ SUBROUTINE SGEEV( JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, $ LDVR, WORK, LWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/sgeevx.f b/SRC/sgeevx.f index b11f50041f..ed1ea1cb98 100644 --- a/SRC/sgeevx.f +++ b/SRC/sgeevx.f @@ -294,7 +294,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @generated from dgeevx.f, fortran d -> s, Tue Apr 19 01:47:44 2016 * @@ -306,10 +305,9 @@ SUBROUTINE SGEEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, WR, WI, $ RCONDE, RCONDV, WORK, LWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/sgehd2.f b/SRC/sgehd2.f index 6a172b7b27..c7d8db19ec 100644 --- a/SRC/sgehd2.f +++ b/SRC/sgehd2.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE SGEHD2( N, ILO, IHI, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, N diff --git a/SRC/sgehrd.f b/SRC/sgehrd.f index 75a1bca036..7cc1626bf9 100644 --- a/SRC/sgehrd.f +++ b/SRC/sgehrd.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE SGEHRD( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/sgejsv.f b/SRC/sgejsv.f index 63d4a88f69..82ac6b94b5 100644 --- a/SRC/sgejsv.f +++ b/SRC/sgejsv.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEsing * *> \par Further Details: @@ -476,10 +474,9 @@ SUBROUTINE SGEJSV( JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, $ M, N, A, LDA, SVA, U, LDU, V, LDV, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. IMPLICIT NONE diff --git a/SRC/sgelq.f b/SRC/sgelq.f index e45c68db42..9209f918ec 100644 --- a/SRC/sgelq.f +++ b/SRC/sgelq.f @@ -170,10 +170,9 @@ SUBROUTINE SGELQ( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/sgelq2.f b/SRC/sgelq2.f index 0513a489c9..3e50beb13e 100644 --- a/SRC/sgelq2.f +++ b/SRC/sgelq2.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE SGELQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgelqf.f b/SRC/sgelqf.f index 8fa245f712..24d8ab19c0 100644 --- a/SRC/sgelqf.f +++ b/SRC/sgelqf.f @@ -118,8 +118,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -143,10 +141,9 @@ * ===================================================================== SUBROUTINE SGELQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgelqt.f b/SRC/sgelqt.f index 64d46025c1..b5a4c21b30 100644 --- a/SRC/sgelqt.f +++ b/SRC/sgelqt.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -124,10 +122,9 @@ * ===================================================================== SUBROUTINE SGELQT( M, N, MB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, MB diff --git a/SRC/sgelqt3.f b/SRC/sgelqt3.f index edf5d6d304..55392afb51 100644 --- a/SRC/sgelqt3.f +++ b/SRC/sgelqt3.f @@ -85,8 +85,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -116,10 +114,9 @@ * ===================================================================== RECURSIVE SUBROUTINE SGELQT3( M, N, A, LDA, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/sgels.f b/SRC/sgels.f index ee50f30ada..ea02c3318b 100644 --- a/SRC/sgels.f +++ b/SRC/sgels.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEsolve * * ===================================================================== SUBROUTINE SGELS( TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 TRANS diff --git a/SRC/sgelsd.f b/SRC/sgelsd.f index 9a18961d64..f5f17d34c5 100644 --- a/SRC/sgelsd.f +++ b/SRC/sgelsd.f @@ -195,8 +195,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEsolve * *> \par Contributors: @@ -210,10 +208,9 @@ SUBROUTINE SGELSD( M, N, NRHS, A, LDA, B, LDB, S, RCOND, $ RANK, WORK, LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/sgelss.f b/SRC/sgelss.f index 84a882d2ed..be9e2ea116 100644 --- a/SRC/sgelss.f +++ b/SRC/sgelss.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEsolve * * ===================================================================== SUBROUTINE SGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/sgelsy.f b/SRC/sgelsy.f index 58bd7c8cf6..9c60f78a7a 100644 --- a/SRC/sgelsy.f +++ b/SRC/sgelsy.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE SGELSY( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/sgemlq.f b/SRC/sgemlq.f index 5f2e02a8e7..536abf1840 100644 --- a/SRC/sgemlq.f +++ b/SRC/sgemlq.f @@ -168,10 +168,9 @@ SUBROUTINE SGEMLQ( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sgemlqt.f b/SRC/sgemlqt.f index 37850fdf56..fb96ceb704 100644 --- a/SRC/sgemlqt.f +++ b/SRC/sgemlqt.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE SGEMLQT( SIDE, TRANS, M, N, K, MB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/sgemqr.f b/SRC/sgemqr.f index 66c5117c9f..2a92574591 100644 --- a/SRC/sgemqr.f +++ b/SRC/sgemqr.f @@ -170,10 +170,9 @@ SUBROUTINE SGEMQR( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sgemqrt.f b/SRC/sgemqrt.f index 843151a9ce..2ebd7d5f84 100644 --- a/SRC/sgemqrt.f +++ b/SRC/sgemqrt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGEMQRT( SIDE, TRANS, M, N, K, NB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sgeql2.f b/SRC/sgeql2.f index 53009b9de4..ea5ad6b82d 100644 --- a/SRC/sgeql2.f +++ b/SRC/sgeql2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE SGEQL2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgeqlf.f b/SRC/sgeqlf.f index ccf7a0a0d8..efecfbb3ca 100644 --- a/SRC/sgeqlf.f +++ b/SRC/sgeqlf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE SGEQLF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgeqp3.f b/SRC/sgeqp3.f index 303a944f4d..493bdae6af 100644 --- a/SRC/sgeqp3.f +++ b/SRC/sgeqp3.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE SGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgeqr.f b/SRC/sgeqr.f index 4a6bb9ea5a..6f41a92ead 100644 --- a/SRC/sgeqr.f +++ b/SRC/sgeqr.f @@ -172,10 +172,9 @@ SUBROUTINE SGEQR( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/sgeqr2.f b/SRC/sgeqr2.f index 0a1ff304fd..5eef521f27 100644 --- a/SRC/sgeqr2.f +++ b/SRC/sgeqr2.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE SGEQR2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgeqr2p.f b/SRC/sgeqr2p.f index 08d1247976..0d270e9aa8 100644 --- a/SRC/sgeqr2p.f +++ b/SRC/sgeqr2p.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -134,10 +132,9 @@ * ===================================================================== SUBROUTINE SGEQR2P( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgeqrf.f b/SRC/sgeqrf.f index 7df495e045..0fc5ba11a9 100644 --- a/SRC/sgeqrf.f +++ b/SRC/sgeqrf.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE SGEQRF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgeqrfp.f b/SRC/sgeqrfp.f index 7f67415701..03d33654ba 100644 --- a/SRC/sgeqrfp.f +++ b/SRC/sgeqrfp.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE SGEQRFP( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgeqrt.f b/SRC/sgeqrt.f index f7c58172c3..926e4a6541 100644 --- a/SRC/sgeqrt.f +++ b/SRC/sgeqrt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -141,10 +139,9 @@ * ===================================================================== SUBROUTINE SGEQRT( M, N, NB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/sgeqrt2.f b/SRC/sgeqrt2.f index 349fd4b60c..982d67be85 100644 --- a/SRC/sgeqrt2.f +++ b/SRC/sgeqrt2.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE SGEQRT2( M, N, A, LDA, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDT, M, N diff --git a/SRC/sgeqrt3.f b/SRC/sgeqrt3.f index 8316c7fed0..301bad2148 100644 --- a/SRC/sgeqrt3.f +++ b/SRC/sgeqrt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== RECURSIVE SUBROUTINE SGEQRT3( M, N, A, LDA, T, LDT, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/sgerfs.f b/SRC/sgerfs.f index aba761de10..c31ea1bd64 100644 --- a/SRC/sgerfs.f +++ b/SRC/sgerfs.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGERFS( TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/sgerfsx.f b/SRC/sgerfsx.f index b1a1eb13d1..b5d044872a 100644 --- a/SRC/sgerfsx.f +++ b/SRC/sgerfsx.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== @@ -414,10 +412,9 @@ SUBROUTINE SGERFSX( TRANS, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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 TRANS, EQUED diff --git a/SRC/sgerq2.f b/SRC/sgerq2.f index 68f78c6e2b..d86905c033 100644 --- a/SRC/sgerq2.f +++ b/SRC/sgerq2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE SGERQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgerqf.f b/SRC/sgerqf.f index 8b842cbd89..24ff42b4c5 100644 --- a/SRC/sgerqf.f +++ b/SRC/sgerqf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE SGERQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/sgesc2.f b/SRC/sgesc2.f index 3a6f34584d..2de2ed7ccb 100644 --- a/SRC/sgesc2.f +++ b/SRC/sgesc2.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEauxiliary * *> \par Contributors: @@ -114,10 +112,9 @@ * ===================================================================== SUBROUTINE SGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, N diff --git a/SRC/sgesdd.f b/SRC/sgesdd.f index 89e03a002f..a2a03ee58f 100644 --- a/SRC/sgesdd.f +++ b/SRC/sgesdd.f @@ -204,8 +204,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEsing * *> \par Contributors: @@ -219,10 +217,9 @@ SUBROUTINE SGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ diff --git a/SRC/sgesv.f b/SRC/sgesv.f index 6ef2cf98b5..4f4fe5215f 100644 --- a/SRC/sgesv.f +++ b/SRC/sgesv.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEsolve * * ===================================================================== SUBROUTINE SGESV( N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, N, NRHS diff --git a/SRC/sgesvd.f b/SRC/sgesvd.f index c1756fa613..83321ffaa1 100644 --- a/SRC/sgesvd.f +++ b/SRC/sgesvd.f @@ -203,18 +203,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGEsing * * ===================================================================== SUBROUTINE SGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT diff --git a/SRC/sgesvdq.f b/SRC/sgesvdq.f index 60f931fbc5..ebbfc70b15 100644 --- a/SRC/sgesvdq.f +++ b/SRC/sgesvdq.f @@ -406,8 +406,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup realGEsing * * ===================================================================== diff --git a/SRC/sgesvdx.f b/SRC/sgesvdx.f index d74e98f10b..b6495dbd4b 100644 --- a/SRC/sgesvdx.f +++ b/SRC/sgesvdx.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEsing * * ===================================================================== @@ -263,10 +261,9 @@ SUBROUTINE SGESVDX( JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, $ IL, IU, NS, S, U, LDU, VT, LDVT, WORK, $ LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT, RANGE diff --git a/SRC/sgesvj.f b/SRC/sgesvj.f index 09b145107b..3f53a5a152 100644 --- a/SRC/sgesvj.f +++ b/SRC/sgesvj.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -323,10 +321,9 @@ SUBROUTINE SGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, $ LDV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDV, LWORK, M, MV, N diff --git a/SRC/sgesvx.f b/SRC/sgesvx.f index b297a36d6a..930b88c336 100644 --- a/SRC/sgesvx.f +++ b/SRC/sgesvx.f @@ -340,8 +340,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGEsolve * * ===================================================================== @@ -349,10 +347,9 @@ SUBROUTINE SGESVX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ EQUED, R, C, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/sgesvxx.f b/SRC/sgesvxx.f index 7cb29d5ab2..35eff717aa 100644 --- a/SRC/sgesvxx.f +++ b/SRC/sgesvxx.f @@ -532,8 +532,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGEsolve * * ===================================================================== @@ -543,10 +541,9 @@ SUBROUTINE SGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/sgetc2.f b/SRC/sgetc2.f index 6bf0a93c65..a871a03ff3 100644 --- a/SRC/sgetc2.f +++ b/SRC/sgetc2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEauxiliary * *> \par Contributors: @@ -111,10 +109,9 @@ * ===================================================================== SUBROUTINE SGETC2( N, A, LDA, IPIV, JPIV, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/sgetf2.f b/SRC/sgetf2.f index 8d28a4a0cd..d38c124c7a 100644 --- a/SRC/sgetf2.f +++ b/SRC/sgetf2.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGETF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgetrf.f b/SRC/sgetrf.f index 9e13f0fcaa..7a4a2aa5a7 100644 --- a/SRC/sgetrf.f +++ b/SRC/sgetrf.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGETRF( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgetrf2.f b/SRC/sgetrf2.f index aa826f6e6b..68ebfac46c 100644 --- a/SRC/sgetrf2.f +++ b/SRC/sgetrf2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEcomputational * * ===================================================================== RECURSIVE SUBROUTINE SGETRF2( M, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/sgetri.f b/SRC/sgetri.f index e609247712..749ede9a77 100644 --- a/SRC/sgetri.f +++ b/SRC/sgetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGETRI( N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, N diff --git a/SRC/sgetrs.f b/SRC/sgetrs.f index d52f773d13..e5f3e3a90f 100644 --- a/SRC/sgetrs.f +++ b/SRC/sgetrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SGETRS( TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 TRANS diff --git a/SRC/sgetsls.f b/SRC/sgetsls.f index 3bf084515f..3d1f6e02cf 100644 --- a/SRC/sgetsls.f +++ b/SRC/sgetsls.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEsolve * * ===================================================================== SUBROUTINE SGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/SRC/sgetsqrhrt.f b/SRC/sgetsqrhrt.f index fb0c172767..f9580da7b4 100644 --- a/SRC/sgetsqrhrt.f +++ b/SRC/sgetsqrhrt.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup singleOTHERcomputational * *> \par Contributors: @@ -180,10 +178,9 @@ SUBROUTINE SGETSQRHRT( M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, NB1, NB2, MB1 diff --git a/SRC/sggbak.f b/SRC/sggbak.f index 7e5620ee6d..bb7f360112 100644 --- a/SRC/sggbak.f +++ b/SRC/sggbak.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * *> \par Further Details: @@ -147,10 +145,9 @@ SUBROUTINE SGGBAK( JOB, SIDE, N, ILO, IHI, LSCALE, RSCALE, M, V, $ LDV, INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/sggbal.f b/SRC/sggbal.f index 3e64a0f762..6cfdbcdba7 100644 --- a/SRC/sggbal.f +++ b/SRC/sggbal.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE SGGBAL( JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE, $ RSCALE, WORK, INFO ) * -* -- 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 JOB diff --git a/SRC/sgges.f b/SRC/sgges.f index 75f31c76f3..3834aea000 100644 --- a/SRC/sgges.f +++ b/SRC/sgges.f @@ -275,8 +275,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEeigen * * ===================================================================== @@ -284,10 +282,9 @@ SUBROUTINE SGGES( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, $ SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, $ LDVSR, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR, SORT diff --git a/SRC/sgges3.f b/SRC/sgges3.f index 81ab96c4f7..763ecce01d 100644 --- a/SRC/sgges3.f +++ b/SRC/sgges3.f @@ -273,8 +273,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup realGEeigen * * ===================================================================== @@ -282,10 +280,9 @@ SUBROUTINE SGGES3( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, $ LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, $ VSR, LDVSR, WORK, LWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SORT diff --git a/SRC/sggesx.f b/SRC/sggesx.f index 25691d164e..a6c0443bac 100644 --- a/SRC/sggesx.f +++ b/SRC/sggesx.f @@ -337,8 +337,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEeigen * *> \par Further Details: @@ -365,10 +363,9 @@ SUBROUTINE SGGESX( JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA, $ VSR, LDVSR, RCONDE, RCONDV, WORK, LWORK, IWORK, $ LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SENSE, SORT diff --git a/SRC/sggev.f b/SRC/sggev.f index 8551eb08f1..69744b72b4 100644 --- a/SRC/sggev.f +++ b/SRC/sggev.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGEeigen * * ===================================================================== SUBROUTINE SGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, $ BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/sggev3.f b/SRC/sggev3.f index 7a253ad19e..f61d486021 100644 --- a/SRC/sggev3.f +++ b/SRC/sggev3.f @@ -217,8 +217,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup realGEeigen * * ===================================================================== @@ -226,10 +224,9 @@ SUBROUTINE SGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, $ ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.6.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/sggevx.f b/SRC/sggevx.f index 08f02251f2..bb05f499af 100644 --- a/SRC/sggevx.f +++ b/SRC/sggevx.f @@ -352,8 +352,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGEeigen * *> \par Further Details: @@ -391,10 +389,9 @@ SUBROUTINE SGGEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, B, LDB, $ IHI, LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, $ RCONDV, WORK, LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/sggglm.f b/SRC/sggglm.f index 572ee511d8..bbd032beb6 100644 --- a/SRC/sggglm.f +++ b/SRC/sggglm.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SGGGLM( N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/sgghd3.f b/SRC/sgghd3.f index 5f351b2e6e..759a39b5a9 100644 --- a/SRC/sgghd3.f +++ b/SRC/sgghd3.f @@ -211,8 +211,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -230,10 +228,9 @@ SUBROUTINE SGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/sgghrd.f b/SRC/sgghrd.f index 6580ab7713..210b4dae33 100644 --- a/SRC/sgghrd.f +++ b/SRC/sgghrd.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -207,10 +205,9 @@ SUBROUTINE SGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * -* -- 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 COMPQ, COMPZ diff --git a/SRC/sgglse.f b/SRC/sgglse.f index 20e319ce82..7ef8782b01 100644 --- a/SRC/sgglse.f +++ b/SRC/sgglse.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERsolve * * ===================================================================== SUBROUTINE SGGLSE( M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/sggqrf.f b/SRC/sggqrf.f index bce1d5b9e6..c57b16a563 100644 --- a/SRC/sggqrf.f +++ b/SRC/sggqrf.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -215,10 +213,9 @@ SUBROUTINE SGGQRF( N, M, P, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/sggrqf.f b/SRC/sggrqf.f index 82a57b1705..c4a78c3477 100644 --- a/SRC/sggrqf.f +++ b/SRC/sggrqf.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -214,10 +212,9 @@ SUBROUTINE SGGRQF( M, P, N, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/sggsvd3.f b/SRC/sggsvd3.f index 4f41fc3a85..9077f2ea81 100644 --- a/SRC/sggsvd3.f +++ b/SRC/sggsvd3.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup realGEsing * *> \par Contributors: @@ -349,10 +347,9 @@ SUBROUTINE SGGSVD3( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. CHARACTER JOBQ, JOBU, JOBV diff --git a/SRC/sggsvp3.f b/SRC/sggsvp3.f index ec7229a337..4f76b32bc0 100644 --- a/SRC/sggsvp3.f +++ b/SRC/sggsvp3.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -272,10 +270,9 @@ SUBROUTINE SGGSVP3( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* August 2015 * IMPLICIT NONE * diff --git a/SRC/sgsvj0.f b/SRC/sgsvj0.f index d51dfc762b..23b6f0077f 100644 --- a/SRC/sgsvj0.f +++ b/SRC/sgsvj0.f @@ -193,8 +193,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE SGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS, $ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDV, LWORK, M, MV, N, NSWEEP diff --git a/SRC/sgsvj1.f b/SRC/sgsvj1.f index 039969de17..0345ccb421 100644 --- a/SRC/sgsvj1.f +++ b/SRC/sgsvj1.f @@ -223,8 +223,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -236,10 +234,9 @@ SUBROUTINE SGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, $ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. REAL EPS, SFMIN, TOL diff --git a/SRC/sgtcon.f b/SRC/sgtcon.f index e053265ed9..65accb1221 100644 --- a/SRC/sgtcon.f +++ b/SRC/sgtcon.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTcomputational * * ===================================================================== SUBROUTINE SGTCON( NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/sgtrfs.f b/SRC/sgtrfs.f index 8d60da87e5..29c0be89d4 100644 --- a/SRC/sgtrfs.f +++ b/SRC/sgtrfs.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTcomputational * * ===================================================================== @@ -209,10 +207,9 @@ SUBROUTINE SGTRFS( TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/sgtsv.f b/SRC/sgtsv.f index d18f9e5e3d..ac903ab3dd 100644 --- a/SRC/sgtsv.f +++ b/SRC/sgtsv.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTsolve * * ===================================================================== SUBROUTINE SGTSV( N, NRHS, DL, D, DU, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/sgtsvx.f b/SRC/sgtsvx.f index 4f00934c2e..a251302ca8 100644 --- a/SRC/sgtsvx.f +++ b/SRC/sgtsvx.f @@ -284,8 +284,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTsolve * * ===================================================================== @@ -293,10 +291,9 @@ SUBROUTINE SGTSVX( FACT, TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, $ DU2, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT, TRANS diff --git a/SRC/sgttrf.f b/SRC/sgttrf.f index f9846dd85d..5df0367fe0 100644 --- a/SRC/sgttrf.f +++ b/SRC/sgttrf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTcomputational * * ===================================================================== SUBROUTINE SGTTRF( N, DL, D, DU, DU2, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/sgttrs.f b/SRC/sgttrs.f index 4f302da7a1..f1e47a7941 100644 --- a/SRC/sgttrs.f +++ b/SRC/sgttrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTcomputational * * ===================================================================== SUBROUTINE SGTTRS( TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/sgtts2.f b/SRC/sgtts2.f index 0cefb29e34..4820487de3 100644 --- a/SRC/sgtts2.f +++ b/SRC/sgtts2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGTcomputational * * ===================================================================== SUBROUTINE SGTTS2( ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB ) * -* -- 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 .. INTEGER ITRANS, LDB, N, NRHS diff --git a/SRC/shgeqz.f b/SRC/shgeqz.f index cfed49e5aa..79a9c60925 100644 --- a/SRC/shgeqz.f +++ b/SRC/shgeqz.f @@ -282,8 +282,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -304,10 +302,9 @@ SUBROUTINE SHGEQZ( JOB, COMPQ, COMPZ, N, ILO, IHI, H, LDH, T, LDT, $ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, WORK, $ LWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER COMPQ, COMPZ, JOB diff --git a/SRC/shsein.f b/SRC/shsein.f index 53a3327a13..f1983d541a 100644 --- a/SRC/shsein.f +++ b/SRC/shsein.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -263,10 +261,9 @@ SUBROUTINE SHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, WR, WI, $ VL, LDVL, VR, LDVR, MM, M, WORK, IFAILL, $ IFAILR, INFO ) * -* -- 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 EIGSRC, INITV, SIDE diff --git a/SRC/shseqr.f b/SRC/shseqr.f index d22bd7b940..3b8d4c4d8b 100644 --- a/SRC/shseqr.f +++ b/SRC/shseqr.f @@ -233,8 +233,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -316,10 +314,9 @@ SUBROUTINE SHSEQR( JOB, COMPZ, N, ILO, IHI, H, LDH, WR, WI, Z, $ LDZ, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/sisnan.f b/SRC/sisnan.f index 311bfbf95e..edde0651e9 100644 --- a/SRC/sisnan.f +++ b/SRC/sisnan.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION SISNAN( SIN ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL, INTENT(IN) :: SIN diff --git a/SRC/sla_gbamv.f b/SRC/sla_gbamv.f index b513f24da6..c584466121 100644 --- a/SRC/sla_gbamv.f +++ b/SRC/sla_gbamv.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SLA_GBAMV( TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, $ INCX, BETA, Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/sla_gbrcond.f b/SRC/sla_gbrcond.f index 7f2c4062e4..d77b744348 100644 --- a/SRC/sla_gbrcond.f +++ b/SRC/sla_gbrcond.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== REAL FUNCTION SLA_GBRCOND( TRANS, N, KL, KU, AB, LDAB, AFB, LDAFB, $ IPIV, 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 TRANS diff --git a/SRC/sla_gbrfsx_extended.f b/SRC/sla_gbrfsx_extended.f index da958821ec..6433c2d619 100644 --- a/SRC/sla_gbrfsx_extended.f +++ b/SRC/sla_gbrfsx_extended.f @@ -397,8 +397,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGBcomputational * * ===================================================================== @@ -410,10 +408,9 @@ SUBROUTINE SLA_GBRFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, KL, KU, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDAB, LDAFB, LDB, LDY, N, KL, KU, NRHS, diff --git a/SRC/sla_gbrpvgrw.f b/SRC/sla_gbrpvgrw.f index 77e9f26b4e..db4c93e5a6 100644 --- a/SRC/sla_gbrpvgrw.f +++ b/SRC/sla_gbrpvgrw.f @@ -109,18 +109,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBcomputational * * ===================================================================== REAL FUNCTION SLA_GBRPVGRW( N, KL, KU, NCOLS, AB, LDAB, AFB, $ LDAFB ) * -* -- 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 .. INTEGER N, KL, KU, NCOLS, LDAB, LDAFB diff --git a/SRC/sla_geamv.f b/SRC/sla_geamv.f index 7906d04d6c..7fe467985f 100644 --- a/SRC/sla_geamv.f +++ b/SRC/sla_geamv.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEcomputational * * ===================================================================== SUBROUTINE SLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, $ Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/sla_gercond.f b/SRC/sla_gercond.f index e54e0d7b46..4eed036164 100644 --- a/SRC/sla_gercond.f +++ b/SRC/sla_gercond.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== REAL FUNCTION SLA_GERCOND ( TRANS, N, A, LDA, AF, LDAF, IPIV, $ 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 TRANS diff --git a/SRC/sla_gerfsx_extended.f b/SRC/sla_gerfsx_extended.f index 595e99e9e8..808acb4e2e 100644 --- a/SRC/sla_gerfsx_extended.f +++ b/SRC/sla_gerfsx_extended.f @@ -385,8 +385,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== @@ -398,10 +396,9 @@ SUBROUTINE SLA_GERFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, NRHS, A, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/sla_gerpvgrw.f b/SRC/sla_gerpvgrw.f index a41a0351ee..8ca12b9fd1 100644 --- a/SRC/sla_gerpvgrw.f +++ b/SRC/sla_gerpvgrw.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * * ===================================================================== REAL FUNCTION SLA_GERPVGRW( N, NCOLS, A, LDA, AF, LDAF ) * -* -- 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 .. INTEGER N, NCOLS, LDA, LDAF diff --git a/SRC/sla_lin_berr.f b/SRC/sla_lin_berr.f index 2da50cbdab..185a143a90 100644 --- a/SRC/sla_lin_berr.f +++ b/SRC/sla_lin_berr.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * -* -- 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 .. INTEGER N, NZ, NRHS diff --git a/SRC/sla_porcond.f b/SRC/sla_porcond.f index 729581f46b..eb548b59b8 100644 --- a/SRC/sla_porcond.f +++ b/SRC/sla_porcond.f @@ -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 diff --git a/SRC/sla_porfsx_extended.f b/SRC/sla_porfsx_extended.f index 615fd43ce6..a43942349b 100644 --- a/SRC/sla_porfsx_extended.f +++ b/SRC/sla_porfsx_extended.f @@ -374,8 +374,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== @@ -387,10 +385,9 @@ SUBROUTINE SLA_PORFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/sla_porpvgrw.f b/SRC/sla_porpvgrw.f index de034efba0..24fbe8af34 100644 --- a/SRC/sla_porpvgrw.f +++ b/SRC/sla_porpvgrw.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== REAL FUNCTION SLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF, LDAF, WORK ) * -* -- 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*1 UPLO diff --git a/SRC/sla_syamv.f b/SRC/sla_syamv.f index 4459f4d8bd..a44cc6e0d2 100644 --- a/SRC/sla_syamv.f +++ b/SRC/sla_syamv.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE SLA_SYAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/sla_syrcond.f b/SRC/sla_syrcond.f index 0c9e2b361c..01ab67db1a 100644 --- a/SRC/sla_syrcond.f +++ b/SRC/sla_syrcond.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== REAL FUNCTION SLA_SYRCOND( UPLO, N, A, LDA, AF, LDAF, IPIV, 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 diff --git a/SRC/sla_syrfsx_extended.f b/SRC/sla_syrfsx_extended.f index 3f9ddcb051..2129967846 100644 --- a/SRC/sla_syrfsx_extended.f +++ b/SRC/sla_syrfsx_extended.f @@ -383,8 +383,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== @@ -396,10 +394,9 @@ SUBROUTINE SLA_SYRFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/sla_syrpvgrw.f b/SRC/sla_syrpvgrw.f index a0a235ee38..1048b1b726 100644 --- a/SRC/sla_syrpvgrw.f +++ b/SRC/sla_syrpvgrw.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== REAL FUNCTION SLA_SYRPVGRW( UPLO, N, INFO, A, LDA, AF, LDAF, IPIV, $ WORK ) * -* -- 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*1 UPLO diff --git a/SRC/sla_wwaddw.f b/SRC/sla_wwaddw.f index e390c9fab9..c585f6edfa 100644 --- a/SRC/sla_wwaddw.f +++ b/SRC/sla_wwaddw.f @@ -74,17 +74,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SLA_WWADDW( N, X, Y, W ) * -* -- 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 .. INTEGER N diff --git a/SRC/slabad.f b/SRC/slabad.f index d6502bb921..cb223594f4 100644 --- a/SRC/slabad.f +++ b/SRC/slabad.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLABAD( SMALL, LARGE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL LARGE, SMALL diff --git a/SRC/slabrd.f b/SRC/slabrd.f index f4e3d73a27..808d45cc12 100644 --- a/SRC/slabrd.f +++ b/SRC/slabrd.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -210,10 +208,9 @@ SUBROUTINE SLABRD( M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, $ LDY ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDX, LDY, M, N, NB diff --git a/SRC/slacn2.f b/SRC/slacn2.f index 709cf07765..1d6217a7cb 100644 --- a/SRC/slacn2.f +++ b/SRC/slacn2.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -136,10 +134,9 @@ * ===================================================================== SUBROUTINE SLACN2( N, V, X, ISGN, EST, KASE, ISAVE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/slacon.f b/SRC/slacon.f index 45c28d50ab..8e3cc73553 100644 --- a/SRC/slacon.f +++ b/SRC/slacon.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE SLACON( N, V, X, ISGN, EST, KASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/slacpy.f b/SRC/slacpy.f index a4bcde3cc8..a33a3c67b7 100644 --- a/SRC/slacpy.f +++ b/SRC/slacpy.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLACPY( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/sladiv.f b/SRC/sladiv.f index a9a3603aae..5d86e70c80 100644 --- a/SRC/sladiv.f +++ b/SRC/sladiv.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2013 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLADIV( A, B, C, D, P, Q ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. REAL A, B, C, D, P, Q @@ -178,10 +175,9 @@ SUBROUTINE SLADIV( A, B, C, D, P, Q ) SUBROUTINE SLADIV1( A, B, C, D, P, Q ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. REAL A, B, C, D, P, Q @@ -218,10 +214,9 @@ SUBROUTINE SLADIV1( A, B, C, D, P, Q ) REAL FUNCTION SLADIV2( A, B, C, D, R, T ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2013 * * .. Scalar Arguments .. REAL A, B, C, D, R, T diff --git a/SRC/slae2.f b/SRC/slae2.f index 2b7a28c8f2..c6a4f12b29 100644 --- a/SRC/slae2.f +++ b/SRC/slae2.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -102,10 +100,9 @@ * ===================================================================== SUBROUTINE SLAE2( A, B, C, RT1, RT2 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL A, B, C, RT1, RT2 diff --git a/SRC/slaebz.f b/SRC/slaebz.f index 5e230827da..4eb8e8b7dc 100644 --- a/SRC/slaebz.f +++ b/SRC/slaebz.f @@ -273,8 +273,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -319,10 +317,9 @@ SUBROUTINE SLAEBZ( IJOB, NITMAX, N, MMAX, MINP, NBMIN, ABSTOL, $ RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT, $ NAB, WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IJOB, INFO, MINP, MMAX, MOUT, N, NBMIN, NITMAX diff --git a/SRC/slaed0.f b/SRC/slaed0.f index 51aea744c3..70d6efe1b5 100644 --- a/SRC/slaed0.f +++ b/SRC/slaed0.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -172,10 +170,9 @@ SUBROUTINE SLAED0( ICOMPQ, QSIZ, N, D, E, Q, LDQ, QSTORE, LDQS, $ WORK, IWORK, INFO ) * -* -- 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 .. INTEGER ICOMPQ, INFO, LDQ, LDQS, N, QSIZ diff --git a/SRC/slaed1.f b/SRC/slaed1.f index d40cb026aa..9153933106 100644 --- a/SRC/slaed1.f +++ b/SRC/slaed1.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -163,10 +161,9 @@ SUBROUTINE SLAED1( N, D, Q, LDQ, INDXQ, RHO, CUTPNT, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CUTPNT, INFO, LDQ, N diff --git a/SRC/slaed2.f b/SRC/slaed2.f index b039a31053..bea941d8e2 100644 --- a/SRC/slaed2.f +++ b/SRC/slaed2.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -212,10 +210,9 @@ SUBROUTINE SLAED2( K, N, N1, D, Q, LDQ, INDXQ, RHO, Z, DLAMDA, W, $ Q2, INDX, INDXC, INDXP, COLTYP, INFO ) * -* -- 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 .. INTEGER INFO, K, LDQ, N, N1 diff --git a/SRC/slaed3.f b/SRC/slaed3.f index dffd23e430..2a0fc3450b 100644 --- a/SRC/slaed3.f +++ b/SRC/slaed3.f @@ -170,8 +170,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ SUBROUTINE SLAED3( K, N, N1, D, Q, LDQ, RHO, DLAMDA, Q2, INDX, $ CTOT, W, S, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, K, LDQ, N, N1 diff --git a/SRC/slaed4.f b/SRC/slaed4.f index 64260843fd..e7a6a37359 100644 --- a/SRC/slaed4.f +++ b/SRC/slaed4.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE SLAED4( N, I, D, Z, DELTA, RHO, DLAM, INFO ) * -* -- 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 .. INTEGER I, INFO, N diff --git a/SRC/slaed5.f b/SRC/slaed5.f index 29551daa72..24579e10ca 100644 --- a/SRC/slaed5.f +++ b/SRC/slaed5.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -108,10 +106,9 @@ * ===================================================================== SUBROUTINE SLAED5( I, D, Z, DELTA, RHO, DLAM ) * -* -- 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 .. INTEGER I diff --git a/SRC/slaed6.f b/SRC/slaed6.f index 69b94d4974..494e6e03f8 100644 --- a/SRC/slaed6.f +++ b/SRC/slaed6.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE SLAED6( KNITER, ORGATI, RHO, D, Z, FINIT, TAU, INFO ) * -* -- 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 .. LOGICAL ORGATI diff --git a/SRC/slaed7.f b/SRC/slaed7.f index 55e6e6325c..954d47e944 100644 --- a/SRC/slaed7.f +++ b/SRC/slaed7.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE SLAED7( ICOMPQ, N, QSIZ, TLVLS, CURLVL, CURPBM, D, Q, $ PERM, GIVPTR, GIVCOL, GIVNUM, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CURLVL, CURPBM, CUTPNT, ICOMPQ, INFO, LDQ, N, diff --git a/SRC/slaed8.f b/SRC/slaed8.f index 2e3f6f51f2..cf21a2142d 100644 --- a/SRC/slaed8.f +++ b/SRC/slaed8.f @@ -228,8 +228,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -243,10 +241,9 @@ SUBROUTINE SLAED8( ICOMPQ, K, N, QSIZ, D, Q, LDQ, INDXQ, RHO, $ CUTPNT, Z, DLAMDA, Q2, LDQ2, W, PERM, GIVPTR, $ GIVCOL, GIVNUM, INDXP, INDX, INFO ) * -* -- 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 .. INTEGER CUTPNT, GIVPTR, ICOMPQ, INFO, K, LDQ, LDQ2, N, diff --git a/SRC/slaed9.f b/SRC/slaed9.f index 780d265506..fc3e576cbc 100644 --- a/SRC/slaed9.f +++ b/SRC/slaed9.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -156,10 +154,9 @@ SUBROUTINE SLAED9( K, KSTART, KSTOP, N, D, Q, LDQ, RHO, DLAMDA, W, $ S, LDS, INFO ) * -* -- 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 .. INTEGER INFO, K, KSTART, KSTOP, LDQ, LDS, N diff --git a/SRC/slaeda.f b/SRC/slaeda.f index 30d7a2bf0e..d0f4efef23 100644 --- a/SRC/slaeda.f +++ b/SRC/slaeda.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE SLAEDA( N, TLVLS, CURLVL, CURPBM, PRMPTR, PERM, GIVPTR, $ GIVCOL, GIVNUM, Q, QPTR, Z, ZTEMP, INFO ) * -* -- 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 .. INTEGER CURLVL, CURPBM, INFO, N, TLVLS diff --git a/SRC/slaein.f b/SRC/slaein.f index e9defea2a8..caee5aa1b3 100644 --- a/SRC/slaein.f +++ b/SRC/slaein.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAEIN( RIGHTV, NOINIT, N, H, LDH, WR, WI, VR, VI, B, $ LDB, WORK, EPS3, SMLNUM, BIGNUM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL NOINIT, RIGHTV diff --git a/SRC/slaev2.f b/SRC/slaev2.f index f4028e11b7..442779a44e 100644 --- a/SRC/slaev2.f +++ b/SRC/slaev2.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -120,10 +118,9 @@ * ===================================================================== SUBROUTINE SLAEV2( A, B, C, RT1, RT2, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL A, B, C, CS1, RT1, RT2, SN1 diff --git a/SRC/slaexc.f b/SRC/slaexc.f index fb6345bbe4..49b0329601 100644 --- a/SRC/slaexc.f +++ b/SRC/slaexc.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAEXC( WANTQ, N, T, LDT, Q, LDQ, J1, N1, N2, WORK, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTQ diff --git a/SRC/slag2.f b/SRC/slag2.f index ac16fb1b5a..eddf669133 100644 --- a/SRC/slag2.f +++ b/SRC/slag2.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAG2( A, LDA, B, LDB, SAFMIN, SCALE1, SCALE2, WR1, $ WR2, WI ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB diff --git a/SRC/slag2d.f b/SRC/slag2d.f index 01515eb672..dbd8ee1abf 100644 --- a/SRC/slag2d.f +++ b/SRC/slag2d.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLAG2D( M, N, SA, LDSA, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, LDSA, M, N diff --git a/SRC/slags2.f b/SRC/slags2.f index 4076f39827..67e33f6370 100644 --- a/SRC/slags2.f +++ b/SRC/slags2.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAGS2( UPPER, A1, A2, A3, B1, B2, B3, CSU, SNU, CSV, $ SNV, CSQ, SNQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL UPPER diff --git a/SRC/slagtf.f b/SRC/slagtf.f index 59ef097a7f..ecc02eeb34 100644 --- a/SRC/slagtf.f +++ b/SRC/slagtf.f @@ -149,17 +149,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLAGTF( N, A, LAMBDA, B, C, TOL, D, IN, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/slagtm.f b/SRC/slagtm.f index e423dc91cd..2beae90787 100644 --- a/SRC/slagtm.f +++ b/SRC/slagtm.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAGTM( TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, $ B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/slagts.f b/SRC/slagts.f index e0c8892d7d..255f5aa488 100644 --- a/SRC/slagts.f +++ b/SRC/slagts.f @@ -154,17 +154,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, JOB, N diff --git a/SRC/slagv2.f b/SRC/slagv2.f index 638c7dfbc2..410cbf4c02 100644 --- a/SRC/slagv2.f +++ b/SRC/slagv2.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -157,10 +155,9 @@ SUBROUTINE SLAGV2( A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, CSL, SNL, $ CSR, SNR ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, LDB diff --git a/SRC/slahqr.f b/SRC/slahqr.f index 40c0b3bc53..4e00f315a6 100644 --- a/SRC/slahqr.f +++ b/SRC/slahqr.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -208,10 +206,9 @@ SUBROUTINE SLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, INFO ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, N diff --git a/SRC/slahr2.f b/SRC/slahr2.f index 656d679898..fcd555c5c2 100644 --- a/SRC/slahr2.f +++ b/SRC/slahr2.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE SLAHR2( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/slaic1.f b/SRC/slaic1.f index 44ab4b0384..65107002cc 100644 --- a/SRC/slaic1.f +++ b/SRC/slaic1.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAIC1( JOB, J, X, SEST, W, GAMMA, SESTPR, S, C ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER J, JOB diff --git a/SRC/slaisnan.f b/SRC/slaisnan.f index 568d632a11..76c2a59964 100644 --- a/SRC/slaisnan.f +++ b/SRC/slaisnan.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION SLAISNAN( SIN1, SIN2 ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL, INTENT(IN) :: SIN1, SIN2 diff --git a/SRC/slaln2.f b/SRC/slaln2.f index 4c6a55ec74..826eb1fc1e 100644 --- a/SRC/slaln2.f +++ b/SRC/slaln2.f @@ -210,18 +210,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLALN2( LTRANS, NA, NW, SMIN, CA, A, LDA, D1, D2, B, $ LDB, WR, WI, X, LDX, SCALE, XNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LTRANS diff --git a/SRC/slals0.f b/SRC/slals0.f index bb1c2d7c98..7d44e28643 100644 --- a/SRC/slals0.f +++ b/SRC/slals0.f @@ -252,8 +252,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -268,10 +266,9 @@ SUBROUTINE SLALS0( ICOMPQ, NL, NR, SQRE, NRHS, B, LDB, BX, LDBX, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ POLES, DIFL, DIFR, Z, K, C, S, WORK, INFO ) * -* -- 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDB, LDBX, LDGCOL, diff --git a/SRC/slalsa.f b/SRC/slalsa.f index 135a6736f2..465455e4a1 100644 --- a/SRC/slalsa.f +++ b/SRC/slalsa.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -267,10 +265,9 @@ SUBROUTINE SLALSA( ICOMPQ, SMLSIZ, N, NRHS, B, LDB, BX, LDBX, U, $ GIVCOL, LDGCOL, PERM, GIVNUM, C, S, WORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDB, LDBX, LDGCOL, LDU, N, NRHS, diff --git a/SRC/slalsd.f b/SRC/slalsd.f index a669660795..2197f728e0 100644 --- a/SRC/slalsd.f +++ b/SRC/slalsd.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -179,10 +177,9 @@ SUBROUTINE SLALSD( UPLO, SMLSIZ, N, NRHS, D, E, B, LDB, RCOND, $ RANK, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/slamrg.f b/SRC/slamrg.f index 649d2c54e3..a29802e220 100644 --- a/SRC/slamrg.f +++ b/SRC/slamrg.f @@ -92,17 +92,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLAMRG( N1, N2, A, STRD1, STRD2, INDEX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER N1, N2, STRD1, STRD2 diff --git a/SRC/slamswlq.f b/SRC/slamswlq.f index e34f9075c7..2929941792 100644 --- a/SRC/slamswlq.f +++ b/SRC/slamswlq.f @@ -195,10 +195,9 @@ SUBROUTINE SLAMSWLQ( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/slamtsqr.f b/SRC/slamtsqr.f index 58905ab46d..22eedfa78a 100644 --- a/SRC/slamtsqr.f +++ b/SRC/slamtsqr.f @@ -196,10 +196,9 @@ SUBROUTINE SLAMTSQR( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/slaneg.f b/SRC/slaneg.f index dcb11df1f7..26e7a78ac0 100644 --- a/SRC/slaneg.f +++ b/SRC/slaneg.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -118,10 +116,9 @@ * ===================================================================== INTEGER FUNCTION SLANEG( N, D, LLD, SIGMA, PIVMIN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER N, R diff --git a/SRC/slangb.f b/SRC/slangb.f index 706e07501c..b8a8f00abe 100644 --- a/SRC/slangb.f +++ b/SRC/slangb.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBauxiliary * * ===================================================================== REAL FUNCTION SLANGB( NORM, N, KL, KU, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slange.f b/SRC/slange.f index 0c80f1d40a..b1a864e671 100644 --- a/SRC/slange.f +++ b/SRC/slange.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEauxiliary * * ===================================================================== REAL FUNCTION SLANGE( NORM, M, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slangt.f b/SRC/slangt.f index 6f3202131d..65957f8ec7 100644 --- a/SRC/slangt.f +++ b/SRC/slangt.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANGT( NORM, N, DL, D, DU ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/slanhs.f b/SRC/slanhs.f index 8913031a21..5c44ff1f21 100644 --- a/SRC/slanhs.f +++ b/SRC/slanhs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANHS( NORM, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slansb.f b/SRC/slansb.f index 23519025de..e751dd773f 100644 --- a/SRC/slansb.f +++ b/SRC/slansb.f @@ -121,18 +121,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANSB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slansf.f b/SRC/slansf.f index eab99a9c47..5d480958f5 100644 --- a/SRC/slansf.f +++ b/SRC/slansf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -209,10 +207,9 @@ * ===================================================================== REAL FUNCTION SLANSF( NORM, TRANSR, UPLO, N, A, WORK ) * -* -- 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 NORM, TRANSR, UPLO diff --git a/SRC/slansp.f b/SRC/slansp.f index 7e29d778be..2d99831e74 100644 --- a/SRC/slansp.f +++ b/SRC/slansp.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANSP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slanst.f b/SRC/slanst.f index 4b589bac94..dfe12a5f70 100644 --- a/SRC/slanst.f +++ b/SRC/slanst.f @@ -93,17 +93,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLANST( NORM, N, D, E ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/slansy.f b/SRC/slansy.f index 66ff1c5c76..139a5a5e36 100644 --- a/SRC/slansy.f +++ b/SRC/slansy.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYauxiliary * * ===================================================================== REAL FUNCTION SLANSY( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slantb.f b/SRC/slantb.f index 5b94618e19..064bd83f2e 100644 --- a/SRC/slantb.f +++ b/SRC/slantb.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANTB( NORM, UPLO, DIAG, N, K, AB, $ LDAB, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slantp.f b/SRC/slantp.f index ab781deac3..fa65736fe8 100644 --- a/SRC/slantp.f +++ b/SRC/slantp.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANTP( NORM, UPLO, DIAG, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slantr.f b/SRC/slantr.f index 04d29f5379..c77cc865f4 100644 --- a/SRC/slantr.f +++ b/SRC/slantr.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== REAL FUNCTION SLANTR( NORM, UPLO, DIAG, M, N, A, LDA, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/slanv2.f b/SRC/slanv2.f index 375645b75a..6753012e75 100644 --- a/SRC/slanv2.f +++ b/SRC/slanv2.f @@ -109,8 +109,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE SLANV2( A, B, C, D, RT1R, RT1I, RT2R, RT2I, CS, SN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL A, B, C, CS, D, RT1I, RT1R, RT2I, RT2R, SN diff --git a/SRC/slaorhr_col_getrfnp.f b/SRC/slaorhr_col_getrfnp.f index 6cc59e5381..ff890beece 100644 --- a/SRC/slaorhr_col_getrfnp.f +++ b/SRC/slaorhr_col_getrfnp.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ SUBROUTINE SLAORHR_COL_GETRFNP( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/slaorhr_col_getrfnp2.f b/SRC/slaorhr_col_getrfnp2.f index d6a3965e58..621e9a3148 100644 --- a/SRC/slaorhr_col_getrfnp2.f +++ b/SRC/slaorhr_col_getrfnp2.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup realGEcomputational * *> \par Contributors: @@ -168,10 +166,9 @@ RECURSIVE SUBROUTINE SLAORHR_COL_GETRFNP2( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/slapll.f b/SRC/slapll.f index 498fe85333..a71c9f3910 100644 --- a/SRC/slapll.f +++ b/SRC/slapll.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAPLL( N, X, INCX, Y, INCY, SSMIN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/slapmr.f b/SRC/slapmr.f index 0473cd3f95..3a25903daa 100644 --- a/SRC/slapmr.f +++ b/SRC/slapmr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAPMR( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/slapmt.f b/SRC/slapmt.f index 67e8aabe18..8c71dfcfb1 100644 --- a/SRC/slapmt.f +++ b/SRC/slapmt.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAPMT( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/slapy2.f b/SRC/slapy2.f index 3b1b7e43c2..98863767fc 100644 --- a/SRC/slapy2.f +++ b/SRC/slapy2.f @@ -56,17 +56,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLAPY2( X, Y ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL X, Y diff --git a/SRC/slapy3.f b/SRC/slapy3.f index 04a847f997..c0e01d051f 100644 --- a/SRC/slapy3.f +++ b/SRC/slapy3.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLAPY3( X, Y, Z ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL X, Y, Z diff --git a/SRC/slaqgb.f b/SRC/slaqgb.f index 633befa312..5527c73679 100644 --- a/SRC/slaqgb.f +++ b/SRC/slaqgb.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGBauxiliary * * ===================================================================== SUBROUTINE SLAQGB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/slaqge.f b/SRC/slaqge.f index 0622ff6c45..134035707a 100644 --- a/SRC/slaqge.f +++ b/SRC/slaqge.f @@ -134,18 +134,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEauxiliary * * ===================================================================== SUBROUTINE SLAQGE( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/slaqp2.f b/SRC/slaqp2.f index e99324b7ca..595fb8c340 100644 --- a/SRC/slaqp2.f +++ b/SRC/slaqp2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -149,10 +147,9 @@ SUBROUTINE SLAQP2( M, N, OFFSET, A, LDA, JPVT, TAU, VN1, VN2, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, M, N, OFFSET diff --git a/SRC/slaqps.f b/SRC/slaqps.f index 3f8af304fc..0de94ced33 100644 --- a/SRC/slaqps.f +++ b/SRC/slaqps.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE SLAQPS( M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1, $ VN2, AUXV, F, LDF ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KB, LDA, LDF, M, N, NB, OFFSET diff --git a/SRC/slaqr0.f b/SRC/slaqr0.f index c5642673f3..e9ec04dee3 100644 --- a/SRC/slaqr0.f +++ b/SRC/slaqr0.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -256,10 +254,9 @@ SUBROUTINE SLAQR0( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/slaqr1.f b/SRC/slaqr1.f index 6bb88c7941..59f317b2b2 100644 --- a/SRC/slaqr1.f +++ b/SRC/slaqr1.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -121,10 +119,9 @@ * ===================================================================== SUBROUTINE SLAQR1( N, H, LDH, SR1, SI1, SR2, SI2, V ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL SI1, SI2, SR1, SR2 diff --git a/SRC/slaqr2.f b/SRC/slaqr2.f index f4f8ca7f22..62c4ef5ebc 100644 --- a/SRC/slaqr2.f +++ b/SRC/slaqr2.f @@ -263,8 +263,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -278,10 +276,9 @@ SUBROUTINE SLAQR2( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T, $ LDT, NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/slaqr3.f b/SRC/slaqr3.f index ccad338b90..519ccd6ede 100644 --- a/SRC/slaqr3.f +++ b/SRC/slaqr3.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -275,10 +273,9 @@ SUBROUTINE SLAQR3( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SR, SI, V, LDV, NH, T, $ LDT, NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/slaqr4.f b/SRC/slaqr4.f index b2d4547daf..39072ad5b7 100644 --- a/SRC/slaqr4.f +++ b/SRC/slaqr4.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -265,10 +263,9 @@ SUBROUTINE SLAQR4( WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, $ ILOZ, IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/slaqr5.f b/SRC/slaqr5.f index d60a1d3c03..b9bae9376b 100644 --- a/SRC/slaqr5.f +++ b/SRC/slaqr5.f @@ -233,8 +233,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2021 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -266,10 +264,9 @@ SUBROUTINE SLAQR5( WANTT, WANTZ, KACC22, N, KTOP, KBOT, NSHFTS, $ LDU, NV, WV, LDWV, NH, WH, LDWH ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV, diff --git a/SRC/slaqsb.f b/SRC/slaqsb.f index 747d32df8e..32c93911d6 100644 --- a/SRC/slaqsb.f +++ b/SRC/slaqsb.f @@ -133,17 +133,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAQSB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/slaqsp.f b/SRC/slaqsp.f index a88206dd8e..604d4b248d 100644 --- a/SRC/slaqsp.f +++ b/SRC/slaqsp.f @@ -118,17 +118,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAQSP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/slaqsy.f b/SRC/slaqsy.f index fc66aae320..c592a4c33d 100644 --- a/SRC/slaqsy.f +++ b/SRC/slaqsy.f @@ -126,17 +126,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYauxiliary * * ===================================================================== SUBROUTINE SLAQSY( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/slaqtr.f b/SRC/slaqtr.f index 9d3e592f8f..5720cf2bb1 100644 --- a/SRC/slaqtr.f +++ b/SRC/slaqtr.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAQTR( LTRAN, LREAL, N, T, LDT, B, W, SCALE, X, WORK, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LREAL, LTRAN diff --git a/SRC/slar1v.f b/SRC/slar1v.f index d2423287c5..36c2d8e9d5 100644 --- a/SRC/slar1v.f +++ b/SRC/slar1v.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -230,10 +228,9 @@ SUBROUTINE SLAR1V( N, B1, BN, LAMBDA, D, L, LD, LLD, $ PIVMIN, GAPTOL, Z, WANTNC, NEGCNT, ZTZ, MINGMA, $ R, ISUPPZ, NRMINV, RESID, RQCORR, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTNC diff --git a/SRC/slar2v.f b/SRC/slar2v.f index 583f2e689e..ae5eb2e252 100644 --- a/SRC/slar2v.f +++ b/SRC/slar2v.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAR2V( N, X, Y, Z, INCX, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, N diff --git a/SRC/slarf.f b/SRC/slarf.f index d66c7bf397..497dad7602 100644 --- a/SRC/slarf.f +++ b/SRC/slarf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/slarfb.f b/SRC/slarfb.f index d853a54ecf..a065e4e259 100644 --- a/SRC/slarfb.f +++ b/SRC/slarfb.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2013 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -197,10 +195,9 @@ SUBROUTINE SLARFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, $ T, LDT, C, LDC, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2013 * * .. Scalar Arguments .. CHARACTER DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/slarfb_gett.f b/SRC/slarfb_gett.f index dde3c84cf7..7719f2965c 100644 --- a/SRC/slarfb_gett.f +++ b/SRC/slarfb_gett.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup singleOTHERauxiliary * *> \par Contributors: @@ -393,10 +391,9 @@ SUBROUTINE SLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB, $ WORK, LDWORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.10.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. CHARACTER IDENT diff --git a/SRC/slarfg.f b/SRC/slarfg.f index a528ce39c1..35d72389d7 100644 --- a/SRC/slarfg.f +++ b/SRC/slarfg.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARFG( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/slarfgp.f b/SRC/slarfgp.f index 6a4c084764..df42980c4e 100644 --- a/SRC/slarfgp.f +++ b/SRC/slarfgp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARFGP( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/slarft.f b/SRC/slarft.f index 05ee8b2efc..9cfe0ad3f9 100644 --- a/SRC/slarft.f +++ b/SRC/slarft.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -163,10 +161,9 @@ * ===================================================================== SUBROUTINE SLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, STOREV diff --git a/SRC/slarfx.f b/SRC/slarfx.f index 3175068b85..4f820331db 100644 --- a/SRC/slarfx.f +++ b/SRC/slarfx.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/slarfy.f b/SRC/slarfy.f index f9ba011a29..39ba4d977f 100644 --- a/SRC/slarfy.f +++ b/SRC/slarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/SRC/slargv.f b/SRC/slargv.f index 694eccc49a..e2572126eb 100644 --- a/SRC/slargv.f +++ b/SRC/slargv.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARGV( N, X, INCX, Y, INCY, C, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/slarnv.f b/SRC/slarnv.f index c527a5c037..8b927fbdba 100644 --- a/SRC/slarnv.f +++ b/SRC/slarnv.f @@ -79,8 +79,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -97,10 +95,9 @@ * ===================================================================== SUBROUTINE SLARNV( IDIST, ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, N diff --git a/SRC/slarra.f b/SRC/slarra.f index 0456263a68..be81b0f691 100644 --- a/SRC/slarra.f +++ b/SRC/slarra.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE SLARRA( N, D, E, E2, SPLTOL, TNRM, $ NSPLIT, ISPLIT, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, N, NSPLIT diff --git a/SRC/slarrb.f b/SRC/slarrb.f index ac9d7bc8ce..cf670dad9a 100644 --- a/SRC/slarrb.f +++ b/SRC/slarrb.f @@ -178,8 +178,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -196,10 +194,9 @@ SUBROUTINE SLARRB( N, D, LLD, IFIRST, ILAST, RTOL1, $ RTOL2, OFFSET, W, WGAP, WERR, WORK, IWORK, $ PIVMIN, SPDIAM, TWIST, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IFIRST, ILAST, INFO, N, OFFSET, TWIST diff --git a/SRC/slarrc.f b/SRC/slarrc.f index f0c033514c..d4f8336f33 100644 --- a/SRC/slarrc.f +++ b/SRC/slarrc.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -137,10 +135,9 @@ SUBROUTINE SLARRC( JOBT, N, VL, VU, D, E, PIVMIN, $ EIGCNT, LCNT, RCNT, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBT diff --git a/SRC/slarrd.f b/SRC/slarrd.f index 7a7ec0abbf..7df8e95fca 100644 --- a/SRC/slarrd.f +++ b/SRC/slarrd.f @@ -319,8 +319,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== @@ -329,10 +327,9 @@ SUBROUTINE SLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS, $ M, W, WERR, WL, WU, IBLOCK, INDEXW, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ORDER, RANGE diff --git a/SRC/slarre.f b/SRC/slarre.f index 6636235d07..0e9b8f882c 100644 --- a/SRC/slarre.f +++ b/SRC/slarre.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -305,10 +303,9 @@ SUBROUTINE SLARRE( RANGE, N, VL, VU, IL, IU, D, E, E2, $ W, WERR, WGAP, IBLOCK, INDEXW, GERS, PIVMIN, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER RANGE diff --git a/SRC/slarrf.f b/SRC/slarrf.f index 8c8de52fe7..3a6bea32d5 100644 --- a/SRC/slarrf.f +++ b/SRC/slarrf.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -193,10 +191,9 @@ SUBROUTINE SLARRF( N, D, L, LD, CLSTRT, CLEND, $ SPDIAM, CLGAPL, CLGAPR, PIVMIN, SIGMA, $ DPLUS, LPLUS, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CLSTRT, CLEND, INFO, N diff --git a/SRC/slarrj.f b/SRC/slarrj.f index fb867595c0..d56e62c1d6 100644 --- a/SRC/slarrj.f +++ b/SRC/slarrj.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -168,10 +166,9 @@ SUBROUTINE SLARRJ( N, D, E2, IFIRST, ILAST, $ RTOL, OFFSET, W, WERR, WORK, IWORK, $ PIVMIN, SPDIAM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IFIRST, ILAST, INFO, N, OFFSET diff --git a/SRC/slarrk.f b/SRC/slarrk.f index f39f074dbb..e553d84524 100644 --- a/SRC/slarrk.f +++ b/SRC/slarrk.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARRK( N, IW, GL, GU, $ D, E2, PIVMIN, RELTOL, W, WERR, INFO) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, IW, N diff --git a/SRC/slarrr.f b/SRC/slarrr.f index 3f77d3888b..02a057daeb 100644 --- a/SRC/slarrr.f +++ b/SRC/slarrr.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -94,10 +92,9 @@ * ===================================================================== SUBROUTINE SLARRR( N, D, E, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, INFO diff --git a/SRC/slarrv.f b/SRC/slarrv.f index 04519fde8c..9d72b339a9 100644 --- a/SRC/slarrv.f +++ b/SRC/slarrv.f @@ -272,8 +272,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERauxiliary * *> \par Contributors: @@ -292,10 +290,9 @@ SUBROUTINE SLARRV( N, VL, VU, D, L, PIVMIN, $ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER DOL, DOU, INFO, LDZ, M, N diff --git a/SRC/slarscl2.f b/SRC/slarscl2.f index 5f57d33718..5726f12cd5 100644 --- a/SRC/slarscl2.f +++ b/SRC/slarscl2.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SLARSCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/slartg.f b/SRC/slartg.f index 307c9c83ad..6c23d57cc2 100644 --- a/SRC/slartg.f +++ b/SRC/slartg.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARTG( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL CS, F, G, R, SN diff --git a/SRC/slartgp.f b/SRC/slartgp.f index f8be5f52bd..6faf93b257 100644 --- a/SRC/slartgp.f +++ b/SRC/slartgp.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARTGP( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL CS, F, G, R, SN diff --git a/SRC/slartgs.f b/SRC/slartgs.f index 59a2182ca8..dfc1a25c88 100644 --- a/SRC/slartgs.f +++ b/SRC/slartgs.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. REAL CS, SIGMA, SN, X, Y diff --git a/SRC/slartv.f b/SRC/slartv.f index 4cdb93dbe8..200e608805 100644 --- a/SRC/slartv.f +++ b/SRC/slartv.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLARTV( N, X, INCX, Y, INCY, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/slaruv.f b/SRC/slaruv.f index ed84200178..c25dc2e2f0 100644 --- a/SRC/slaruv.f +++ b/SRC/slaruv.f @@ -72,8 +72,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -95,10 +93,9 @@ * ===================================================================== SUBROUTINE SLARUV( ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER N diff --git a/SRC/slarz.f b/SRC/slarz.f index 9c9d831161..549a10fb17 100644 --- a/SRC/slarz.f +++ b/SRC/slarz.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE SLARZ( SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/slarzb.f b/SRC/slarzb.f index 3e5aab6c33..93154c4c98 100644 --- a/SRC/slarzb.f +++ b/SRC/slarzb.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -183,10 +181,9 @@ SUBROUTINE SLARZB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, $ LDV, T, LDT, C, LDC, WORK, LDWORK ) * -* -- 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/slarzt.f b/SRC/slarzt.f index d6428d097c..fc3e8175ca 100644 --- a/SRC/slarzt.f +++ b/SRC/slarzt.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE SLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- 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 DIRECT, STOREV diff --git a/SRC/slas2.f b/SRC/slas2.f index 906c8bd519..6ae86204cb 100644 --- a/SRC/slas2.f +++ b/SRC/slas2.f @@ -78,8 +78,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -107,10 +105,9 @@ * ===================================================================== SUBROUTINE SLAS2( F, G, H, SSMIN, SSMAX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL F, G, H, SSMAX, SSMIN diff --git a/SRC/slascl.f b/SRC/slascl.f index d3257147d9..e1cb420ea9 100644 --- a/SRC/slascl.f +++ b/SRC/slascl.f @@ -136,17 +136,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TYPE diff --git a/SRC/slascl2.f b/SRC/slascl2.f index dbe7783c9a..07b506a8c1 100644 --- a/SRC/slascl2.f +++ b/SRC/slascl2.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SLASCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/slasd0.f b/SRC/slasd0.f index 3b8754427e..a45f741a97 100644 --- a/SRC/slasd0.f +++ b/SRC/slasd0.f @@ -136,8 +136,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -150,10 +148,9 @@ SUBROUTINE SLASD0( N, SQRE, D, E, U, LDU, VT, LDVT, SMLSIZ, IWORK, $ WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDU, LDVT, N, SMLSIZ, SQRE diff --git a/SRC/slasd1.f b/SRC/slasd1.f index be93870e2e..8e4460aaa0 100644 --- a/SRC/slasd1.f +++ b/SRC/slasd1.f @@ -190,8 +190,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE SLASD1( NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT, $ IDXQ, IWORK, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDU, LDVT, NL, NR, SQRE diff --git a/SRC/slasd2.f b/SRC/slasd2.f index 5f414f105e..1902242c77 100644 --- a/SRC/slasd2.f +++ b/SRC/slasd2.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -269,10 +267,9 @@ SUBROUTINE SLASD2( NL, NR, SQRE, K, D, Z, ALPHA, BETA, U, LDU, VT, $ LDVT, DSIGMA, U2, LDU2, VT2, LDVT2, IDXP, IDX, $ IDXC, IDXQ, COLTYP, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDU, LDU2, LDVT, LDVT2, NL, NR, SQRE diff --git a/SRC/slasd3.f b/SRC/slasd3.f index add92f354c..f9420f88aa 100644 --- a/SRC/slasd3.f +++ b/SRC/slasd3.f @@ -209,8 +209,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -224,10 +222,9 @@ SUBROUTINE SLASD3( NL, NR, SQRE, K, D, Q, LDQ, DSIGMA, U, LDU, U2, $ LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR, diff --git a/SRC/slasd4.f b/SRC/slasd4.f index 31d5f7f6c3..f949094f5c 100644 --- a/SRC/slasd4.f +++ b/SRC/slasd4.f @@ -140,8 +140,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -153,10 +151,9 @@ * ===================================================================== SUBROUTINE SLASD4( N, I, D, Z, DELTA, RHO, SIGMA, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER I, INFO, N diff --git a/SRC/slasd5.f b/SRC/slasd5.f index a362b86c78..9a0a077102 100644 --- a/SRC/slasd5.f +++ b/SRC/slasd5.f @@ -103,8 +103,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -116,10 +114,9 @@ * ===================================================================== SUBROUTINE SLASD5( I, D, Z, DELTA, RHO, DSIGMA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER I diff --git a/SRC/slasd6.f b/SRC/slasd6.f index ae37de00f3..f4cbeb25d4 100644 --- a/SRC/slasd6.f +++ b/SRC/slasd6.f @@ -297,8 +297,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -313,10 +311,9 @@ SUBROUTINE SLASD6( ICOMPQ, NL, NR, SQRE, D, VF, VL, ALPHA, BETA, $ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK, $ IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, diff --git a/SRC/slasd7.f b/SRC/slasd7.f index d8775b6c60..efd1f59d08 100644 --- a/SRC/slasd7.f +++ b/SRC/slasd7.f @@ -264,8 +264,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -280,10 +278,9 @@ SUBROUTINE SLASD7( ICOMPQ, NL, NR, SQRE, K, D, Z, ZW, VF, VFW, VL, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ C, S, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, diff --git a/SRC/slasd8.f b/SRC/slasd8.f index 1d1d5cdb8c..43b171e5f9 100644 --- a/SRC/slasd8.f +++ b/SRC/slasd8.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE SLASD8( ICOMPQ, K, D, Z, VF, VL, DIFL, DIFR, LDDIFR, $ DSIGMA, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, K, LDDIFR diff --git a/SRC/slasda.f b/SRC/slasda.f index 6e02260f8c..20f01ee486 100644 --- a/SRC/slasda.f +++ b/SRC/slasda.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -273,10 +271,9 @@ SUBROUTINE SLASDA( ICOMPQ, SMLSIZ, N, SQRE, D, E, U, LDU, VT, K, $ DIFL, DIFR, Z, POLES, GIVPTR, GIVCOL, LDGCOL, $ PERM, GIVNUM, C, S, WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE diff --git a/SRC/slasdq.f b/SRC/slasdq.f index 434d373ba5..8561422009 100644 --- a/SRC/slasdq.f +++ b/SRC/slasdq.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -211,10 +209,9 @@ SUBROUTINE SLASDQ( UPLO, SQRE, N, NCVT, NRU, NCC, D, E, VT, LDVT, $ U, LDU, C, LDC, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/slasdt.f b/SRC/slasdt.f index fe5aaa6426..4125472683 100644 --- a/SRC/slasdt.f +++ b/SRC/slasdt.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Contributors: @@ -105,10 +103,9 @@ * ===================================================================== SUBROUTINE SLASDT( N, LVL, ND, INODE, NDIML, NDIMR, MSUB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LVL, MSUB, N, ND diff --git a/SRC/slaset.f b/SRC/slaset.f index 3a87e086b2..c43757e010 100644 --- a/SRC/slaset.f +++ b/SRC/slaset.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/slasq1.f b/SRC/slasq1.f index 458aecea6c..1ba7a8aaeb 100644 --- a/SRC/slasq1.f +++ b/SRC/slasq1.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLASQ1( N, D, E, WORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/slasq2.f b/SRC/slasq2.f index 0fd6599fd1..d2dd167405 100644 --- a/SRC/slasq2.f +++ b/SRC/slasq2.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -112,10 +110,9 @@ * ===================================================================== SUBROUTINE SLASQ2( N, Z, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/slasq3.f b/SRC/slasq3.f index 4bc06475eb..cd86ce8962 100644 --- a/SRC/slasq3.f +++ b/SRC/slasq3.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== @@ -182,10 +180,9 @@ SUBROUTINE SLASQ3( I0, N0, Z, PP, DMIN, SIGMA, DESIG, QMAX, NFAIL, $ ITER, NDIV, IEEE, TTYPE, DMIN1, DMIN2, DN, DN1, $ DN2, G, TAU ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL IEEE diff --git a/SRC/slasq4.f b/SRC/slasq4.f index 99317831c2..68a840fccc 100644 --- a/SRC/slasq4.f +++ b/SRC/slasq4.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ SUBROUTINE SLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN, $ DN1, DN2, TAU, TTYPE, G ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER I0, N0, N0IN, PP, TTYPE diff --git a/SRC/slasq5.f b/SRC/slasq5.f index 967e0a846f..d94b3cd8a2 100644 --- a/SRC/slasq5.f +++ b/SRC/slasq5.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLASQ5( I0, N0, Z, PP, TAU, SIGMA, DMIN, DMIN1, DMIN2, $ DN, DNM1, DNM2, IEEE, EPS ) * -* -- 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 .. LOGICAL IEEE diff --git a/SRC/slasq6.f b/SRC/slasq6.f index afb9b81efb..5e3df7b143 100644 --- a/SRC/slasq6.f +++ b/SRC/slasq6.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLASQ6( I0, N0, Z, PP, DMIN, DMIN1, DMIN2, DN, $ DNM1, DNM2 ) * -* -- 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 .. INTEGER I0, N0, PP diff --git a/SRC/slasr.f b/SRC/slasr.f index 6e18337893..adcea12c99 100644 --- a/SRC/slasr.f +++ b/SRC/slasr.f @@ -192,17 +192,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, PIVOT, SIDE diff --git a/SRC/slasrt.f b/SRC/slasrt.f index ef6aa4df7b..132e03db61 100644 --- a/SRC/slasrt.f +++ b/SRC/slasrt.f @@ -81,17 +81,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SLASRT( ID, N, D, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ID diff --git a/SRC/slassq.f b/SRC/slassq.f index d9930a5972..72503cb77a 100644 --- a/SRC/slassq.f +++ b/SRC/slassq.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASSQ( N, X, INCX, SCALE, SUMSQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/slasv2.f b/SRC/slasv2.f index 3cd556e33d..6b98e9a0c5 100644 --- a/SRC/slasv2.f +++ b/SRC/slasv2.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE SLASV2( F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. REAL CSL, CSR, F, G, H, SNL, SNR, SSMAX, SSMIN diff --git a/SRC/slaswlq.f b/SRC/slaswlq.f index 5405e0ab86..4f56a46eca 100644 --- a/SRC/slaswlq.f +++ b/SRC/slaswlq.f @@ -162,10 +162,9 @@ SUBROUTINE SLASWLQ( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LWORK, LDT diff --git a/SRC/slaswp.f b/SRC/slaswp.f index 4fcef5b919..20e29d62ac 100644 --- a/SRC/slaswp.f +++ b/SRC/slaswp.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INCX, K1, K2, LDA, N diff --git a/SRC/slasy2.f b/SRC/slasy2.f index 72b835e109..2a458ba70b 100644 --- a/SRC/slasy2.f +++ b/SRC/slasy2.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYauxiliary * * ===================================================================== SUBROUTINE SLASY2( LTRANL, LTRANR, ISGN, N1, N2, TL, LDTL, TR, $ LDTR, B, LDB, SCALE, X, LDX, XNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL LTRANL, LTRANR diff --git a/SRC/slasyf.f b/SRC/slasyf.f index 58dace2ee7..c551c1460f 100644 --- a/SRC/slasyf.f +++ b/SRC/slasyf.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ * ===================================================================== SUBROUTINE SLASYF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/slasyf_aa.f b/SRC/slasyf_aa.f index 76f632602e..8c8bdf7d1d 100644 --- a/SRC/slasyf_aa.f +++ b/SRC/slasyf_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SLASYF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/slasyf_rk.f b/SRC/slasyf_rk.f index c167083658..1960bd1108 100644 --- a/SRC/slasyf_rk.f +++ b/SRC/slasyf_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE SLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/slasyf_rook.f b/SRC/slasyf_rook.f index 65bb2ad9d5..7764f69350 100644 --- a/SRC/slasyf_rook.f +++ b/SRC/slasyf_rook.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE SLASYF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/slatbs.f b/SRC/slatbs.f index a06838cb01..617d0b2f50 100644 --- a/SRC/slatbs.f +++ b/SRC/slatbs.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -242,10 +240,9 @@ SUBROUTINE SLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, $ SCALE, CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/slatdf.f b/SRC/slatdf.f index 495d32502a..2eaacbd9cc 100644 --- a/SRC/slatdf.f +++ b/SRC/slatdf.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -171,10 +169,9 @@ SUBROUTINE SLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV, $ JPIV ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IJOB, LDZ, N diff --git a/SRC/slatps.f b/SRC/slatps.f index 83151c196a..2bce76f065 100644 --- a/SRC/slatps.f +++ b/SRC/slatps.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -229,10 +227,9 @@ SUBROUTINE SLATPS( UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/slatrd.f b/SRC/slatrd.f index f562ce3967..1cdb13c394 100644 --- a/SRC/slatrd.f +++ b/SRC/slatrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERauxiliary * *> \par Further Details: @@ -198,10 +196,9 @@ * ===================================================================== SUBROUTINE SLATRD( UPLO, N, NB, A, LDA, E, TAU, W, LDW ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/slatrs.f b/SRC/slatrs.f index d62debcd9c..94e0e88bc6 100644 --- a/SRC/slatrs.f +++ b/SRC/slatrs.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -238,10 +236,9 @@ SUBROUTINE SLATRS( UPLO, TRANS, DIAG, NORMIN, N, A, LDA, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/slatrz.f b/SRC/slatrz.f index 16e973294f..6f5fe08912 100644 --- a/SRC/slatrz.f +++ b/SRC/slatrz.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE SLATRZ( M, N, L, A, LDA, TAU, WORK ) * -* -- 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 .. INTEGER L, LDA, M, N diff --git a/SRC/slatsqr.f b/SRC/slatsqr.f index 4cc3aecfed..161ab33258 100644 --- a/SRC/slatsqr.f +++ b/SRC/slatsqr.f @@ -164,10 +164,9 @@ SUBROUTINE SLATSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LDT, LWORK diff --git a/SRC/slauu2.f b/SRC/slauu2.f index c9f774cc8f..efe5e47efb 100644 --- a/SRC/slauu2.f +++ b/SRC/slauu2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAUU2( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/slauum.f b/SRC/slauum.f index c23c4b3e67..a7b69432df 100644 --- a/SRC/slauum.f +++ b/SRC/slauum.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLAUUM( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/sopgtr.f b/SRC/sopgtr.f index 567f76a794..1ab657acce 100644 --- a/SRC/sopgtr.f +++ b/SRC/sopgtr.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SOPGTR( UPLO, N, AP, TAU, Q, LDQ, WORK, INFO ) * -* -- 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 diff --git a/SRC/sopmtr.f b/SRC/sopmtr.f index 809f8b2a9f..c1148e01f4 100644 --- a/SRC/sopmtr.f +++ b/SRC/sopmtr.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SOPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, $ INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/sorbdb.f b/SRC/sorbdb.f index 2e460aaa9f..351172ff16 100644 --- a/SRC/sorbdb.f +++ b/SRC/sorbdb.f @@ -255,8 +255,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -287,10 +285,9 @@ SUBROUTINE SORBDB( TRANS, SIGNS, M, P, Q, X11, LDX11, X12, LDX12, $ X21, LDX21, X22, LDX22, THETA, PHI, TAUP1, $ TAUP2, TAUQ1, TAUQ2, WORK, LWORK, INFO ) * -* -- 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 SIGNS, TRANS diff --git a/SRC/sorbdb1.f b/SRC/sorbdb1.f index 98bc8e7985..c860f43665 100644 --- a/SRC/sorbdb1.f +++ b/SRC/sorbdb1.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -203,10 +201,9 @@ SUBROUTINE SORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/sorbdb2.f b/SRC/sorbdb2.f index 684778ef04..ad3eb269dd 100644 --- a/SRC/sorbdb2.f +++ b/SRC/sorbdb2.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ SUBROUTINE SORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/sorbdb3.f b/SRC/sorbdb3.f index d849613c21..6209b24ee0 100644 --- a/SRC/sorbdb3.f +++ b/SRC/sorbdb3.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -202,10 +200,9 @@ SUBROUTINE SORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/sorbdb4.f b/SRC/sorbdb4.f index 42bbcbda88..b18ed3b270 100644 --- a/SRC/sorbdb4.f +++ b/SRC/sorbdb4.f @@ -184,8 +184,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -214,10 +212,9 @@ SUBROUTINE SORBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/sorbdb5.f b/SRC/sorbdb5.f index f5af1db1a5..8c67aedfb1 100644 --- a/SRC/sorbdb5.f +++ b/SRC/sorbdb5.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORBDB5( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/sorbdb6.f b/SRC/sorbdb6.f index beedbfcb6c..a23b42bebc 100644 --- a/SRC/sorbdb6.f +++ b/SRC/sorbdb6.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/sorcsd.f b/SRC/sorcsd.f index 06c77d8e30..30bee7a79f 100644 --- a/SRC/sorcsd.f +++ b/SRC/sorcsd.f @@ -289,8 +289,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERcomputational * * ===================================================================== @@ -300,10 +298,9 @@ RECURSIVE SUBROUTINE SORCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, $ U1, LDU1, U2, LDU2, V1T, LDV1T, V2T, $ LDV2T, WORK, LWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS diff --git a/SRC/sorcsd2by1.f b/SRC/sorcsd2by1.f index 756697d98f..25c317f6f6 100644 --- a/SRC/sorcsd2by1.f +++ b/SRC/sorcsd2by1.f @@ -224,8 +224,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup realOTHERcomputational * * ===================================================================== @@ -233,10 +231,9 @@ SUBROUTINE SORCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11, $ X21, LDX21, THETA, U1, LDU1, U2, LDU2, V1T, $ LDV1T, WORK, LWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T diff --git a/SRC/sorg2l.f b/SRC/sorg2l.f index e26c70d77b..aa0dd0a08e 100644 --- a/SRC/sorg2l.f +++ b/SRC/sorg2l.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORG2L( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/sorg2r.f b/SRC/sorg2r.f index a301f6008f..3a8aa33a02 100644 --- a/SRC/sorg2r.f +++ b/SRC/sorg2r.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORG2R( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/sorgbr.f b/SRC/sorgbr.f index dccdbb58a7..68dbbf9099 100644 --- a/SRC/sorgbr.f +++ b/SRC/sorgbr.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realGBcomputational * * ===================================================================== SUBROUTINE SORGBR( VECT, M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER VECT diff --git a/SRC/sorghr.f b/SRC/sorghr.f index 3efea72f28..f65cd898c2 100644 --- a/SRC/sorghr.f +++ b/SRC/sorghr.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGHR( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/sorgl2.f b/SRC/sorgl2.f index 276a01ec8c..d85c388749 100644 --- a/SRC/sorgl2.f +++ b/SRC/sorgl2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGL2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/sorglq.f b/SRC/sorglq.f index 90806fcc3b..b1d107964c 100644 --- a/SRC/sorglq.f +++ b/SRC/sorglq.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGLQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/sorgql.f b/SRC/sorgql.f index b46b00c273..34ab5edefe 100644 --- a/SRC/sorgql.f +++ b/SRC/sorgql.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGQL( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/sorgqr.f b/SRC/sorgqr.f index dbc9faff46..056de54d79 100644 --- a/SRC/sorgqr.f +++ b/SRC/sorgqr.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGQR( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/sorgr2.f b/SRC/sorgr2.f index 5a03e7d773..12bb90c782 100644 --- a/SRC/sorgr2.f +++ b/SRC/sorgr2.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGR2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/sorgrq.f b/SRC/sorgrq.f index b5ecdeac41..d9b6ccbe6c 100644 --- a/SRC/sorgrq.f +++ b/SRC/sorgrq.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGRQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/sorgtr.f b/SRC/sorgtr.f index da9a6558f6..67bde00cbc 100644 --- a/SRC/sorgtr.f +++ b/SRC/sorgtr.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORGTR( UPLO, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/sorgtsqr.f b/SRC/sorgtsqr.f index 2aa7b65ac6..5ba917cf05 100644 --- a/SRC/sorgtsqr.f +++ b/SRC/sorgtsqr.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup singleOTHERcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ SUBROUTINE SORGTSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/sorgtsqr_row.f b/SRC/sorgtsqr_row.f index caa2efb84c..d2a2150cd9 100644 --- a/SRC/sorgtsqr_row.f +++ b/SRC/sorgtsqr_row.f @@ -169,8 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup sigleOTHERcomputational * *> \par Contributors: @@ -189,10 +187,9 @@ SUBROUTINE SORGTSQR_ROW( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/sorhr_col.f b/SRC/sorhr_col.f index 04415b30cd..c4e47b84c8 100644 --- a/SRC/sorhr_col.f +++ b/SRC/sorhr_col.f @@ -241,8 +241,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup singleOTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE SORHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/sorm22.f b/SRC/sorm22.f index 265e9769ea..15096870a0 100644 --- a/SRC/sorm22.f +++ b/SRC/sorm22.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE SORM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/sorm2l.f b/SRC/sorm2l.f index 0542ae222a..2f6e3abbc3 100644 --- a/SRC/sorm2l.f +++ b/SRC/sorm2l.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORM2L( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sorm2r.f b/SRC/sorm2r.f index 61560d656e..0e0747a005 100644 --- a/SRC/sorm2r.f +++ b/SRC/sorm2r.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORM2R( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormbr.f b/SRC/sormbr.f index 425e04cd2d..8ef6115d54 100644 --- a/SRC/sormbr.f +++ b/SRC/sormbr.f @@ -188,18 +188,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMBR( VECT, SIDE, TRANS, M, N, K, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, VECT diff --git a/SRC/sormhr.f b/SRC/sormhr.f index 10e0b3c602..99d3dd8b2f 100644 --- a/SRC/sormhr.f +++ b/SRC/sormhr.f @@ -171,18 +171,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMHR( SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sorml2.f b/SRC/sorml2.f index b9242ce697..c5705c799e 100644 --- a/SRC/sorml2.f +++ b/SRC/sorml2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORML2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormlq.f b/SRC/sormlq.f index 5cc4b875c4..53392ab14f 100644 --- a/SRC/sormlq.f +++ b/SRC/sormlq.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMLQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormql.f b/SRC/sormql.f index 51625693cd..56df279fab 100644 --- a/SRC/sormql.f +++ b/SRC/sormql.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMQL( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormqr.f b/SRC/sormqr.f index 5132f1a696..574fdb60d3 100644 --- a/SRC/sormqr.f +++ b/SRC/sormqr.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMQR( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormr2.f b/SRC/sormr2.f index 8062115e04..cefe1d3092 100644 --- a/SRC/sormr2.f +++ b/SRC/sormr2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMR2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormr3.f b/SRC/sormr3.f index 461957afb5..18d66e3238 100644 --- a/SRC/sormr3.f +++ b/SRC/sormr3.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE SORMR3( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormrq.f b/SRC/sormrq.f index ec7775b4fa..602fcb9633 100644 --- a/SRC/sormrq.f +++ b/SRC/sormrq.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMRQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormrz.f b/SRC/sormrz.f index e86d1aa869..6bb82fdeac 100644 --- a/SRC/sormrz.f +++ b/SRC/sormrz.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -187,10 +185,9 @@ SUBROUTINE SORMRZ( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/sormtr.f b/SRC/sormtr.f index 5d46ff98fb..f11f044c4e 100644 --- a/SRC/sormtr.f +++ b/SRC/sormtr.f @@ -164,18 +164,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SORMTR( SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/spbcon.f b/SRC/spbcon.f index a32e605c60..84c97b1cbc 100644 --- a/SRC/spbcon.f +++ b/SRC/spbcon.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPBCON( UPLO, N, KD, AB, LDAB, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 diff --git a/SRC/spbequ.f b/SRC/spbequ.f index 6379831cb3..df2c3a19c6 100644 --- a/SRC/spbequ.f +++ b/SRC/spbequ.f @@ -122,17 +122,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPBEQU( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/spbrfs.f b/SRC/spbrfs.f index 1f83244337..f13aaee016 100644 --- a/SRC/spbrfs.f +++ b/SRC/spbrfs.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B, $ LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/spbstf.f b/SRC/spbstf.f index dba3d70b8e..909c165f3c 100644 --- a/SRC/spbstf.f +++ b/SRC/spbstf.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -152,10 +150,9 @@ * ===================================================================== SUBROUTINE SPBSTF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/spbsv.f b/SRC/spbsv.f index aab1c74f5b..2d084424e6 100644 --- a/SRC/spbsv.f +++ b/SRC/spbsv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -164,10 +162,9 @@ * ===================================================================== SUBROUTINE SPBSV( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/spbsvx.f b/SRC/spbsvx.f index c43a079a30..27907eb854 100644 --- a/SRC/spbsvx.f +++ b/SRC/spbsvx.f @@ -302,8 +302,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -343,10 +341,9 @@ SUBROUTINE SPBSVX( FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, $ EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/spbtf2.f b/SRC/spbtf2.f index 6da0108501..ff08bc3272 100644 --- a/SRC/spbtf2.f +++ b/SRC/spbtf2.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE SPBTF2( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/spbtrf.f b/SRC/spbtrf.f index 3cd39fa879..ef5dcbb986 100644 --- a/SRC/spbtrf.f +++ b/SRC/spbtrf.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE SPBTRF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/spbtrs.f b/SRC/spbtrs.f index 81ddaab9b4..bc33819569 100644 --- a/SRC/spbtrs.f +++ b/SRC/spbtrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPBTRS( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/spftrf.f b/SRC/spftrf.f index 6f48c00bd0..9e2c11eeae 100644 --- a/SRC/spftrf.f +++ b/SRC/spftrf.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -198,10 +196,9 @@ * ===================================================================== SUBROUTINE SPFTRF( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/spftri.f b/SRC/spftri.f index 96c99a0284..4e82bb183e 100644 --- a/SRC/spftri.f +++ b/SRC/spftri.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE SPFTRI( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/spftrs.f b/SRC/spftrs.f index e6710e2f2e..fec7eff767 100644 --- a/SRC/spftrs.f +++ b/SRC/spftrs.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -199,10 +197,9 @@ * ===================================================================== SUBROUTINE SPFTRS( TRANSR, UPLO, N, NRHS, A, B, LDB, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/spocon.f b/SRC/spocon.f index c249c3eb33..8b4e85b3d6 100644 --- a/SRC/spocon.f +++ b/SRC/spocon.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOCON( UPLO, N, A, LDA, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 diff --git a/SRC/spoequ.f b/SRC/spoequ.f index f2de64db2f..45c61d6454 100644 --- a/SRC/spoequ.f +++ b/SRC/spoequ.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOEQU( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/spoequb.f b/SRC/spoequb.f index e74eefa47c..e221cdb6da 100644 --- a/SRC/spoequb.f +++ b/SRC/spoequb.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOEQUB( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/sporfs.f b/SRC/sporfs.f index 32a69b0742..4390b1d42b 100644 --- a/SRC/sporfs.f +++ b/SRC/sporfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPORFS( UPLO, N, NRHS, A, LDA, AF, LDAF, B, LDB, X, $ LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/sporfsx.f b/SRC/sporfsx.f index ce8c26569e..8f69bc77ed 100644 --- a/SRC/sporfsx.f +++ b/SRC/sporfsx.f @@ -384,8 +384,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realPOcomputational * * ===================================================================== @@ -394,10 +392,9 @@ SUBROUTINE SPORFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, S, B, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/sposv.f b/SRC/sposv.f index 2a9565d85c..fe0a35a568 100644 --- a/SRC/sposv.f +++ b/SRC/sposv.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOsolve * * ===================================================================== SUBROUTINE SPOSV( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/sposvx.f b/SRC/sposvx.f index 6051068108..bcf38c7eaf 100644 --- a/SRC/sposvx.f +++ b/SRC/sposvx.f @@ -298,8 +298,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realPOsolve * * ===================================================================== @@ -307,10 +305,9 @@ SUBROUTINE SPOSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/sposvxx.f b/SRC/sposvxx.f index fa2c0d3f31..08adf1d588 100644 --- a/SRC/sposvxx.f +++ b/SRC/sposvxx.f @@ -487,8 +487,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realPOsolve * * ===================================================================== @@ -497,10 +495,9 @@ SUBROUTINE SPOSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/spotf2.f b/SRC/spotf2.f index 4af49997a3..5b35048345 100644 --- a/SRC/spotf2.f +++ b/SRC/spotf2.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOTF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/spotrf.f b/SRC/spotrf.f index 968365c9a2..5d5771c86a 100644 --- a/SRC/spotrf.f +++ b/SRC/spotrf.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOTRF( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/spotrf2.f b/SRC/spotrf2.f index 474bd39a8c..ae0484ce16 100644 --- a/SRC/spotrf2.f +++ b/SRC/spotrf2.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realPOcomputational * * ===================================================================== RECURSIVE SUBROUTINE SPOTRF2( UPLO, N, A, LDA, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/spotri.f b/SRC/spotri.f index bbd504ca28..5e9944847f 100644 --- a/SRC/spotri.f +++ b/SRC/spotri.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOTRI( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/spotrs.f b/SRC/spotrs.f index 7b2175530a..6bd662a522 100644 --- a/SRC/spotrs.f +++ b/SRC/spotrs.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPOcomputational * * ===================================================================== SUBROUTINE SPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/sppcon.f b/SRC/sppcon.f index 565b6eaff4..333520ea3d 100644 --- a/SRC/sppcon.f +++ b/SRC/sppcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPPCON( UPLO, N, AP, ANORM, RCOND, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/sppequ.f b/SRC/sppequ.f index 2b30d333b0..71ed8c0e74 100644 --- a/SRC/sppequ.f +++ b/SRC/sppequ.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPPEQU( UPLO, N, AP, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/spprfs.f b/SRC/spprfs.f index 760620e0a4..5fa8fe2af7 100644 --- a/SRC/spprfs.f +++ b/SRC/spprfs.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPPRFS( UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, $ BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/sppsv.f b/SRC/sppsv.f index d92c25fc12..2d3fb3d91b 100644 --- a/SRC/sppsv.f +++ b/SRC/sppsv.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE SPPSV( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/sppsvx.f b/SRC/sppsvx.f index a4ac14942b..7d71efcd5c 100644 --- a/SRC/sppsvx.f +++ b/SRC/sppsvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE SPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, $ X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/spptrf.f b/SRC/spptrf.f index 1134a069d3..0f90399cca 100644 --- a/SRC/spptrf.f +++ b/SRC/spptrf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE SPPTRF( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/spptri.f b/SRC/spptri.f index 98240789b4..8d2204baee 100644 --- a/SRC/spptri.f +++ b/SRC/spptri.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPPTRI( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/spptrs.f b/SRC/spptrs.f index 7eb48eed93..ac33797312 100644 --- a/SRC/spptrs.f +++ b/SRC/spptrs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPPTRS( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/spstf2.f b/SRC/spstf2.f index 4d15065575..efd58a3e6e 100644 --- a/SRC/spstf2.f +++ b/SRC/spstf2.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPSTF2( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. REAL TOL diff --git a/SRC/spstrf.f b/SRC/spstrf.f index f9bc4de089..70ec9484a1 100644 --- a/SRC/spstrf.f +++ b/SRC/spstrf.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SPSTRF( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. REAL TOL diff --git a/SRC/sptcon.f b/SRC/sptcon.f index fd11c1d70e..1088e09e75 100644 --- a/SRC/sptcon.f +++ b/SRC/sptcon.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTcomputational * *> \par Further Details: @@ -118,10 +116,9 @@ * ===================================================================== SUBROUTINE SPTCON( N, D, E, ANORM, RCOND, WORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/spteqr.f b/SRC/spteqr.f index be35475f35..0d6bf911bf 100644 --- a/SRC/spteqr.f +++ b/SRC/spteqr.f @@ -138,17 +138,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTcomputational * * ===================================================================== SUBROUTINE SPTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/sptrfs.f b/SRC/sptrfs.f index c7789c89d8..66d152b3a2 100644 --- a/SRC/sptrfs.f +++ b/SRC/sptrfs.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTcomputational * * ===================================================================== SUBROUTINE SPTRFS( N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, $ BERR, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDB, LDX, N, NRHS diff --git a/SRC/sptsv.f b/SRC/sptsv.f index 657548e47e..46aadf4c38 100644 --- a/SRC/sptsv.f +++ b/SRC/sptsv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTsolve * * ===================================================================== SUBROUTINE SPTSV( N, NRHS, D, E, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/sptsvx.f b/SRC/sptsvx.f index c293e547da..8dd04b054c 100644 --- a/SRC/sptsvx.f +++ b/SRC/sptsvx.f @@ -220,18 +220,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTsolve * * ===================================================================== SUBROUTINE SPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT diff --git a/SRC/spttrf.f b/SRC/spttrf.f index a3b4c1ba23..2217a73384 100644 --- a/SRC/spttrf.f +++ b/SRC/spttrf.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SPTTRF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/spttrs.f b/SRC/spttrs.f index 2a7f4755d6..3b5340104a 100644 --- a/SRC/spttrs.f +++ b/SRC/spttrs.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTcomputational * * ===================================================================== SUBROUTINE SPTTRS( N, NRHS, D, E, B, LDB, INFO ) * -* -- 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/sptts2.f b/SRC/sptts2.f index ffd73b1e38..93f41d1b12 100644 --- a/SRC/sptts2.f +++ b/SRC/sptts2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realPTcomputational * * ===================================================================== SUBROUTINE SPTTS2( N, NRHS, D, E, B, LDB ) * -* -- 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 .. INTEGER LDB, N, NRHS diff --git a/SRC/srscl.f b/SRC/srscl.f index b5168dd885..7f2b3bc4f4 100644 --- a/SRC/srscl.f +++ b/SRC/srscl.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SRSCL( N, SA, SX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/ssb2st_kernels.f b/SRC/ssb2st_kernels.f index d098c579dd..b5743e9001 100644 --- a/SRC/ssb2st_kernels.f +++ b/SRC/ssb2st_kernels.f @@ -171,10 +171,9 @@ SUBROUTINE SSB2ST_KERNELS( UPLO, WANTZ, TTYPE, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssbev.f b/SRC/ssbev.f index 78fa2ccd27..d4cf6c08fb 100644 --- a/SRC/ssbev.f +++ b/SRC/ssbev.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssbev_2stage.f b/SRC/ssbev_2stage.f index 542fa8d8b0..5752c1ecc0 100644 --- a/SRC/ssbev_2stage.f +++ b/SRC/ssbev_2stage.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHEReigen * *> \par Further Details: @@ -206,10 +204,9 @@ SUBROUTINE SSBEV_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssbevd.f b/SRC/ssbevd.f index 21fd78ec89..bcf14ce85e 100644 --- a/SRC/ssbevd.f +++ b/SRC/ssbevd.f @@ -185,18 +185,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSBEVD( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssbevd_2stage.f b/SRC/ssbevd_2stage.f index 84add84406..9687ee0243 100644 --- a/SRC/ssbevd_2stage.f +++ b/SRC/ssbevd_2stage.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHEReigen * *> \par Further Details: @@ -236,10 +234,9 @@ SUBROUTINE SSBEVD_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssbevx.f b/SRC/ssbevx.f index 7eccf611a1..313d29e12a 100644 --- a/SRC/ssbevx.f +++ b/SRC/ssbevx.f @@ -256,8 +256,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== @@ -265,10 +263,9 @@ SUBROUTINE SSBEVX( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, $ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssbevx_2stage.f b/SRC/ssbevx_2stage.f index 5962e7827b..224b676b74 100644 --- a/SRC/ssbevx_2stage.f +++ b/SRC/ssbevx_2stage.f @@ -281,8 +281,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * *> \par Further Details: @@ -324,10 +322,9 @@ SUBROUTINE SSBEVX_2STAGE( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssbgst.f b/SRC/ssbgst.f index cf5d512442..9faea00dca 100644 --- a/SRC/ssbgst.f +++ b/SRC/ssbgst.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSBGST( VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X, $ LDX, WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/ssbgv.f b/SRC/ssbgv.f index 078fb2a2d3..0a7f73e0a8 100644 --- a/SRC/ssbgv.f +++ b/SRC/ssbgv.f @@ -169,18 +169,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, $ LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssbgvd.f b/SRC/ssbgvd.f index 0b58760b73..6dd1fe952b 100644 --- a/SRC/ssbgvd.f +++ b/SRC/ssbgvd.f @@ -214,8 +214,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * *> \par Contributors: @@ -227,10 +225,9 @@ SUBROUTINE SSBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, $ Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssbgvx.f b/SRC/ssbgvx.f index 22f96729e5..64a67534e1 100644 --- a/SRC/ssbgvx.f +++ b/SRC/ssbgvx.f @@ -280,8 +280,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * *> \par Contributors: @@ -294,10 +292,9 @@ SUBROUTINE SSBGVX( JOBZ, RANGE, UPLO, N, KA, KB, AB, LDAB, BB, $ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, $ LDZ, WORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssbtrd.f b/SRC/ssbtrd.f index 1a016f6774..f0d1720352 100644 --- a/SRC/ssbtrd.f +++ b/SRC/ssbtrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -163,10 +161,9 @@ SUBROUTINE SSBTRD( VECT, UPLO, N, KD, AB, LDAB, D, E, Q, LDQ, $ WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/ssfrk.f b/SRC/ssfrk.f index 6dc50fee3d..ff477fc4c6 100644 --- a/SRC/ssfrk.f +++ b/SRC/ssfrk.f @@ -158,18 +158,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSFRK( TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, $ C ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. REAL ALPHA, BETA diff --git a/SRC/sspcon.f b/SRC/sspcon.f index 9f79b01e31..a9ac881d32 100644 --- a/SRC/sspcon.f +++ b/SRC/sspcon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 diff --git a/SRC/sspev.f b/SRC/sspev.f index ff9ac1d555..8fb6a2d9d9 100644 --- a/SRC/sspev.f +++ b/SRC/sspev.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSPEV( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/sspevd.f b/SRC/sspevd.f index 1f407c3c73..56329da341 100644 --- a/SRC/sspevd.f +++ b/SRC/sspevd.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/sspevx.f b/SRC/sspevx.f index 51d4dda143..e33712d58f 100644 --- a/SRC/sspevx.f +++ b/SRC/sspevx.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== @@ -234,10 +232,9 @@ SUBROUTINE SSPEVX( JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/sspgst.f b/SRC/sspgst.f index 1e539e9154..5e2e873c68 100644 --- a/SRC/sspgst.f +++ b/SRC/sspgst.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSPGST( ITYPE, UPLO, N, AP, BP, INFO ) * -* -- 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 diff --git a/SRC/sspgv.f b/SRC/sspgv.f index 3f20f62b68..c73e94e603 100644 --- a/SRC/sspgv.f +++ b/SRC/sspgv.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/sspgvd.f b/SRC/sspgvd.f index f840d7856c..9db8de08c9 100644 --- a/SRC/sspgvd.f +++ b/SRC/sspgvd.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * *> \par Contributors: @@ -210,10 +208,9 @@ SUBROUTINE SSPGVD( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/sspgvx.f b/SRC/sspgvx.f index ce14b9641a..de581543a7 100644 --- a/SRC/sspgvx.f +++ b/SRC/sspgvx.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * *> \par Contributors: @@ -272,10 +270,9 @@ SUBROUTINE SSPGVX( ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, $ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssprfs.f b/SRC/ssprfs.f index 862dbf3575..6f105bb13a 100644 --- a/SRC/ssprfs.f +++ b/SRC/ssprfs.f @@ -171,18 +171,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/sspsv.f b/SRC/sspsv.f index 1685af7224..7feafd35b0 100644 --- a/SRC/sspsv.f +++ b/SRC/sspsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE SSPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/sspsvx.f b/SRC/sspsvx.f index 52819b139b..3a24bc023e 100644 --- a/SRC/sspsvx.f +++ b/SRC/sspsvx.f @@ -248,8 +248,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realOTHERsolve * *> \par Further Details: @@ -276,10 +274,9 @@ SUBROUTINE SSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/ssptrd.f b/SRC/ssptrd.f index eebc376d31..e9c104f281 100644 --- a/SRC/ssptrd.f +++ b/SRC/ssptrd.f @@ -111,8 +111,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -150,10 +148,9 @@ * ===================================================================== SUBROUTINE SSPTRD( UPLO, N, AP, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/ssptrf.f b/SRC/ssptrf.f index dc3b85553d..4a25e3d073 100644 --- a/SRC/ssptrf.f +++ b/SRC/ssptrf.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -157,10 +155,9 @@ * ===================================================================== SUBROUTINE SSPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/ssptri.f b/SRC/ssptri.f index d62937bf23..ce9b971b58 100644 --- a/SRC/ssptri.f +++ b/SRC/ssptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/ssptrs.f b/SRC/ssptrs.f index d1ff03c866..9a25ec9f6c 100644 --- a/SRC/ssptrs.f +++ b/SRC/ssptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/sstebz.f b/SRC/sstebz.f index bcac56a794..13e7cde43c 100644 --- a/SRC/sstebz.f +++ b/SRC/sstebz.f @@ -264,8 +264,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== @@ -273,10 +271,9 @@ SUBROUTINE SSTEBZ( RANGE, ORDER, N, VL, VU, IL, IU, ABSTOL, D, E, $ M, NSPLIT, W, IBLOCK, ISPLIT, WORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER ORDER, RANGE diff --git a/SRC/sstedc.f b/SRC/sstedc.f index 8eb43f530a..925b03422e 100644 --- a/SRC/sstedc.f +++ b/SRC/sstedc.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * *> \par Contributors: @@ -188,10 +186,9 @@ SUBROUTINE SSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/sstegr.f b/SRC/sstegr.f index 37ce8cdbc7..2e2975fdf5 100644 --- a/SRC/sstegr.f +++ b/SRC/sstegr.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -265,10 +263,9 @@ SUBROUTINE SSTEGR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/sstein.f b/SRC/sstein.f index a04b3ae870..d944c0b112 100644 --- a/SRC/sstein.f +++ b/SRC/sstein.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE SSTEIN( N, D, E, M, W, IBLOCK, ISPLIT, Z, LDZ, WORK, $ IWORK, IFAIL, INFO ) * -* -- 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 .. INTEGER INFO, LDZ, M, N diff --git a/SRC/sstemr.f b/SRC/sstemr.f index d550f87e0d..3a9bbe7846 100644 --- a/SRC/sstemr.f +++ b/SRC/sstemr.f @@ -303,8 +303,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -321,10 +319,9 @@ SUBROUTINE SSTEMR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/ssteqr.f b/SRC/ssteqr.f index f776c246df..364428a0c7 100644 --- a/SRC/ssteqr.f +++ b/SRC/ssteqr.f @@ -124,17 +124,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SSTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/ssterf.f b/SRC/ssterf.f index 02bf5b9f4b..ec038207fd 100644 --- a/SRC/ssterf.f +++ b/SRC/ssterf.f @@ -79,17 +79,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup auxOTHERcomputational * * ===================================================================== SUBROUTINE SSTERF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/sstev.f b/SRC/sstev.f index bd62b980a6..8742b85384 100644 --- a/SRC/sstev.f +++ b/SRC/sstev.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSTEV( JOBZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ diff --git a/SRC/sstevd.f b/SRC/sstevd.f index 7e239a34d5..bc5b5aaab7 100644 --- a/SRC/sstevd.f +++ b/SRC/sstevd.f @@ -155,18 +155,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSTEVD( JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ diff --git a/SRC/sstevr.f b/SRC/sstevr.f index 16635c89b2..2ab63eb3e9 100644 --- a/SRC/sstevr.f +++ b/SRC/sstevr.f @@ -287,8 +287,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * *> \par Contributors: @@ -306,10 +304,9 @@ SUBROUTINE SSTEVR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, $ M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/sstevx.f b/SRC/sstevx.f index bb7b3e5a7f..570864e6e0 100644 --- a/SRC/sstevx.f +++ b/SRC/sstevx.f @@ -219,18 +219,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHEReigen * * ===================================================================== SUBROUTINE SSTEVX( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, $ M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/ssycon.f b/SRC/ssycon.f index a0a999cf6a..4ce23a2140 100644 --- a/SRC/ssycon.f +++ b/SRC/ssycon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYCON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 diff --git a/SRC/ssycon_3.f b/SRC/ssycon_3.f index f91a527f75..494c9f3c67 100644 --- a/SRC/ssycon_3.f +++ b/SRC/ssycon_3.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -171,10 +169,9 @@ SUBROUTINE SSYCON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssycon_rook.f b/SRC/ssycon_rook.f index bd2557a745..c67b35dbc1 100644 --- a/SRC/ssycon_rook.f +++ b/SRC/ssycon_rook.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -144,10 +142,9 @@ SUBROUTINE SSYCON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 diff --git a/SRC/ssyconv.f b/SRC/ssyconv.f index 187528afd9..8b772f1f73 100644 --- a/SRC/ssyconv.f +++ b/SRC/ssyconv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYCONV( UPLO, WAY, N, A, LDA, IPIV, E, INFO ) * -* -- 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, WAY diff --git a/SRC/ssyconvf.f b/SRC/ssyconvf.f index 2a5ca19a2d..6defc1f0eb 100644 --- a/SRC/ssyconvf.f +++ b/SRC/ssyconvf.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -206,10 +204,9 @@ * ===================================================================== SUBROUTINE SSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/ssyconvf_rook.f b/SRC/ssyconvf_rook.f index a7e0d52582..c59f257bbb 100644 --- a/SRC/ssyconvf_rook.f +++ b/SRC/ssyconvf_rook.f @@ -180,8 +180,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -197,10 +195,9 @@ * ===================================================================== SUBROUTINE SSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/ssyequb.f b/SRC/ssyequb.f index deb55104ae..c6efb751b6 100644 --- a/SRC/ssyequb.f +++ b/SRC/ssyequb.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * *> \par References: @@ -131,10 +129,9 @@ * ===================================================================== SUBROUTINE SSYEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/ssyev.f b/SRC/ssyev.f index f3cfd5a1e3..03ed326b84 100644 --- a/SRC/ssyev.f +++ b/SRC/ssyev.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYeigen * * ===================================================================== SUBROUTINE SSYEV( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssyev_2stage.f b/SRC/ssyev_2stage.f index 5d354c1b3a..6526777082 100644 --- a/SRC/ssyev_2stage.f +++ b/SRC/ssyev_2stage.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYeigen * *> \par Further Details: @@ -185,10 +183,9 @@ SUBROUTINE SSYEV_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssyevd.f b/SRC/ssyevd.f index 3ba95ca278..8b90d9263c 100644 --- a/SRC/ssyevd.f +++ b/SRC/ssyevd.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYeigen * *> \par Contributors: @@ -183,10 +181,9 @@ SUBROUTINE SSYEVD( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssyevd_2stage.f b/SRC/ssyevd_2stage.f index 625713b852..f3fde6b4a1 100644 --- a/SRC/ssyevd_2stage.f +++ b/SRC/ssyevd_2stage.f @@ -180,8 +180,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYeigen * *> \par Contributors: @@ -229,10 +227,9 @@ SUBROUTINE SSYEVD_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssyevr.f b/SRC/ssyevr.f index f24091e6f1..d8e4ce3ea6 100644 --- a/SRC/ssyevr.f +++ b/SRC/ssyevr.f @@ -317,8 +317,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYeigen * *> \par Contributors: @@ -336,10 +334,9 @@ SUBROUTINE SSYEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssyevr_2stage.f b/SRC/ssyevr_2stage.f index 60339cd857..8ab2844c65 100644 --- a/SRC/ssyevr_2stage.f +++ b/SRC/ssyevr_2stage.f @@ -330,8 +330,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYeigen * *> \par Contributors: @@ -383,10 +381,9 @@ SUBROUTINE SSYEVR_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssyevx.f b/SRC/ssyevx.f index 7a7fac95bb..11776e8c55 100644 --- a/SRC/ssyevx.f +++ b/SRC/ssyevx.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYeigen * * ===================================================================== @@ -253,10 +251,9 @@ SUBROUTINE SSYEVX( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssyevx_2stage.f b/SRC/ssyevx_2stage.f index 227a70bacc..1a2225c875 100644 --- a/SRC/ssyevx_2stage.f +++ b/SRC/ssyevx_2stage.f @@ -259,8 +259,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYeigen * *> \par Further Details: @@ -302,10 +300,9 @@ SUBROUTINE SSYEVX_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssygs2.f b/SRC/ssygs2.f index addf681215..b27b473b06 100644 --- a/SRC/ssygs2.f +++ b/SRC/ssygs2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYGS2( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/ssygst.f b/SRC/ssygst.f index 422475a029..a517a8c124 100644 --- a/SRC/ssygst.f +++ b/SRC/ssygst.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYGST( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/ssygv.f b/SRC/ssygv.f index 40104241ac..270957fcee 100644 --- a/SRC/ssygv.f +++ b/SRC/ssygv.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYeigen * * ===================================================================== SUBROUTINE SSYGV( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssygv_2stage.f b/SRC/ssygv_2stage.f index 7dfbbaabef..49f357d908 100644 --- a/SRC/ssygv_2stage.f +++ b/SRC/ssygv_2stage.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYeigen * *> \par Further Details: @@ -228,10 +226,9 @@ SUBROUTINE SSYGV_2STAGE( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/ssygvd.f b/SRC/ssygvd.f index 7e28b0a349..9002df2374 100644 --- a/SRC/ssygvd.f +++ b/SRC/ssygvd.f @@ -203,8 +203,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYeigen * *> \par Further Details: @@ -227,10 +225,9 @@ SUBROUTINE SSYGVD( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/ssygvx.f b/SRC/ssygvx.f index 8a99c939f8..e93da60cc3 100644 --- a/SRC/ssygvx.f +++ b/SRC/ssygvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYeigen * *> \par Contributors: @@ -297,10 +295,9 @@ SUBROUTINE SSYGVX( ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, $ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, $ LWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/ssyrfs.f b/SRC/ssyrfs.f index 5745b72f56..77ffdb94d5 100644 --- a/SRC/ssyrfs.f +++ b/SRC/ssyrfs.f @@ -183,18 +183,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYRFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 diff --git a/SRC/ssyrfsx.f b/SRC/ssyrfsx.f index bfb7b60057..43215902fb 100644 --- a/SRC/ssyrfsx.f +++ b/SRC/ssyrfsx.f @@ -392,8 +392,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realSYcomputational * * ===================================================================== @@ -402,10 +400,9 @@ SUBROUTINE SSYRFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, IWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/ssysv.f b/SRC/ssysv.f index e27e5fc83b..5f4062e9ae 100644 --- a/SRC/ssysv.f +++ b/SRC/ssysv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYsolve * * ===================================================================== SUBROUTINE SSYSV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/ssysv_aa.f b/SRC/ssysv_aa.f index 7e58d1e75b..5661332c5f 100644 --- a/SRC/ssysv_aa.f +++ b/SRC/ssysv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYsolve * * ===================================================================== SUBROUTINE SSYSV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssysv_aa_2stage.f b/SRC/ssysv_aa_2stage.f index 5e2e0e3405..b9eac83421 100644 --- a/SRC/ssysv_aa_2stage.f +++ b/SRC/ssysv_aa_2stage.f @@ -178,8 +178,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYsolve * * ===================================================================== @@ -187,10 +185,9 @@ SUBROUTINE SSYSV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/ssysv_rk.f b/SRC/ssysv_rk.f index 9503893251..9e0487623c 100644 --- a/SRC/ssysv_rk.f +++ b/SRC/ssysv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup singleSYsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE SSYSV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/ssysv_rook.f b/SRC/ssysv_rook.f index 2829f5981b..b4da1101c8 100644 --- a/SRC/ssysv_rook.f +++ b/SRC/ssysv_rook.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realSYsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE SSYSV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssysvx.f b/SRC/ssysvx.f index 3f0983747a..b19ce26417 100644 --- a/SRC/ssysvx.f +++ b/SRC/ssysvx.f @@ -275,8 +275,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realSYsolve * * ===================================================================== @@ -284,10 +282,9 @@ SUBROUTINE SSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/ssysvxx.f b/SRC/ssysvxx.f index e2be0128b3..e0a869e816 100644 --- a/SRC/ssysvxx.f +++ b/SRC/ssysvxx.f @@ -498,8 +498,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYsolve * * ===================================================================== @@ -508,10 +506,9 @@ SUBROUTINE SSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 EQUED, FACT, UPLO diff --git a/SRC/ssyswapr.f b/SRC/ssyswapr.f index 17ce4dbd9c..5e4265d7a8 100644 --- a/SRC/ssyswapr.f +++ b/SRC/ssyswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYauxiliary * * ===================================================================== SUBROUTINE SSYSWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/ssytd2.f b/SRC/ssytd2.f index f6d327ccb3..8d5b3858fc 100644 --- a/SRC/ssytd2.f +++ b/SRC/ssytd2.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE SSYTD2( UPLO, N, A, LDA, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/ssytf2.f b/SRC/ssytf2.f index 9e31cbb46f..1e8087996d 100644 --- a/SRC/ssytf2.f +++ b/SRC/ssytf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -195,10 +193,9 @@ * ===================================================================== SUBROUTINE SSYTF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- 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 diff --git a/SRC/ssytf2_rk.f b/SRC/ssytf2_rk.f index 400e483539..51130acd37 100644 --- a/SRC/ssytf2_rk.f +++ b/SRC/ssytf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup singleSYcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE SSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/ssytf2_rook.f b/SRC/ssytf2_rook.f index 270530d794..34dc12c732 100644 --- a/SRC/ssytf2_rook.f +++ b/SRC/ssytf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE SSYTF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytrd.f b/SRC/ssytrd.f index ebfaba7801..f09ad9ab4d 100644 --- a/SRC/ssytrd.f +++ b/SRC/ssytrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE SSYTRD( UPLO, N, A, LDA, D, E, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/ssytrd_2stage.f b/SRC/ssytrd_2stage.f index d2502f483f..5d70ae0d4a 100644 --- a/SRC/ssytrd_2stage.f +++ b/SRC/ssytrd_2stage.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -226,10 +224,9 @@ SUBROUTINE SSYTRD_2STAGE( VECT, UPLO, N, A, LDA, D, E, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER VECT, UPLO diff --git a/SRC/ssytrd_sb2st.F b/SRC/ssytrd_sb2st.F index c2dd758cfd..d5de1b8eed 100644 --- a/SRC/ssytrd_sb2st.F +++ b/SRC/ssytrd_sb2st.F @@ -188,8 +188,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real16OTHERcomputational * *> \par Further Details: @@ -236,10 +234,9 @@ SUBROUTINE SSYTRD_SB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER STAGE1, UPLO, VECT diff --git a/SRC/ssytrd_sy2sb.f b/SRC/ssytrd_sy2sb.f index 98169dc00c..e177b3b1eb 100644 --- a/SRC/ssytrd_sy2sb.f +++ b/SRC/ssytrd_sy2sb.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE SSYTRD_SY2SB( UPLO, N, KD, A, LDA, AB, LDAB, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytrf.f b/SRC/ssytrf.f index ae4550f28c..d188589b90 100644 --- a/SRC/ssytrf.f +++ b/SRC/ssytrf.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -182,10 +180,9 @@ * ===================================================================== SUBROUTINE SSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/ssytrf_aa.f b/SRC/ssytrf_aa.f index 7f428561c4..88bfb50b92 100644 --- a/SRC/ssytrf_aa.f +++ b/SRC/ssytrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/ssytrf_aa_2stage.f b/SRC/ssytrf_aa_2stage.f index 03690815bd..94b3aa4b50 100644 --- a/SRC/ssytrf_aa_2stage.f +++ b/SRC/ssytrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/ssytrf_rk.f b/SRC/ssytrf_rk.f index f4221e1e06..ec84fcb1b9 100644 --- a/SRC/ssytrf_rk.f +++ b/SRC/ssytrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup singleSYcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE SSYTRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/ssytrf_rook.f b/SRC/ssytrf_rook.f index 534a48e000..653289e2b5 100644 --- a/SRC/ssytrf_rook.f +++ b/SRC/ssytrf_rook.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realSYcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE SSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytri.f b/SRC/ssytri.f index 31aa2dd140..d02f3afaf6 100644 --- a/SRC/ssytri.f +++ b/SRC/ssytri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/ssytri2.f b/SRC/ssytri2.f index 897116c237..49f6cad652 100644 --- a/SRC/ssytri2.f +++ b/SRC/ssytri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytri2x.f b/SRC/ssytri2x.f index 9aa567fd7f..57672eec22 100644 --- a/SRC/ssytri2x.f +++ b/SRC/ssytri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytri_3.f b/SRC/ssytri_3.f index a7d8fe7e8c..58d5df92ae 100644 --- a/SRC/ssytri_3.f +++ b/SRC/ssytri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE SSYTRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytri_3x.f b/SRC/ssytri_3x.f index a2b011f5f0..330b832974 100644 --- a/SRC/ssytri_3x.f +++ b/SRC/ssytri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE SSYTRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytri_rook.f b/SRC/ssytri_rook.f index 01e4ea1ce3..d78fe73071 100644 --- a/SRC/ssytri_rook.f +++ b/SRC/ssytri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE SSYTRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytrs.f b/SRC/ssytrs.f index 167851adb7..344949a99d 100644 --- a/SRC/ssytrs.f +++ b/SRC/ssytrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/ssytrs2.f b/SRC/ssytrs2.f index 0a1870b206..c8346d83be 100644 --- a/SRC/ssytrs2.f +++ b/SRC/ssytrs2.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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 diff --git a/SRC/ssytrs_3.f b/SRC/ssytrs_3.f index 4e98819276..9ad5813360 100644 --- a/SRC/ssytrs_3.f +++ b/SRC/ssytrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup singleSYcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE SSYTRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/ssytrs_aa.f b/SRC/ssytrs_aa.f index ed4377ae7f..3cfa2a2068 100644 --- a/SRC/ssytrs_aa.f +++ b/SRC/ssytrs_aa.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/ssytrs_aa_2stage.f b/SRC/ssytrs_aa_2stage.f index cf2da529d9..12912bc315 100644 --- a/SRC/ssytrs_aa_2stage.f +++ b/SRC/ssytrs_aa_2stage.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE SSYTRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/ssytrs_rook.f b/SRC/ssytrs_rook.f index ba2428b51e..eabc84f44e 100644 --- a/SRC/ssytrs_rook.f +++ b/SRC/ssytrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE SSYTRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/stbcon.f b/SRC/stbcon.f index e11c895e1c..9ce694aa1e 100644 --- a/SRC/stbcon.f +++ b/SRC/stbcon.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STBCON( NORM, UPLO, DIAG, N, KD, AB, LDAB, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/stbrfs.f b/SRC/stbrfs.f index 85cd312b58..6ccb35e391 100644 --- a/SRC/stbrfs.f +++ b/SRC/stbrfs.f @@ -180,18 +180,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STBRFS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/stbtrs.f b/SRC/stbtrs.f index 4955b7cfc8..30219e7039 100644 --- a/SRC/stbtrs.f +++ b/SRC/stbtrs.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STBTRS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/stfsm.f b/SRC/stfsm.f index a631cc4775..fd4e2df808 100644 --- a/SRC/stfsm.f +++ b/SRC/stfsm.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE STFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, $ B, LDB ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANSR, DIAG, SIDE, TRANS, UPLO diff --git a/SRC/stftri.f b/SRC/stftri.f index fa3099d153..d02a85b1e2 100644 --- a/SRC/stftri.f +++ b/SRC/stftri.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ * ===================================================================== SUBROUTINE STFTRI( TRANSR, UPLO, DIAG, N, A, INFO ) * -* -- 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 TRANSR, UPLO, DIAG diff --git a/SRC/stfttp.f b/SRC/stfttp.f index 52e581ddad..1ae028cedd 100644 --- a/SRC/stfttp.f +++ b/SRC/stfttp.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -187,10 +185,9 @@ * ===================================================================== SUBROUTINE STFTTP( TRANSR, UPLO, N, ARF, AP, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/stfttr.f b/SRC/stfttr.f index c7cf06628c..219da39cda 100644 --- a/SRC/stfttr.f +++ b/SRC/stfttr.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -196,10 +194,9 @@ * ===================================================================== SUBROUTINE STFTTR( TRANSR, UPLO, N, ARF, A, LDA, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/stgevc.f b/SRC/stgevc.f index 03d4b7193f..15fc88c4b4 100644 --- a/SRC/stgevc.f +++ b/SRC/stgevc.f @@ -228,8 +228,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realGEcomputational * *> \par Further Details: @@ -295,10 +293,9 @@ SUBROUTINE STGEVC( SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, $ LDVL, VR, LDVR, MM, M, WORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/stgex2.f b/SRC/stgex2.f index 1a5ed210c6..d61da2327a 100644 --- a/SRC/stgex2.f +++ b/SRC/stgex2.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEauxiliary * *> \par Further Details: @@ -221,10 +219,9 @@ SUBROUTINE STGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, J1, N1, N2, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/stgexc.f b/SRC/stgexc.f index 840036db7e..d1ad799366 100644 --- a/SRC/stgexc.f +++ b/SRC/stgexc.f @@ -195,8 +195,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realGEcomputational * *> \par Contributors: @@ -220,10 +218,9 @@ SUBROUTINE STGEXC( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, IFST, ILST, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/stgsen.f b/SRC/stgsen.f index 5e63a9679e..f1103d7400 100644 --- a/SRC/stgsen.f +++ b/SRC/stgsen.f @@ -304,8 +304,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -451,10 +449,9 @@ SUBROUTINE STGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB, $ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL, $ PR, DIF, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/stgsja.f b/SRC/stgsja.f index 2a6fc354d2..5a8e42d657 100644 --- a/SRC/stgsja.f +++ b/SRC/stgsja.f @@ -350,8 +350,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -378,10 +376,9 @@ SUBROUTINE STGSJA( JOBU, JOBV, JOBQ, M, P, N, K, L, A, LDA, B, $ LDB, TOLA, TOLB, ALPHA, BETA, U, LDU, V, LDV, $ Q, LDQ, WORK, NCYCLE, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/stgsna.f b/SRC/stgsna.f index 2ff38d1e9d..40f822915f 100644 --- a/SRC/stgsna.f +++ b/SRC/stgsna.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -381,10 +379,9 @@ SUBROUTINE STGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/stgsy2.f b/SRC/stgsy2.f index 2814889fcc..7dffbd2f75 100644 --- a/SRC/stgsy2.f +++ b/SRC/stgsy2.f @@ -259,8 +259,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYauxiliary * *> \par Contributors: @@ -274,10 +272,9 @@ SUBROUTINE STGSY2( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, RDSUM, RDSCAL, $ IWORK, PQ, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/stgsyl.f b/SRC/stgsyl.f index ff634b1de4..733c8ab9cd 100644 --- a/SRC/stgsyl.f +++ b/SRC/stgsyl.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * *> \par Contributors: @@ -299,10 +297,9 @@ SUBROUTINE STGSYL( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/stpcon.f b/SRC/stpcon.f index 2814e691f8..d32e99855c 100644 --- a/SRC/stpcon.f +++ b/SRC/stpcon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STPCON( NORM, UPLO, DIAG, N, AP, RCOND, WORK, IWORK, $ INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/stplqt.f b/SRC/stplqt.f index 8077b08633..f48743c1fc 100644 --- a/SRC/stplqt.f +++ b/SRC/stplqt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE STPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/SRC/stplqt2.f b/SRC/stplqt2.f index ca38a95409..7f381876f4 100644 --- a/SRC/stplqt2.f +++ b/SRC/stplqt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE STPLQT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/stpmlqt.f b/SRC/stpmlqt.f index 8fc7823c2a..53e444304d 100644 --- a/SRC/stpmlqt.f +++ b/SRC/stpmlqt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE STPMLQT( SIDE, TRANS, M, N, K, L, MB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/stpmqrt.f b/SRC/stpmqrt.f index 6a5cbb9810..c9c09fd71a 100644 --- a/SRC/stpmqrt.f +++ b/SRC/stpmqrt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE STPMQRT( SIDE, TRANS, M, N, K, L, NB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/stpqrt.f b/SRC/stpqrt.f index 815d83a6ff..eee0f25239 100644 --- a/SRC/stpqrt.f +++ b/SRC/stpqrt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE STPQRT( M, N, L, NB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, NB diff --git a/SRC/stpqrt2.f b/SRC/stpqrt2.f index f235712652..281c2e8ac2 100644 --- a/SRC/stpqrt2.f +++ b/SRC/stpqrt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE STPQRT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/stprfb.f b/SRC/stprfb.f index fcd164183e..64e8b34f5e 100644 --- a/SRC/stprfb.f +++ b/SRC/stprfb.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERauxiliary * *> \par Further Details: @@ -251,10 +249,9 @@ SUBROUTINE STPRFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, $ V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/stprfs.f b/SRC/stprfs.f index 76ae10dc7c..efe453919e 100644 --- a/SRC/stprfs.f +++ b/SRC/stprfs.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STPRFS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/stptri.f b/SRC/stptri.f index 3acc70981b..fb889ae850 100644 --- a/SRC/stptri.f +++ b/SRC/stptri.f @@ -91,8 +91,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -117,10 +115,9 @@ * ===================================================================== SUBROUTINE STPTRI( UPLO, DIAG, N, AP, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/stptrs.f b/SRC/stptrs.f index fc422c5ed5..d4882b3b64 100644 --- a/SRC/stptrs.f +++ b/SRC/stptrs.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STPTRS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/stpttf.f b/SRC/stpttf.f index 230be172f2..67d0c1f1eb 100644 --- a/SRC/stpttf.f +++ b/SRC/stpttf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -186,10 +184,9 @@ * ===================================================================== SUBROUTINE STPTTF( TRANSR, UPLO, N, AP, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/stpttr.f b/SRC/stpttr.f index a58f7f0163..8266a5651e 100644 --- a/SRC/stpttr.f +++ b/SRC/stpttr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STPTTR( UPLO, N, AP, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/strcon.f b/SRC/strcon.f index ec92b53edb..741f436f5d 100644 --- a/SRC/strcon.f +++ b/SRC/strcon.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRCON( NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, $ IWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/strevc.f b/SRC/strevc.f index 37513a37a7..af97de1d15 100644 --- a/SRC/strevc.f +++ b/SRC/strevc.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -222,10 +220,9 @@ SUBROUTINE STREVC( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/strevc3.f b/SRC/strevc3.f index 525978071b..5af57123bf 100644 --- a/SRC/strevc3.f +++ b/SRC/strevc3.f @@ -215,10 +215,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @generated from dtrevc3.f, fortran d -> s, Tue Apr 19 01:47:44 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -240,10 +236,9 @@ SUBROUTINE STREVC3( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, $ VR, LDVR, MM, M, WORK, LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/strexc.f b/SRC/strexc.f index 8aaaccd4ac..e66b892220 100644 --- a/SRC/strexc.f +++ b/SRC/strexc.f @@ -140,18 +140,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STREXC( COMPQ, N, T, LDT, Q, LDQ, IFST, ILST, WORK, $ INFO ) * -* -- 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 COMPQ diff --git a/SRC/strrfs.f b/SRC/strrfs.f index 9b21910af5..8ac2257ea6 100644 --- a/SRC/strrfs.f +++ b/SRC/strrfs.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRRFS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, FERR, BERR, WORK, IWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/strsen.f b/SRC/strsen.f index a52c627728..c0f75fb129 100644 --- a/SRC/strsen.f +++ b/SRC/strsen.f @@ -231,8 +231,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -314,10 +312,9 @@ SUBROUTINE STRSEN( JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, WR, WI, $ M, S, SEP, WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER COMPQ, JOB diff --git a/SRC/strsna.f b/SRC/strsna.f index 1dc7fe74cf..6d98ac27f2 100644 --- a/SRC/strsna.f +++ b/SRC/strsna.f @@ -213,8 +213,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -265,10 +263,9 @@ SUBROUTINE STRSNA( JOB, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, S, SEP, MM, M, WORK, LDWORK, IWORK, $ INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/strsyl.f b/SRC/strsyl.f index 029367ce6a..e1f90d2c99 100644 --- a/SRC/strsyl.f +++ b/SRC/strsyl.f @@ -156,18 +156,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realSYcomputational * * ===================================================================== SUBROUTINE STRSYL( TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, $ LDC, SCALE, INFO ) * -* -- 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 TRANA, TRANB diff --git a/SRC/strti2.f b/SRC/strti2.f index e3de4a306b..e2b630deb9 100644 --- a/SRC/strti2.f +++ b/SRC/strti2.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRTI2( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/strtri.f b/SRC/strtri.f index 267de1a2fd..e90872f06a 100644 --- a/SRC/strtri.f +++ b/SRC/strtri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRTRI( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/strtrs.f b/SRC/strtrs.f index 9eb6e3693f..07bb780ee3 100644 --- a/SRC/strtrs.f +++ b/SRC/strtrs.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRTRS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, $ INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/strttf.f b/SRC/strttf.f index 5853be902a..7ea4980a6f 100644 --- a/SRC/strttf.f +++ b/SRC/strttf.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup realOTHERcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE STRTTF( TRANSR, UPLO, N, A, LDA, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/strttp.f b/SRC/strttp.f index 557ccfa460..371d21b8f7 100644 --- a/SRC/strttp.f +++ b/SRC/strttp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup realOTHERcomputational * * ===================================================================== SUBROUTINE STRTTP( UPLO, N, A, LDA, AP, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/stzrzf.f b/SRC/stzrzf.f index 6da3c4a0e8..356bdac787 100644 --- a/SRC/stzrzf.f +++ b/SRC/stzrzf.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup realOTHERcomputational * *> \par Contributors: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE STZRZF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/xerbla.f b/SRC/xerbla.f index 4a0350988c..6b141499ee 100644 --- a/SRC/xerbla.f +++ b/SRC/xerbla.f @@ -63,17 +63,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE XERBLA( SRNAME, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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*(*) SRNAME diff --git a/SRC/xerbla_array.f b/SRC/xerbla_array.f index 84fe7de9d8..ff0a0186b7 100644 --- a/SRC/xerbla_array.f +++ b/SRC/xerbla_array.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE XERBLA_ARRAY( SRNAME_ARRAY, SRNAME_LEN, INFO) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER SRNAME_LEN, INFO diff --git a/SRC/zbbcsd.f b/SRC/zbbcsd.f index 36ff2cb981..757e98c718 100644 --- a/SRC/zbbcsd.f +++ b/SRC/zbbcsd.f @@ -322,8 +322,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE ZBBCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, M, P, Q, $ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E, $ B22D, B22E, RWORK, LRWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS diff --git a/SRC/zbdsqr.f b/SRC/zbdsqr.f index 66281bb8b3..2ad6142a73 100644 --- a/SRC/zbdsqr.f +++ b/SRC/zbdsqr.f @@ -214,18 +214,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, $ LDU, C, LDC, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zcgesv.f b/SRC/zcgesv.f index b710186381..8d2cbf9245 100644 --- a/SRC/zcgesv.f +++ b/SRC/zcgesv.f @@ -193,18 +193,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZCGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK, $ SWORK, RWORK, ITER, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, ITER, LDA, LDB, LDX, N, NRHS diff --git a/SRC/zcposv.f b/SRC/zcposv.f index 101d25f5dd..313672422a 100644 --- a/SRC/zcposv.f +++ b/SRC/zcposv.f @@ -201,18 +201,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16POsolve * * ===================================================================== SUBROUTINE ZCPOSV( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK, $ SWORK, RWORK, ITER, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zdrscl.f b/SRC/zdrscl.f index 03b87d4093..9e1b2ea872 100644 --- a/SRC/zdrscl.f +++ b/SRC/zdrscl.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZDRSCL( N, SA, SX, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/zgbbrd.f b/SRC/zgbbrd.f index e299824063..0f7226065e 100644 --- a/SRC/zgbbrd.f +++ b/SRC/zgbbrd.f @@ -185,18 +185,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZGBBRD( VECT, M, N, NCC, KL, KU, AB, LDAB, D, E, Q, $ LDQ, PT, LDPT, C, LDC, WORK, RWORK, INFO ) * -* -- 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 VECT diff --git a/SRC/zgbcon.f b/SRC/zgbcon.f index 6d7c8d829b..7a10ef340b 100644 --- a/SRC/zgbcon.f +++ b/SRC/zgbcon.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZGBCON( NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, $ WORK, RWORK, INFO ) * -* -- 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 NORM diff --git a/SRC/zgbequ.f b/SRC/zgbequ.f index e8938855f8..a8e398a159 100644 --- a/SRC/zgbequ.f +++ b/SRC/zgbequ.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZGBEQU( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/zgbequb.f b/SRC/zgbequb.f index 4b08ac1d45..76677fee1a 100644 --- a/SRC/zgbequb.f +++ b/SRC/zgbequb.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZGBEQUB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/zgbrfs.f b/SRC/zgbrfs.f index bb7d58eb7d..6c7c016da8 100644 --- a/SRC/zgbrfs.f +++ b/SRC/zgbrfs.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== @@ -206,10 +204,9 @@ SUBROUTINE ZGBRFS( TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/zgbrfsx.f b/SRC/zgbrfsx.f index 872709899a..333694e5a3 100644 --- a/SRC/zgbrfsx.f +++ b/SRC/zgbrfsx.f @@ -429,8 +429,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GBcomputational * * ===================================================================== @@ -440,10 +438,9 @@ SUBROUTINE ZGBRFSX( TRANS, EQUED, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, $ INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TRANS, EQUED diff --git a/SRC/zgbsv.f b/SRC/zgbsv.f index 7bc4c44ebf..0b6a1d19f2 100644 --- a/SRC/zgbsv.f +++ b/SRC/zgbsv.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE ZGBSV( N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, KL, KU, LDAB, LDB, N, NRHS diff --git a/SRC/zgbsvx.f b/SRC/zgbsvx.f index 0e55866ac9..b6be786631 100644 --- a/SRC/zgbsvx.f +++ b/SRC/zgbsvx.f @@ -361,8 +361,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GBsolve * * ===================================================================== @@ -370,10 +368,9 @@ SUBROUTINE ZGBSVX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ LDAFB, IPIV, EQUED, R, C, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/zgbsvxx.f b/SRC/zgbsvxx.f index 0d916fd62c..9ce7986671 100644 --- a/SRC/zgbsvxx.f +++ b/SRC/zgbsvxx.f @@ -549,8 +549,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GBsolve * * ===================================================================== @@ -560,10 +558,9 @@ SUBROUTINE ZGBSVXX( FACT, TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/zgbtf2.f b/SRC/zgbtf2.f index cfddec898b..fbbe632476 100644 --- a/SRC/zgbtf2.f +++ b/SRC/zgbtf2.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE ZGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/zgbtrf.f b/SRC/zgbtrf.f index 533f5ee280..83139b0919 100644 --- a/SRC/zgbtrf.f +++ b/SRC/zgbtrf.f @@ -115,8 +115,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE ZGBTRF( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, KL, KU, LDAB, M, N diff --git a/SRC/zgbtrs.f b/SRC/zgbtrs.f index 8dc9746ee6..4a2ba5452c 100644 --- a/SRC/zgbtrs.f +++ b/SRC/zgbtrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/zgebak.f b/SRC/zgebak.f index 70c265e05b..9ec610efb4 100644 --- a/SRC/zgebak.f +++ b/SRC/zgebak.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, $ INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/zgebal.f b/SRC/zgebal.f index 68291e2b48..d4a9e39f12 100644 --- a/SRC/zgebal.f +++ b/SRC/zgebal.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE ZGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOB diff --git a/SRC/zgebd2.f b/SRC/zgebd2.f index 3afe79ec52..b82fb05958 100644 --- a/SRC/zgebd2.f +++ b/SRC/zgebd2.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ * ===================================================================== SUBROUTINE ZGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgebrd.f b/SRC/zgebrd.f index bccd6b8b20..f1791c6a4b 100644 --- a/SRC/zgebrd.f +++ b/SRC/zgebrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -205,10 +203,9 @@ SUBROUTINE ZGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgecon.f b/SRC/zgecon.f index 91362a977b..3d3127f9df 100644 --- a/SRC/zgecon.f +++ b/SRC/zgecon.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGECON( NORM, N, A, LDA, ANORM, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 NORM diff --git a/SRC/zgeequ.f b/SRC/zgeequ.f index 13fcb2a63d..9575bd6526 100644 --- a/SRC/zgeequ.f +++ b/SRC/zgeequ.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGEEQU( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgeequb.f b/SRC/zgeequb.f index 1b9a3bbe85..74e1f68170 100644 --- a/SRC/zgeequb.f +++ b/SRC/zgeequb.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGEEQUB( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgees.f b/SRC/zgees.f index a33e0a1481..ee4e4a25c4 100644 --- a/SRC/zgees.f +++ b/SRC/zgees.f @@ -189,18 +189,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEeigen * * ===================================================================== SUBROUTINE ZGEES( JOBVS, SORT, SELECT, N, A, LDA, SDIM, W, VS, $ LDVS, WORK, LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVS, SORT diff --git a/SRC/zgeesx.f b/SRC/zgeesx.f index a5391cbb5c..963c10fe23 100644 --- a/SRC/zgeesx.f +++ b/SRC/zgeesx.f @@ -230,8 +230,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEeigen * * ===================================================================== @@ -239,10 +237,9 @@ SUBROUTINE ZGEESX( JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, W, $ VS, LDVS, RCONDE, RCONDV, WORK, LWORK, RWORK, $ BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVS, SENSE, SORT diff --git a/SRC/zgeev.f b/SRC/zgeev.f index 1ba5425879..b968900e2f 100644 --- a/SRC/zgeev.f +++ b/SRC/zgeev.f @@ -169,7 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @precisions fortran z -> c * @@ -180,10 +179,9 @@ SUBROUTINE ZGEEV( JOBVL, JOBVR, N, A, LDA, W, VL, LDVL, VR, LDVR, $ WORK, LWORK, RWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/zgeevx.f b/SRC/zgeevx.f index 323782bce0..170a0fc765 100644 --- a/SRC/zgeevx.f +++ b/SRC/zgeevx.f @@ -276,7 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 * * @precisions fortran z -> c * @@ -288,10 +287,9 @@ SUBROUTINE ZGEEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, W, VL, $ RCONDV, WORK, LWORK, RWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/zgehd2.f b/SRC/zgehd2.f index 12bac62a3d..e4d79f1b83 100644 --- a/SRC/zgehd2.f +++ b/SRC/zgehd2.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE ZGEHD2( N, ILO, IHI, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, N diff --git a/SRC/zgehrd.f b/SRC/zgehrd.f index d8ddf2439b..7a8bf19912 100644 --- a/SRC/zgehrd.f +++ b/SRC/zgehrd.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -167,10 +165,9 @@ * ===================================================================== SUBROUTINE ZGEHRD( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/zgejsv.f b/SRC/zgejsv.f index c60f6f073b..11b602e482 100644 --- a/SRC/zgejsv.f +++ b/SRC/zgejsv.f @@ -483,8 +483,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEsing * *> \par Further Details: @@ -569,10 +567,9 @@ SUBROUTINE ZGEJSV( JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, $ M, N, A, LDA, SVA, U, LDU, V, LDV, $ CWORK, LWORK, RWORK, LRWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. IMPLICIT NONE diff --git a/SRC/zgelq.f b/SRC/zgelq.f index beb054b87d..de7c9a3784 100644 --- a/SRC/zgelq.f +++ b/SRC/zgelq.f @@ -170,10 +170,9 @@ SUBROUTINE ZGELQ( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/zgelq2.f b/SRC/zgelq2.f index f42ccad78f..7604556a5f 100644 --- a/SRC/zgelq2.f +++ b/SRC/zgelq2.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE ZGELQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgelqf.f b/SRC/zgelqf.f index 56350eb43f..6c295eecec 100644 --- a/SRC/zgelqf.f +++ b/SRC/zgelqf.f @@ -118,8 +118,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -143,10 +141,9 @@ * ===================================================================== SUBROUTINE ZGELQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgelqt.f b/SRC/zgelqt.f index 015bd3d7de..a6933a9f23 100644 --- a/SRC/zgelqt.f +++ b/SRC/zgelqt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -139,10 +137,9 @@ * ===================================================================== SUBROUTINE ZGELQT( M, N, MB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, MB diff --git a/SRC/zgelqt3.f b/SRC/zgelqt3.f index 45e74f43d7..e6eb626884 100644 --- a/SRC/zgelqt3.f +++ b/SRC/zgelqt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * *> \par Further Details: @@ -131,10 +129,9 @@ * ===================================================================== RECURSIVE SUBROUTINE ZGELQT3( M, N, A, LDA, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/zgels.f b/SRC/zgels.f index 8e2794fa46..ebdbe0d494 100644 --- a/SRC/zgels.f +++ b/SRC/zgels.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZGELS( TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 TRANS diff --git a/SRC/zgelsd.f b/SRC/zgelsd.f index 9463ccc103..01793e16c2 100644 --- a/SRC/zgelsd.f +++ b/SRC/zgelsd.f @@ -210,8 +210,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEsolve * *> \par Contributors: @@ -225,10 +223,9 @@ SUBROUTINE ZGELSD( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/zgelss.f b/SRC/zgelss.f index df436b48be..a58086eabb 100644 --- a/SRC/zgelss.f +++ b/SRC/zgelss.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZGELSS( M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/zgelsy.f b/SRC/zgelsy.f index 79cb7936bc..65fa87ae98 100644 --- a/SRC/zgelsy.f +++ b/SRC/zgelsy.f @@ -195,8 +195,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEsolve * *> \par Contributors: @@ -210,10 +208,9 @@ SUBROUTINE ZGELSY( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS, RANK diff --git a/SRC/zgemlq.f b/SRC/zgemlq.f index 6fb2be3d87..7585f8b7a6 100644 --- a/SRC/zgemlq.f +++ b/SRC/zgemlq.f @@ -167,10 +167,9 @@ SUBROUTINE ZGEMLQ( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zgemlqt.f b/SRC/zgemlqt.f index 6a4175e3cc..9823c420b7 100644 --- a/SRC/zgemlqt.f +++ b/SRC/zgemlqt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleGEcomputational * * ===================================================================== SUBROUTINE ZGEMLQT( SIDE, TRANS, M, N, K, MB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/zgemqr.f b/SRC/zgemqr.f index aec9321bbc..a6ce7b31e2 100644 --- a/SRC/zgemqr.f +++ b/SRC/zgemqr.f @@ -170,10 +170,9 @@ SUBROUTINE ZGEMQR( SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, $ C, LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zgemqrt.f b/SRC/zgemqrt.f index 7ceb77fe32..5a1bca4a32 100644 --- a/SRC/zgemqrt.f +++ b/SRC/zgemqrt.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGEMQRT( SIDE, TRANS, M, N, K, NB, V, LDV, T, LDT, $ C, LDC, WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zgeql2.f b/SRC/zgeql2.f index 90008c49a6..35bd61d412 100644 --- a/SRC/zgeql2.f +++ b/SRC/zgeql2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE ZGEQL2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgeqlf.f b/SRC/zgeqlf.f index 82bb9d1f7e..94721540c5 100644 --- a/SRC/zgeqlf.f +++ b/SRC/zgeqlf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE ZGEQLF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgeqp3.f b/SRC/zgeqp3.f index ea069ee74e..9e55fb0c98 100644 --- a/SRC/zgeqp3.f +++ b/SRC/zgeqp3.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -159,10 +157,9 @@ SUBROUTINE ZGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgeqr.f b/SRC/zgeqr.f index cea686b980..20a80d0835 100644 --- a/SRC/zgeqr.f +++ b/SRC/zgeqr.f @@ -172,10 +172,9 @@ SUBROUTINE ZGEQR( M, N, A, LDA, T, TSIZE, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, TSIZE, LWORK diff --git a/SRC/zgeqr2.f b/SRC/zgeqr2.f index 0384c1d421..511a81ef8a 100644 --- a/SRC/zgeqr2.f +++ b/SRC/zgeqr2.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -130,10 +128,9 @@ * ===================================================================== SUBROUTINE ZGEQR2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgeqr2p.f b/SRC/zgeqr2p.f index 7bbd81da91..136d75f85c 100644 --- a/SRC/zgeqr2p.f +++ b/SRC/zgeqr2p.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -134,10 +132,9 @@ * ===================================================================== SUBROUTINE ZGEQR2P( M, N, A, LDA, TAU, WORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgeqrf.f b/SRC/zgeqrf.f index 2c03ebe731..dd31483c10 100644 --- a/SRC/zgeqrf.f +++ b/SRC/zgeqrf.f @@ -120,8 +120,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -145,10 +143,9 @@ * ===================================================================== SUBROUTINE ZGEQRF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgeqrfp.f b/SRC/zgeqrfp.f index 80ead21caa..73bcde6674 100644 --- a/SRC/zgeqrfp.f +++ b/SRC/zgeqrfp.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -149,10 +147,9 @@ * ===================================================================== SUBROUTINE ZGEQRFP( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgeqrt.f b/SRC/zgeqrt.f index 60adfec76f..d54a9e6c36 100644 --- a/SRC/zgeqrt.f +++ b/SRC/zgeqrt.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -141,10 +139,9 @@ * ===================================================================== SUBROUTINE ZGEQRT( M, N, NB, A, LDA, T, LDT, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/zgeqrt2.f b/SRC/zgeqrt2.f index bad7084988..947856adfa 100644 --- a/SRC/zgeqrt2.f +++ b/SRC/zgeqrt2.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -127,10 +125,9 @@ * ===================================================================== SUBROUTINE ZGEQRT2( M, N, A, LDA, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDT, M, N diff --git a/SRC/zgeqrt3.f b/SRC/zgeqrt3.f index e0f2281a11..af6b9437dd 100644 --- a/SRC/zgeqrt3.f +++ b/SRC/zgeqrt3.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -132,10 +130,9 @@ * ===================================================================== RECURSIVE SUBROUTINE ZGEQRT3( M, N, A, LDA, T, LDT, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, LDT diff --git a/SRC/zgerfs.f b/SRC/zgerfs.f index 4d09922405..ce5d15279e 100644 --- a/SRC/zgerfs.f +++ b/SRC/zgerfs.f @@ -178,18 +178,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGERFS( TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/zgerfsx.f b/SRC/zgerfsx.f index 3af7f8b6b1..2c5cf03ec8 100644 --- a/SRC/zgerfsx.f +++ b/SRC/zgerfsx.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== @@ -414,10 +412,9 @@ SUBROUTINE ZGERFSX( TRANS, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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 TRANS, EQUED diff --git a/SRC/zgerq2.f b/SRC/zgerq2.f index 73c1e53ed4..8a987dd0a0 100644 --- a/SRC/zgerq2.f +++ b/SRC/zgerq2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -123,10 +121,9 @@ * ===================================================================== SUBROUTINE ZGERQ2( M, N, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgerqf.f b/SRC/zgerqf.f index ebc7d38aa3..22bd5b94ff 100644 --- a/SRC/zgerqf.f +++ b/SRC/zgerqf.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -138,10 +136,9 @@ * ===================================================================== SUBROUTINE ZGERQF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zgesc2.f b/SRC/zgesc2.f index cdf15e4f45..9f40fc7008 100644 --- a/SRC/zgesc2.f +++ b/SRC/zgesc2.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16GEauxiliary * *> \par Contributors: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE ZGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER LDA, N diff --git a/SRC/zgesdd.f b/SRC/zgesdd.f index 2209f47330..f7f04836cf 100644 --- a/SRC/zgesdd.f +++ b/SRC/zgesdd.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEsing * *> \par Contributors: @@ -227,10 +225,9 @@ SUBROUTINE ZGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, RWORK, IWORK, INFO ) implicit none * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ diff --git a/SRC/zgesv.f b/SRC/zgesv.f index 40dd14f063..abb9a42132 100644 --- a/SRC/zgesv.f +++ b/SRC/zgesv.f @@ -115,17 +115,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZGESV( N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, N, NRHS diff --git a/SRC/zgesvd.f b/SRC/zgesvd.f index b4dbf037fc..1064fabbbb 100644 --- a/SRC/zgesvd.f +++ b/SRC/zgesvd.f @@ -206,18 +206,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEsing * * ===================================================================== SUBROUTINE ZGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, $ VT, LDVT, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT diff --git a/SRC/zgesvdq.f b/SRC/zgesvdq.f index 173d299a42..05eb722f87 100644 --- a/SRC/zgesvdq.f +++ b/SRC/zgesvdq.f @@ -404,8 +404,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2018 -* *> \ingroup complex16GEsing * * ===================================================================== diff --git a/SRC/zgesvdx.f b/SRC/zgesvdx.f index 12b20c0ba0..a8bf560c21 100644 --- a/SRC/zgesvdx.f +++ b/SRC/zgesvdx.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEsing * * ===================================================================== @@ -270,10 +268,9 @@ SUBROUTINE ZGESVDX( JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, $ IL, IU, NS, S, U, LDU, VT, LDVT, WORK, $ LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBU, JOBVT, RANGE diff --git a/SRC/zgesvj.f b/SRC/zgesvj.f index 2a1ef9bf72..6cd2335f24 100644 --- a/SRC/zgesvj.f +++ b/SRC/zgesvj.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -351,10 +349,9 @@ SUBROUTINE ZGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, $ LDV, CWORK, LWORK, RWORK, LRWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zgesvx.f b/SRC/zgesvx.f index d1752d06eb..87f36bba6b 100644 --- a/SRC/zgesvx.f +++ b/SRC/zgesvx.f @@ -341,8 +341,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEsolve * * ===================================================================== @@ -350,10 +348,9 @@ SUBROUTINE ZGESVX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ EQUED, R, C, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/zgesvxx.f b/SRC/zgesvxx.f index 60bb71cd32..f1102668ae 100644 --- a/SRC/zgesvxx.f +++ b/SRC/zgesvxx.f @@ -529,8 +529,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEsolve * * ===================================================================== @@ -540,10 +538,9 @@ SUBROUTINE ZGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, TRANS diff --git a/SRC/zgetc2.f b/SRC/zgetc2.f index b790e34d49..eb97194f29 100644 --- a/SRC/zgetc2.f +++ b/SRC/zgetc2.f @@ -98,8 +98,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEauxiliary * *> \par Contributors: @@ -111,10 +109,9 @@ * ===================================================================== SUBROUTINE ZGETC2( N, A, LDA, IPIV, JPIV, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/zgetf2.f b/SRC/zgetf2.f index a98e36e2ec..c247f8645a 100644 --- a/SRC/zgetf2.f +++ b/SRC/zgetf2.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGETF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgetrf.f b/SRC/zgetrf.f index c7b07b6589..f3c3b396f8 100644 --- a/SRC/zgetrf.f +++ b/SRC/zgetrf.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGETRF( M, N, A, LDA, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgetrf2.f b/SRC/zgetrf2.f index 44e2731efe..a3391fc532 100644 --- a/SRC/zgetrf2.f +++ b/SRC/zgetrf2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== RECURSIVE SUBROUTINE ZGETRF2( M, N, A, LDA, IPIV, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zgetri.f b/SRC/zgetri.f index deff71ff5f..41782841c9 100644 --- a/SRC/zgetri.f +++ b/SRC/zgetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGETRI( N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LWORK, N diff --git a/SRC/zgetrs.f b/SRC/zgetrs.f index 5c0bd35f64..53f1bc3884 100644 --- a/SRC/zgetrs.f +++ b/SRC/zgetrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZGETRS( TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 TRANS diff --git a/SRC/zgetsls.f b/SRC/zgetsls.f index 11233785b8..5e9a560c16 100644 --- a/SRC/zgetsls.f +++ b/SRC/zgetsls.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEsolve * * ===================================================================== SUBROUTINE ZGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/SRC/zgetsqrhrt.f b/SRC/zgetsqrhrt.f index a68936df29..5f0167937e 100644 --- a/SRC/zgetsqrhrt.f +++ b/SRC/zgetsqrhrt.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup comlpex16OTHERcomputational * *> \par Contributors: @@ -180,10 +178,9 @@ SUBROUTINE ZGETSQRHRT( M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, NB1, NB2, MB1 diff --git a/SRC/zggbak.f b/SRC/zggbak.f index cb10b4f8ca..a0ea5de4d2 100644 --- a/SRC/zggbak.f +++ b/SRC/zggbak.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * *> \par Further Details: @@ -148,10 +146,9 @@ SUBROUTINE ZGGBAK( JOB, SIDE, N, ILO, IHI, LSCALE, RSCALE, M, V, $ LDV, INFO ) * -* -- 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 JOB, SIDE diff --git a/SRC/zggbal.f b/SRC/zggbal.f index beca512614..c37ab4c100 100644 --- a/SRC/zggbal.f +++ b/SRC/zggbal.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GBcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ SUBROUTINE ZGGBAL( JOB, N, A, LDA, B, LDB, ILO, IHI, LSCALE, $ RSCALE, WORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOB diff --git a/SRC/zgges.f b/SRC/zgges.f index 555abcd86e..3847adc04d 100644 --- a/SRC/zgges.f +++ b/SRC/zgges.f @@ -261,8 +261,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEeigen * * ===================================================================== @@ -270,10 +268,9 @@ SUBROUTINE ZGGES( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, $ SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, WORK, $ LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBVSL, JOBVSR, SORT diff --git a/SRC/zgges3.f b/SRC/zgges3.f index 08557b134d..cffcc5ddc2 100644 --- a/SRC/zgges3.f +++ b/SRC/zgges3.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complex16GEeigen * * ===================================================================== @@ -269,10 +267,9 @@ SUBROUTINE ZGGES3( JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, $ LDB, SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, $ WORK, LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SORT diff --git a/SRC/zggesx.f b/SRC/zggesx.f index c546e61f1a..96e4f2cda9 100644 --- a/SRC/zggesx.f +++ b/SRC/zggesx.f @@ -320,8 +320,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEeigen * * ===================================================================== @@ -330,10 +328,9 @@ SUBROUTINE ZGGESX( JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA, $ LDVSR, RCONDE, RCONDV, WORK, LWORK, RWORK, $ IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBVSL, JOBVSR, SENSE, SORT diff --git a/SRC/zggev.f b/SRC/zggev.f index 946de6c2ca..34e7541c4e 100644 --- a/SRC/zggev.f +++ b/SRC/zggev.f @@ -209,18 +209,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEeigen * * ===================================================================== SUBROUTINE ZGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/zggev3.f b/SRC/zggev3.f index 2e88adedc3..460ae007fc 100644 --- a/SRC/zggev3.f +++ b/SRC/zggev3.f @@ -208,18 +208,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complex16GEeigen * * ===================================================================== SUBROUTINE ZGGEV3( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.6.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR diff --git a/SRC/zggevx.f b/SRC/zggevx.f index 5549feb139..75a6a543be 100644 --- a/SRC/zggevx.f +++ b/SRC/zggevx.f @@ -335,8 +335,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEeigen * *> \par Further Details: @@ -374,10 +372,9 @@ SUBROUTINE ZGGEVX( BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, B, LDB, $ LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, RCONDV, $ WORK, LWORK, RWORK, IWORK, BWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER BALANC, JOBVL, JOBVR, SENSE diff --git a/SRC/zggglm.f b/SRC/zggglm.f index d4adc5c4d6..7537529247 100644 --- a/SRC/zggglm.f +++ b/SRC/zggglm.f @@ -177,18 +177,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZGGGLM( N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/zgghd3.f b/SRC/zgghd3.f index 53c31b2956..b29cdc70a3 100644 --- a/SRC/zgghd3.f +++ b/SRC/zgghd3.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -227,10 +225,9 @@ SUBROUTINE ZGGHD3( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/zgghrd.f b/SRC/zgghrd.f index e9e870320d..35305f3448 100644 --- a/SRC/zgghrd.f +++ b/SRC/zgghrd.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -204,10 +202,9 @@ SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * -* -- 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 COMPQ, COMPZ diff --git a/SRC/zgglse.f b/SRC/zgglse.f index 1b5f468bce..4dc5798f1c 100644 --- a/SRC/zgglse.f +++ b/SRC/zgglse.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsolve * * ===================================================================== SUBROUTINE ZGGLSE( M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/zggqrf.f b/SRC/zggqrf.f index ba04d07603..a091ef2f5b 100644 --- a/SRC/zggqrf.f +++ b/SRC/zggqrf.f @@ -173,8 +173,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -215,10 +213,9 @@ SUBROUTINE ZGGQRF( N, M, P, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/zggrqf.f b/SRC/zggrqf.f index 27970e8336..75fe05b46a 100644 --- a/SRC/zggrqf.f +++ b/SRC/zggrqf.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -214,10 +212,9 @@ SUBROUTINE ZGGRQF( M, P, N, A, LDA, TAUA, B, LDB, TAUB, WORK, $ LWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, P diff --git a/SRC/zggsvd3.f b/SRC/zggsvd3.f index fd22d4f197..71257a7c07 100644 --- a/SRC/zggsvd3.f +++ b/SRC/zggsvd3.f @@ -332,8 +332,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complex16GEsing * *> \par Contributors: @@ -353,10 +351,9 @@ SUBROUTINE ZGGSVD3( JOBU, JOBV, JOBQ, M, N, P, K, L, A, LDA, B, $ LDB, ALPHA, BETA, U, LDU, V, LDV, Q, LDQ, $ WORK, LWORK, RWORK, IWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. CHARACTER JOBQ, JOBU, JOBV diff --git a/SRC/zggsvp3.f b/SRC/zggsvp3.f index 986bc47bbe..f39ccdad31 100644 --- a/SRC/zggsvp3.f +++ b/SRC/zggsvp3.f @@ -256,8 +256,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -278,10 +276,9 @@ SUBROUTINE ZGGSVP3( JOBU, JOBV, JOBQ, M, P, N, A, LDA, B, LDB, $ TOLA, TOLB, K, L, U, LDU, V, LDV, Q, LDQ, $ IWORK, RWORK, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* August 2015 * IMPLICIT NONE * diff --git a/SRC/zgsvj0.f b/SRC/zgsvj0.f index ab7e317255..672ab7590b 100644 --- a/SRC/zgsvj0.f +++ b/SRC/zgsvj0.f @@ -193,8 +193,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational *> *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE ZGSVJ0( JOBV, M, N, A, LDA, D, SVA, MV, V, LDV, EPS, $ SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zgsvj1.f b/SRC/zgsvj1.f index 632f5b45c0..9e6f853366 100644 --- a/SRC/zgsvj1.f +++ b/SRC/zgsvj1.f @@ -223,8 +223,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributor: @@ -236,10 +234,9 @@ SUBROUTINE ZGSVJ1( JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, $ EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* June 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zgtcon.f b/SRC/zgtcon.f index efa6a2c8d7..24190946aa 100644 --- a/SRC/zgtcon.f +++ b/SRC/zgtcon.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTcomputational * * ===================================================================== SUBROUTINE ZGTCON( NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- 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 NORM diff --git a/SRC/zgtrfs.f b/SRC/zgtrfs.f index fedaaee540..509a0d7a55 100644 --- a/SRC/zgtrfs.f +++ b/SRC/zgtrfs.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTcomputational * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE ZGTRFS( TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, $ IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/zgtsv.f b/SRC/zgtsv.f index 96ef9db771..fbd583d6a6 100644 --- a/SRC/zgtsv.f +++ b/SRC/zgtsv.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTsolve * * ===================================================================== SUBROUTINE ZGTSV( N, NRHS, DL, D, DU, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/zgtsvx.f b/SRC/zgtsvx.f index 0b245520ff..32ed2133d5 100644 --- a/SRC/zgtsvx.f +++ b/SRC/zgtsvx.f @@ -285,8 +285,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTsolve * * ===================================================================== @@ -294,10 +292,9 @@ SUBROUTINE ZGTSVX( FACT, TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, $ DU2, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT, TRANS diff --git a/SRC/zgttrf.f b/SRC/zgttrf.f index 0d4c48dd7f..411233ef0b 100644 --- a/SRC/zgttrf.f +++ b/SRC/zgttrf.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTcomputational * * ===================================================================== SUBROUTINE ZGTTRF( N, DL, D, DU, DU2, IPIV, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/zgttrs.f b/SRC/zgttrs.f index f37c35a679..d36d0107e0 100644 --- a/SRC/zgttrs.f +++ b/SRC/zgttrs.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTcomputational * * ===================================================================== SUBROUTINE ZGTTRS( TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, $ INFO ) * -* -- 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 TRANS diff --git a/SRC/zgtts2.f b/SRC/zgtts2.f index c8c1797c12..83ca50cbab 100644 --- a/SRC/zgtts2.f +++ b/SRC/zgtts2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GTcomputational * * ===================================================================== SUBROUTINE ZGTTS2( ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB ) * -* -- 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 .. INTEGER ITRANS, LDB, N, NRHS diff --git a/SRC/zhb2st_kernels.f b/SRC/zhb2st_kernels.f index 2c0cb6870d..05d05234f0 100644 --- a/SRC/zhb2st_kernels.f +++ b/SRC/zhb2st_kernels.f @@ -170,10 +170,9 @@ SUBROUTINE ZHB2ST_KERNELS( UPLO, WANTZ, TTYPE, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhbev.f b/SRC/zhbev.f index 964e684c85..4be27f282e 100644 --- a/SRC/zhbev.f +++ b/SRC/zhbev.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhbev_2stage.f b/SRC/zhbev_2stage.f index 583e55ce02..056f0a7cea 100644 --- a/SRC/zhbev_2stage.f +++ b/SRC/zhbev_2stage.f @@ -171,8 +171,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHEReigen * *> \par Further Details: @@ -213,10 +211,9 @@ SUBROUTINE ZHBEV_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zhbevd.f b/SRC/zhbevd.f index 70378b140e..402b5e0360 100644 --- a/SRC/zhbevd.f +++ b/SRC/zhbevd.f @@ -207,18 +207,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHBEVD( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhbevd_2stage.f b/SRC/zhbevd_2stage.f index be493a1b94..4522d5e796 100644 --- a/SRC/zhbevd_2stage.f +++ b/SRC/zhbevd_2stage.f @@ -219,8 +219,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHEReigen * *> \par Further Details: @@ -262,10 +260,9 @@ SUBROUTINE ZHBEVD_2STAGE( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zhbevx.f b/SRC/zhbevx.f index 3966cfa59e..d87bcc8e34 100644 --- a/SRC/zhbevx.f +++ b/SRC/zhbevx.f @@ -258,8 +258,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== @@ -267,10 +265,9 @@ SUBROUTINE ZHBEVX( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, $ VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhbevx_2stage.f b/SRC/zhbevx_2stage.f index 9b1f5fe923..2a9896d430 100644 --- a/SRC/zhbevx_2stage.f +++ b/SRC/zhbevx_2stage.f @@ -285,8 +285,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * *> \par Further Details: @@ -329,10 +327,9 @@ SUBROUTINE ZHBEVX_2STAGE( JOBZ, RANGE, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhbgst.f b/SRC/zhbgst.f index cb1c43bf32..b05823b2b2 100644 --- a/SRC/zhbgst.f +++ b/SRC/zhbgst.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHBGST( VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X, $ LDX, WORK, RWORK, INFO ) * -* -- 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, VECT diff --git a/SRC/zhbgv.f b/SRC/zhbgv.f index d7e89789e3..2d587bd027 100644 --- a/SRC/zhbgv.f +++ b/SRC/zhbgv.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, $ LDZ, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhbgvd.f b/SRC/zhbgvd.f index b2f792182f..b0664750e7 100644 --- a/SRC/zhbgvd.f +++ b/SRC/zhbgvd.f @@ -238,8 +238,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * *> \par Contributors: @@ -252,10 +250,9 @@ SUBROUTINE ZHBGVD( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, $ Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zhbgvx.f b/SRC/zhbgvx.f index 07526a56c0..79a3811b21 100644 --- a/SRC/zhbgvx.f +++ b/SRC/zhbgvx.f @@ -286,8 +286,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * *> \par Contributors: @@ -300,10 +298,9 @@ SUBROUTINE ZHBGVX( JOBZ, RANGE, UPLO, N, KA, KB, AB, LDAB, BB, $ LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, $ LDZ, WORK, RWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhbtrd.f b/SRC/zhbtrd.f index 7f5af1b59f..395e708ad2 100644 --- a/SRC/zhbtrd.f +++ b/SRC/zhbtrd.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -163,10 +161,9 @@ SUBROUTINE ZHBTRD( VECT, UPLO, N, KD, AB, LDAB, D, E, Q, LDQ, $ WORK, INFO ) * -* -- 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, VECT diff --git a/SRC/zhecon.f b/SRC/zhecon.f index bb8ee6d3fe..5c57b566d2 100644 --- a/SRC/zhecon.f +++ b/SRC/zhecon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHECON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/zhecon_3.f b/SRC/zhecon_3.f index 9d2a240b6c..a84d5c0caf 100644 --- a/SRC/zhecon_3.f +++ b/SRC/zhecon_3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE ZHECON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhecon_rook.f b/SRC/zhecon_rook.f index 6dabdcff86..522bd2b2d6 100644 --- a/SRC/zhecon_rook.f +++ b/SRC/zhecon_rook.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -139,10 +137,9 @@ SUBROUTINE ZHECON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zheequb.f b/SRC/zheequb.f index 7d719f41e5..154922791f 100644 --- a/SRC/zheequb.f +++ b/SRC/zheequb.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16HEcomputational * *> \par References: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE ZHEEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/zheev.f b/SRC/zheev.f index 3e87778740..bb10ce8216 100644 --- a/SRC/zheev.f +++ b/SRC/zheev.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEeigen * * ===================================================================== SUBROUTINE ZHEEV( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zheev_2stage.f b/SRC/zheev_2stage.f index d80a80d637..96c07c54fd 100644 --- a/SRC/zheev_2stage.f +++ b/SRC/zheev_2stage.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -191,10 +189,9 @@ SUBROUTINE ZHEEV_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zheevd.f b/SRC/zheevd.f index cbe9a39a19..f0ff2a66be 100644 --- a/SRC/zheevd.f +++ b/SRC/zheevd.f @@ -186,8 +186,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -205,10 +203,9 @@ SUBROUTINE ZHEEVD( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, $ LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zheevd_2stage.f b/SRC/zheevd_2stage.f index 1bf5fec379..9859b0d67f 100644 --- a/SRC/zheevd_2stage.f +++ b/SRC/zheevd_2stage.f @@ -202,8 +202,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -255,10 +253,9 @@ SUBROUTINE ZHEEVD_2STAGE( JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zheevr.f b/SRC/zheevr.f index def2d1f9df..d7b6846381 100644 --- a/SRC/zheevr.f +++ b/SRC/zheevr.f @@ -338,8 +338,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEeigen * *> \par Contributors: @@ -357,10 +355,9 @@ SUBROUTINE ZHEEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, $ RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zheevr_2stage.f b/SRC/zheevr_2stage.f index fe4a721606..b7255b91fe 100644 --- a/SRC/zheevr_2stage.f +++ b/SRC/zheevr_2stage.f @@ -354,8 +354,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEeigen * *> \par Contributors: @@ -408,10 +406,9 @@ SUBROUTINE ZHEEVR_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zheevx.f b/SRC/zheevx.f index 3e11875db6..fc1c605d75 100644 --- a/SRC/zheevx.f +++ b/SRC/zheevx.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEeigen * * ===================================================================== @@ -259,10 +257,9 @@ SUBROUTINE ZHEEVX( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, LWORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zheevx_2stage.f b/SRC/zheevx_2stage.f index a70c870fd0..1d4dfe9c59 100644 --- a/SRC/zheevx_2stage.f +++ b/SRC/zheevx_2stage.f @@ -265,8 +265,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -308,10 +306,9 @@ SUBROUTINE ZHEEVX_2STAGE( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhegs2.f b/SRC/zhegs2.f index aec526353a..f8a8b557d3 100644 --- a/SRC/zhegs2.f +++ b/SRC/zhegs2.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHEGS2( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zhegst.f b/SRC/zhegst.f index dcf5fe8b5a..0d167e8c52 100644 --- a/SRC/zhegst.f +++ b/SRC/zhegst.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHEGST( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zhegv.f b/SRC/zhegv.f index 761b5d0f24..41657e3be7 100644 --- a/SRC/zhegv.f +++ b/SRC/zhegv.f @@ -173,18 +173,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEeigen * * ===================================================================== SUBROUTINE ZHEGV( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhegv_2stage.f b/SRC/zhegv_2stage.f index 53f1b8d8e0..fda651e5eb 100644 --- a/SRC/zhegv_2stage.f +++ b/SRC/zhegv_2stage.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -234,10 +232,9 @@ SUBROUTINE ZHEGV_2STAGE( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, * IMPLICIT NONE * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zhegvd.f b/SRC/zhegvd.f index b9bb05367e..2e92255df8 100644 --- a/SRC/zhegvd.f +++ b/SRC/zhegvd.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEeigen * *> \par Further Details: @@ -249,10 +247,9 @@ SUBROUTINE ZHEGVD( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhegvx.f b/SRC/zhegvx.f index 268a8226dc..ac9f9ef1a2 100644 --- a/SRC/zhegvx.f +++ b/SRC/zhegvx.f @@ -293,8 +293,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEeigen * *> \par Contributors: @@ -307,10 +305,9 @@ SUBROUTINE ZHEGVX( ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, $ VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, $ LWORK, RWORK, IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zherfs.f b/SRC/zherfs.f index 2b4095b88f..b061e8764f 100644 --- a/SRC/zherfs.f +++ b/SRC/zherfs.f @@ -184,18 +184,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHERFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zherfsx.f b/SRC/zherfsx.f index fa11702a8f..83bc399f85 100644 --- a/SRC/zherfsx.f +++ b/SRC/zherfsx.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16HEcomputational * * ===================================================================== @@ -401,10 +399,9 @@ SUBROUTINE ZHERFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/zhesv.f b/SRC/zhesv.f index e9f60bfc51..f54023e508 100644 --- a/SRC/zhesv.f +++ b/SRC/zhesv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEsolve * * ===================================================================== SUBROUTINE ZHESV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zhesv_aa.f b/SRC/zhesv_aa.f index 5f1a9f4b36..df8498c7a5 100644 --- a/SRC/zhesv_aa.f +++ b/SRC/zhesv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEsolve * * ===================================================================== SUBROUTINE ZHESV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhesv_aa_2stage.f b/SRC/zhesv_aa_2stage.f index 7a4e35f451..ee15968552 100644 --- a/SRC/zhesv_aa_2stage.f +++ b/SRC/zhesv_aa_2stage.f @@ -178,8 +178,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEsolve * * ===================================================================== @@ -187,10 +185,9 @@ SUBROUTINE ZHESV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zhesv_rk.f b/SRC/zhesv_rk.f index da0e6f26db..1081c6ca0b 100644 --- a/SRC/zhesv_rk.f +++ b/SRC/zhesv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE ZHESV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zhesv_rook.f b/SRC/zhesv_rook.f index 3922b43f9c..d44284182b 100644 --- a/SRC/zhesv_rook.f +++ b/SRC/zhesv_rook.f @@ -184,8 +184,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEsolve *> *> \verbatim @@ -205,10 +203,9 @@ SUBROUTINE ZHESV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.5.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhesvx.f b/SRC/zhesvx.f index d706326943..485c81df63 100644 --- a/SRC/zhesvx.f +++ b/SRC/zhesvx.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16HEsolve * * ===================================================================== @@ -285,10 +283,9 @@ SUBROUTINE ZHESVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/zhesvxx.f b/SRC/zhesvxx.f index 20168185cc..3f4348dca5 100644 --- a/SRC/zhesvxx.f +++ b/SRC/zhesvxx.f @@ -496,8 +496,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16HEsolve * * ===================================================================== @@ -506,10 +504,9 @@ SUBROUTINE ZHESVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zheswapr.f b/SRC/zheswapr.f index 1eec8477fc..71b1ed1c49 100644 --- a/SRC/zheswapr.f +++ b/SRC/zheswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEauxiliary * * ===================================================================== SUBROUTINE ZHESWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zhetd2.f b/SRC/zhetd2.f index 6c5b8aae3d..303ceea70e 100644 --- a/SRC/zhetd2.f +++ b/SRC/zhetd2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -175,10 +173,9 @@ * ===================================================================== SUBROUTINE ZHETD2( UPLO, N, A, LDA, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/zhetf2.f b/SRC/zhetf2.f index 612d9c5df0..7a64951c71 100644 --- a/SRC/zhetf2.f +++ b/SRC/zhetf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE ZHETF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetf2_rk.f b/SRC/zhetf2_rk.f index 6578214dfd..5330f5db94 100644 --- a/SRC/zhetf2_rk.f +++ b/SRC/zhetf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE ZHETF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/zhetf2_rook.f b/SRC/zhetf2_rook.f index 7d524cdb00..04b313a69e 100644 --- a/SRC/zhetf2_rook.f +++ b/SRC/zhetf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE ZHETF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetrd.f b/SRC/zhetrd.f index 51c9fc2ec9..b5bfa1cbc8 100644 --- a/SRC/zhetrd.f +++ b/SRC/zhetrd.f @@ -139,8 +139,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -192,10 +190,9 @@ * ===================================================================== SUBROUTINE ZHETRD( UPLO, N, A, LDA, D, E, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/zhetrd_2stage.f b/SRC/zhetrd_2stage.f index 1a2c00a2fa..b9d2f0eb19 100644 --- a/SRC/zhetrd_2stage.f +++ b/SRC/zhetrd_2stage.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -226,10 +224,9 @@ SUBROUTINE ZHETRD_2STAGE( VECT, UPLO, N, A, LDA, D, E, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER VECT, UPLO diff --git a/SRC/zhetrd_hb2st.F b/SRC/zhetrd_hb2st.F index 037a811992..932edaae7d 100644 --- a/SRC/zhetrd_hb2st.F +++ b/SRC/zhetrd_hb2st.F @@ -188,8 +188,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -237,10 +235,9 @@ SUBROUTINE ZHETRD_HB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER STAGE1, UPLO, VECT diff --git a/SRC/zhetrd_he2hb.f b/SRC/zhetrd_he2hb.f index b85b3889ad..db840bb8de 100644 --- a/SRC/zhetrd_he2hb.f +++ b/SRC/zhetrd_he2hb.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE ZHETRD_HE2HB( UPLO, N, KD, A, LDA, AB, LDAB, TAU, * IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetrf.f b/SRC/zhetrf.f index 3866abd73f..78d4f71b89 100644 --- a/SRC/zhetrf.f +++ b/SRC/zhetrf.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE ZHETRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/zhetrf_aa.f b/SRC/zhetrf_aa.f index b80a841183..c0a84f6b7a 100644 --- a/SRC/zhetrf_aa.f +++ b/SRC/zhetrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zhetrf_aa_2stage.f b/SRC/zhetrf_aa_2stage.f index f637136647..92f1c09b37 100644 --- a/SRC/zhetrf_aa_2stage.f +++ b/SRC/zhetrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZHETRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zhetrf_rk.f b/SRC/zhetrf_rk.f index 42b829eaff..73dd9f9d07 100644 --- a/SRC/zhetrf_rk.f +++ b/SRC/zhetrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE ZHETRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/zhetrf_rook.f b/SRC/zhetrf_rook.f index afbad21c3f..e9de472486 100644 --- a/SRC/zhetrf_rook.f +++ b/SRC/zhetrf_rook.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -212,10 +210,9 @@ * ===================================================================== SUBROUTINE ZHETRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.6.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetri.f b/SRC/zhetri.f index 020fe65d96..284ba87380 100644 --- a/SRC/zhetri.f +++ b/SRC/zhetri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/zhetri2.f b/SRC/zhetri2.f index ae43b14fed..384745c3af 100644 --- a/SRC/zhetri2.f +++ b/SRC/zhetri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetri2x.f b/SRC/zhetri2x.f index ab35e700a6..a517419bcb 100644 --- a/SRC/zhetri2x.f +++ b/SRC/zhetri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetri_3.f b/SRC/zhetri_3.f index 14be660ea5..c778f1b9ef 100644 --- a/SRC/zhetri_3.f +++ b/SRC/zhetri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE ZHETRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetri_3x.f b/SRC/zhetri_3x.f index d7c00c81bf..941b7522f8 100644 --- a/SRC/zhetri_3x.f +++ b/SRC/zhetri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE ZHETRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetri_rook.f b/SRC/zhetri_rook.f index 68b88acbd0..f6ad6180dc 100644 --- a/SRC/zhetri_rook.f +++ b/SRC/zhetri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -128,10 +126,9 @@ * ===================================================================== SUBROUTINE ZHETRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetrs.f b/SRC/zhetrs.f index 5af9542d4a..b00821d7f2 100644 --- a/SRC/zhetrs.f +++ b/SRC/zhetrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zhetrs2.f b/SRC/zhetrs2.f index 77f60d4ba8..010568c421 100644 --- a/SRC/zhetrs2.f +++ b/SRC/zhetrs2.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetrs_3.f b/SRC/zhetrs_3.f index 937544e8f3..4de54bab48 100644 --- a/SRC/zhetrs_3.f +++ b/SRC/zhetrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE ZHETRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhetrs_aa.f b/SRC/zhetrs_aa.f index 4b3253abc6..06ac1fd287 100644 --- a/SRC/zhetrs_aa.f +++ b/SRC/zhetrs_aa.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZHETRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zhetrs_aa_2stage.f b/SRC/zhetrs_aa_2stage.f index c621bd5713..74037f8a88 100644 --- a/SRC/zhetrs_aa_2stage.f +++ b/SRC/zhetrs_aa_2stage.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZHETRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zhetrs_rook.f b/SRC/zhetrs_rook.f index f99697ca54..cb05538244 100644 --- a/SRC/zhetrs_rook.f +++ b/SRC/zhetrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE ZHETRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zhfrk.f b/SRC/zhfrk.f index 6440542fee..2fd8fa04db 100644 --- a/SRC/zhfrk.f +++ b/SRC/zhfrk.f @@ -160,18 +160,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHFRK( TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, $ C ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/zhgeqz.f b/SRC/zhgeqz.f index 4b9c7a7611..302b69f347 100644 --- a/SRC/zhgeqz.f +++ b/SRC/zhgeqz.f @@ -266,8 +266,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEcomputational * *> \par Further Details: @@ -284,10 +282,9 @@ SUBROUTINE ZHGEQZ( JOB, COMPQ, COMPZ, N, ILO, IHI, H, LDH, T, LDT, $ ALPHA, BETA, Q, LDQ, Z, LDZ, WORK, LWORK, $ RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER COMPQ, COMPZ, JOB diff --git a/SRC/zhpcon.f b/SRC/zhpcon.f index dcf3231411..c028529b18 100644 --- a/SRC/zhpcon.f +++ b/SRC/zhpcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, INFO ) * -* -- 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 diff --git a/SRC/zhpev.f b/SRC/zhpev.f index 2ac1c93736..56aa383cbd 100644 --- a/SRC/zhpev.f +++ b/SRC/zhpev.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHPEV( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, RWORK, $ INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhpevd.f b/SRC/zhpevd.f index 83983ee853..ab7e12d438 100644 --- a/SRC/zhpevd.f +++ b/SRC/zhpevd.f @@ -192,18 +192,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, $ RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.1) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBZ, UPLO diff --git a/SRC/zhpevx.f b/SRC/zhpevx.f index 7e32a3728c..296ff39657 100644 --- a/SRC/zhpevx.f +++ b/SRC/zhpevx.f @@ -231,8 +231,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== @@ -240,10 +238,9 @@ SUBROUTINE ZHPEVX( JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK, $ IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhpgst.f b/SRC/zhpgst.f index cf2c51607e..4592d25926 100644 --- a/SRC/zhpgst.f +++ b/SRC/zhpgst.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHPGST( ITYPE, UPLO, N, AP, BP, INFO ) * -* -- 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 diff --git a/SRC/zhpgv.f b/SRC/zhpgv.f index c6a9a6a544..72876b6e44 100644 --- a/SRC/zhpgv.f +++ b/SRC/zhpgv.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * * ===================================================================== SUBROUTINE ZHPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhpgvd.f b/SRC/zhpgvd.f index f0fad9ebab..d27cdc761d 100644 --- a/SRC/zhpgvd.f +++ b/SRC/zhpgvd.f @@ -218,8 +218,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHEReigen * *> \par Contributors: @@ -231,10 +229,9 @@ SUBROUTINE ZHPGVD( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 JOBZ, UPLO diff --git a/SRC/zhpgvx.f b/SRC/zhpgvx.f index 8e8ec13f4b..94d7f77331 100644 --- a/SRC/zhpgvx.f +++ b/SRC/zhpgvx.f @@ -263,8 +263,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHEReigen * *> \par Contributors: @@ -277,10 +275,9 @@ SUBROUTINE ZHPGVX( ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, $ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, $ IWORK, IFAIL, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE, UPLO diff --git a/SRC/zhprfs.f b/SRC/zhprfs.f index 277a6e7500..4aa91aa9d3 100644 --- a/SRC/zhprfs.f +++ b/SRC/zhprfs.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zhpsv.f b/SRC/zhpsv.f index 37ca126d64..671eac6e60 100644 --- a/SRC/zhpsv.f +++ b/SRC/zhpsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE ZHPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zhpsvx.f b/SRC/zhpsvx.f index 5dcb9f4fab..5c7b2e6ce0 100644 --- a/SRC/zhpsvx.f +++ b/SRC/zhpsvx.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE ZHPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/zhptrd.f b/SRC/zhptrd.f index a230e3dadc..68b6a6ab9b 100644 --- a/SRC/zhptrd.f +++ b/SRC/zhptrd.f @@ -112,8 +112,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE ZHPTRD( UPLO, N, AP, D, E, TAU, INFO ) * -* -- 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 diff --git a/SRC/zhptrf.f b/SRC/zhptrf.f index 2fa2ee8ede..9c736f3352 100644 --- a/SRC/zhptrf.f +++ b/SRC/zhptrf.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE ZHPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/zhptri.f b/SRC/zhptri.f index 4df455d223..61147cac2a 100644 --- a/SRC/zhptri.f +++ b/SRC/zhptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/zhptrs.f b/SRC/zhptrs.f index 71289d57c6..ddf8d8eb0c 100644 --- a/SRC/zhptrs.f +++ b/SRC/zhptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZHPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zhsein.f b/SRC/zhsein.f index 652c7d7947..4d3594017e 100644 --- a/SRC/zhsein.f +++ b/SRC/zhsein.f @@ -226,8 +226,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -245,10 +243,9 @@ SUBROUTINE ZHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, W, VL, $ LDVL, VR, LDVR, MM, M, WORK, RWORK, IFAILL, $ IFAILR, INFO ) * -* -- 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 EIGSRC, INITV, SIDE diff --git a/SRC/zhseqr.f b/SRC/zhseqr.f index e0fddd3a72..d483641c8f 100644 --- a/SRC/zhseqr.f +++ b/SRC/zhseqr.f @@ -216,8 +216,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -299,10 +297,9 @@ SUBROUTINE ZHSEQR( JOB, COMPZ, N, ILO, IHI, H, LDH, W, Z, LDZ, $ WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/zla_gbamv.f b/SRC/zla_gbamv.f index 6ffaf8f7d1..a4a9bc0a08 100644 --- a/SRC/zla_gbamv.f +++ b/SRC/zla_gbamv.f @@ -178,18 +178,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZLA_GBAMV( TRANS, M, N, KL, KU, ALPHA, AB, LDAB, X, $ INCX, BETA, Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/zla_gbrcond_c.f b/SRC/zla_gbrcond_c.f index 5b2dc46fc7..ddafaeef60 100644 --- a/SRC/zla_gbrcond_c.f +++ b/SRC/zla_gbrcond_c.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== @@ -163,10 +161,9 @@ DOUBLE PRECISION FUNCTION ZLA_GBRCOND_C( TRANS, N, KL, KU, AB, $ C, CAPPLY, INFO, WORK, $ RWORK ) * -* -- 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 TRANS diff --git a/SRC/zla_gbrcond_x.f b/SRC/zla_gbrcond_x.f index 17e9eede7f..bd63d535dc 100644 --- a/SRC/zla_gbrcond_x.f +++ b/SRC/zla_gbrcond_x.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== @@ -155,10 +153,9 @@ DOUBLE PRECISION FUNCTION ZLA_GBRCOND_X( TRANS, N, KL, KU, AB, $ LDAB, AFB, LDAFB, IPIV, $ X, INFO, WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/zla_gbrfsx_extended.f b/SRC/zla_gbrfsx_extended.f index f616826ead..d3e4ca6381 100644 --- a/SRC/zla_gbrfsx_extended.f +++ b/SRC/zla_gbrfsx_extended.f @@ -397,8 +397,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GBcomputational * * ===================================================================== @@ -410,10 +408,9 @@ SUBROUTINE ZLA_GBRFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, KL, KU, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDAB, LDAFB, LDB, LDY, N, KL, KU, NRHS, diff --git a/SRC/zla_gbrpvgrw.f b/SRC/zla_gbrpvgrw.f index b2ae02bf66..5838c95ed2 100644 --- a/SRC/zla_gbrpvgrw.f +++ b/SRC/zla_gbrpvgrw.f @@ -109,18 +109,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION ZLA_GBRPVGRW( N, KL, KU, NCOLS, AB, $ LDAB, AFB, LDAFB ) * -* -- 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 .. INTEGER N, KL, KU, NCOLS, LDAB, LDAFB diff --git a/SRC/zla_geamv.f b/SRC/zla_geamv.f index 221e0c3fdd..728b27a68d 100644 --- a/SRC/zla_geamv.f +++ b/SRC/zla_geamv.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZLA_GEAMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, $ Y, INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/zla_gercond_c.f b/SRC/zla_gercond_c.f index a1c0df5886..6ee74737ee 100644 --- a/SRC/zla_gercond_c.f +++ b/SRC/zla_gercond_c.f @@ -134,8 +134,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== @@ -143,10 +141,9 @@ DOUBLE PRECISION FUNCTION ZLA_GERCOND_C( TRANS, N, A, LDA, AF, $ LDAF, IPIV, C, CAPPLY, $ INFO, WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/zla_gercond_x.f b/SRC/zla_gercond_x.f index 3aa63ea845..3ac3cac6df 100644 --- a/SRC/zla_gercond_x.f +++ b/SRC/zla_gercond_x.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== @@ -136,10 +134,9 @@ DOUBLE PRECISION FUNCTION ZLA_GERCOND_X( TRANS, N, A, LDA, AF, $ LDAF, IPIV, X, INFO, $ WORK, RWORK ) * -* -- 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 TRANS diff --git a/SRC/zla_gerfsx_extended.f b/SRC/zla_gerfsx_extended.f index d8708510cc..11598058f7 100644 --- a/SRC/zla_gerfsx_extended.f +++ b/SRC/zla_gerfsx_extended.f @@ -384,8 +384,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * * ===================================================================== @@ -396,10 +394,9 @@ SUBROUTINE ZLA_GERFSX_EXTENDED( PREC_TYPE, TRANS_TYPE, N, NRHS, A, $ Y_TAIL, RCOND, ITHRESH, RTHRESH, $ DZ_UB, IGNORE_CWISE, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/zla_gerpvgrw.f b/SRC/zla_gerpvgrw.f index a5f5174677..405f6ff83c 100644 --- a/SRC/zla_gerpvgrw.f +++ b/SRC/zla_gerpvgrw.f @@ -92,18 +92,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION ZLA_GERPVGRW( N, NCOLS, A, LDA, AF, $ LDAF ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER N, NCOLS, LDA, LDAF diff --git a/SRC/zla_heamv.f b/SRC/zla_heamv.f index cd536efb2a..66cece241c 100644 --- a/SRC/zla_heamv.f +++ b/SRC/zla_heamv.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * *> \par Further Details: @@ -178,10 +176,9 @@ SUBROUTINE ZLA_HEAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/zla_hercond_c.f b/SRC/zla_hercond_c.f index 7c933cc3c3..584131ccf0 100644 --- a/SRC/zla_hercond_c.f +++ b/SRC/zla_hercond_c.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== @@ -140,10 +138,9 @@ DOUBLE PRECISION FUNCTION ZLA_HERCOND_C( UPLO, N, A, LDA, AF, $ LDAF, IPIV, C, CAPPLY, $ INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/zla_hercond_x.f b/SRC/zla_hercond_x.f index ee283c0b59..151afcd958 100644 --- a/SRC/zla_hercond_x.f +++ b/SRC/zla_hercond_x.f @@ -124,8 +124,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== @@ -133,10 +131,9 @@ DOUBLE PRECISION FUNCTION ZLA_HERCOND_X( UPLO, N, A, LDA, AF, $ LDAF, IPIV, X, INFO, $ WORK, RWORK ) * -* -- 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 diff --git a/SRC/zla_herfsx_extended.f b/SRC/zla_herfsx_extended.f index 263592112f..a6b390b285 100644 --- a/SRC/zla_herfsx_extended.f +++ b/SRC/zla_herfsx_extended.f @@ -382,8 +382,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== @@ -395,10 +393,9 @@ SUBROUTINE ZLA_HERFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/zla_herpvgrw.f b/SRC/zla_herpvgrw.f index d414c371f1..9d0a79cc44 100644 --- a/SRC/zla_herpvgrw.f +++ b/SRC/zla_herpvgrw.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16HEcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION ZLA_HERPVGRW( UPLO, N, INFO, A, LDA, AF, $ LDAF, IPIV, WORK ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*1 UPLO diff --git a/SRC/zla_lin_berr.f b/SRC/zla_lin_berr.f index 91be519399..c9958c589e 100644 --- a/SRC/zla_lin_berr.f +++ b/SRC/zla_lin_berr.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER N, NZ, NRHS diff --git a/SRC/zla_porcond_c.f b/SRC/zla_porcond_c.f index 2e591dd09d..a7ae80364b 100644 --- a/SRC/zla_porcond_c.f +++ b/SRC/zla_porcond_c.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== @@ -132,10 +130,9 @@ DOUBLE PRECISION FUNCTION ZLA_PORCOND_C( UPLO, N, A, LDA, AF, $ LDAF, C, CAPPLY, INFO, $ WORK, RWORK ) * -* -- 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 diff --git a/SRC/zla_porcond_x.f b/SRC/zla_porcond_x.f index 4f409544f1..e5659a9250 100644 --- a/SRC/zla_porcond_x.f +++ b/SRC/zla_porcond_x.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== @@ -125,10 +123,9 @@ DOUBLE PRECISION FUNCTION ZLA_PORCOND_X( UPLO, N, A, LDA, AF, $ LDAF, X, INFO, WORK, $ RWORK ) * -* -- 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 diff --git a/SRC/zla_porfsx_extended.f b/SRC/zla_porfsx_extended.f index e51fd685df..533111ab8e 100644 --- a/SRC/zla_porfsx_extended.f +++ b/SRC/zla_porfsx_extended.f @@ -374,8 +374,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16POcomputational * * ===================================================================== @@ -387,10 +385,9 @@ SUBROUTINE ZLA_PORFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/zla_porpvgrw.f b/SRC/zla_porpvgrw.f index f669b2864f..1f1342b4c2 100644 --- a/SRC/zla_porpvgrw.f +++ b/SRC/zla_porpvgrw.f @@ -99,18 +99,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION ZLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF, $ LDAF, WORK ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*1 UPLO diff --git a/SRC/zla_syamv.f b/SRC/zla_syamv.f index cfdb3cdc87..d00406fb57 100644 --- a/SRC/zla_syamv.f +++ b/SRC/zla_syamv.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -179,10 +177,9 @@ SUBROUTINE ZLA_SYAMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. DOUBLE PRECISION ALPHA, BETA diff --git a/SRC/zla_syrcond_c.f b/SRC/zla_syrcond_c.f index ff44d6c3b4..1dd98ef2ca 100644 --- a/SRC/zla_syrcond_c.f +++ b/SRC/zla_syrcond_c.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -140,10 +138,9 @@ DOUBLE PRECISION FUNCTION ZLA_SYRCOND_C( UPLO, N, A, LDA, AF, $ LDAF, IPIV, C, CAPPLY, $ INFO, WORK, RWORK ) * -* -- 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 diff --git a/SRC/zla_syrcond_x.f b/SRC/zla_syrcond_x.f index 53022bbfb2..70f0044255 100644 --- a/SRC/zla_syrcond_x.f +++ b/SRC/zla_syrcond_x.f @@ -124,8 +124,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -133,10 +131,9 @@ DOUBLE PRECISION FUNCTION ZLA_SYRCOND_X( UPLO, N, A, LDA, AF, $ LDAF, IPIV, X, INFO, $ WORK, RWORK ) * -* -- 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 diff --git a/SRC/zla_syrfsx_extended.f b/SRC/zla_syrfsx_extended.f index c827965929..c2addfe365 100644 --- a/SRC/zla_syrfsx_extended.f +++ b/SRC/zla_syrfsx_extended.f @@ -382,8 +382,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -395,10 +393,9 @@ SUBROUTINE ZLA_SYRFSX_EXTENDED( PREC_TYPE, UPLO, N, NRHS, A, LDA, $ RTHRESH, DZ_UB, IGNORE_CWISE, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE, diff --git a/SRC/zla_syrpvgrw.f b/SRC/zla_syrpvgrw.f index 82c9f52f88..0faa72d7b4 100644 --- a/SRC/zla_syrpvgrw.f +++ b/SRC/zla_syrpvgrw.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== DOUBLE PRECISION FUNCTION ZLA_SYRPVGRW( UPLO, N, INFO, A, LDA, AF, $ LDAF, IPIV, WORK ) * -* -- 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*1 UPLO diff --git a/SRC/zla_wwaddw.f b/SRC/zla_wwaddw.f index f06113a95f..6383b399ee 100644 --- a/SRC/zla_wwaddw.f +++ b/SRC/zla_wwaddw.f @@ -74,17 +74,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLA_WWADDW( N, X, Y, W ) * -* -- 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 .. INTEGER N diff --git a/SRC/zlabrd.f b/SRC/zlabrd.f index 9078409671..55203d1f3c 100644 --- a/SRC/zlabrd.f +++ b/SRC/zlabrd.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -212,10 +210,9 @@ SUBROUTINE ZLABRD( M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, $ LDY ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDX, LDY, M, N, NB diff --git a/SRC/zlacgv.f b/SRC/zlacgv.f index 1e3ca6e73f..dc935e08f4 100644 --- a/SRC/zlacgv.f +++ b/SRC/zlacgv.f @@ -67,17 +67,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACGV( N, X, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/zlacn2.f b/SRC/zlacn2.f index 9d92773efc..d301d95f44 100644 --- a/SRC/zlacn2.f +++ b/SRC/zlacn2.f @@ -96,8 +96,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -133,10 +131,9 @@ * ===================================================================== SUBROUTINE ZLACN2( N, V, X, EST, KASE, ISAVE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/zlacon.f b/SRC/zlacon.f index c7c2f5f202..61f20d042a 100644 --- a/SRC/zlacon.f +++ b/SRC/zlacon.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -114,10 +112,9 @@ * ===================================================================== SUBROUTINE ZLACON( N, V, X, EST, KASE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KASE, N diff --git a/SRC/zlacp2.f b/SRC/zlacp2.f index 647e82a3a1..001043a53d 100644 --- a/SRC/zlacp2.f +++ b/SRC/zlacp2.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACP2( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlacpy.f b/SRC/zlacpy.f index 81932b8870..06017509e0 100644 --- a/SRC/zlacpy.f +++ b/SRC/zlacpy.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACPY( UPLO, M, N, A, LDA, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlacrm.f b/SRC/zlacrm.f index a3f919d0e1..ce8b9b02c5 100644 --- a/SRC/zlacrm.f +++ b/SRC/zlacrm.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACRM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, LDB, LDC, M, N diff --git a/SRC/zlacrt.f b/SRC/zlacrt.f index 3e849986cc..b64ace8d2d 100644 --- a/SRC/zlacrt.f +++ b/SRC/zlacrt.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACRT( N, CX, INCX, CY, INCY, C, S ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/zladiv.f b/SRC/zladiv.f index 0bf6ea87d5..ae111d73d6 100644 --- a/SRC/zladiv.f +++ b/SRC/zladiv.f @@ -57,17 +57,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== COMPLEX*16 FUNCTION ZLADIV( X, Y ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. COMPLEX*16 X, Y diff --git a/SRC/zlaed0.f b/SRC/zlaed0.f index 92672456fa..f6dd326d6c 100644 --- a/SRC/zlaed0.f +++ b/SRC/zlaed0.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLAED0( QSIZ, N, D, E, Q, LDQ, QSTORE, LDQS, RWORK, $ IWORK, INFO ) * -* -- 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 .. INTEGER INFO, LDQ, LDQS, N, QSIZ diff --git a/SRC/zlaed7.f b/SRC/zlaed7.f index 90416af8e9..4de9fe0d9b 100644 --- a/SRC/zlaed7.f +++ b/SRC/zlaed7.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== @@ -249,10 +247,9 @@ SUBROUTINE ZLAED7( N, CUTPNT, QSIZ, TLVLS, CURLVL, CURPBM, D, Q, $ GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK, $ INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ, diff --git a/SRC/zlaed8.f b/SRC/zlaed8.f index 48057270ee..4016b513ec 100644 --- a/SRC/zlaed8.f +++ b/SRC/zlaed8.f @@ -219,8 +219,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== @@ -228,10 +226,9 @@ SUBROUTINE ZLAED8( K, N, QSIZ, Q, LDQ, D, RHO, CUTPNT, Z, DLAMDA, $ Q2, LDQ2, W, INDXP, INDX, INDXQ, PERM, GIVPTR, $ GIVCOL, GIVNUM, INFO ) * -* -- 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 .. INTEGER CUTPNT, GIVPTR, INFO, K, LDQ, LDQ2, N, QSIZ diff --git a/SRC/zlaein.f b/SRC/zlaein.f index 0376e60b2c..7e0f6f1094 100644 --- a/SRC/zlaein.f +++ b/SRC/zlaein.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAEIN( RIGHTV, NOINIT, N, H, LDH, W, V, B, LDB, RWORK, $ EPS3, SMLNUM, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL NOINIT, RIGHTV diff --git a/SRC/zlaesy.f b/SRC/zlaesy.f index 2ff9b3530e..eddf453ecc 100644 --- a/SRC/zlaesy.f +++ b/SRC/zlaesy.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== SUBROUTINE ZLAESY( A, B, C, RT1, RT2, EVSCAL, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. COMPLEX*16 A, B, C, CS1, EVSCAL, RT1, RT2, SN1 diff --git a/SRC/zlaev2.f b/SRC/zlaev2.f index d93dd605af..de2d9cbb7b 100644 --- a/SRC/zlaev2.f +++ b/SRC/zlaev2.f @@ -95,8 +95,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -121,10 +119,9 @@ * ===================================================================== SUBROUTINE ZLAEV2( A, B, C, RT1, RT2, CS1, SN1 ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION CS1, RT1, RT2 diff --git a/SRC/zlag2c.f b/SRC/zlag2c.f index f1fc59a5e1..ba141a98fe 100644 --- a/SRC/zlag2c.f +++ b/SRC/zlag2c.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAG2C( M, N, A, LDA, SA, LDSA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, LDSA, M, N diff --git a/SRC/zlags2.f b/SRC/zlags2.f index d00cd4e950..1332b052f1 100644 --- a/SRC/zlags2.f +++ b/SRC/zlags2.f @@ -150,18 +150,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAGS2( UPPER, A1, A2, A3, B1, B2, B3, CSU, SNU, CSV, $ SNV, CSQ, SNQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL UPPER diff --git a/SRC/zlagtm.f b/SRC/zlagtm.f index 5c3e99abe6..576490899d 100644 --- a/SRC/zlagtm.f +++ b/SRC/zlagtm.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAGTM( TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, $ B, LDB ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/zlahef.f b/SRC/zlahef.f index 0c8484d8e2..22a638ba82 100644 --- a/SRC/zlahef.f +++ b/SRC/zlahef.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE ZLAHEF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- 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 diff --git a/SRC/zlahef_aa.f b/SRC/zlahef_aa.f index ddd1e9493e..37bd29f888 100644 --- a/SRC/zlahef_aa.f +++ b/SRC/zlahef_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16HEcomputational * * ===================================================================== SUBROUTINE ZLAHEF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zlahef_rk.f b/SRC/zlahef_rk.f index 6a8549cf5a..901fb25a4b 100644 --- a/SRC/zlahef_rk.f +++ b/SRC/zlahef_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE ZLAHEF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/zlahef_rook.f b/SRC/zlahef_rook.f index 1a344a30f5..6905a95db4 100644 --- a/SRC/zlahef_rook.f +++ b/SRC/zlahef_rook.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16HEcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE ZLAHEF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zlahqr.f b/SRC/zlahqr.f index d0e2c94ea1..9413f20cc8 100644 --- a/SRC/zlahqr.f +++ b/SRC/zlahqr.f @@ -171,8 +171,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -196,10 +194,9 @@ SUBROUTINE ZLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, INFO ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, N diff --git a/SRC/zlahr2.f b/SRC/zlahr2.f index 063b515c46..461412b4b9 100644 --- a/SRC/zlahr2.f +++ b/SRC/zlahr2.f @@ -123,8 +123,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -181,10 +179,9 @@ * ===================================================================== SUBROUTINE ZLAHR2( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER K, LDA, LDT, LDY, N, NB diff --git a/SRC/zlaic1.f b/SRC/zlaic1.f index 1000922201..08fd3a749a 100644 --- a/SRC/zlaic1.f +++ b/SRC/zlaic1.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAIC1( JOB, J, X, SEST, W, GAMMA, SESTPR, S, C ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER J, JOB diff --git a/SRC/zlals0.f b/SRC/zlals0.f index 1946ad9c00..7a7310042f 100644 --- a/SRC/zlals0.f +++ b/SRC/zlals0.f @@ -254,8 +254,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -270,10 +268,9 @@ SUBROUTINE ZLALS0( ICOMPQ, NL, NR, SQRE, NRHS, B, LDB, BX, LDBX, $ PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, $ POLES, DIFL, DIFR, Z, K, C, S, RWORK, INFO ) * -* -- 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 .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDB, LDBX, LDGCOL, diff --git a/SRC/zlalsa.f b/SRC/zlalsa.f index ed5845ba2a..73ccf3a8bf 100644 --- a/SRC/zlalsa.f +++ b/SRC/zlalsa.f @@ -250,8 +250,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -267,10 +265,9 @@ SUBROUTINE ZLALSA( ICOMPQ, SMLSIZ, N, NRHS, B, LDB, BX, LDBX, U, $ GIVCOL, LDGCOL, PERM, GIVNUM, C, S, RWORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDB, LDBX, LDGCOL, LDU, N, NRHS, diff --git a/SRC/zlalsd.f b/SRC/zlalsd.f index 409ebe3ac4..dca308e561 100644 --- a/SRC/zlalsd.f +++ b/SRC/zlalsd.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -187,10 +185,9 @@ SUBROUTINE ZLALSD( UPLO, SMLSIZ, N, NRHS, D, E, B, LDB, RCOND, $ RANK, WORK, RWORK, IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zlamswlq.f b/SRC/zlamswlq.f index 006851994a..af721d428c 100644 --- a/SRC/zlamswlq.f +++ b/SRC/zlamswlq.f @@ -195,10 +195,9 @@ SUBROUTINE ZLAMSWLQ( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/zlamtsqr.f b/SRC/zlamtsqr.f index 034c455050..4225c51c5a 100644 --- a/SRC/zlamtsqr.f +++ b/SRC/zlamtsqr.f @@ -196,10 +196,9 @@ SUBROUTINE ZLAMTSQR( SIDE, TRANS, M, N, K, MB, NB, A, LDA, T, $ LDT, C, LDC, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/zlangb.f b/SRC/zlangb.f index e40a470fde..37cb77e65f 100644 --- a/SRC/zlangb.f +++ b/SRC/zlangb.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANGB( NORM, N, KL, KU, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlange.f b/SRC/zlange.f index 8162786fb7..ab76455087 100644 --- a/SRC/zlange.f +++ b/SRC/zlange.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANGE( NORM, M, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlangt.f b/SRC/zlangt.f index f55904aab4..6ae1da31e9 100644 --- a/SRC/zlangt.f +++ b/SRC/zlangt.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANGT( NORM, N, DL, D, DU ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/zlanhb.f b/SRC/zlanhb.f index 16b5c117c5..289b6c5f1c 100644 --- a/SRC/zlanhb.f +++ b/SRC/zlanhb.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlanhe.f b/SRC/zlanhe.f index 5aef9a7569..a48d177280 100644 --- a/SRC/zlanhe.f +++ b/SRC/zlanhe.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHE( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlanhf.f b/SRC/zlanhf.f index 0e73c861b1..331a92aac3 100644 --- a/SRC/zlanhf.f +++ b/SRC/zlanhf.f @@ -131,8 +131,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -246,10 +244,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHF( NORM, TRANSR, UPLO, N, A, WORK ) * -* -- 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 NORM, TRANSR, UPLO diff --git a/SRC/zlanhp.f b/SRC/zlanhp.f index d795aeca9d..cd947ae9e5 100644 --- a/SRC/zlanhp.f +++ b/SRC/zlanhp.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlanhs.f b/SRC/zlanhs.f index bd8e86be9d..73cf4c4bec 100644 --- a/SRC/zlanhs.f +++ b/SRC/zlanhs.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHS( NORM, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlanht.f b/SRC/zlanht.f index 70f9e3ce63..92254726c7 100644 --- a/SRC/zlanht.f +++ b/SRC/zlanht.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANHT( NORM, N, D, E ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 NORM diff --git a/SRC/zlansb.f b/SRC/zlansb.f index 245dcaf4b7..3f3dad7516 100644 --- a/SRC/zlansb.f +++ b/SRC/zlansb.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANSB( NORM, UPLO, N, K, AB, LDAB, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlansp.f b/SRC/zlansp.f index fa92204874..e294c03b1c 100644 --- a/SRC/zlansp.f +++ b/SRC/zlansp.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANSP( NORM, UPLO, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlansy.f b/SRC/zlansy.f index e022f85e1e..09d13e0616 100644 --- a/SRC/zlansy.f +++ b/SRC/zlansy.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANSY( NORM, UPLO, N, A, LDA, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlantb.f b/SRC/zlantb.f index f02509223d..e8edfe18f2 100644 --- a/SRC/zlantb.f +++ b/SRC/zlantb.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANTB( NORM, UPLO, DIAG, N, K, AB, $ LDAB, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlantp.f b/SRC/zlantp.f index d32a00f138..48fe7c6013 100644 --- a/SRC/zlantp.f +++ b/SRC/zlantp.f @@ -118,17 +118,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANTP( NORM, UPLO, DIAG, N, AP, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlantr.f b/SRC/zlantr.f index 7d63c972ef..62cd3f3451 100644 --- a/SRC/zlantr.f +++ b/SRC/zlantr.f @@ -134,18 +134,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION ZLANTR( NORM, UPLO, DIAG, M, N, A, LDA, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * IMPLICIT NONE * .. Scalar Arguments .. diff --git a/SRC/zlapll.f b/SRC/zlapll.f index 2eebe88e4c..345e7f7709 100644 --- a/SRC/zlapll.f +++ b/SRC/zlapll.f @@ -93,17 +93,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAPLL( N, X, INCX, Y, INCY, SSMIN ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/zlapmr.f b/SRC/zlapmr.f index 757a9597d0..69ef864cd7 100644 --- a/SRC/zlapmr.f +++ b/SRC/zlapmr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAPMR( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/zlapmt.f b/SRC/zlapmt.f index 963ced2ed2..6c8e6fe7d1 100644 --- a/SRC/zlapmt.f +++ b/SRC/zlapmt.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAPMT( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL FORWRD diff --git a/SRC/zlaqgb.f b/SRC/zlaqgb.f index 9aaa941c93..f1480b67e5 100644 --- a/SRC/zlaqgb.f +++ b/SRC/zlaqgb.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GBauxiliary * * ===================================================================== SUBROUTINE ZLAQGB( M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, $ AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/zlaqge.f b/SRC/zlaqge.f index c7e2cc17fb..5eae13dd50 100644 --- a/SRC/zlaqge.f +++ b/SRC/zlaqge.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEauxiliary * * ===================================================================== SUBROUTINE ZLAQGE( M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, $ EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED diff --git a/SRC/zlaqhb.f b/SRC/zlaqhb.f index 8d2a53ce7b..3b90b59909 100644 --- a/SRC/zlaqhb.f +++ b/SRC/zlaqhb.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAQHB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlaqhe.f b/SRC/zlaqhe.f index 5e6520bd5b..afda051f15 100644 --- a/SRC/zlaqhe.f +++ b/SRC/zlaqhe.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16HEauxiliary * * ===================================================================== SUBROUTINE ZLAQHE( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlaqhp.f b/SRC/zlaqhp.f index 03f2ac2d1c..e5b2f213d3 100644 --- a/SRC/zlaqhp.f +++ b/SRC/zlaqhp.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAQHP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlaqp2.f b/SRC/zlaqp2.f index e7bb15f9b8..2354b67887 100644 --- a/SRC/zlaqp2.f +++ b/SRC/zlaqp2.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -149,10 +147,9 @@ SUBROUTINE ZLAQP2( M, N, OFFSET, A, LDA, JPVT, TAU, VN1, VN2, $ WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER LDA, M, N, OFFSET diff --git a/SRC/zlaqps.f b/SRC/zlaqps.f index 66c7215175..c2387dba8c 100644 --- a/SRC/zlaqps.f +++ b/SRC/zlaqps.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -177,10 +175,9 @@ SUBROUTINE ZLAQPS( M, N, OFFSET, NB, KB, A, LDA, JPVT, TAU, VN1, $ VN2, AUXV, F, LDF ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER KB, LDA, LDF, M, N, NB, OFFSET diff --git a/SRC/zlaqr0.f b/SRC/zlaqr0.f index 97e1ea6ee4..e8858f83a7 100644 --- a/SRC/zlaqr0.f +++ b/SRC/zlaqr0.f @@ -215,8 +215,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -241,10 +239,9 @@ SUBROUTINE ZLAQR0( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/zlaqr1.f b/SRC/zlaqr1.f index fc2df3cb46..fdcb377680 100644 --- a/SRC/zlaqr1.f +++ b/SRC/zlaqr1.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -107,10 +105,9 @@ * ===================================================================== SUBROUTINE ZLAQR1( N, H, LDH, S1, S2, V ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. COMPLEX*16 S1, S2 diff --git a/SRC/zlaqr2.f b/SRC/zlaqr2.f index b5434e8997..f78ea206dd 100644 --- a/SRC/zlaqr2.f +++ b/SRC/zlaqr2.f @@ -255,8 +255,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -270,10 +268,9 @@ SUBROUTINE ZLAQR2( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT, $ NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/zlaqr3.f b/SRC/zlaqr3.f index dfb798ca9c..c8e5fe9996 100644 --- a/SRC/zlaqr3.f +++ b/SRC/zlaqr3.f @@ -252,8 +252,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -267,10 +265,9 @@ SUBROUTINE ZLAQR3( WANTT, WANTZ, N, KTOP, KBOT, NW, H, LDH, ILOZ, $ IHIZ, Z, LDZ, NS, ND, SH, V, LDV, NH, T, LDT, $ NV, WV, LDWV, WORK, LWORK ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KBOT, KTOP, LDH, LDT, LDV, LDWV, diff --git a/SRC/zlaqr4.f b/SRC/zlaqr4.f index 58fead5592..429160ae9e 100644 --- a/SRC/zlaqr4.f +++ b/SRC/zlaqr4.f @@ -221,8 +221,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -247,10 +245,9 @@ SUBROUTINE ZLAQR4( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, WORK, LWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IHI, IHIZ, ILO, ILOZ, INFO, LDH, LDZ, LWORK, N diff --git a/SRC/zlaqr5.f b/SRC/zlaqr5.f index c12f4b7808..3185508bc0 100644 --- a/SRC/zlaqr5.f +++ b/SRC/zlaqr5.f @@ -225,8 +225,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2021 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -258,10 +256,9 @@ SUBROUTINE ZLAQR5( WANTT, WANTZ, KACC22, N, KTOP, KBOT, NSHFTS, S, $ WV, LDWV, NH, WH, LDWH ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHIZ, ILOZ, KACC22, KBOT, KTOP, LDH, LDU, LDV, diff --git a/SRC/zlaqsb.f b/SRC/zlaqsb.f index 3d3912cf8e..2ea0b2f3cc 100644 --- a/SRC/zlaqsb.f +++ b/SRC/zlaqsb.f @@ -134,17 +134,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAQSB( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlaqsp.f b/SRC/zlaqsp.f index 339408fb1a..263be6bd21 100644 --- a/SRC/zlaqsp.f +++ b/SRC/zlaqsp.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAQSP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlaqsy.f b/SRC/zlaqsy.f index 0118201063..37872b8b26 100644 --- a/SRC/zlaqsy.f +++ b/SRC/zlaqsy.f @@ -127,17 +127,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== SUBROUTINE ZLAQSY( UPLO, N, A, LDA, S, SCOND, AMAX, EQUED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 EQUED, UPLO diff --git a/SRC/zlar1v.f b/SRC/zlar1v.f index bb3a66eb8c..e272c33a51 100644 --- a/SRC/zlar1v.f +++ b/SRC/zlar1v.f @@ -212,8 +212,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -230,10 +228,9 @@ SUBROUTINE ZLAR1V( N, B1, BN, LAMBDA, D, L, LD, LLD, $ PIVMIN, GAPTOL, Z, WANTNC, NEGCNT, ZTZ, MINGMA, $ R, ISUPPZ, NRMINV, RESID, RQCORR, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL WANTNC diff --git a/SRC/zlar2v.f b/SRC/zlar2v.f index 0f7fe63b02..3d767956c2 100644 --- a/SRC/zlar2v.f +++ b/SRC/zlar2v.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAR2V( N, X, Y, Z, INCX, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, N diff --git a/SRC/zlarcm.f b/SRC/zlarcm.f index 77a709f474..4445d6d483 100644 --- a/SRC/zlarcm.f +++ b/SRC/zlarcm.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARCM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, M, N diff --git a/SRC/zlarf.f b/SRC/zlarf.f index f1be80d37b..e555d18ecd 100644 --- a/SRC/zlarf.f +++ b/SRC/zlarf.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/zlarfb.f b/SRC/zlarfb.f index 3da49f2fce..c5f424db31 100644 --- a/SRC/zlarfb.f +++ b/SRC/zlarfb.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2013 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -197,10 +195,9 @@ SUBROUTINE ZLARFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, $ T, LDT, C, LDC, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2013 * * .. Scalar Arguments .. CHARACTER DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/zlarfb_gett.f b/SRC/zlarfb_gett.f index 309c9570d4..4a3c4dcf19 100644 --- a/SRC/zlarfb_gett.f +++ b/SRC/zlarfb_gett.f @@ -157,8 +157,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -393,10 +391,9 @@ SUBROUTINE ZLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB, $ WORK, LDWORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.10.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. CHARACTER IDENT diff --git a/SRC/zlarfg.f b/SRC/zlarfg.f index 081d391d74..d69796cadc 100644 --- a/SRC/zlarfg.f +++ b/SRC/zlarfg.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARFG( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/zlarfgp.f b/SRC/zlarfgp.f index c9e55a5a08..7cf0d47862 100644 --- a/SRC/zlarfgp.f +++ b/SRC/zlarfgp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARFGP( N, ALPHA, X, INCX, TAU ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INCX, N diff --git a/SRC/zlarft.f b/SRC/zlarft.f index 78ad2f1481..5ad0996fab 100644 --- a/SRC/zlarft.f +++ b/SRC/zlarft.f @@ -130,8 +130,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -163,10 +161,9 @@ * ===================================================================== SUBROUTINE ZLARFT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER DIRECT, STOREV diff --git a/SRC/zlarfx.f b/SRC/zlarfx.f index ba6d4ed74e..c617fe552b 100644 --- a/SRC/zlarfx.f +++ b/SRC/zlarfx.f @@ -112,17 +112,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARFX( SIDE, M, N, V, TAU, C, LDC, WORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 SIDE diff --git a/SRC/zlarfy.f b/SRC/zlarfy.f index 4c9e08baca..23169e97d9 100644 --- a/SRC/zlarfy.f +++ b/SRC/zlarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/SRC/zlargv.f b/SRC/zlargv.f index f83ca18512..1eef6b716c 100644 --- a/SRC/zlargv.f +++ b/SRC/zlargv.f @@ -104,8 +104,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -122,10 +120,9 @@ * ===================================================================== SUBROUTINE ZLARGV( N, X, INCX, Y, INCY, C, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/zlarnv.f b/SRC/zlarnv.f index 2e8145fffe..d82d404ded 100644 --- a/SRC/zlarnv.f +++ b/SRC/zlarnv.f @@ -81,8 +81,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -99,10 +97,9 @@ * ===================================================================== SUBROUTINE ZLARNV( IDIST, ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, N diff --git a/SRC/zlarrv.f b/SRC/zlarrv.f index 23976dbefe..51ec558f53 100644 --- a/SRC/zlarrv.f +++ b/SRC/zlarrv.f @@ -266,8 +266,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Contributors: @@ -286,10 +284,9 @@ SUBROUTINE ZLARRV( N, VL, VU, D, L, PIVMIN, $ IBLOCK, INDEXW, GERS, Z, LDZ, ISUPPZ, $ WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER DOL, DOU, INFO, LDZ, M, N diff --git a/SRC/zlarscl2.f b/SRC/zlarscl2.f index 0d7cb1e887..4a1e1603a4 100644 --- a/SRC/zlarscl2.f +++ b/SRC/zlarscl2.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLARSCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/zlartg.f b/SRC/zlartg.f index 894b4ded02..b89761aaf5 100644 --- a/SRC/zlartg.f +++ b/SRC/zlartg.f @@ -85,8 +85,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -103,10 +101,9 @@ * ===================================================================== SUBROUTINE ZLARTG( F, G, CS, SN, R ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. DOUBLE PRECISION CS diff --git a/SRC/zlartv.f b/SRC/zlartv.f index d6c7ee7422..02f5b0d76f 100644 --- a/SRC/zlartv.f +++ b/SRC/zlartv.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLARTV( N, X, INCX, Y, INCY, C, S, INCC ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCC, INCX, INCY, N diff --git a/SRC/zlarz.f b/SRC/zlarz.f index 5c28cee281..3cfcd66255 100644 --- a/SRC/zlarz.f +++ b/SRC/zlarz.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ * ===================================================================== SUBROUTINE ZLARZ( SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK ) * -* -- 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 SIDE diff --git a/SRC/zlarzb.f b/SRC/zlarzb.f index e27c7e0dfc..15c809d28b 100644 --- a/SRC/zlarzb.f +++ b/SRC/zlarzb.f @@ -164,8 +164,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -183,10 +181,9 @@ SUBROUTINE ZLARZB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V, $ LDV, T, LDT, C, LDC, WORK, LDWORK ) * -* -- 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/zlarzt.f b/SRC/zlarzt.f index ccd8c4b841..25d1e96f06 100644 --- a/SRC/zlarzt.f +++ b/SRC/zlarzt.f @@ -133,8 +133,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -185,10 +183,9 @@ * ===================================================================== SUBROUTINE ZLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT ) * -* -- 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 DIRECT, STOREV diff --git a/SRC/zlascl.f b/SRC/zlascl.f index c53c6f5ad7..3d53f5ae60 100644 --- a/SRC/zlascl.f +++ b/SRC/zlascl.f @@ -136,17 +136,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TYPE diff --git a/SRC/zlascl2.f b/SRC/zlascl2.f index e1a0f97b91..c4e6992fbe 100644 --- a/SRC/zlascl2.f +++ b/SRC/zlascl2.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLASCL2 ( M, N, D, X, LDX ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX diff --git a/SRC/zlaset.f b/SRC/zlaset.f index 796678217b..00f5f595fc 100644 --- a/SRC/zlaset.f +++ b/SRC/zlaset.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlasr.f b/SRC/zlasr.f index 69891ba522..07c91329c4 100644 --- a/SRC/zlasr.f +++ b/SRC/zlasr.f @@ -193,17 +193,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, PIVOT, SIDE diff --git a/SRC/zlassq.f b/SRC/zlassq.f index dccec988d0..02b0d7a14a 100644 --- a/SRC/zlassq.f +++ b/SRC/zlassq.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLASSQ( N, X, INCX, SCALE, SUMSQ ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, N diff --git a/SRC/zlaswlq.f b/SRC/zlaswlq.f index b215ea7c90..39c974c8df 100644 --- a/SRC/zlaswlq.f +++ b/SRC/zlaswlq.f @@ -162,10 +162,9 @@ SUBROUTINE ZLASWLQ( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LWORK, LDT diff --git a/SRC/zlaswp.f b/SRC/zlaswp.f index 13c0f9b451..13fa864905 100644 --- a/SRC/zlaswp.f +++ b/SRC/zlaswp.f @@ -99,8 +99,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -115,10 +113,9 @@ * ===================================================================== SUBROUTINE ZLASWP( N, A, LDA, K1, K2, IPIV, INCX ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INCX, K1, K2, LDA, N diff --git a/SRC/zlasyf.f b/SRC/zlasyf.f index b0f48fbbc9..57f236d1bd 100644 --- a/SRC/zlasyf.f +++ b/SRC/zlasyf.f @@ -160,8 +160,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE ZLASYF( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zlasyf_aa.f b/SRC/zlasyf_aa.f index b1f1c27907..b8b5f27607 100644 --- a/SRC/zlasyf_aa.f +++ b/SRC/zlasyf_aa.f @@ -136,18 +136,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZLASYF_AA( UPLO, J1, M, NB, A, LDA, IPIV, $ H, LDH, WORK ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zlasyf_rk.f b/SRC/zlasyf_rk.f index b6c5a27c62..ead0ab0af7 100644 --- a/SRC/zlasyf_rk.f +++ b/SRC/zlasyf_rk.f @@ -239,8 +239,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -262,10 +260,9 @@ SUBROUTINE ZLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW, $ INFO ) * -* -- 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 diff --git a/SRC/zlasyf_rook.f b/SRC/zlasyf_rook.f index 108c03e6bf..7a9872c7c6 100644 --- a/SRC/zlasyf_rook.f +++ b/SRC/zlasyf_rook.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -184,10 +182,9 @@ SUBROUTINE ZLASYF_ROOK( UPLO, N, NB, KB, A, LDA, IPIV, W, LDW, $ INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zlat2c.f b/SRC/zlat2c.f index dad8fa8047..1d607dcea1 100644 --- a/SRC/zlat2c.f +++ b/SRC/zlat2c.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAT2C( UPLO, N, A, LDA, SA, LDSA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlatbs.f b/SRC/zlatbs.f index c9d672a348..b7b2cb8aec 100644 --- a/SRC/zlatbs.f +++ b/SRC/zlatbs.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -243,10 +241,9 @@ SUBROUTINE ZLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, $ SCALE, CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/zlatdf.f b/SRC/zlatdf.f index 4b8b5e3304..25e71edced 100644 --- a/SRC/zlatdf.f +++ b/SRC/zlatdf.f @@ -134,8 +134,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -169,10 +167,9 @@ SUBROUTINE ZLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV, $ JPIV ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IJOB, LDZ, N diff --git a/SRC/zlatps.f b/SRC/zlatps.f index ac148cab00..b22e42f6c1 100644 --- a/SRC/zlatps.f +++ b/SRC/zlatps.f @@ -151,8 +151,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -231,10 +229,9 @@ SUBROUTINE ZLATPS( UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/zlatrd.f b/SRC/zlatrd.f index ccc040993f..538ac0aaca 100644 --- a/SRC/zlatrd.f +++ b/SRC/zlatrd.f @@ -140,8 +140,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -199,10 +197,9 @@ * ===================================================================== SUBROUTINE ZLATRD( UPLO, N, NB, A, LDA, E, TAU, W, LDW ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlatrs.f b/SRC/zlatrs.f index f06ac4ad07..91bb688ece 100644 --- a/SRC/zlatrs.f +++ b/SRC/zlatrs.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -239,10 +237,9 @@ SUBROUTINE ZLATRS( UPLO, TRANS, DIAG, NORMIN, N, A, LDA, X, SCALE, $ CNORM, INFO ) * -* -- LAPACK auxiliary routine (version 3.8.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER DIAG, NORMIN, TRANS, UPLO diff --git a/SRC/zlatrz.f b/SRC/zlatrz.f index 5d415fe76a..6fe2138170 100644 --- a/SRC/zlatrz.f +++ b/SRC/zlatrz.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -140,10 +138,9 @@ * ===================================================================== SUBROUTINE ZLATRZ( M, N, L, A, LDA, TAU, WORK ) * -* -- 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 .. INTEGER L, LDA, M, N diff --git a/SRC/zlatsqr.f b/SRC/zlatsqr.f index a45977ef34..7069a47d28 100644 --- a/SRC/zlatsqr.f +++ b/SRC/zlatsqr.f @@ -164,10 +164,9 @@ SUBROUTINE ZLATSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO) * -* -- LAPACK computational routine (version 3.9.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. -- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N, MB, NB, LDT, LWORK diff --git a/SRC/zlaunhr_col_getrfnp.f b/SRC/zlaunhr_col_getrfnp.f index 0ab7f0349b..c40599a42e 100644 --- a/SRC/zlaunhr_col_getrfnp.f +++ b/SRC/zlaunhr_col_getrfnp.f @@ -128,8 +128,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Contributors: @@ -147,10 +145,9 @@ SUBROUTINE ZLAUNHR_COL_GETRFNP( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zlaunhr_col_getrfnp2.f b/SRC/zlaunhr_col_getrfnp2.f index 6934ba3b63..fe67f1fc85 100644 --- a/SRC/zlaunhr_col_getrfnp2.f +++ b/SRC/zlaunhr_col_getrfnp2.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Contributors: @@ -168,10 +166,9 @@ RECURSIVE SUBROUTINE ZLAUNHR_COL_GETRFNP2( M, N, A, LDA, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, M, N diff --git a/SRC/zlauu2.f b/SRC/zlauu2.f index 3e3623f2d3..d899a36662 100644 --- a/SRC/zlauu2.f +++ b/SRC/zlauu2.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAUU2( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zlauum.f b/SRC/zlauum.f index 5afadda098..af36aa92df 100644 --- a/SRC/zlauum.f +++ b/SRC/zlauum.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLAUUM( UPLO, N, A, LDA, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zpbcon.f b/SRC/zpbcon.f index debbcae6f2..35fa50aabc 100644 --- a/SRC/zpbcon.f +++ b/SRC/zpbcon.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPBCON( UPLO, N, KD, AB, LDAB, ANORM, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 diff --git a/SRC/zpbequ.f b/SRC/zpbequ.f index d05fd82d8f..3d4b84a96e 100644 --- a/SRC/zpbequ.f +++ b/SRC/zpbequ.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPBEQU( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/zpbrfs.f b/SRC/zpbrfs.f index 4e62245380..4c343ed3a6 100644 --- a/SRC/zpbrfs.f +++ b/SRC/zpbrfs.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B, $ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zpbstf.f b/SRC/zpbstf.f index b4482103e8..1b3bb147b8 100644 --- a/SRC/zpbstf.f +++ b/SRC/zpbstf.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -153,10 +151,9 @@ * ===================================================================== SUBROUTINE ZPBSTF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/zpbsv.f b/SRC/zpbsv.f index 4daf6b3e40..fe6baf8b51 100644 --- a/SRC/zpbsv.f +++ b/SRC/zpbsv.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -164,10 +162,9 @@ * ===================================================================== SUBROUTINE ZPBSV( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zpbsvx.f b/SRC/zpbsvx.f index bff6f3615f..1efd2fd1ec 100644 --- a/SRC/zpbsvx.f +++ b/SRC/zpbsvx.f @@ -301,8 +301,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -342,10 +340,9 @@ SUBROUTINE ZPBSVX( FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, $ EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zpbtf2.f b/SRC/zpbtf2.f index b39f1de81f..7b90af47e7 100644 --- a/SRC/zpbtf2.f +++ b/SRC/zpbtf2.f @@ -110,8 +110,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE ZPBTF2( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/zpbtrf.f b/SRC/zpbtrf.f index 0eee3b6bdf..61cd1d4345 100644 --- a/SRC/zpbtrf.f +++ b/SRC/zpbtrf.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -142,10 +140,9 @@ * ===================================================================== SUBROUTINE ZPBTRF( UPLO, N, KD, AB, LDAB, INFO ) * -* -- 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 diff --git a/SRC/zpbtrs.f b/SRC/zpbtrs.f index a5a3db0846..d9d74b70d1 100644 --- a/SRC/zpbtrs.f +++ b/SRC/zpbtrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPBTRS( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zpftrf.f b/SRC/zpftrf.f index fd303300f3..6d18f2cb32 100644 --- a/SRC/zpftrf.f +++ b/SRC/zpftrf.f @@ -204,17 +204,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPFTRF( TRANSR, UPLO, N, A, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER TRANSR, UPLO diff --git a/SRC/zpftri.f b/SRC/zpftri.f index e63846b00d..7ebf737694 100644 --- a/SRC/zpftri.f +++ b/SRC/zpftri.f @@ -97,8 +97,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -212,10 +210,9 @@ * ===================================================================== SUBROUTINE ZPFTRI( TRANSR, UPLO, N, A, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/zpftrs.f b/SRC/zpftrs.f index b045f89883..c63592f57a 100644 --- a/SRC/zpftrs.f +++ b/SRC/zpftrs.f @@ -105,8 +105,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -220,10 +218,9 @@ * ===================================================================== SUBROUTINE ZPFTRS( TRANSR, UPLO, N, NRHS, A, B, LDB, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/zpocon.f b/SRC/zpocon.f index ba22de0955..dcfc6f64c7 100644 --- a/SRC/zpocon.f +++ b/SRC/zpocon.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOCON( UPLO, N, A, LDA, ANORM, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 diff --git a/SRC/zpoequ.f b/SRC/zpoequ.f index 99b94f3ba1..9435bd08f4 100644 --- a/SRC/zpoequ.f +++ b/SRC/zpoequ.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOEQU( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/zpoequb.f b/SRC/zpoequb.f index 6902bdb78d..5d48851baa 100644 --- a/SRC/zpoequb.f +++ b/SRC/zpoequb.f @@ -112,17 +112,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOEQUB( N, A, LDA, S, SCOND, AMAX, INFO ) * -* -- 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 .. INTEGER INFO, LDA, N diff --git a/SRC/zporfs.f b/SRC/zporfs.f index 3b9753e0fd..96c6546665 100644 --- a/SRC/zporfs.f +++ b/SRC/zporfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPORFS( UPLO, N, NRHS, A, LDA, AF, LDAF, B, LDB, X, $ LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zporfsx.f b/SRC/zporfsx.f index bbff4331e2..ba930a43f1 100644 --- a/SRC/zporfsx.f +++ b/SRC/zporfsx.f @@ -383,8 +383,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16POcomputational * * ===================================================================== @@ -393,10 +391,9 @@ SUBROUTINE ZPORFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, S, B, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/zposv.f b/SRC/zposv.f index 07ee5b14ea..3bb625876f 100644 --- a/SRC/zposv.f +++ b/SRC/zposv.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POsolve * * ===================================================================== SUBROUTINE ZPOSV( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zposvx.f b/SRC/zposvx.f index 5f67bb80a2..f9e9b1d5fd 100644 --- a/SRC/zposvx.f +++ b/SRC/zposvx.f @@ -297,8 +297,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16POsolve * * ===================================================================== @@ -306,10 +304,9 @@ SUBROUTINE ZPOSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zposvxx.f b/SRC/zposvxx.f index 913d16cb2d..6735fab718 100644 --- a/SRC/zposvxx.f +++ b/SRC/zposvxx.f @@ -483,8 +483,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16POsolve * * ===================================================================== @@ -493,10 +491,9 @@ SUBROUTINE ZPOSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zpotf2.f b/SRC/zpotf2.f index 0aa457fbfa..19ceeb727c 100644 --- a/SRC/zpotf2.f +++ b/SRC/zpotf2.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOTF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/zpotrf.f b/SRC/zpotrf.f index 044cb90d7e..3b7018276b 100644 --- a/SRC/zpotrf.f +++ b/SRC/zpotrf.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOTRF( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/zpotrf2.f b/SRC/zpotrf2.f index 85c434d477..859ddc75f2 100644 --- a/SRC/zpotrf2.f +++ b/SRC/zpotrf2.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== RECURSIVE SUBROUTINE ZPOTRF2( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/zpotri.f b/SRC/zpotri.f index 68f61e87eb..8c94eadc2f 100644 --- a/SRC/zpotri.f +++ b/SRC/zpotri.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOTRI( UPLO, N, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/zpotrs.f b/SRC/zpotrs.f index b476bcb9d3..78a1c32738 100644 --- a/SRC/zpotrs.f +++ b/SRC/zpotrs.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16POcomputational * * ===================================================================== SUBROUTINE ZPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zppcon.f b/SRC/zppcon.f index 44d32e044c..c569a497b9 100644 --- a/SRC/zppcon.f +++ b/SRC/zppcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPPCON( UPLO, N, AP, ANORM, RCOND, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zppequ.f b/SRC/zppequ.f index 424e338f6d..e2159e0f03 100644 --- a/SRC/zppequ.f +++ b/SRC/zppequ.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPPEQU( UPLO, N, AP, S, SCOND, AMAX, INFO ) * -* -- 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 diff --git a/SRC/zpprfs.f b/SRC/zpprfs.f index ae6a76ead8..769a6a0c08 100644 --- a/SRC/zpprfs.f +++ b/SRC/zpprfs.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPPRFS( UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, $ BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zppsv.f b/SRC/zppsv.f index 49b2e0be12..19536e204c 100644 --- a/SRC/zppsv.f +++ b/SRC/zppsv.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -144,10 +142,9 @@ * ===================================================================== SUBROUTINE ZPPSV( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zppsvx.f b/SRC/zppsvx.f index d527748383..f94badf783 100644 --- a/SRC/zppsvx.f +++ b/SRC/zppsvx.f @@ -283,8 +283,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE ZPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, $ X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zpptrf.f b/SRC/zpptrf.f index 6e50b46828..2903088190 100644 --- a/SRC/zpptrf.f +++ b/SRC/zpptrf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE ZPPTRF( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/zpptri.f b/SRC/zpptri.f index cde2f6dc72..5a02deb006 100644 --- a/SRC/zpptri.f +++ b/SRC/zpptri.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPPTRI( UPLO, N, AP, INFO ) * -* -- 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 diff --git a/SRC/zpptrs.f b/SRC/zpptrs.f index 4856134907..433213d5ab 100644 --- a/SRC/zpptrs.f +++ b/SRC/zpptrs.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPPTRS( UPLO, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zpstf2.f b/SRC/zpstf2.f index 696d83f293..ef2536bd6c 100644 --- a/SRC/zpstf2.f +++ b/SRC/zpstf2.f @@ -135,17 +135,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPSTF2( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION TOL diff --git a/SRC/zpstrf.f b/SRC/zpstrf.f index 2a2937c5d8..577934d2c8 100644 --- a/SRC/zpstrf.f +++ b/SRC/zpstrf.f @@ -135,17 +135,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZPSTRF( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION TOL diff --git a/SRC/zptcon.f b/SRC/zptcon.f index d2b560f91d..122a091983 100644 --- a/SRC/zptcon.f +++ b/SRC/zptcon.f @@ -102,8 +102,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTcomputational * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== SUBROUTINE ZPTCON( N, D, E, ANORM, RCOND, RWORK, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/zpteqr.f b/SRC/zpteqr.f index 0b443e18f7..a81a6ad942 100644 --- a/SRC/zpteqr.f +++ b/SRC/zpteqr.f @@ -138,17 +138,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTcomputational * * ===================================================================== SUBROUTINE ZPTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/zptrfs.f b/SRC/zptrfs.f index f12ac3150a..43e14d585b 100644 --- a/SRC/zptrfs.f +++ b/SRC/zptrfs.f @@ -175,18 +175,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTcomputational * * ===================================================================== SUBROUTINE ZPTRFS( UPLO, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zptsv.f b/SRC/zptsv.f index 4ae2fcfbd5..d53e17a340 100644 --- a/SRC/zptsv.f +++ b/SRC/zptsv.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTsolve * * ===================================================================== SUBROUTINE ZPTSV( N, NRHS, D, E, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 .. INTEGER INFO, LDB, N, NRHS diff --git a/SRC/zptsvx.f b/SRC/zptsvx.f index 085fb2e571..4a40768f1a 100644 --- a/SRC/zptsvx.f +++ b/SRC/zptsvx.f @@ -226,18 +226,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTsolve * * ===================================================================== SUBROUTINE ZPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 FACT diff --git a/SRC/zpttrf.f b/SRC/zpttrf.f index d46a1c3b32..a106ec4193 100644 --- a/SRC/zpttrf.f +++ b/SRC/zpttrf.f @@ -85,17 +85,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16PTcomputational * * ===================================================================== SUBROUTINE ZPTTRF( N, D, E, INFO ) * -* -- 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 .. INTEGER INFO, N diff --git a/SRC/zpttrs.f b/SRC/zpttrs.f index 146a8e222d..41c7c9ba7c 100644 --- a/SRC/zpttrs.f +++ b/SRC/zpttrs.f @@ -114,17 +114,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16PTcomputational * * ===================================================================== SUBROUTINE ZPTTRS( UPLO, N, NRHS, D, E, B, LDB, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zptts2.f b/SRC/zptts2.f index 0d40d03d3c..8ff6b1fe75 100644 --- a/SRC/zptts2.f +++ b/SRC/zptts2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16PTcomputational * * ===================================================================== SUBROUTINE ZPTTS2( IUPLO, N, NRHS, D, E, B, LDB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IUPLO, LDB, N, NRHS diff --git a/SRC/zrot.f b/SRC/zrot.f index f372df0880..3401b2638a 100644 --- a/SRC/zrot.f +++ b/SRC/zrot.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZROT( N, CX, INCX, CY, INCY, C, S ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INCX, INCY, N diff --git a/SRC/zspcon.f b/SRC/zspcon.f index eae8f9eb99..fa497bd05d 100644 --- a/SRC/zspcon.f +++ b/SRC/zspcon.f @@ -111,17 +111,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSPCON( UPLO, N, AP, IPIV, ANORM, RCOND, WORK, INFO ) * -* -- 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 diff --git a/SRC/zspmv.f b/SRC/zspmv.f index 94428010fd..8a8d3a9d0f 100644 --- a/SRC/zspmv.f +++ b/SRC/zspmv.f @@ -144,17 +144,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZSPMV( UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zspr.f b/SRC/zspr.f index f91a99a32d..549415fa3b 100644 --- a/SRC/zspr.f +++ b/SRC/zspr.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZSPR( UPLO, N, ALPHA, X, INCX, AP ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zsprfs.f b/SRC/zsprfs.f index 3474d75037..9985b5749f 100644 --- a/SRC/zsprfs.f +++ b/SRC/zsprfs.f @@ -172,18 +172,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSPRFS( UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zspsv.f b/SRC/zspsv.f index f4c79db3f4..a1c13024bb 100644 --- a/SRC/zspsv.f +++ b/SRC/zspsv.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -162,10 +160,9 @@ * ===================================================================== SUBROUTINE ZSPSV( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zspsvx.f b/SRC/zspsvx.f index 8c4dc105c7..2cd0975651 100644 --- a/SRC/zspsvx.f +++ b/SRC/zspsvx.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16OTHERsolve * *> \par Further Details: @@ -277,10 +275,9 @@ SUBROUTINE ZSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, $ LDX, RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/zsptrf.f b/SRC/zsptrf.f index 07c6eec4dc..bad30b7a42 100644 --- a/SRC/zsptrf.f +++ b/SRC/zsptrf.f @@ -108,8 +108,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -158,10 +156,9 @@ * ===================================================================== SUBROUTINE ZSPTRF( UPLO, N, AP, IPIV, INFO ) * -* -- 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 diff --git a/SRC/zsptri.f b/SRC/zsptri.f index cb9efc8398..ba590f661c 100644 --- a/SRC/zsptri.f +++ b/SRC/zsptri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSPTRI( UPLO, N, AP, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/zsptrs.f b/SRC/zsptrs.f index feb29bcee0..2a16cb22ac 100644 --- a/SRC/zsptrs.f +++ b/SRC/zsptrs.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSPTRS( UPLO, N, NRHS, AP, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zstedc.f b/SRC/zstedc.f index b6be431b0d..74d390af7e 100644 --- a/SRC/zstedc.f +++ b/SRC/zstedc.f @@ -198,8 +198,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -212,10 +210,9 @@ SUBROUTINE ZSTEDC( COMPZ, N, D, E, Z, LDZ, WORK, LWORK, RWORK, $ LRWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER COMPZ diff --git a/SRC/zstegr.f b/SRC/zstegr.f index 5ad981096f..003238da38 100644 --- a/SRC/zstegr.f +++ b/SRC/zstegr.f @@ -249,8 +249,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -265,10 +263,9 @@ SUBROUTINE ZSTEGR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/zstein.f b/SRC/zstein.f index ff8384ad4b..9be9d981c1 100644 --- a/SRC/zstein.f +++ b/SRC/zstein.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSTEIN( N, D, E, M, W, IBLOCK, ISPLIT, Z, LDZ, WORK, $ IWORK, IFAIL, INFO ) * -* -- 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 .. INTEGER INFO, LDZ, M, N diff --git a/SRC/zstemr.f b/SRC/zstemr.f index 8685542ded..b034198de0 100644 --- a/SRC/zstemr.f +++ b/SRC/zstemr.f @@ -320,8 +320,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -338,10 +336,9 @@ SUBROUTINE ZSTEMR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, $ M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK, $ IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER JOBZ, RANGE diff --git a/SRC/zsteqr.f b/SRC/zsteqr.f index ac47890685..47f4004e8d 100644 --- a/SRC/zsteqr.f +++ b/SRC/zsteqr.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZSTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- 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 COMPZ diff --git a/SRC/zsycon.f b/SRC/zsycon.f index 98ec83e374..5b3fef621e 100644 --- a/SRC/zsycon.f +++ b/SRC/zsycon.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYCON( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/zsycon_3.f b/SRC/zsycon_3.f index 33bd238490..25c8b5e089 100644 --- a/SRC/zsycon_3.f +++ b/SRC/zsycon_3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -166,10 +164,9 @@ SUBROUTINE ZSYCON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsycon_rook.f b/SRC/zsycon_rook.f index c7c0c43850..1346f8b860 100644 --- a/SRC/zsycon_rook.f +++ b/SRC/zsycon_rook.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -139,10 +137,9 @@ SUBROUTINE ZSYCON_ROOK( UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, $ INFO ) * -* -- 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 diff --git a/SRC/zsyconv.f b/SRC/zsyconv.f index 94235ef575..e6a1d006c1 100644 --- a/SRC/zsyconv.f +++ b/SRC/zsyconv.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYCONV( UPLO, WAY, N, A, LDA, IPIV, E, INFO ) * -* -- 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, WAY diff --git a/SRC/zsyconvf.f b/SRC/zsyconvf.f index 6cb02c089e..eb49b0f3d8 100644 --- a/SRC/zsyconvf.f +++ b/SRC/zsyconvf.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -209,10 +207,9 @@ * ===================================================================== SUBROUTINE ZSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/zsyconvf_rook.f b/SRC/zsyconvf_rook.f index 410d2eb34d..3cfa694c39 100644 --- a/SRC/zsyconvf_rook.f +++ b/SRC/zsyconvf_rook.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -200,10 +198,9 @@ * ===================================================================== SUBROUTINE ZSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY diff --git a/SRC/zsyequb.f b/SRC/zsyequb.f index 1cf4119684..3b13d14d0e 100644 --- a/SRC/zsyequb.f +++ b/SRC/zsyequb.f @@ -117,8 +117,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * *> \par References: @@ -132,10 +130,9 @@ * ===================================================================== SUBROUTINE ZSYEQUB( UPLO, N, A, LDA, S, SCOND, AMAX, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, N diff --git a/SRC/zsymv.f b/SRC/zsymv.f index 926a05f258..d54620e26f 100644 --- a/SRC/zsymv.f +++ b/SRC/zsymv.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== SUBROUTINE ZSYMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zsyr.f b/SRC/zsyr.f index 2bed66371d..27b559c90b 100644 --- a/SRC/zsyr.f +++ b/SRC/zsyr.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== SUBROUTINE ZSYR( UPLO, N, ALPHA, X, INCX, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zsyrfs.f b/SRC/zsyrfs.f index c114f40c09..e62d7f8a7a 100644 --- a/SRC/zsyrfs.f +++ b/SRC/zsyrfs.f @@ -184,18 +184,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYRFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, $ X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 diff --git a/SRC/zsyrfsx.f b/SRC/zsyrfsx.f index d086510d8b..08a9c0979e 100644 --- a/SRC/zsyrfsx.f +++ b/SRC/zsyrfsx.f @@ -392,8 +392,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -402,10 +400,9 @@ SUBROUTINE ZSYRFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, $ ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, $ WORK, RWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER UPLO, EQUED diff --git a/SRC/zsysv.f b/SRC/zsysv.f index 2ff196ca8c..e143315ac8 100644 --- a/SRC/zsysv.f +++ b/SRC/zsysv.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYsolve * * ===================================================================== SUBROUTINE ZSYSV( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zsysv_aa.f b/SRC/zsysv_aa.f index 4e87bd105c..3a3af5009f 100644 --- a/SRC/zsysv_aa.f +++ b/SRC/zsysv_aa.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYsolve * * ===================================================================== SUBROUTINE ZSYSV_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.8.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsysv_aa_2stage.f b/SRC/zsysv_aa_2stage.f index 923eaaec08..495741e309 100644 --- a/SRC/zsysv_aa_2stage.f +++ b/SRC/zsysv_aa_2stage.f @@ -177,8 +177,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -186,10 +184,9 @@ SUBROUTINE ZSYSV_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zsysv_rk.f b/SRC/zsysv_rk.f index 8cc79a728a..da4f31a7fb 100644 --- a/SRC/zsysv_rk.f +++ b/SRC/zsysv_rk.f @@ -205,8 +205,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYsolve * *> \par Contributors: @@ -228,10 +226,9 @@ SUBROUTINE ZSYSV_RK( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zsysv_rook.f b/SRC/zsysv_rook.f index f1448e9dce..56ceb76663 100644 --- a/SRC/zsysv_rook.f +++ b/SRC/zsysv_rook.f @@ -181,8 +181,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYsolve * *> \par Contributors: @@ -204,10 +202,9 @@ SUBROUTINE ZSYSV_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, $ LWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver 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 diff --git a/SRC/zsysvx.f b/SRC/zsysvx.f index ebebe2e463..91c6adb79b 100644 --- a/SRC/zsysvx.f +++ b/SRC/zsysvx.f @@ -276,8 +276,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16SYsolve * * ===================================================================== @@ -285,10 +283,9 @@ SUBROUTINE ZSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, $ LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, $ RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER FACT, UPLO diff --git a/SRC/zsysvxx.f b/SRC/zsysvxx.f index e294393852..aec8c7fcb8 100644 --- a/SRC/zsysvxx.f +++ b/SRC/zsysvxx.f @@ -496,8 +496,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16SYsolve * * ===================================================================== @@ -506,10 +504,9 @@ SUBROUTINE ZSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, $ N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, $ NPARAMS, PARAMS, WORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER EQUED, FACT, UPLO diff --git a/SRC/zsyswapr.f b/SRC/zsyswapr.f index ea79c8fc05..1f1a878574 100644 --- a/SRC/zsyswapr.f +++ b/SRC/zsyswapr.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * * ===================================================================== SUBROUTINE ZSYSWAPR( UPLO, N, A, LDA, I1, I2) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 diff --git a/SRC/zsytf2.f b/SRC/zsytf2.f index 766d61c835..7542a0de16 100644 --- a/SRC/zsytf2.f +++ b/SRC/zsytf2.f @@ -127,8 +127,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -191,10 +189,9 @@ * ===================================================================== SUBROUTINE ZSYTF2( UPLO, N, A, LDA, IPIV, INFO ) * -* -- 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 diff --git a/SRC/zsytf2_rk.f b/SRC/zsytf2_rk.f index 4ae1a4a228..d0dd3a278d 100644 --- a/SRC/zsytf2_rk.f +++ b/SRC/zsytf2_rk.f @@ -208,8 +208,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -241,10 +239,9 @@ * ===================================================================== SUBROUTINE ZSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO ) * -* -- 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 diff --git a/SRC/zsytf2_rook.f b/SRC/zsytf2_rook.f index cf964ae8b4..cbfb57e266 100644 --- a/SRC/zsytf2_rook.f +++ b/SRC/zsytf2_rook.f @@ -129,8 +129,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -194,10 +192,9 @@ * ===================================================================== SUBROUTINE ZSYTF2_ROOK( UPLO, N, A, LDA, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.5.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..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytrf.f b/SRC/zsytrf.f index 54e22cca15..a775a87587 100644 --- a/SRC/zsytrf.f +++ b/SRC/zsytrf.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -182,10 +180,9 @@ * ===================================================================== SUBROUTINE ZSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/zsytrf_aa.f b/SRC/zsytrf_aa.f index e547c6a607..f8b8f0007f 100644 --- a/SRC/zsytrf_aa.f +++ b/SRC/zsytrf_aa.f @@ -125,17 +125,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRF_AA( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zsytrf_aa_2stage.f b/SRC/zsytrf_aa_2stage.f index 67a1c1f6f6..0fe4eca198 100644 --- a/SRC/zsytrf_aa_2stage.f +++ b/SRC/zsytrf_aa_2stage.f @@ -152,18 +152,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRF_AA_2STAGE( UPLO, N, A, LDA, TB, LTB, IPIV, $ IPIV2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zsytrf_rk.f b/SRC/zsytrf_rk.f index 2fabf9d1a3..3b398ce6ca 100644 --- a/SRC/zsytrf_rk.f +++ b/SRC/zsytrf_rk.f @@ -229,8 +229,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -259,10 +257,9 @@ SUBROUTINE ZSYTRF_RK( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- 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 diff --git a/SRC/zsytrf_rook.f b/SRC/zsytrf_rook.f index 3fe69b334a..84a654fb89 100644 --- a/SRC/zsytrf_rook.f +++ b/SRC/zsytrf_rook.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16SYcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE ZSYTRF_ROOK( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytri.f b/SRC/zsytri.f index 233026a122..32c7bf5cb7 100644 --- a/SRC/zsytri.f +++ b/SRC/zsytri.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/zsytri2.f b/SRC/zsytri2.f index 9929eb2c64..5417377f01 100644 --- a/SRC/zsytri2.f +++ b/SRC/zsytri2.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytri2x.f b/SRC/zsytri2x.f index 4feb4d563b..a5fe2a46c6 100644 --- a/SRC/zsytri2x.f +++ b/SRC/zsytri2x.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytri_3.f b/SRC/zsytri_3.f index dc38e8547d..4503703d3f 100644 --- a/SRC/zsytri_3.f +++ b/SRC/zsytri_3.f @@ -152,8 +152,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -170,10 +168,9 @@ SUBROUTINE ZSYTRI_3( UPLO, N, A, LDA, E, IPIV, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytri_3x.f b/SRC/zsytri_3x.f index a943929234..5bbd8e3090 100644 --- a/SRC/zsytri_3x.f +++ b/SRC/zsytri_3x.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -159,10 +157,9 @@ * ===================================================================== SUBROUTINE ZSYTRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytri_rook.f b/SRC/zsytri_rook.f index 77aba25409..41a2f040f3 100644 --- a/SRC/zsytri_rook.f +++ b/SRC/zsytri_rook.f @@ -107,8 +107,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -129,10 +127,9 @@ * ===================================================================== SUBROUTINE ZSYTRI_ROOK( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- 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 diff --git a/SRC/zsytrs.f b/SRC/zsytrs.f index c9fcb4afca..81c27f72ee 100644 --- a/SRC/zsytrs.f +++ b/SRC/zsytrs.f @@ -113,17 +113,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRS( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO ) * -* -- 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 diff --git a/SRC/zsytrs2.f b/SRC/zsytrs2.f index 6e9cca425c..38986f80a1 100644 --- a/SRC/zsytrs2.f +++ b/SRC/zsytrs2.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytrs_3.f b/SRC/zsytrs_3.f index 673687532f..b9e5cbac15 100644 --- a/SRC/zsytrs_3.f +++ b/SRC/zsytrs_3.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -165,10 +163,9 @@ SUBROUTINE ZSYTRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/SRC/zsytrs_aa.f b/SRC/zsytrs_aa.f index 0f06640093..4dbd067761 100644 --- a/SRC/zsytrs_aa.f +++ b/SRC/zsytrs_aa.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRS_AA( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zsytrs_aa_2stage.f b/SRC/zsytrs_aa_2stage.f index bf060b2d31..d43f0fa123 100644 --- a/SRC/zsytrs_aa_2stage.f +++ b/SRC/zsytrs_aa_2stage.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRS_AA_2STAGE( UPLO, N, NRHS, A, LDA, TB, LTB, $ IPIV, IPIV2, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * IMPLICIT NONE * diff --git a/SRC/zsytrs_rook.f b/SRC/zsytrs_rook.f index 0934336361..c66a723794 100644 --- a/SRC/zsytrs_rook.f +++ b/SRC/zsytrs_rook.f @@ -113,8 +113,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -136,10 +134,9 @@ SUBROUTINE ZSYTRS_ROOK( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ INFO ) * -* -- 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 diff --git a/SRC/ztbcon.f b/SRC/ztbcon.f index ceff2b9147..ed1f3df9fd 100644 --- a/SRC/ztbcon.f +++ b/SRC/ztbcon.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTBCON( NORM, UPLO, DIAG, N, KD, AB, LDAB, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ztbrfs.f b/SRC/ztbrfs.f index 50d9a57be2..0bd1865667 100644 --- a/SRC/ztbrfs.f +++ b/SRC/ztbrfs.f @@ -180,18 +180,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTBRFS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztbtrs.f b/SRC/ztbtrs.f index 06de7d788a..e12a7e798e 100644 --- a/SRC/ztbtrs.f +++ b/SRC/ztbtrs.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTBTRS( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztfsm.f b/SRC/ztfsm.f index 8d4af937a4..538da4f071 100644 --- a/SRC/ztfsm.f +++ b/SRC/ztfsm.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -298,10 +296,9 @@ SUBROUTINE ZTFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, $ B, LDB ) * -* -- 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 TRANSR, DIAG, SIDE, TRANS, UPLO diff --git a/SRC/ztftri.f b/SRC/ztftri.f index 4bc5cfec1d..7fbd81cdd6 100644 --- a/SRC/ztftri.f +++ b/SRC/ztftri.f @@ -106,8 +106,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -221,10 +219,9 @@ * ===================================================================== SUBROUTINE ZTFTRI( TRANSR, UPLO, DIAG, N, A, INFO ) * -* -- 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 TRANSR, UPLO, DIAG diff --git a/SRC/ztfttp.f b/SRC/ztfttp.f index f402ca1659..9f5c4866a8 100644 --- a/SRC/ztfttp.f +++ b/SRC/ztfttp.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -208,10 +206,9 @@ * ===================================================================== SUBROUTINE ZTFTTP( TRANSR, UPLO, N, ARF, AP, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ztfttr.f b/SRC/ztfttr.f index 39c7e54c64..511aca3360 100644 --- a/SRC/ztfttr.f +++ b/SRC/ztfttr.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ * ===================================================================== SUBROUTINE ZTFTTR( TRANSR, UPLO, N, ARF, A, LDA, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ztgevc.f b/SRC/ztgevc.f index 447fc1aef3..23bd36ddb1 100644 --- a/SRC/ztgevc.f +++ b/SRC/ztgevc.f @@ -211,18 +211,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16GEcomputational * * ===================================================================== SUBROUTINE ZTGEVC( SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, $ LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO ) * -* -- 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 HOWMNY, SIDE diff --git a/SRC/ztgex2.f b/SRC/ztgex2.f index 3f37138d09..3c3705c66c 100644 --- a/SRC/ztgex2.f +++ b/SRC/ztgex2.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEauxiliary * *> \par Further Details: @@ -190,10 +188,9 @@ SUBROUTINE ZTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, J1, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.1) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ztgexc.f b/SRC/ztgexc.f index 7eac54cabd..55677317ca 100644 --- a/SRC/ztgexc.f +++ b/SRC/ztgexc.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16GEcomputational * *> \par Contributors: @@ -200,10 +198,9 @@ SUBROUTINE ZTGEXC( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, IFST, ILST, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ztgsen.f b/SRC/ztgsen.f index cb4afd5e88..25a5c6f4ed 100644 --- a/SRC/ztgsen.f +++ b/SRC/ztgsen.f @@ -290,8 +290,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -433,10 +431,9 @@ SUBROUTINE ZTGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB, $ ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF, $ WORK, LWORK, IWORK, LIWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ diff --git a/SRC/ztgsja.f b/SRC/ztgsja.f index 851f6504a0..6cb10b015a 100644 --- a/SRC/ztgsja.f +++ b/SRC/ztgsja.f @@ -351,8 +351,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -379,10 +377,9 @@ SUBROUTINE ZTGSJA( JOBU, JOBV, JOBQ, M, P, N, K, L, A, LDA, B, $ LDB, TOLA, TOLB, ALPHA, BETA, U, LDU, V, LDV, $ Q, LDQ, WORK, NCYCLE, INFO ) * -* -- 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 JOBQ, JOBU, JOBV diff --git a/SRC/ztgsna.f b/SRC/ztgsna.f index 77cbdcda06..11743eb2df 100644 --- a/SRC/ztgsna.f +++ b/SRC/ztgsna.f @@ -213,8 +213,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -311,10 +309,9 @@ SUBROUTINE ZTGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 HOWMNY, JOB diff --git a/SRC/ztgsy2.f b/SRC/ztgsy2.f index 028ddfd3d9..ee26b5e7b0 100644 --- a/SRC/ztgsy2.f +++ b/SRC/ztgsy2.f @@ -244,8 +244,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYauxiliary * *> \par Contributors: @@ -259,10 +257,9 @@ SUBROUTINE ZTGSY2( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, RDSUM, RDSCAL, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 TRANS diff --git a/SRC/ztgsyl.f b/SRC/ztgsyl.f index 19004fbdbb..f613671c9c 100644 --- a/SRC/ztgsyl.f +++ b/SRC/ztgsyl.f @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -295,10 +293,9 @@ SUBROUTINE ZTGSYL( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, $ IWORK, INFO ) * -* -- 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 TRANS diff --git a/SRC/ztpcon.f b/SRC/ztpcon.f index 41f1ae42cd..e5d0b071db 100644 --- a/SRC/ztpcon.f +++ b/SRC/ztpcon.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTPCON( NORM, UPLO, DIAG, N, AP, RCOND, WORK, RWORK, $ INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ztplqt.f b/SRC/ztplqt.f index bbf001044e..7837c71d41 100644 --- a/SRC/ztplqt.f +++ b/SRC/ztplqt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE ZTPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/SRC/ztplqt2.f b/SRC/ztplqt2.f index 9fecfddfd3..777e5f57e4 100644 --- a/SRC/ztplqt2.f +++ b/SRC/ztplqt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -177,10 +175,9 @@ * ===================================================================== SUBROUTINE ZTPLQT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/ztpmlqt.f b/SRC/ztpmlqt.f index cc333f5a2b..bcd83bea37 100644 --- a/SRC/ztpmlqt.f +++ b/SRC/ztpmlqt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE ZTPMLQT( SIDE, TRANS, M, N, K, L, MB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/ztpmqrt.f b/SRC/ztpmqrt.f index 530dca458f..79e4d40ead 100644 --- a/SRC/ztpmqrt.f +++ b/SRC/ztpmqrt.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ SUBROUTINE ZTPMQRT( SIDE, TRANS, M, N, K, L, NB, V, LDV, T, LDT, $ A, LDA, B, LDB, WORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS diff --git a/SRC/ztpqrt.f b/SRC/ztpqrt.f index c6f186bd02..83ff7409cd 100644 --- a/SRC/ztpqrt.f +++ b/SRC/ztpqrt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE ZTPQRT( M, N, L, NB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, NB diff --git a/SRC/ztpqrt2.f b/SRC/ztpqrt2.f index 2d9300b609..651ac45337 100644 --- a/SRC/ztpqrt2.f +++ b/SRC/ztpqrt2.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -173,10 +171,9 @@ * ===================================================================== SUBROUTINE ZTPQRT2( M, N, L, A, LDA, B, LDB, T, LDT, INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L diff --git a/SRC/ztprfb.f b/SRC/ztprfb.f index f96c237eed..2edbd05666 100644 --- a/SRC/ztprfb.f +++ b/SRC/ztprfb.f @@ -194,8 +194,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERauxiliary * *> \par Further Details: @@ -251,10 +249,9 @@ SUBROUTINE ZTPRFB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, $ V, LDV, T, LDT, A, LDA, B, LDB, WORK, LDWORK ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 DIRECT, SIDE, STOREV, TRANS diff --git a/SRC/ztprfs.f b/SRC/ztprfs.f index d6a29d40c7..485694a565 100644 --- a/SRC/ztprfs.f +++ b/SRC/ztprfs.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTPRFS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztptri.f b/SRC/ztptri.f index 35388194c3..31284ad637 100644 --- a/SRC/ztptri.f +++ b/SRC/ztptri.f @@ -91,8 +91,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -117,10 +115,9 @@ * ===================================================================== SUBROUTINE ZTPTRI( UPLO, DIAG, N, AP, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ztptrs.f b/SRC/ztptrs.f index c1a852c7b7..2d7093313a 100644 --- a/SRC/ztptrs.f +++ b/SRC/ztptrs.f @@ -123,17 +123,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTPTRS( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztpttf.f b/SRC/ztpttf.f index 9dfc795eea..bdd107d4d7 100644 --- a/SRC/ztpttf.f +++ b/SRC/ztpttf.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -207,10 +205,9 @@ * ===================================================================== SUBROUTINE ZTPTTF( TRANSR, UPLO, N, AP, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ztpttr.f b/SRC/ztpttr.f index 17ebc0a25e..1529e0251a 100644 --- a/SRC/ztpttr.f +++ b/SRC/ztpttr.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTPTTR( UPLO, N, AP, A, LDA, INFO ) * -* -- 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 diff --git a/SRC/ztrcon.f b/SRC/ztrcon.f index e7cc1968d1..051ab1b7c6 100644 --- a/SRC/ztrcon.f +++ b/SRC/ztrcon.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRCON( NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, $ RWORK, INFO ) * -* -- 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 DIAG, NORM, UPLO diff --git a/SRC/ztrevc.f b/SRC/ztrevc.f index ea925dda8c..38411757dc 100644 --- a/SRC/ztrevc.f +++ b/SRC/ztrevc.f @@ -196,8 +196,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -218,10 +216,9 @@ SUBROUTINE ZTREVC( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, RWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/ztrevc3.f b/SRC/ztrevc3.f index 36f7d8274e..93c833e62a 100644 --- a/SRC/ztrevc3.f +++ b/SRC/ztrevc3.f @@ -222,10 +222,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @precisions fortran z -> c -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -247,10 +243,9 @@ SUBROUTINE ZTREVC3( SIDE, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, MM, M, WORK, LWORK, RWORK, LRWORK, INFO) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE diff --git a/SRC/ztrexc.f b/SRC/ztrexc.f index 4cf352e647..b92e63efa9 100644 --- a/SRC/ztrexc.f +++ b/SRC/ztrexc.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTREXC( COMPQ, N, T, LDT, Q, LDQ, IFST, ILST, INFO ) * -* -- 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 COMPQ diff --git a/SRC/ztrrfs.f b/SRC/ztrrfs.f index 42c2592e44..8c1a4c0695 100644 --- a/SRC/ztrrfs.f +++ b/SRC/ztrrfs.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRRFS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, FERR, BERR, WORK, RWORK, INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztrsen.f b/SRC/ztrsen.f index e033ca5235..33f7e5b95d 100644 --- a/SRC/ztrsen.f +++ b/SRC/ztrsen.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -264,10 +262,9 @@ SUBROUTINE ZTRSEN( JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, W, M, S, $ SEP, WORK, LWORK, INFO ) * -* -- 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 COMPQ, JOB diff --git a/SRC/ztrsna.f b/SRC/ztrsna.f index 97a42a516f..eaa2ef7175 100644 --- a/SRC/ztrsna.f +++ b/SRC/ztrsna.f @@ -197,8 +197,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -249,10 +247,9 @@ SUBROUTINE ZTRSNA( JOB, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, S, SEP, MM, M, WORK, LDWORK, RWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER HOWMNY, JOB diff --git a/SRC/ztrsyl.f b/SRC/ztrsyl.f index 6fd0354a81..27e21dd9d6 100644 --- a/SRC/ztrsyl.f +++ b/SRC/ztrsyl.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZTRSYL( TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, $ LDC, SCALE, INFO ) * -* -- 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 TRANA, TRANB diff --git a/SRC/ztrti2.f b/SRC/ztrti2.f index 87b871793a..d9249d21c2 100644 --- a/SRC/ztrti2.f +++ b/SRC/ztrti2.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRTI2( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ztrtri.f b/SRC/ztrtri.f index cb5bd450d7..6b9134dfb0 100644 --- a/SRC/ztrtri.f +++ b/SRC/ztrtri.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRTRI( UPLO, DIAG, N, A, LDA, INFO ) * -* -- 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 DIAG, UPLO diff --git a/SRC/ztrtrs.f b/SRC/ztrtrs.f index a5c36bc64b..ad7f965e2f 100644 --- a/SRC/ztrtrs.f +++ b/SRC/ztrtrs.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRTRS( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, $ INFO ) * -* -- 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 DIAG, TRANS, UPLO diff --git a/SRC/ztrttf.f b/SRC/ztrttf.f index f18312b081..277d72456e 100644 --- a/SRC/ztrttf.f +++ b/SRC/ztrttf.f @@ -101,8 +101,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -216,10 +214,9 @@ * ===================================================================== SUBROUTINE ZTRTTF( TRANSR, UPLO, N, A, LDA, ARF, INFO ) * -* -- 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 TRANSR, UPLO diff --git a/SRC/ztrttp.f b/SRC/ztrttp.f index 52663b5820..ba9e8ce916 100644 --- a/SRC/ztrttp.f +++ b/SRC/ztrttp.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZTRTTP( UPLO, N, A, LDA, AP, INFO ) * -* -- 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 diff --git a/SRC/ztzrzf.f b/SRC/ztzrzf.f index d806dc073b..44be2f47f6 100644 --- a/SRC/ztzrzf.f +++ b/SRC/ztzrzf.f @@ -116,8 +116,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -151,10 +149,9 @@ * ===================================================================== SUBROUTINE ZTZRZF( M, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. INTEGER INFO, LDA, LWORK, M, N diff --git a/SRC/zunbdb.f b/SRC/zunbdb.f index d06dacd861..281ec6e45f 100644 --- a/SRC/zunbdb.f +++ b/SRC/zunbdb.f @@ -255,8 +255,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -287,10 +285,9 @@ SUBROUTINE ZUNBDB( TRANS, SIGNS, M, P, Q, X11, LDX11, X12, LDX12, $ X21, LDX21, X22, LDX22, THETA, PHI, TAUP1, $ TAUP2, TAUQ1, TAUQ2, WORK, LWORK, INFO ) * -* -- 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 SIGNS, TRANS diff --git a/SRC/zunbdb1.f b/SRC/zunbdb1.f index 039d160c11..767788a74d 100644 --- a/SRC/zunbdb1.f +++ b/SRC/zunbdb1.f @@ -174,8 +174,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -203,10 +201,9 @@ SUBROUTINE ZUNBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/zunbdb2.f b/SRC/zunbdb2.f index 8bfca46f64..412d8d8d08 100644 --- a/SRC/zunbdb2.f +++ b/SRC/zunbdb2.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ SUBROUTINE ZUNBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/zunbdb3.f b/SRC/zunbdb3.f index 523aee55de..74083e41a9 100644 --- a/SRC/zunbdb3.f +++ b/SRC/zunbdb3.f @@ -172,8 +172,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -201,10 +199,9 @@ SUBROUTINE ZUNBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/zunbdb4.f b/SRC/zunbdb4.f index 026f5a5585..b1fcd8bd03 100644 --- a/SRC/zunbdb4.f +++ b/SRC/zunbdb4.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * *> \par Further Details: @@ -213,10 +211,9 @@ SUBROUTINE ZUNBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, PHI, $ TAUP1, TAUP2, TAUQ1, PHANTOM, WORK, LWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.8.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..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INFO, LWORK, M, P, Q, LDX11, LDX21 diff --git a/SRC/zunbdb5.f b/SRC/zunbdb5.f index be708b7948..23174fe502 100644 --- a/SRC/zunbdb5.f +++ b/SRC/zunbdb5.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNBDB5( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/zunbdb6.f b/SRC/zunbdb6.f index c4ccbfb10c..ec681b597a 100644 --- a/SRC/zunbdb6.f +++ b/SRC/zunbdb6.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNBDB6( M1, M2, N, X1, INCX1, X2, INCX2, Q1, LDQ1, Q2, $ LDQ2, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. INTEGER INCX1, INCX2, INFO, LDQ1, LDQ2, LWORK, M1, M2, diff --git a/SRC/zuncsd.f b/SRC/zuncsd.f index db53f93d81..cc45bbc70b 100644 --- a/SRC/zuncsd.f +++ b/SRC/zuncsd.f @@ -308,8 +308,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== @@ -320,10 +318,9 @@ RECURSIVE SUBROUTINE ZUNCSD( JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS, $ LDV2T, WORK, LWORK, RWORK, LRWORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS diff --git a/SRC/zuncsd2by1.f b/SRC/zuncsd2by1.f index 8c15b85952..6b76730b8e 100644 --- a/SRC/zuncsd2by1.f +++ b/SRC/zuncsd2by1.f @@ -246,8 +246,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date July 2012 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== @@ -256,10 +254,9 @@ SUBROUTINE ZUNCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11, $ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK, $ INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* July 2012 * * .. Scalar Arguments .. CHARACTER JOBU1, JOBU2, JOBV1T diff --git a/SRC/zung2l.f b/SRC/zung2l.f index 1a48c4d6bc..add5cb946b 100644 --- a/SRC/zung2l.f +++ b/SRC/zung2l.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNG2L( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/zung2r.f b/SRC/zung2r.f index 4a3fed0f0d..2823b7ebdd 100644 --- a/SRC/zung2r.f +++ b/SRC/zung2r.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNG2R( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/zungbr.f b/SRC/zungbr.f index c1c35822c1..49c6fc8d13 100644 --- a/SRC/zungbr.f +++ b/SRC/zungbr.f @@ -150,17 +150,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GBcomputational * * ===================================================================== SUBROUTINE ZUNGBR( VECT, M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER VECT diff --git a/SRC/zunghr.f b/SRC/zunghr.f index 084ecebcd1..c112db1930 100644 --- a/SRC/zunghr.f +++ b/SRC/zunghr.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGHR( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER IHI, ILO, INFO, LDA, LWORK, N diff --git a/SRC/zungl2.f b/SRC/zungl2.f index 0774cc4405..e7a0b59603 100644 --- a/SRC/zungl2.f +++ b/SRC/zungl2.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGL2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/zunglq.f b/SRC/zunglq.f index b0e5028322..aca6bc6e72 100644 --- a/SRC/zunglq.f +++ b/SRC/zunglq.f @@ -120,17 +120,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGLQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/zungql.f b/SRC/zungql.f index c63a47db56..1804ca65ff 100644 --- a/SRC/zungql.f +++ b/SRC/zungql.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGQL( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/zungqr.f b/SRC/zungqr.f index 5f95b64e88..b3f2c4507f 100644 --- a/SRC/zungqr.f +++ b/SRC/zungqr.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGQR( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/zungr2.f b/SRC/zungr2.f index c65149dd6b..034ff4fe41 100644 --- a/SRC/zungr2.f +++ b/SRC/zungr2.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGR2( M, N, K, A, LDA, TAU, WORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, M, N diff --git a/SRC/zungrq.f b/SRC/zungrq.f index 56cd3271fb..40b3b2392e 100644 --- a/SRC/zungrq.f +++ b/SRC/zungrq.f @@ -121,17 +121,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGRQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 .. INTEGER INFO, K, LDA, LWORK, M, N diff --git a/SRC/zungtr.f b/SRC/zungtr.f index 728854332f..01e100a8cd 100644 --- a/SRC/zungtr.f +++ b/SRC/zungtr.f @@ -116,17 +116,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNGTR( UPLO, N, A, LDA, TAU, WORK, LWORK, INFO ) * -* -- 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 diff --git a/SRC/zungtsqr.f b/SRC/zungtsqr.f index 030c4c73a9..0f2c8f9c56 100644 --- a/SRC/zungtsqr.f +++ b/SRC/zungtsqr.f @@ -156,8 +156,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -176,10 +174,9 @@ SUBROUTINE ZUNGTSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK, $ INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/zungtsqr_row.f b/SRC/zungtsqr_row.f index 141548886e..0d32ad6ce9 100644 --- a/SRC/zungtsqr_row.f +++ b/SRC/zungtsqr_row.f @@ -169,8 +169,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -189,10 +187,9 @@ SUBROUTINE ZUNGTSQR_ROW( M, N, MB, NB, A, LDA, T, LDT, WORK, $ LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.10.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..-- -* November 2020 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB diff --git a/SRC/zunhr_col.f b/SRC/zunhr_col.f index e48e04ebd9..52f13eab51 100644 --- a/SRC/zunhr_col.f +++ b/SRC/zunhr_col.f @@ -241,8 +241,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -260,10 +258,9 @@ SUBROUTINE ZUNHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.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..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, M, N, NB diff --git a/SRC/zunm22.f b/SRC/zunm22.f index f612e8facc..cedcea73af 100644 --- a/SRC/zunm22.f +++ b/SRC/zunm22.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complexOTHERcomputational * * ===================================================================== SUBROUTINE ZUNM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, $ WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.1) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * IMPLICIT NONE * diff --git a/SRC/zunm2l.f b/SRC/zunm2l.f index 7e9a5cb710..48c2dbfc0c 100644 --- a/SRC/zunm2l.f +++ b/SRC/zunm2l.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNM2L( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunm2r.f b/SRC/zunm2r.f index e59caf9653..aec5a8bcae 100644 --- a/SRC/zunm2r.f +++ b/SRC/zunm2r.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNM2R( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmbr.f b/SRC/zunmbr.f index 727aaeba17..a0aec828ac 100644 --- a/SRC/zunmbr.f +++ b/SRC/zunmbr.f @@ -188,18 +188,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMBR( VECT, SIDE, TRANS, M, N, K, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, VECT diff --git a/SRC/zunmhr.f b/SRC/zunmhr.f index 49b7943e84..f14a1b9ee1 100644 --- a/SRC/zunmhr.f +++ b/SRC/zunmhr.f @@ -170,18 +170,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMHR( SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, $ LDC, WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunml2.f b/SRC/zunml2.f index cb1eaf229c..f47f768b08 100644 --- a/SRC/zunml2.f +++ b/SRC/zunml2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNML2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmlq.f b/SRC/zunmlq.f index c12c06312a..5a7950d5b5 100644 --- a/SRC/zunmlq.f +++ b/SRC/zunmlq.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMLQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmql.f b/SRC/zunmql.f index abdc0e5db4..8c91d82875 100644 --- a/SRC/zunmql.f +++ b/SRC/zunmql.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMQL( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmqr.f b/SRC/zunmqr.f index e60f10a822..6e56427c6c 100644 --- a/SRC/zunmqr.f +++ b/SRC/zunmqr.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMQR( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmr2.f b/SRC/zunmr2.f index 0a77773e31..3685e9c7c6 100644 --- a/SRC/zunmr2.f +++ b/SRC/zunmr2.f @@ -151,18 +151,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMR2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmr3.f b/SRC/zunmr3.f index 138a3c0540..72d23fa434 100644 --- a/SRC/zunmr3.f +++ b/SRC/zunmr3.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -178,10 +176,9 @@ SUBROUTINE ZUNMR3( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmrq.f b/SRC/zunmrq.f index 0d246de214..c51d90dcdb 100644 --- a/SRC/zunmrq.f +++ b/SRC/zunmrq.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMRQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmrz.f b/SRC/zunmrz.f index 71609f3e65..0410851907 100644 --- a/SRC/zunmrz.f +++ b/SRC/zunmrz.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * *> \par Contributors: @@ -187,10 +185,9 @@ SUBROUTINE ZUNMRZ( SIDE, TRANS, M, N, K, L, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS diff --git a/SRC/zunmtr.f b/SRC/zunmtr.f index 1c857030f1..23231e5623 100644 --- a/SRC/zunmtr.f +++ b/SRC/zunmtr.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUNMTR( SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/SRC/zupgtr.f b/SRC/zupgtr.f index eeff364180..38fca71516 100644 --- a/SRC/zupgtr.f +++ b/SRC/zupgtr.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUPGTR( UPLO, N, AP, TAU, Q, LDQ, WORK, INFO ) * -* -- 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 diff --git a/SRC/zupmtr.f b/SRC/zupmtr.f index a2efa6e66e..c195800261 100644 --- a/SRC/zupmtr.f +++ b/SRC/zupmtr.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZUPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, $ INFO ) * -* -- 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 SIDE, TRANS, UPLO diff --git a/TESTING/EIG/alahdg.f b/TESTING/EIG/alahdg.f index aec76fd91a..597ee4b7aa 100644 --- a/TESTING/EIG/alahdg.f +++ b/TESTING/EIG/alahdg.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALAHDG( IOUNIT, PATH ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/alareq.f b/TESTING/EIG/alareq.f index a65e4d05e5..2585a686a0 100644 --- a/TESTING/EIG/alareq.f +++ b/TESTING/EIG/alareq.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/alarqg.f b/TESTING/EIG/alarqg.f index e9f9e832d3..6e2e6e7ecf 100644 --- a/TESTING/EIG/alarqg.f +++ b/TESTING/EIG/alarqg.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALARQG( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/alasmg.f b/TESTING/EIG/alasmg.f index d01f326bac..ba586d7032 100644 --- a/TESTING/EIG/alasmg.f +++ b/TESTING/EIG/alasmg.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALASMG( TYPE, NOUT, NFAIL, NRUN, NERRS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/alasum.f b/TESTING/EIG/alasum.f index d527082c50..9144a9c087 100644 --- a/TESTING/EIG/alasum.f +++ b/TESTING/EIG/alasum.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALASUM( TYPE, NOUT, NFAIL, NRUN, NERRS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/alasvm.f b/TESTING/EIG/alasvm.f index 54d67e4cc0..118315d1d6 100644 --- a/TESTING/EIG/alasvm.f +++ b/TESTING/EIG/alasvm.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE ALASVM( TYPE, NOUT, NFAIL, NRUN, NERRS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/cbdt01.f b/TESTING/EIG/cbdt01.f index e7d08d8744..edcbcbb39f 100644 --- a/TESTING/EIG/cbdt01.f +++ b/TESTING/EIG/cbdt01.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KD, LDA, LDPT, LDQ, M, N diff --git a/TESTING/EIG/cbdt02.f b/TESTING/EIG/cbdt02.f index c2d6bd7d7f..87fda4a71d 100644 --- a/TESTING/EIG/cbdt02.f +++ b/TESTING/EIG/cbdt02.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CBDT02( M, N, B, LDB, C, LDC, U, LDU, WORK, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDC, LDU, M, N diff --git a/TESTING/EIG/cbdt03.f b/TESTING/EIG/cbdt03.f index d4f7d7a5d6..631929b346 100644 --- a/TESTING/EIG/cbdt03.f +++ b/TESTING/EIG/cbdt03.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CBDT03( UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/cbdt05.f b/TESTING/EIG/cbdt05.f index 5a08ccce34..228ae80f6d 100644 --- a/TESTING/EIG/cbdt05.f +++ b/TESTING/EIG/cbdt05.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE CBDT05( M, N, A, LDA, S, NS, U, LDU, $ VT, LDVT, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDU, LDVT, M, N, NS diff --git a/TESTING/EIG/cchkbb.f b/TESTING/EIG/cchkbb.f index f4a95fa65c..d48d6c780d 100644 --- a/TESTING/EIG/cchkbb.f +++ b/TESTING/EIG/cchkbb.f @@ -351,8 +351,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -364,7 +362,6 @@ SUBROUTINE CCHKBB( NSIZES, MVAL, NVAL, NWDTHS, KK, NTYPES, DOTYPE, * -- LAPACK test routine (input) -- * -- 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 .. INTEGER INFO, LDA, LDAB, LDC, LDP, LDQ, LWORK, NOUNIT, diff --git a/TESTING/EIG/cchkbd.f b/TESTING/EIG/cchkbd.f index a3c5b60275..12fc0d3329 100644 --- a/TESTING/EIG/cchkbd.f +++ b/TESTING/EIG/cchkbd.f @@ -405,8 +405,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -415,10 +413,9 @@ SUBROUTINE CCHKBD( NSIZES, MVAL, NVAL, NTYPES, DOTYPE, NRHS, $ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK, $ RWORK, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS, diff --git a/TESTING/EIG/cchkbk.f b/TESTING/EIG/cchkbk.f index 58e1209423..6b9b0e24c2 100644 --- a/TESTING/EIG/cchkbk.f +++ b/TESTING/EIG/cchkbk.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CCHKBK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/cchkbl.f b/TESTING/EIG/cchkbl.f index 02671ffe4c..894abd4906 100644 --- a/TESTING/EIG/cchkbl.f +++ b/TESTING/EIG/cchkbl.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CCHKBL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/cchkec.f b/TESTING/EIG/cchkec.f index 4f6fbc3cdd..6727a0954b 100644 --- a/TESTING/EIG/cchkec.f +++ b/TESTING/EIG/cchkec.f @@ -68,17 +68,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CCHKEC( THRESH, TSTERR, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/EIG/cchkee.F b/TESTING/EIG/cchkee.F index 0d3d7493c4..ccdd31baef 100644 --- a/TESTING/EIG/cchkee.F +++ b/TESTING/EIG/cchkee.F @@ -1027,8 +1027,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -1038,10 +1036,9 @@ PROGRAM CCHKEE use omp_lib #endif * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * ===================================================================== * diff --git a/TESTING/EIG/cchkgg.f b/TESTING/EIG/cchkgg.f index fb9c2bcdf2..8938bb6579 100644 --- a/TESTING/EIG/cchkgg.f +++ b/TESTING/EIG/cchkgg.f @@ -492,8 +492,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -503,10 +501,9 @@ SUBROUTINE CCHKGG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA3, BETA3, EVECTL, EVECTR, WORK, LWORK, $ RWORK, LLWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL TSTDIF diff --git a/TESTING/EIG/cchkgk.f b/TESTING/EIG/cchkgk.f index 34035e1847..39228d35ee 100644 --- a/TESTING/EIG/cchkgk.f +++ b/TESTING/EIG/cchkgk.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CCHKGK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/cchkgl.f b/TESTING/EIG/cchkgl.f index 73aceed271..a442548352 100644 --- a/TESTING/EIG/cchkgl.f +++ b/TESTING/EIG/cchkgl.f @@ -46,17 +46,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CCHKGL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/cchkhb.f b/TESTING/EIG/cchkhb.f index eb6cb7da56..4c12df9f27 100644 --- a/TESTING/EIG/cchkhb.f +++ b/TESTING/EIG/cchkhb.f @@ -289,8 +289,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -298,10 +296,9 @@ SUBROUTINE CCHKHB( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, ISEED, $ THRESH, NOUNIT, A, LDA, SD, SE, U, LDU, WORK, $ LWORK, RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/cchkhb2stg.f b/TESTING/EIG/cchkhb2stg.f index 90f1cf052f..523f9b9f8f 100644 --- a/TESTING/EIG/cchkhb2stg.f +++ b/TESTING/EIG/cchkhb2stg.f @@ -331,8 +331,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_eig * * ===================================================================== @@ -341,10 +339,9 @@ SUBROUTINE CCHKHB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, $ D2, D3, U, LDU, WORK, LWORK, RWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/cchkhs.f b/TESTING/EIG/cchkhs.f index 4469389934..65f1fc82d4 100644 --- a/TESTING/EIG/cchkhs.f +++ b/TESTING/EIG/cchkhs.f @@ -401,8 +401,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -412,10 +410,9 @@ SUBROUTINE CCHKHS( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WORK, NWORK, RWORK, IWORK, SELECT, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/cchkst.f b/TESTING/EIG/cchkst.f index 2d25f3fb1d..95747d0519 100644 --- a/TESTING/EIG/cchkst.f +++ b/TESTING/EIG/cchkst.f @@ -593,8 +593,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -604,10 +602,9 @@ SUBROUTINE CCHKST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/cchkst2stg.f b/TESTING/EIG/cchkst2stg.f index 8c7f962b74..2cc24f2b6a 100644 --- a/TESTING/EIG/cchkst2stg.f +++ b/TESTING/EIG/cchkst2stg.f @@ -614,8 +614,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -625,10 +623,9 @@ SUBROUTINE CCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/cckcsd.f b/TESTING/EIG/cckcsd.f index 621cb5b548..a19b55f673 100644 --- a/TESTING/EIG/cckcsd.f +++ b/TESTING/EIG/cckcsd.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -184,10 +182,9 @@ SUBROUTINE CCKCSD( NM, MVAL, PVAL, QVAL, NMATS, ISEED, THRESH, $ MMAX, X, XF, U1, U2, V1T, V2T, THETA, IWORK, $ WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, MMAX, NOUT diff --git a/TESTING/EIG/cckglm.f b/TESTING/EIG/cckglm.f index 33d55123a6..badddb63b4 100644 --- a/TESTING/EIG/cckglm.f +++ b/TESTING/EIG/cckglm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE CCKGLM( NN, NVAL, MVAL, PVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/cckgqr.f b/TESTING/EIG/cckgqr.f index 05b5f4a603..574d07181d 100644 --- a/TESTING/EIG/cckgqr.f +++ b/TESTING/EIG/cckgqr.f @@ -202,8 +202,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -211,10 +209,9 @@ SUBROUTINE CCKGQR( NM, MVAL, NP, PVAL, NN, NVAL, NMATS, ISEED, $ THRESH, NMAX, A, AF, AQ, AR, TAUA, B, BF, BZ, $ BT, BWK, TAUB, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NN, NOUT, NP diff --git a/TESTING/EIG/cckgsv.f b/TESTING/EIG/cckgsv.f index 93e11ecaa8..1a24d80e19 100644 --- a/TESTING/EIG/cckgsv.f +++ b/TESTING/EIG/cckgsv.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -198,10 +196,9 @@ SUBROUTINE CCKGSV( NM, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, U, V, Q, ALPHA, BETA, R, $ IWORK, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NOUT diff --git a/TESTING/EIG/ccklse.f b/TESTING/EIG/ccklse.f index 13e85e1174..d9cff9bcbc 100644 --- a/TESTING/EIG/ccklse.f +++ b/TESTING/EIG/ccklse.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE CCKLSE( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/ccsdts.f b/TESTING/EIG/ccsdts.f index 10166d829b..9a2aa91e6c 100644 --- a/TESTING/EIG/ccsdts.f +++ b/TESTING/EIG/ccsdts.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -229,10 +227,9 @@ SUBROUTINE CCSDTS( M, P, Q, X, XF, LDX, U1, LDU1, U2, LDU2, V1T, $ LDV1T, V2T, LDV2T, THETA, IWORK, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDU1, LDU2, LDV1T, LDV2T, LWORK, M, P, Q diff --git a/TESTING/EIG/cdrges.f b/TESTING/EIG/cdrges.f index d6e28f2840..b28b190f5f 100644 --- a/TESTING/EIG/cdrges.f +++ b/TESTING/EIG/cdrges.f @@ -372,8 +372,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -381,10 +379,9 @@ SUBROUTINE CDRGES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, B, S, T, Q, LDQ, Z, ALPHA, $ BETA, WORK, LWORK, RWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/cdrges3.f b/TESTING/EIG/cdrges3.f index cea7f8b755..d5f3edaef1 100644 --- a/TESTING/EIG/cdrges3.f +++ b/TESTING/EIG/cdrges3.f @@ -372,8 +372,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup complex_eig * * ===================================================================== @@ -382,10 +380,9 @@ SUBROUTINE CDRGES3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BETA, WORK, LWORK, RWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/cdrgev.f b/TESTING/EIG/cdrgev.f index 2a8ce8f708..81dcafe94b 100644 --- a/TESTING/EIG/cdrgev.f +++ b/TESTING/EIG/cdrgev.f @@ -389,8 +389,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -399,10 +397,9 @@ SUBROUTINE CDRGEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, RWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/cdrgev3.f b/TESTING/EIG/cdrgev3.f index 13fb366e49..4212d06998 100644 --- a/TESTING/EIG/cdrgev3.f +++ b/TESTING/EIG/cdrgev3.f @@ -389,8 +389,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date January 2015 -* *> \ingroup complex_eig * * ===================================================================== @@ -399,10 +397,9 @@ SUBROUTINE CDRGEV3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, $ RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* January 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/cdrgsx.f b/TESTING/EIG/cdrgsx.f index 746946d075..c5baeef5ee 100644 --- a/TESTING/EIG/cdrgsx.f +++ b/TESTING/EIG/cdrgsx.f @@ -340,8 +340,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -349,10 +347,9 @@ SUBROUTINE CDRGSX( NSIZE, NCMAX, THRESH, NIN, NOUT, A, LDA, B, $ AI, BI, Z, Q, ALPHA, BETA, C, LDC, S, WORK, $ LWORK, RWORK, IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN, diff --git a/TESTING/EIG/cdrgvx.f b/TESTING/EIG/cdrgvx.f index bed8e472f3..830a39d869 100644 --- a/TESTING/EIG/cdrgvx.f +++ b/TESTING/EIG/cdrgvx.f @@ -288,8 +288,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -298,10 +296,9 @@ SUBROUTINE CDRGVX( NSIZE, THRESH, NIN, NOUT, A, LDA, B, AI, BI, $ S, STRU, DIF, DIFTRU, WORK, LWORK, RWORK, $ IWORK, LIWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT, diff --git a/TESTING/EIG/cdrvbd.f b/TESTING/EIG/cdrvbd.f index 7b7b01b475..97ee21728d 100644 --- a/TESTING/EIG/cdrvbd.f +++ b/TESTING/EIG/cdrvbd.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -401,10 +399,9 @@ SUBROUTINE CDRVBD( NSIZES, MM, NN, NTYPES, DOTYPE, ISEED, THRESH, $ SSAV, E, WORK, LWORK, RWORK, IWORK, NOUNIT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * IMPLICIT NONE * diff --git a/TESTING/EIG/cdrves.f b/TESTING/EIG/cdrves.f index 3e4a7ff3f5..81a44a5836 100644 --- a/TESTING/EIG/cdrves.f +++ b/TESTING/EIG/cdrves.f @@ -369,8 +369,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE CDRVES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, H, HT, W, WT, VS, LDVS, RESULT, $ WORK, NWORK, RWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/cdrvev.f b/TESTING/EIG/cdrvev.f index d1e289bf40..6a834b6d92 100644 --- a/TESTING/EIG/cdrvev.f +++ b/TESTING/EIG/cdrvev.f @@ -381,8 +381,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -391,10 +389,9 @@ SUBROUTINE CDRVEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LRE, LDLRE, RESULT, WORK, NWORK, RWORK, IWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NOUNIT, NSIZES, diff --git a/TESTING/EIG/cdrvsg.f b/TESTING/EIG/cdrvsg.f index 7e34ad0db0..a93933a278 100644 --- a/TESTING/EIG/cdrvsg.f +++ b/TESTING/EIG/cdrvsg.f @@ -360,8 +360,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -370,10 +368,9 @@ SUBROUTINE CDRVSG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BP, WORK, NWORK, RWORK, LRWORK, IWORK, LIWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, LRWORK, NOUNIT, diff --git a/TESTING/EIG/cdrvsg2stg.f b/TESTING/EIG/cdrvsg2stg.f index 3b7156b424..8b85537739 100644 --- a/TESTING/EIG/cdrvsg2stg.f +++ b/TESTING/EIG/cdrvsg2stg.f @@ -366,8 +366,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE CDRVSG2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, * IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, LRWORK, NOUNIT, diff --git a/TESTING/EIG/cdrvst.f b/TESTING/EIG/cdrvst.f index dbf1e011a2..9c129c0e88 100644 --- a/TESTING/EIG/cdrvst.f +++ b/TESTING/EIG/cdrvst.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -338,10 +336,9 @@ SUBROUTINE CDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDU, V, TAU, Z, WORK, LWORK, RWORK, LRWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/cdrvst2stg.f b/TESTING/EIG/cdrvst2stg.f index 095bd7885a..954c7fb87a 100644 --- a/TESTING/EIG/cdrvst2stg.f +++ b/TESTING/EIG/cdrvst2stg.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_eig * * ===================================================================== @@ -338,10 +336,9 @@ SUBROUTINE CDRVST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDU, V, TAU, Z, WORK, LWORK, RWORK, LRWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/cdrvsx.f b/TESTING/EIG/cdrvsx.f index 9def66306b..0265ff2715 100644 --- a/TESTING/EIG/cdrvsx.f +++ b/TESTING/EIG/cdrvsx.f @@ -425,8 +425,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -435,10 +433,9 @@ SUBROUTINE CDRVSX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDVS, VS1, RESULT, WORK, LWORK, RWORK, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES, diff --git a/TESTING/EIG/cdrvvx.f b/TESTING/EIG/cdrvvx.f index 37a29ec4ee..f1f5a0bace 100644 --- a/TESTING/EIG/cdrvvx.f +++ b/TESTING/EIG/cdrvvx.f @@ -485,8 +485,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -496,10 +494,9 @@ SUBROUTINE CDRVVX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, NWORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT, diff --git a/TESTING/EIG/cerrbd.f b/TESTING/EIG/cerrbd.f index 6cb7f65529..76503ae090 100644 --- a/TESTING/EIG/cerrbd.f +++ b/TESTING/EIG/cerrbd.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERRBD( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/cerrec.f b/TESTING/EIG/cerrec.f index 13176fecfa..650ab2b6e6 100644 --- a/TESTING/EIG/cerrec.f +++ b/TESTING/EIG/cerrec.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERREC( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/cerred.f b/TESTING/EIG/cerred.f index a0ceff76e7..98d1570805 100644 --- a/TESTING/EIG/cerred.f +++ b/TESTING/EIG/cerred.f @@ -63,17 +63,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERRED( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/cerrgg.f b/TESTING/EIG/cerrgg.f index 5a53d23431..724ad41b83 100644 --- a/TESTING/EIG/cerrgg.f +++ b/TESTING/EIG/cerrgg.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERRGG( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/cerrhs.f b/TESTING/EIG/cerrhs.f index ccd47a3bfb..0568a6d786 100644 --- a/TESTING/EIG/cerrhs.f +++ b/TESTING/EIG/cerrhs.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERRHS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/cerrst.f b/TESTING/EIG/cerrst.f index 4aa5aebe3f..eef34b44bb 100644 --- a/TESTING/EIG/cerrst.f +++ b/TESTING/EIG/cerrst.f @@ -54,17 +54,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CERRST( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/cget02.f b/TESTING/EIG/cget02.f index 1b7f6b384a..373a41b456 100644 --- a/TESTING/EIG/cget02.f +++ b/TESTING/EIG/cget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/TESTING/EIG/cget10.f b/TESTING/EIG/cget10.f index 0b8186454b..9e6b34ba8a 100644 --- a/TESTING/EIG/cget10.f +++ b/TESTING/EIG/cget10.f @@ -92,17 +92,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET10( M, N, A, LDA, B, LDB, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, M, N diff --git a/TESTING/EIG/cget22.f b/TESTING/EIG/cget22.f index 91aec3a3f1..61f7594bef 100644 --- a/TESTING/EIG/cget22.f +++ b/TESTING/EIG/cget22.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, W, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANSA, TRANSE, TRANSW diff --git a/TESTING/EIG/cget23.f b/TESTING/EIG/cget23.f index 1a2d4fb486..b4a8c4631c 100644 --- a/TESTING/EIG/cget23.f +++ b/TESTING/EIG/cget23.f @@ -357,8 +357,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -368,10 +366,9 @@ SUBROUTINE CGET23( COMP, ISRT, BALANC, JTYPE, THRESH, ISEED, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/cget24.f b/TESTING/EIG/cget24.f index e97003a2f5..4674b62265 100644 --- a/TESTING/EIG/cget24.f +++ b/TESTING/EIG/cget24.f @@ -325,8 +325,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== @@ -335,10 +333,9 @@ SUBROUTINE CGET24( COMP, JTYPE, THRESH, ISEED, NOUNIT, N, A, LDA, $ RCDVIN, NSLCT, ISLCT, ISRT, RESULT, WORK, $ LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/cget35.f b/TESTING/EIG/cget35.f index 241f3ea302..4f03ab9eee 100644 --- a/TESTING/EIG/cget35.f +++ b/TESTING/EIG/cget35.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET35( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN, NINFO diff --git a/TESTING/EIG/cget36.f b/TESTING/EIG/cget36.f index 4b46f3bc3b..7f943f2564 100644 --- a/TESTING/EIG/cget36.f +++ b/TESTING/EIG/cget36.f @@ -78,17 +78,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET36( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN, NINFO diff --git a/TESTING/EIG/cget37.f b/TESTING/EIG/cget37.f index 536e4ca3e3..c2a6589f32 100644 --- a/TESTING/EIG/cget37.f +++ b/TESTING/EIG/cget37.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET37( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/cget38.f b/TESTING/EIG/cget38.f index bbf9209346..9925f3fd70 100644 --- a/TESTING/EIG/cget38.f +++ b/TESTING/EIG/cget38.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET38( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/cget51.f b/TESTING/EIG/cget51.f index ec58086d4d..3781c6a88b 100644 --- a/TESTING/EIG/cget51.f +++ b/TESTING/EIG/cget51.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET51( ITYPE, N, A, LDA, B, LDB, U, LDU, V, LDV, WORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ITYPE, LDA, LDB, LDU, LDV, N diff --git a/TESTING/EIG/cget52.f b/TESTING/EIG/cget52.f index d0debc5351..7a7857744f 100644 --- a/TESTING/EIG/cget52.f +++ b/TESTING/EIG/cget52.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET52( LEFT, N, A, LDA, B, LDB, E, LDE, ALPHA, BETA, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL LEFT diff --git a/TESTING/EIG/cget54.f b/TESTING/EIG/cget54.f index 955a234004..ce8376fc6d 100644 --- a/TESTING/EIG/cget54.f +++ b/TESTING/EIG/cget54.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGET54( N, A, LDA, B, LDB, S, LDS, T, LDT, U, LDU, V, $ LDV, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LDS, LDT, LDU, LDV, N diff --git a/TESTING/EIG/cglmts.f b/TESTING/EIG/cglmts.f index 101c07601f..ecf8699f27 100644 --- a/TESTING/EIG/cglmts.f +++ b/TESTING/EIG/cglmts.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGLMTS( N, M, P, A, AF, LDA, B, BF, LDB, D, DF, $ X, U, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/cgqrts.f b/TESTING/EIG/cgqrts.f index a1d8b807c7..6a5bcc2d4e 100644 --- a/TESTING/EIG/cgqrts.f +++ b/TESTING/EIG/cgqrts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGQRTS( N, M, P, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/cgrqts.f b/TESTING/EIG/cgrqts.f index e024c78a0a..103820ec11 100644 --- a/TESTING/EIG/cgrqts.f +++ b/TESTING/EIG/cgrqts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CGRQTS( M, P, N, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/cgsvts3.f b/TESTING/EIG/cgsvts3.f index 7e6e4352a2..699f14b1cb 100644 --- a/TESTING/EIG/cgsvts3.f +++ b/TESTING/EIG/cgsvts3.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complex_eig * * ===================================================================== @@ -209,10 +207,9 @@ SUBROUTINE CGSVTS3( M, P, N, A, AF, LDA, B, BF, LDB, U, LDU, V, $ LDV, Q, LDQ, ALPHA, BETA, R, LDR, IWORK, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDQ, LDR, LDU, LDV, LWORK, M, N, P diff --git a/TESTING/EIG/chbt21.f b/TESTING/EIG/chbt21.f index 76eb7d115a..b41936aa59 100644 --- a/TESTING/EIG/chbt21.f +++ b/TESTING/EIG/chbt21.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHBT21( UPLO, N, KA, KS, A, LDA, D, E, U, LDU, WORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/chet21.f b/TESTING/EIG/chet21.f index d5c4f13481..a274681c98 100644 --- a/TESTING/EIG/chet21.f +++ b/TESTING/EIG/chet21.f @@ -206,18 +206,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHET21( ITYPE, UPLO, N, KBAND, A, LDA, D, E, U, LDU, V, $ LDV, TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/chet22.f b/TESTING/EIG/chet22.f index 354387f2a4..27f22e9a42 100644 --- a/TESTING/EIG/chet22.f +++ b/TESTING/EIG/chet22.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHET22( ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU, $ V, LDV, TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/chkxer.f b/TESTING/EIG/chkxer.f index 26d6e46886..5e291ec47f 100644 --- a/TESTING/EIG/chkxer.f +++ b/TESTING/EIG/chkxer.f @@ -34,17 +34,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHKXER( SRNAMT, INFOT, NOUT, LERR, OK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL LERR, OK diff --git a/TESTING/EIG/chpt21.f b/TESTING/EIG/chpt21.f index f20921bd94..bc342ca357 100644 --- a/TESTING/EIG/chpt21.f +++ b/TESTING/EIG/chpt21.f @@ -220,18 +220,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHPT21( ITYPE, UPLO, N, KBAND, AP, D, E, U, LDU, VP, $ TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/chst01.f b/TESTING/EIG/chst01.f index f0c428c88c..286daee2c9 100644 --- a/TESTING/EIG/chst01.f +++ b/TESTING/EIG/chst01.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CHST01( N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IHI, ILO, LDA, LDH, LDQ, LWORK, N diff --git a/TESTING/EIG/clarfy.f b/TESTING/EIG/clarfy.f index a5743858c4..80329cab43 100644 --- a/TESTING/EIG/clarfy.f +++ b/TESTING/EIG/clarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/clarhs.f b/TESTING/EIG/clarhs.f index 1143be85db..e1d7ebdddc 100644 --- a/TESTING/EIG/clarhs.f +++ b/TESTING/EIG/clarhs.f @@ -201,18 +201,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/EIG/clatm4.f b/TESTING/EIG/clatm4.f index 833234f99c..12d0c63182 100644 --- a/TESTING/EIG/clatm4.f +++ b/TESTING/EIG/clatm4.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CLATM4( ITYPE, N, NZ1, NZ2, RSIGN, AMAGN, RCOND, $ TRIANG, IDIST, ISEED, A, LDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL RSIGN diff --git a/TESTING/EIG/clctes.f b/TESTING/EIG/clctes.f index 6a7e71c4d4..9bf95cbc4a 100644 --- a/TESTING/EIG/clctes.f +++ b/TESTING/EIG/clctes.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== LOGICAL FUNCTION CLCTES( Z, D ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. COMPLEX D, Z diff --git a/TESTING/EIG/clctsx.f b/TESTING/EIG/clctsx.f index fbf19e40b5..39c5cf321a 100644 --- a/TESTING/EIG/clctsx.f +++ b/TESTING/EIG/clctsx.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== LOGICAL FUNCTION CLCTSX( ALPHA, BETA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. COMPLEX ALPHA, BETA diff --git a/TESTING/EIG/clsets.f b/TESTING/EIG/clsets.f index 13e037df6d..2124a9e091 100644 --- a/TESTING/EIG/clsets.f +++ b/TESTING/EIG/clsets.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CLSETS( M, P, N, A, AF, LDA, B, BF, LDB, C, CF, $ D, DF, X, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/csbmv.f b/TESTING/EIG/csbmv.f index dc1b2330d3..567ea45178 100644 --- a/TESTING/EIG/csbmv.f +++ b/TESTING/EIG/csbmv.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CSBMV( UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/csgt01.f b/TESTING/EIG/csgt01.f index e6d6bb3e22..828669d48d 100644 --- a/TESTING/EIG/csgt01.f +++ b/TESTING/EIG/csgt01.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CSGT01( ITYPE, UPLO, N, M, A, LDA, B, LDB, Z, LDZ, D, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/cslect.f b/TESTING/EIG/cslect.f index 1092b630ad..be324ec3c2 100644 --- a/TESTING/EIG/cslect.f +++ b/TESTING/EIG/cslect.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_eig * * ===================================================================== LOGICAL FUNCTION CSLECT( Z ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. COMPLEX Z diff --git a/TESTING/EIG/cstt21.f b/TESTING/EIG/cstt21.f index 3fdfa16751..58f426961f 100644 --- a/TESTING/EIG/cstt21.f +++ b/TESTING/EIG/cstt21.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CSTT21( N, KBAND, AD, AE, SD, SE, U, LDU, WORK, RWORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, N diff --git a/TESTING/EIG/cstt22.f b/TESTING/EIG/cstt22.f index 2db3736e81..bd09f63020 100644 --- a/TESTING/EIG/cstt22.f +++ b/TESTING/EIG/cstt22.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CSTT22( N, M, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ LDWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, LDWORK, M, N diff --git a/TESTING/EIG/cunt01.f b/TESTING/EIG/cunt01.f index 20c5682184..d8928954f7 100644 --- a/TESTING/EIG/cunt01.f +++ b/TESTING/EIG/cunt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CUNT01( ROWCOL, M, N, U, LDU, WORK, LWORK, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 ROWCOL diff --git a/TESTING/EIG/cunt03.f b/TESTING/EIG/cunt03.f index 8e1fd207fa..56165f9543 100644 --- a/TESTING/EIG/cunt03.f +++ b/TESTING/EIG/cunt03.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_eig * * ===================================================================== SUBROUTINE CUNT03( RC, MU, MV, N, K, U, LDU, V, LDV, WORK, LWORK, $ RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*( * ) RC diff --git a/TESTING/EIG/dbdt01.f b/TESTING/EIG/dbdt01.f index 4b2219e5d7..40ac373ba8 100644 --- a/TESTING/EIG/dbdt01.f +++ b/TESTING/EIG/dbdt01.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KD, LDA, LDPT, LDQ, M, N diff --git a/TESTING/EIG/dbdt02.f b/TESTING/EIG/dbdt02.f index 2f7c8c1f91..fd1b030e0c 100644 --- a/TESTING/EIG/dbdt02.f +++ b/TESTING/EIG/dbdt02.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DBDT02( M, N, B, LDB, C, LDC, U, LDU, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDC, LDU, M, N diff --git a/TESTING/EIG/dbdt03.f b/TESTING/EIG/dbdt03.f index 80c0473311..8af6162c96 100644 --- a/TESTING/EIG/dbdt03.f +++ b/TESTING/EIG/dbdt03.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DBDT03( UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dbdt04.f b/TESTING/EIG/dbdt04.f index 494442cc9a..1c07135552 100644 --- a/TESTING/EIG/dbdt04.f +++ b/TESTING/EIG/dbdt04.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DBDT04( UPLO, N, D, E, S, NS, U, LDU, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dbdt05.f b/TESTING/EIG/dbdt05.f index a4c4076ad0..e4e6fcac68 100644 --- a/TESTING/EIG/dbdt05.f +++ b/TESTING/EIG/dbdt05.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DBDT05( M, N, A, LDA, S, NS, U, LDU, $ VT, LDVT, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDU, LDVT, M, N, NS diff --git a/TESTING/EIG/dchkbb.f b/TESTING/EIG/dchkbb.f index 51a29585bd..9fec997288 100644 --- a/TESTING/EIG/dchkbb.f +++ b/TESTING/EIG/dchkbb.f @@ -345,8 +345,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -358,7 +356,6 @@ SUBROUTINE DCHKBB( NSIZES, MVAL, NVAL, NWDTHS, KK, NTYPES, DOTYPE, * -- LAPACK test routine (input) -- * -- 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 .. INTEGER INFO, LDA, LDAB, LDC, LDP, LDQ, LWORK, NOUNIT, diff --git a/TESTING/EIG/dchkbd.f b/TESTING/EIG/dchkbd.f index 0557574d35..a24acfab2b 100644 --- a/TESTING/EIG/dchkbd.f +++ b/TESTING/EIG/dchkbd.f @@ -483,8 +483,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -493,10 +491,9 @@ SUBROUTINE DCHKBD( NSIZES, MVAL, NVAL, NTYPES, DOTYPE, NRHS, $ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK, $ IWORK, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS, diff --git a/TESTING/EIG/dchkbk.f b/TESTING/EIG/dchkbk.f index 2accd4bfd9..364b8f6b1f 100644 --- a/TESTING/EIG/dchkbk.f +++ b/TESTING/EIG/dchkbk.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DCHKBK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/dchkbl.f b/TESTING/EIG/dchkbl.f index 403d4edc54..7237dacf29 100644 --- a/TESTING/EIG/dchkbl.f +++ b/TESTING/EIG/dchkbl.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DCHKBL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/dchkec.f b/TESTING/EIG/dchkec.f index e3511fef06..8549618842 100644 --- a/TESTING/EIG/dchkec.f +++ b/TESTING/EIG/dchkec.f @@ -69,17 +69,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DCHKEC( THRESH, TSTERR, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/EIG/dchkee.F b/TESTING/EIG/dchkee.F index ee22ce33d5..1ffcb43b6a 100644 --- a/TESTING/EIG/dchkee.F +++ b/TESTING/EIG/dchkee.F @@ -1033,8 +1033,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -1044,10 +1042,9 @@ PROGRAM DCHKEE use omp_lib #endif * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * ===================================================================== * diff --git a/TESTING/EIG/dchkgg.f b/TESTING/EIG/dchkgg.f index 912ca4ae07..15e1360ea3 100644 --- a/TESTING/EIG/dchkgg.f +++ b/TESTING/EIG/dchkgg.f @@ -500,8 +500,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -511,10 +509,9 @@ SUBROUTINE DCHKGG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BETA1, ALPHR3, ALPHI3, BETA3, EVECTL, EVECTR, $ WORK, LWORK, LLWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL TSTDIF diff --git a/TESTING/EIG/dchkgk.f b/TESTING/EIG/dchkgk.f index 85c7325d49..9ba567d743 100644 --- a/TESTING/EIG/dchkgk.f +++ b/TESTING/EIG/dchkgk.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DCHKGK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/dchkgl.f b/TESTING/EIG/dchkgl.f index d7fd0cadc0..60fee9870a 100644 --- a/TESTING/EIG/dchkgl.f +++ b/TESTING/EIG/dchkgl.f @@ -46,17 +46,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DCHKGL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/dchkhs.f b/TESTING/EIG/dchkhs.f index 375a70e9a4..2e57498965 100644 --- a/TESTING/EIG/dchkhs.f +++ b/TESTING/EIG/dchkhs.f @@ -401,8 +401,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -412,10 +410,9 @@ SUBROUTINE DCHKHS( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ EVECTY, EVECTX, UU, TAU, WORK, NWORK, IWORK, $ SELECT, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/dchksb.f b/TESTING/EIG/dchksb.f index b95e595de2..86f849b77c 100644 --- a/TESTING/EIG/dchksb.f +++ b/TESTING/EIG/dchksb.f @@ -284,8 +284,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -293,10 +291,9 @@ SUBROUTINE DCHKSB( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, ISEED, $ THRESH, NOUNIT, A, LDA, SD, SE, U, LDU, WORK, $ LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/dchksb2stg.f b/TESTING/EIG/dchksb2stg.f index 81ac467109..5ed8e21042 100644 --- a/TESTING/EIG/dchksb2stg.f +++ b/TESTING/EIG/dchksb2stg.f @@ -323,8 +323,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_eig * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE DCHKSB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, $ ISEED, THRESH, NOUNIT, A, LDA, SD, SE, D1, $ D2, D3, U, LDU, WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/dchkst.f b/TESTING/EIG/dchkst.f index 1b4d85f79b..2e04f68c53 100644 --- a/TESTING/EIG/dchkst.f +++ b/TESTING/EIG/dchkst.f @@ -581,8 +581,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -591,10 +589,9 @@ SUBROUTINE DCHKST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA1, WA2, WA3, WR, U, LDU, V, VP, TAU, Z, WORK, $ LWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/dchkst2stg.f b/TESTING/EIG/dchkst2stg.f index 7115175c29..f7a581813c 100644 --- a/TESTING/EIG/dchkst2stg.f +++ b/TESTING/EIG/dchkst2stg.f @@ -602,8 +602,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -612,10 +610,9 @@ SUBROUTINE DCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA1, WA2, WA3, WR, U, LDU, V, VP, TAU, Z, WORK, $ LWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/dckcsd.f b/TESTING/EIG/dckcsd.f index ca3a397a0d..72c66a0f68 100644 --- a/TESTING/EIG/dckcsd.f +++ b/TESTING/EIG/dckcsd.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -184,10 +182,9 @@ SUBROUTINE DCKCSD( NM, MVAL, PVAL, QVAL, NMATS, ISEED, THRESH, $ MMAX, X, XF, U1, U2, V1T, V2T, THETA, IWORK, $ WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, MMAX, NOUT diff --git a/TESTING/EIG/dckglm.f b/TESTING/EIG/dckglm.f index a47e9dbe1f..389ba49328 100644 --- a/TESTING/EIG/dckglm.f +++ b/TESTING/EIG/dckglm.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DCKGLM( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/dckgqr.f b/TESTING/EIG/dckgqr.f index eb86643fc3..a810facc0e 100644 --- a/TESTING/EIG/dckgqr.f +++ b/TESTING/EIG/dckgqr.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE DCKGQR( NM, MVAL, NP, PVAL, NN, NVAL, NMATS, ISEED, $ THRESH, NMAX, A, AF, AQ, AR, TAUA, B, BF, BZ, $ BT, BWK, TAUB, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NN, NOUT, NP diff --git a/TESTING/EIG/dckgsv.f b/TESTING/EIG/dckgsv.f index bc57ff8416..3b60dde6b7 100644 --- a/TESTING/EIG/dckgsv.f +++ b/TESTING/EIG/dckgsv.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -198,10 +196,9 @@ SUBROUTINE DCKGSV( NM, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, U, V, Q, ALPHA, BETA, R, $ IWORK, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NOUT diff --git a/TESTING/EIG/dcklse.f b/TESTING/EIG/dcklse.f index 7d9b3f594d..b2dbbf1e52 100644 --- a/TESTING/EIG/dcklse.f +++ b/TESTING/EIG/dcklse.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DCKLSE( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/dcsdts.f b/TESTING/EIG/dcsdts.f index f76c04bf85..a671a8a258 100644 --- a/TESTING/EIG/dcsdts.f +++ b/TESTING/EIG/dcsdts.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -229,10 +227,9 @@ SUBROUTINE DCSDTS( M, P, Q, X, XF, LDX, U1, LDU1, U2, LDU2, V1T, $ LDV1T, V2T, LDV2T, THETA, IWORK, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDU1, LDU2, LDV1T, LDV2T, LWORK, M, P, Q diff --git a/TESTING/EIG/ddrges.f b/TESTING/EIG/ddrges.f index 035ba04d0b..abb10547a0 100644 --- a/TESTING/EIG/ddrges.f +++ b/TESTING/EIG/ddrges.f @@ -393,8 +393,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -403,10 +401,9 @@ SUBROUTINE DDRGES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/ddrges3.f b/TESTING/EIG/ddrges3.f index 3b23deebef..9bd0144f25 100644 --- a/TESTING/EIG/ddrges3.f +++ b/TESTING/EIG/ddrges3.f @@ -393,8 +393,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup double_eig * * ===================================================================== @@ -403,10 +401,9 @@ SUBROUTINE DDRGES3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/ddrgev.f b/TESTING/EIG/ddrgev.f index c587e66aba..536ab36e1d 100644 --- a/TESTING/EIG/ddrgev.f +++ b/TESTING/EIG/ddrgev.f @@ -398,8 +398,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -408,10 +406,9 @@ SUBROUTINE DDRGEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1, $ WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrgev3.f b/TESTING/EIG/ddrgev3.f index 1c60e44347..4d174962dc 100644 --- a/TESTING/EIG/ddrgev3.f +++ b/TESTING/EIG/ddrgev3.f @@ -398,8 +398,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup double_eig * * ===================================================================== @@ -408,10 +406,9 @@ SUBROUTINE DDRGEV3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1, $ WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrgsx.f b/TESTING/EIG/ddrgsx.f index 7fe9dfc14f..b3f5e23f4a 100644 --- a/TESTING/EIG/ddrgsx.f +++ b/TESTING/EIG/ddrgsx.f @@ -350,8 +350,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -359,10 +357,9 @@ SUBROUTINE DDRGSX( NSIZE, NCMAX, THRESH, NIN, NOUT, A, LDA, B, AI, $ BI, Z, Q, ALPHAR, ALPHAI, BETA, C, LDC, S, $ WORK, LWORK, IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN, diff --git a/TESTING/EIG/ddrgvx.f b/TESTING/EIG/ddrgvx.f index 32d08b5d77..c637621348 100644 --- a/TESTING/EIG/ddrgvx.f +++ b/TESTING/EIG/ddrgvx.f @@ -290,8 +290,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_eig * * ===================================================================== @@ -300,10 +298,9 @@ SUBROUTINE DDRGVX( NSIZE, THRESH, NIN, NOUT, A, LDA, B, AI, BI, $ RSCALE, S, DTRU, DIF, DIFTRU, WORK, LWORK, $ IWORK, LIWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT, diff --git a/TESTING/EIG/ddrvbd.f b/TESTING/EIG/ddrvbd.f index bd4ae60da2..ce83234bff 100644 --- a/TESTING/EIG/ddrvbd.f +++ b/TESTING/EIG/ddrvbd.f @@ -357,8 +357,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -368,10 +366,9 @@ SUBROUTINE DDRVBD( NSIZES, MM, NN, NTYPES, DOTYPE, ISEED, THRESH, * IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LDVT, LWORK, NOUT, NSIZES, diff --git a/TESTING/EIG/ddrves.f b/TESTING/EIG/ddrves.f index 2904b633af..d2c2218b0b 100644 --- a/TESTING/EIG/ddrves.f +++ b/TESTING/EIG/ddrves.f @@ -379,8 +379,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -388,10 +386,9 @@ SUBROUTINE DDRVES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, H, HT, WR, WI, WRT, WIT, VS, $ LDVS, RESULT, WORK, NWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/ddrvev.f b/TESTING/EIG/ddrvev.f index a3e6a2023a..3b39fa977c 100644 --- a/TESTING/EIG/ddrvev.f +++ b/TESTING/EIG/ddrvev.f @@ -396,8 +396,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -406,10 +404,9 @@ SUBROUTINE DDRVEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ VR, LDVR, LRE, LDLRE, RESULT, WORK, NWORK, $ IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvsg.f b/TESTING/EIG/ddrvsg.f index de094fcd8b..0b49c8404a 100644 --- a/TESTING/EIG/ddrvsg.f +++ b/TESTING/EIG/ddrvsg.f @@ -346,8 +346,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -355,10 +353,9 @@ SUBROUTINE DDRVSG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, B, LDB, D, Z, LDZ, AB, BB, AP, $ BP, WORK, NWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvsg2stg.f b/TESTING/EIG/ddrvsg2stg.f index 700e4f74d5..196c6b48e6 100644 --- a/TESTING/EIG/ddrvsg2stg.f +++ b/TESTING/EIG/ddrvsg2stg.f @@ -352,8 +352,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -364,10 +362,9 @@ SUBROUTINE DDRVSG2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, * IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvst.f b/TESTING/EIG/ddrvst.f index efa75406f2..a25077018b 100644 --- a/TESTING/EIG/ddrvst.f +++ b/TESTING/EIG/ddrvst.f @@ -443,8 +443,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -453,10 +451,9 @@ SUBROUTINE DDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA2, WA3, U, LDU, V, TAU, Z, WORK, LWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvst2stg.f b/TESTING/EIG/ddrvst2stg.f index 489c385a16..e1d6a08109 100644 --- a/TESTING/EIG/ddrvst2stg.f +++ b/TESTING/EIG/ddrvst2stg.f @@ -443,8 +443,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -453,10 +451,9 @@ SUBROUTINE DDRVST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA2, WA3, U, LDU, V, TAU, Z, WORK, LWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvsx.f b/TESTING/EIG/ddrvsx.f index 9006f1a929..c032a4a0c8 100644 --- a/TESTING/EIG/ddrvsx.f +++ b/TESTING/EIG/ddrvsx.f @@ -444,8 +444,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -454,10 +452,9 @@ SUBROUTINE DDRVSX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WIT, WRTMP, WITMP, VS, LDVS, VS1, RESULT, WORK, $ LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES, diff --git a/TESTING/EIG/ddrvvx.f b/TESTING/EIG/ddrvvx.f index b088f6cc33..cbb78d2b6e 100644 --- a/TESTING/EIG/ddrvvx.f +++ b/TESTING/EIG/ddrvvx.f @@ -510,8 +510,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -521,10 +519,9 @@ SUBROUTINE DDRVVX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ RCDVIN, RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, $ RESULT, WORK, NWORK, IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT, diff --git a/TESTING/EIG/derrbd.f b/TESTING/EIG/derrbd.f index 934eb2066c..914274ff25 100644 --- a/TESTING/EIG/derrbd.f +++ b/TESTING/EIG/derrbd.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERRBD( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/derrec.f b/TESTING/EIG/derrec.f index dc0828e0c9..d5863ad426 100644 --- a/TESTING/EIG/derrec.f +++ b/TESTING/EIG/derrec.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERREC( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/derred.f b/TESTING/EIG/derred.f index 94264e2566..6df5178253 100644 --- a/TESTING/EIG/derred.f +++ b/TESTING/EIG/derred.f @@ -63,17 +63,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERRED( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/derrgg.f b/TESTING/EIG/derrgg.f index 5671e94478..c8e7bb6c60 100644 --- a/TESTING/EIG/derrgg.f +++ b/TESTING/EIG/derrgg.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERRGG( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/derrhs.f b/TESTING/EIG/derrhs.f index a8a2b865e8..fec41c0f0f 100644 --- a/TESTING/EIG/derrhs.f +++ b/TESTING/EIG/derrhs.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERRHS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/derrst.f b/TESTING/EIG/derrst.f index a544cfbfb7..f297e5a7d8 100644 --- a/TESTING/EIG/derrst.f +++ b/TESTING/EIG/derrst.f @@ -54,17 +54,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DERRST( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/dget02.f b/TESTING/EIG/dget02.f index a0337eeeca..1d131dd1a1 100644 --- a/TESTING/EIG/dget02.f +++ b/TESTING/EIG/dget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/TESTING/EIG/dget10.f b/TESTING/EIG/dget10.f index e0b3577d6d..684172f6b8 100644 --- a/TESTING/EIG/dget10.f +++ b/TESTING/EIG/dget10.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET10( M, N, A, LDA, B, LDB, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, M, N diff --git a/TESTING/EIG/dget22.f b/TESTING/EIG/dget22.f index ff7ba15aa5..8118999ef3 100644 --- a/TESTING/EIG/dget22.f +++ b/TESTING/EIG/dget22.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, WR, $ WI, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANSA, TRANSE, TRANSW diff --git a/TESTING/EIG/dget23.f b/TESTING/EIG/dget23.f index 8c801aeeed..2151669046 100644 --- a/TESTING/EIG/dget23.f +++ b/TESTING/EIG/dget23.f @@ -367,8 +367,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE DGET23( COMP, BALANC, JTYPE, THRESH, ISEED, NOUNIT, N, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/dget24.f b/TESTING/EIG/dget24.f index a3c01756cf..eeb9109e9c 100644 --- a/TESTING/EIG/dget24.f +++ b/TESTING/EIG/dget24.f @@ -333,8 +333,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -343,10 +341,9 @@ SUBROUTINE DGET24( COMP, JTYPE, THRESH, ISEED, NOUNIT, N, A, LDA, $ LDVS, VS1, RCDEIN, RCDVIN, NSLCT, ISLCT, $ RESULT, WORK, LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/dget31.f b/TESTING/EIG/dget31.f index 267ed7798e..b952a91d24 100644 --- a/TESTING/EIG/dget31.f +++ b/TESTING/EIG/dget31.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET31( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX diff --git a/TESTING/EIG/dget32.f b/TESTING/EIG/dget32.f index 59fccf068b..faf1773bbd 100644 --- a/TESTING/EIG/dget32.f +++ b/TESTING/EIG/dget32.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET32( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/dget33.f b/TESTING/EIG/dget33.f index eb6b4516d9..c4f3b69ce2 100644 --- a/TESTING/EIG/dget33.f +++ b/TESTING/EIG/dget33.f @@ -69,17 +69,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET33( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/dget34.f b/TESTING/EIG/dget34.f index 116b334ff7..67f0df99fd 100644 --- a/TESTING/EIG/dget34.f +++ b/TESTING/EIG/dget34.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET34( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX diff --git a/TESTING/EIG/dget35.f b/TESTING/EIG/dget35.f index c5d4dece5b..a7908fca24 100644 --- a/TESTING/EIG/dget35.f +++ b/TESTING/EIG/dget35.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET35( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/dget36.f b/TESTING/EIG/dget36.f index 83bed283a2..8725ae2e40 100644 --- a/TESTING/EIG/dget36.f +++ b/TESTING/EIG/dget36.f @@ -81,17 +81,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET36( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN diff --git a/TESTING/EIG/dget37.f b/TESTING/EIG/dget37.f index 2a4132c6ae..fbdf50be22 100644 --- a/TESTING/EIG/dget37.f +++ b/TESTING/EIG/dget37.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET37( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/dget38.f b/TESTING/EIG/dget38.f index c677e3175c..a0fb6daec0 100644 --- a/TESTING/EIG/dget38.f +++ b/TESTING/EIG/dget38.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET38( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/dget39.f b/TESTING/EIG/dget39.f index 17e66c8e69..773d39c71d 100644 --- a/TESTING/EIG/dget39.f +++ b/TESTING/EIG/dget39.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET39( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/dget40.f b/TESTING/EIG/dget40.f index 9a6f49b229..4d087f5240 100644 --- a/TESTING/EIG/dget40.f +++ b/TESTING/EIG/dget40.f @@ -76,17 +76,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET40( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN diff --git a/TESTING/EIG/dget51.f b/TESTING/EIG/dget51.f index 530da5b500..27a4030161 100644 --- a/TESTING/EIG/dget51.f +++ b/TESTING/EIG/dget51.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET51( ITYPE, N, A, LDA, B, LDB, U, LDU, V, LDV, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ITYPE, LDA, LDB, LDU, LDV, N diff --git a/TESTING/EIG/dget52.f b/TESTING/EIG/dget52.f index e236fccb1e..aac764c2b5 100644 --- a/TESTING/EIG/dget52.f +++ b/TESTING/EIG/dget52.f @@ -191,18 +191,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET52( LEFT, N, A, LDA, B, LDB, E, LDE, ALPHAR, $ ALPHAI, BETA, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL LEFT diff --git a/TESTING/EIG/dget53.f b/TESTING/EIG/dget53.f index 9cacb3540f..ca0e830a78 100644 --- a/TESTING/EIG/dget53.f +++ b/TESTING/EIG/dget53.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET53( A, LDA, B, LDB, SCALE, WR, WI, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB diff --git a/TESTING/EIG/dget54.f b/TESTING/EIG/dget54.f index 172daabe98..5ea5933102 100644 --- a/TESTING/EIG/dget54.f +++ b/TESTING/EIG/dget54.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGET54( N, A, LDA, B, LDB, S, LDS, T, LDT, U, LDU, V, $ LDV, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LDS, LDT, LDU, LDV, N diff --git a/TESTING/EIG/dglmts.f b/TESTING/EIG/dglmts.f index 1f40fe4990..0286a757cd 100644 --- a/TESTING/EIG/dglmts.f +++ b/TESTING/EIG/dglmts.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGLMTS( N, M, P, A, AF, LDA, B, BF, LDB, D, DF, X, U, $ WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/dgqrts.f b/TESTING/EIG/dgqrts.f index 34f0bab561..4ea8a0ec94 100644 --- a/TESTING/EIG/dgqrts.f +++ b/TESTING/EIG/dgqrts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGQRTS( N, M, P, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/dgrqts.f b/TESTING/EIG/dgrqts.f index 4e38b0a746..c69aeee230 100644 --- a/TESTING/EIG/dgrqts.f +++ b/TESTING/EIG/dgrqts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DGRQTS( M, P, N, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/dgsvts3.f b/TESTING/EIG/dgsvts3.f index 131aa81bc3..8a0ebac03d 100644 --- a/TESTING/EIG/dgsvts3.f +++ b/TESTING/EIG/dgsvts3.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup double_eig * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE DGSVTS3( M, P, N, A, AF, LDA, B, BF, LDB, U, LDU, V, $ LDV, Q, LDQ, ALPHA, BETA, R, LDR, IWORK, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDQ, LDR, LDU, LDV, LWORK, M, N, P diff --git a/TESTING/EIG/dhst01.f b/TESTING/EIG/dhst01.f index 9e7ae0201d..79925881b0 100644 --- a/TESTING/EIG/dhst01.f +++ b/TESTING/EIG/dhst01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DHST01( N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, $ LWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IHI, ILO, LDA, LDH, LDQ, LWORK, N diff --git a/TESTING/EIG/dlafts.f b/TESTING/EIG/dlafts.f index 634c52c1bb..64a0bfc52f 100644 --- a/TESTING/EIG/dlafts.f +++ b/TESTING/EIG/dlafts.f @@ -91,18 +91,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLAFTS( TYPE, M, N, IMAT, NTESTS, RESULT, ISEED, $ THRESH, IOUNIT, IE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/dlahd2.f b/TESTING/EIG/dlahd2.f index efb32c9170..a6c65635f0 100644 --- a/TESTING/EIG/dlahd2.f +++ b/TESTING/EIG/dlahd2.f @@ -58,17 +58,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLAHD2( IOUNIT, PATH ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/dlarfy.f b/TESTING/EIG/dlarfy.f index a0b0ebb31b..dc0e328e79 100644 --- a/TESTING/EIG/dlarfy.f +++ b/TESTING/EIG/dlarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dlarhs.f b/TESTING/EIG/dlarhs.f index 74b22792af..2505ae227b 100644 --- a/TESTING/EIG/dlarhs.f +++ b/TESTING/EIG/dlarhs.f @@ -196,18 +196,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/EIG/dlasum.f b/TESTING/EIG/dlasum.f index 555c405a17..d5b8717b48 100644 --- a/TESTING/EIG/dlasum.f +++ b/TESTING/EIG/dlasum.f @@ -36,17 +36,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLASUM( TYPE, IOUNIT, IE, NRUN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/dlatb9.f b/TESTING/EIG/dlatb9.f index 42ce5a07a4..70647889b4 100644 --- a/TESTING/EIG/dlatb9.f +++ b/TESTING/EIG/dlatb9.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== @@ -170,10 +168,9 @@ SUBROUTINE DLATB9( PATH, IMAT, M, P, N, TYPE, KLA, KUA, KLB, KUB, $ ANORM, BNORM, MODEA, MODEB, CNDNMA, CNDNMB, $ DISTA, DISTB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DISTA, DISTB, TYPE diff --git a/TESTING/EIG/dlatm4.f b/TESTING/EIG/dlatm4.f index 04de323d51..266c10ff18 100644 --- a/TESTING/EIG/dlatm4.f +++ b/TESTING/EIG/dlatm4.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLATM4( ITYPE, N, NZ1, NZ2, ISIGN, AMAGN, RCOND, $ TRIANG, IDIST, ISEED, A, LDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IDIST, ISIGN, ITYPE, LDA, N, NZ1, NZ2 diff --git a/TESTING/EIG/dlctes.f b/TESTING/EIG/dlctes.f index 082c4514ea..039dfb2aac 100644 --- a/TESTING/EIG/dlctes.f +++ b/TESTING/EIG/dlctes.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== LOGICAL FUNCTION DLCTES( ZR, ZI, D ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. DOUBLE PRECISION D, ZI, ZR diff --git a/TESTING/EIG/dlctsx.f b/TESTING/EIG/dlctsx.f index f852b60a73..878262070b 100644 --- a/TESTING/EIG/dlctsx.f +++ b/TESTING/EIG/dlctsx.f @@ -58,17 +58,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== LOGICAL FUNCTION DLCTSX( AR, AI, BETA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION AI, AR, BETA diff --git a/TESTING/EIG/dlsets.f b/TESTING/EIG/dlsets.f index f2303614cd..3616183a52 100644 --- a/TESTING/EIG/dlsets.f +++ b/TESTING/EIG/dlsets.f @@ -143,18 +143,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DLSETS( M, P, N, A, AF, LDA, B, BF, LDB, C, CF, D, DF, $ X, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/dort01.f b/TESTING/EIG/dort01.f index 32694bd072..eb1d7a7ec2 100644 --- a/TESTING/EIG/dort01.f +++ b/TESTING/EIG/dort01.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DORT01( ROWCOL, M, N, U, LDU, WORK, LWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 ROWCOL diff --git a/TESTING/EIG/dort03.f b/TESTING/EIG/dort03.f index 46f34574f2..a7ce1588ea 100644 --- a/TESTING/EIG/dort03.f +++ b/TESTING/EIG/dort03.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DORT03( RC, MU, MV, N, K, U, LDU, V, LDV, WORK, LWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*( * ) RC diff --git a/TESTING/EIG/dsbt21.f b/TESTING/EIG/dsbt21.f index 54795623b4..33a0c807b3 100644 --- a/TESTING/EIG/dsbt21.f +++ b/TESTING/EIG/dsbt21.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSBT21( UPLO, N, KA, KS, A, LDA, D, E, U, LDU, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dsgt01.f b/TESTING/EIG/dsgt01.f index bb3e42b4c2..456c99b0ea 100644 --- a/TESTING/EIG/dsgt01.f +++ b/TESTING/EIG/dsgt01.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSGT01( ITYPE, UPLO, N, M, A, LDA, B, LDB, Z, LDZ, D, $ WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dslect.f b/TESTING/EIG/dslect.f index af58467993..e2ef8df887 100644 --- a/TESTING/EIG/dslect.f +++ b/TESTING/EIG/dslect.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_eig * * ===================================================================== LOGICAL FUNCTION DSLECT( ZR, ZI ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. DOUBLE PRECISION ZI, ZR diff --git a/TESTING/EIG/dspt21.f b/TESTING/EIG/dspt21.f index 4b1d360c50..7fba320f4d 100644 --- a/TESTING/EIG/dspt21.f +++ b/TESTING/EIG/dspt21.f @@ -213,18 +213,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSPT21( ITYPE, UPLO, N, KBAND, AP, D, E, U, LDU, VP, $ TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dstech.f b/TESTING/EIG/dstech.f index 23ae8e575b..00a1406ea6 100644 --- a/TESTING/EIG/dstech.f +++ b/TESTING/EIG/dstech.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSTECH( N, A, B, EIG, TOL, WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, N diff --git a/TESTING/EIG/dstect.f b/TESTING/EIG/dstect.f index 1a8aef33b1..d23f8dc4ba 100644 --- a/TESTING/EIG/dstect.f +++ b/TESTING/EIG/dstect.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSTECT( N, A, B, SHIFT, NUM ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N, NUM diff --git a/TESTING/EIG/dstt21.f b/TESTING/EIG/dstt21.f index 9d289ffc70..6eca6e6b7a 100644 --- a/TESTING/EIG/dstt21.f +++ b/TESTING/EIG/dstt21.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSTT21( N, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, N diff --git a/TESTING/EIG/dstt22.f b/TESTING/EIG/dstt22.f index 5cdc056c96..fc68590cf2 100644 --- a/TESTING/EIG/dstt22.f +++ b/TESTING/EIG/dstt22.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSTT22( N, M, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ LDWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, LDWORK, M, N diff --git a/TESTING/EIG/dsvdch.f b/TESTING/EIG/dsvdch.f index 9f3129dd28..58cfb5cb69 100644 --- a/TESTING/EIG/dsvdch.f +++ b/TESTING/EIG/dsvdch.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSVDCH( N, S, E, SVD, TOL, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, N diff --git a/TESTING/EIG/dsvdct.f b/TESTING/EIG/dsvdct.f index ddb1ebf681..6f87c5712c 100644 --- a/TESTING/EIG/dsvdct.f +++ b/TESTING/EIG/dsvdct.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSVDCT( N, S, E, SHIFT, NUM ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N, NUM diff --git a/TESTING/EIG/dsxt1.f b/TESTING/EIG/dsxt1.f index 6d482c2fea..97b323ca0b 100644 --- a/TESTING/EIG/dsxt1.f +++ b/TESTING/EIG/dsxt1.f @@ -98,18 +98,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== DOUBLE PRECISION FUNCTION DSXT1( IJOB, D1, N1, D2, N2, ABSTOL, $ ULP, UNFL ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IJOB, N1, N2 diff --git a/TESTING/EIG/dsyt21.f b/TESTING/EIG/dsyt21.f index e00bd0db27..86c506902d 100644 --- a/TESTING/EIG/dsyt21.f +++ b/TESTING/EIG/dsyt21.f @@ -199,18 +199,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSYT21( ITYPE, UPLO, N, KBAND, A, LDA, D, E, U, LDU, V, $ LDV, TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/dsyt22.f b/TESTING/EIG/dsyt22.f index 09e4aeb828..5a98f90950 100644 --- a/TESTING/EIG/dsyt22.f +++ b/TESTING/EIG/dsyt22.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE DSYT22( ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU, $ V, LDV, TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/ilaenv.f b/TESTING/EIG/ilaenv.f index d99f52ea90..b7ee3b6711 100644 --- a/TESTING/EIG/ilaenv.f +++ b/TESTING/EIG/ilaenv.f @@ -122,8 +122,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup OTHERauxiliary * *> \par Further Details: @@ -153,10 +151,9 @@ INTEGER FUNCTION ILAENV( ISPEC, NAME, OPTS, N1, N2, N3, $ N4 ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*( * ) NAME, OPTS diff --git a/TESTING/EIG/sbdt01.f b/TESTING/EIG/sbdt01.f index 7523e1b5bc..2e4e48df33 100644 --- a/TESTING/EIG/sbdt01.f +++ b/TESTING/EIG/sbdt01.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KD, LDA, LDPT, LDQ, M, N diff --git a/TESTING/EIG/sbdt02.f b/TESTING/EIG/sbdt02.f index b31e64935d..cbce82ba7c 100644 --- a/TESTING/EIG/sbdt02.f +++ b/TESTING/EIG/sbdt02.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SBDT02( M, N, B, LDB, C, LDC, U, LDU, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDC, LDU, M, N diff --git a/TESTING/EIG/sbdt03.f b/TESTING/EIG/sbdt03.f index 73e58cea77..1956325e99 100644 --- a/TESTING/EIG/sbdt03.f +++ b/TESTING/EIG/sbdt03.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SBDT03( UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/sbdt04.f b/TESTING/EIG/sbdt04.f index c419876354..a97cc28c1b 100644 --- a/TESTING/EIG/sbdt04.f +++ b/TESTING/EIG/sbdt04.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE SBDT04( UPLO, N, D, E, S, NS, U, LDU, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/sbdt05.f b/TESTING/EIG/sbdt05.f index 40402a9190..121c35a90d 100644 --- a/TESTING/EIG/sbdt05.f +++ b/TESTING/EIG/sbdt05.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE SBDT05( M, N, A, LDA, S, NS, U, LDU, $ VT, LDVT, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDU, LDVT, M, N, NS diff --git a/TESTING/EIG/schkbb.f b/TESTING/EIG/schkbb.f index 55f18c0afe..a3d48d7373 100644 --- a/TESTING/EIG/schkbb.f +++ b/TESTING/EIG/schkbb.f @@ -345,8 +345,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -358,7 +356,6 @@ SUBROUTINE SCHKBB( NSIZES, MVAL, NVAL, NWDTHS, KK, NTYPES, DOTYPE, * -- LAPACK test routine (input) -- * -- 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 .. INTEGER INFO, LDA, LDAB, LDC, LDP, LDQ, LWORK, NOUNIT, diff --git a/TESTING/EIG/schkbd.f b/TESTING/EIG/schkbd.f index 4da7798fb1..ba19cddd2f 100644 --- a/TESTING/EIG/schkbd.f +++ b/TESTING/EIG/schkbd.f @@ -483,8 +483,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -493,10 +491,9 @@ SUBROUTINE SCHKBD( NSIZES, MVAL, NVAL, NTYPES, DOTYPE, NRHS, $ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK, $ IWORK, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS, diff --git a/TESTING/EIG/schkbk.f b/TESTING/EIG/schkbk.f index 37a636bc2b..1824017572 100644 --- a/TESTING/EIG/schkbk.f +++ b/TESTING/EIG/schkbk.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SCHKBK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/schkbl.f b/TESTING/EIG/schkbl.f index ebce7cd838..e0634603b6 100644 --- a/TESTING/EIG/schkbl.f +++ b/TESTING/EIG/schkbl.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SCHKBL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/schkec.f b/TESTING/EIG/schkec.f index 7da9b1b66a..e6123e1ad9 100644 --- a/TESTING/EIG/schkec.f +++ b/TESTING/EIG/schkec.f @@ -69,17 +69,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SCHKEC( THRESH, TSTERR, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/EIG/schkee.F b/TESTING/EIG/schkee.F index a063c18b5b..78d90a1a97 100644 --- a/TESTING/EIG/schkee.F +++ b/TESTING/EIG/schkee.F @@ -1033,8 +1033,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -1044,10 +1042,9 @@ PROGRAM SCHKEE use omp_lib #endif * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * ===================================================================== * diff --git a/TESTING/EIG/schkgg.f b/TESTING/EIG/schkgg.f index 6b18a68ba7..fff2a6c2e9 100644 --- a/TESTING/EIG/schkgg.f +++ b/TESTING/EIG/schkgg.f @@ -500,8 +500,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -511,10 +509,9 @@ SUBROUTINE SCHKGG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BETA1, ALPHR3, ALPHI3, BETA3, EVECTL, EVECTR, $ WORK, LWORK, LLWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL TSTDIF diff --git a/TESTING/EIG/schkgk.f b/TESTING/EIG/schkgk.f index 6d86a1380d..d8d98ca960 100644 --- a/TESTING/EIG/schkgk.f +++ b/TESTING/EIG/schkgk.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SCHKGK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/schkgl.f b/TESTING/EIG/schkgl.f index 51b6ff8f75..5ce99d90a3 100644 --- a/TESTING/EIG/schkgl.f +++ b/TESTING/EIG/schkgl.f @@ -46,17 +46,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SCHKGL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/schkhs.f b/TESTING/EIG/schkhs.f index fab38c2beb..ab0e901383 100644 --- a/TESTING/EIG/schkhs.f +++ b/TESTING/EIG/schkhs.f @@ -401,8 +401,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -412,10 +410,9 @@ SUBROUTINE SCHKHS( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ EVECTY, EVECTX, UU, TAU, WORK, NWORK, IWORK, $ SELECT, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/schksb.f b/TESTING/EIG/schksb.f index e68a95cb54..b93e9e6801 100644 --- a/TESTING/EIG/schksb.f +++ b/TESTING/EIG/schksb.f @@ -284,8 +284,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -293,10 +291,9 @@ SUBROUTINE SCHKSB( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, ISEED, $ THRESH, NOUNIT, A, LDA, SD, SE, U, LDU, WORK, $ LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/schksb2stg.f b/TESTING/EIG/schksb2stg.f index f830210cd9..6295593fe8 100644 --- a/TESTING/EIG/schksb2stg.f +++ b/TESTING/EIG/schksb2stg.f @@ -323,8 +323,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_eig * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE SCHKSB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, $ ISEED, THRESH, NOUNIT, A, LDA, SD, SE, D1, $ D2, D3, U, LDU, WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/schkst.f b/TESTING/EIG/schkst.f index a851bbbbf4..10622d77a7 100644 --- a/TESTING/EIG/schkst.f +++ b/TESTING/EIG/schkst.f @@ -581,8 +581,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -591,10 +589,9 @@ SUBROUTINE SCHKST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA1, WA2, WA3, WR, U, LDU, V, VP, TAU, Z, WORK, $ LWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/schkst2stg.f b/TESTING/EIG/schkst2stg.f index c4e1572c1c..04b8e2375d 100644 --- a/TESTING/EIG/schkst2stg.f +++ b/TESTING/EIG/schkst2stg.f @@ -602,8 +602,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -612,10 +610,9 @@ SUBROUTINE SCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA1, WA2, WA3, WR, U, LDU, V, VP, TAU, Z, WORK, $ LWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sckcsd.f b/TESTING/EIG/sckcsd.f index bd572df8b6..c5d7ffb776 100644 --- a/TESTING/EIG/sckcsd.f +++ b/TESTING/EIG/sckcsd.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -184,10 +182,9 @@ SUBROUTINE SCKCSD( NM, MVAL, PVAL, QVAL, NMATS, ISEED, THRESH, $ MMAX, X, XF, U1, U2, V1T, V2T, THETA, IWORK, $ WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, MMAX, NOUT diff --git a/TESTING/EIG/sckglm.f b/TESTING/EIG/sckglm.f index 0ac1046159..167cb61de7 100644 --- a/TESTING/EIG/sckglm.f +++ b/TESTING/EIG/sckglm.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SCKGLM( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/sckgqr.f b/TESTING/EIG/sckgqr.f index 73656315ba..919879504f 100644 --- a/TESTING/EIG/sckgqr.f +++ b/TESTING/EIG/sckgqr.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE SCKGQR( NM, MVAL, NP, PVAL, NN, NVAL, NMATS, ISEED, $ THRESH, NMAX, A, AF, AQ, AR, TAUA, B, BF, BZ, $ BT, BWK, TAUB, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NN, NOUT, NP diff --git a/TESTING/EIG/sckgsv.f b/TESTING/EIG/sckgsv.f index 6e2b76e7ba..20838b5ba8 100644 --- a/TESTING/EIG/sckgsv.f +++ b/TESTING/EIG/sckgsv.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -198,10 +196,9 @@ SUBROUTINE SCKGSV( NM, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, U, V, Q, ALPHA, BETA, R, $ IWORK, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NOUT diff --git a/TESTING/EIG/scklse.f b/TESTING/EIG/scklse.f index daf1145d54..123217688e 100644 --- a/TESTING/EIG/scklse.f +++ b/TESTING/EIG/scklse.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SCKLSE( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/scsdts.f b/TESTING/EIG/scsdts.f index 5d357e3086..1debe8341d 100644 --- a/TESTING/EIG/scsdts.f +++ b/TESTING/EIG/scsdts.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -229,10 +227,9 @@ SUBROUTINE SCSDTS( M, P, Q, X, XF, LDX, U1, LDU1, U2, LDU2, V1T, $ LDV1T, V2T, LDV2T, THETA, IWORK, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDU1, LDU2, LDV1T, LDV2T, LWORK, M, P, Q diff --git a/TESTING/EIG/sdrges.f b/TESTING/EIG/sdrges.f index 4e98bfff08..73d23125c2 100644 --- a/TESTING/EIG/sdrges.f +++ b/TESTING/EIG/sdrges.f @@ -393,8 +393,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -403,10 +401,9 @@ SUBROUTINE SDRGES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/sdrges3.f b/TESTING/EIG/sdrges3.f index 90351f6df7..40f19e10c2 100644 --- a/TESTING/EIG/sdrges3.f +++ b/TESTING/EIG/sdrges3.f @@ -393,8 +393,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup single_eig * * ===================================================================== @@ -403,10 +401,9 @@ SUBROUTINE SDRGES3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAI, BETA, WORK, LWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/sdrgev.f b/TESTING/EIG/sdrgev.f index d3f8a06ac2..5254a97235 100644 --- a/TESTING/EIG/sdrgev.f +++ b/TESTING/EIG/sdrgev.f @@ -398,8 +398,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -408,10 +406,9 @@ SUBROUTINE SDRGEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1, $ WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrgev3.f b/TESTING/EIG/sdrgev3.f index 9492d43bff..1d0e46f29d 100644 --- a/TESTING/EIG/sdrgev3.f +++ b/TESTING/EIG/sdrgev3.f @@ -398,8 +398,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup single_eig * * ===================================================================== @@ -408,10 +406,9 @@ SUBROUTINE SDRGEV3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHAR, ALPHAI, BETA, ALPHR1, ALPHI1, BETA1, $ WORK, LWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrgsx.f b/TESTING/EIG/sdrgsx.f index 58e63e793b..ce0d592144 100644 --- a/TESTING/EIG/sdrgsx.f +++ b/TESTING/EIG/sdrgsx.f @@ -350,8 +350,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -359,10 +357,9 @@ SUBROUTINE SDRGSX( NSIZE, NCMAX, THRESH, NIN, NOUT, A, LDA, B, $ AI, BI, Z, Q, ALPHAR, ALPHAI, BETA, C, LDC, S, $ WORK, LWORK, IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN, diff --git a/TESTING/EIG/sdrgvx.f b/TESTING/EIG/sdrgvx.f index b6cc91dc4f..f6da720ad5 100644 --- a/TESTING/EIG/sdrgvx.f +++ b/TESTING/EIG/sdrgvx.f @@ -291,8 +291,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -301,10 +299,9 @@ SUBROUTINE SDRGVX( NSIZE, THRESH, NIN, NOUT, A, LDA, B, AI, BI, $ RSCALE, S, STRU, DIF, DIFTRU, WORK, LWORK, $ IWORK, LIWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT, diff --git a/TESTING/EIG/sdrvbd.f b/TESTING/EIG/sdrvbd.f index 101c8ba095..de6d5a4123 100644 --- a/TESTING/EIG/sdrvbd.f +++ b/TESTING/EIG/sdrvbd.f @@ -357,8 +357,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -366,10 +364,9 @@ SUBROUTINE SDRVBD( NSIZES, MM, NN, NTYPES, DOTYPE, ISEED, THRESH, $ A, LDA, U, LDU, VT, LDVT, ASAV, USAV, VTSAV, S, $ SSAV, E, WORK, LWORK, IWORK, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * IMPLICIT NONE * diff --git a/TESTING/EIG/sdrves.f b/TESTING/EIG/sdrves.f index 64cd86118f..4e3dc0a6d9 100644 --- a/TESTING/EIG/sdrves.f +++ b/TESTING/EIG/sdrves.f @@ -379,8 +379,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -388,10 +386,9 @@ SUBROUTINE SDRVES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, H, HT, WR, WI, WRT, WIT, VS, $ LDVS, RESULT, WORK, NWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/sdrvev.f b/TESTING/EIG/sdrvev.f index 4888bc8bfd..6d5e34bf6f 100644 --- a/TESTING/EIG/sdrvev.f +++ b/TESTING/EIG/sdrvev.f @@ -396,8 +396,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -406,10 +404,9 @@ SUBROUTINE SDRVEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ VR, LDVR, LRE, LDLRE, RESULT, WORK, NWORK, $ IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvsg.f b/TESTING/EIG/sdrvsg.f index c6eeec6d90..4a57223c80 100644 --- a/TESTING/EIG/sdrvsg.f +++ b/TESTING/EIG/sdrvsg.f @@ -346,8 +346,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -355,10 +353,9 @@ SUBROUTINE SDRVSG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, B, LDB, D, Z, LDZ, AB, BB, AP, $ BP, WORK, NWORK, IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvsg2stg.f b/TESTING/EIG/sdrvsg2stg.f index 66ba8c4dd3..ebd1699777 100644 --- a/TESTING/EIG/sdrvsg2stg.f +++ b/TESTING/EIG/sdrvsg2stg.f @@ -352,8 +352,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_eig * * ===================================================================== @@ -364,10 +362,9 @@ SUBROUTINE SDRVSG2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, * IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvst.f b/TESTING/EIG/sdrvst.f index 00e14f3968..ea0cf66f9f 100644 --- a/TESTING/EIG/sdrvst.f +++ b/TESTING/EIG/sdrvst.f @@ -443,8 +443,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -453,10 +451,9 @@ SUBROUTINE SDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA2, WA3, U, LDU, V, TAU, Z, WORK, LWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvst2stg.f b/TESTING/EIG/sdrvst2stg.f index 32a3de05f6..a13a58b486 100644 --- a/TESTING/EIG/sdrvst2stg.f +++ b/TESTING/EIG/sdrvst2stg.f @@ -443,8 +443,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -453,10 +451,9 @@ SUBROUTINE SDRVST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WA2, WA3, U, LDU, V, TAU, Z, WORK, LWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvsx.f b/TESTING/EIG/sdrvsx.f index 25ca8b1c53..b6f772f5b6 100644 --- a/TESTING/EIG/sdrvsx.f +++ b/TESTING/EIG/sdrvsx.f @@ -444,8 +444,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -454,10 +452,9 @@ SUBROUTINE SDRVSX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WIT, WRTMP, WITMP, VS, LDVS, VS1, RESULT, WORK, $ LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES, diff --git a/TESTING/EIG/sdrvvx.f b/TESTING/EIG/sdrvvx.f index 1c574e7360..70e59bcea9 100644 --- a/TESTING/EIG/sdrvvx.f +++ b/TESTING/EIG/sdrvvx.f @@ -509,8 +509,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -520,10 +518,9 @@ SUBROUTINE SDRVVX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ RCDVIN, RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, $ RESULT, WORK, NWORK, IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT, diff --git a/TESTING/EIG/serrbd.f b/TESTING/EIG/serrbd.f index 96f51dfe83..f8962596cb 100644 --- a/TESTING/EIG/serrbd.f +++ b/TESTING/EIG/serrbd.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERRBD( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/serrec.f b/TESTING/EIG/serrec.f index 6414a82008..249f0e6424 100644 --- a/TESTING/EIG/serrec.f +++ b/TESTING/EIG/serrec.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERREC( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/serred.f b/TESTING/EIG/serred.f index 7d3772e844..b52aa16246 100644 --- a/TESTING/EIG/serred.f +++ b/TESTING/EIG/serred.f @@ -63,17 +63,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERRED( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/serrgg.f b/TESTING/EIG/serrgg.f index 5025103eb9..e8b07964a0 100644 --- a/TESTING/EIG/serrgg.f +++ b/TESTING/EIG/serrgg.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERRGG( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/serrhs.f b/TESTING/EIG/serrhs.f index b78267cc8c..8f0ff98a1d 100644 --- a/TESTING/EIG/serrhs.f +++ b/TESTING/EIG/serrhs.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERRHS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/serrst.f b/TESTING/EIG/serrst.f index 7e5383866f..afb6d4faff 100644 --- a/TESTING/EIG/serrst.f +++ b/TESTING/EIG/serrst.f @@ -54,17 +54,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SERRST( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/sget02.f b/TESTING/EIG/sget02.f index a47b901d34..5b6e00fc21 100644 --- a/TESTING/EIG/sget02.f +++ b/TESTING/EIG/sget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/TESTING/EIG/sget10.f b/TESTING/EIG/sget10.f index 8c489d58a9..cbec05bf68 100644 --- a/TESTING/EIG/sget10.f +++ b/TESTING/EIG/sget10.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET10( M, N, A, LDA, B, LDB, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, M, N diff --git a/TESTING/EIG/sget22.f b/TESTING/EIG/sget22.f index 1fcd2b0954..f42f02d48b 100644 --- a/TESTING/EIG/sget22.f +++ b/TESTING/EIG/sget22.f @@ -159,18 +159,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, WR, $ WI, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANSA, TRANSE, TRANSW diff --git a/TESTING/EIG/sget23.f b/TESTING/EIG/sget23.f index ac936bc897..8275781811 100644 --- a/TESTING/EIG/sget23.f +++ b/TESTING/EIG/sget23.f @@ -367,8 +367,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE SGET23( COMP, BALANC, JTYPE, THRESH, ISEED, NOUNIT, N, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, LWORK, IWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/sget24.f b/TESTING/EIG/sget24.f index e0b75ff0fc..fef8762552 100644 --- a/TESTING/EIG/sget24.f +++ b/TESTING/EIG/sget24.f @@ -333,8 +333,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -343,10 +341,9 @@ SUBROUTINE SGET24( COMP, JTYPE, THRESH, ISEED, NOUNIT, N, A, LDA, $ LDVS, VS1, RCDEIN, RCDVIN, NSLCT, ISLCT, $ RESULT, WORK, LWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/sget31.f b/TESTING/EIG/sget31.f index 00b05ad772..e6214007be 100644 --- a/TESTING/EIG/sget31.f +++ b/TESTING/EIG/sget31.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET31( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX diff --git a/TESTING/EIG/sget32.f b/TESTING/EIG/sget32.f index 60547e0349..7a0efd0827 100644 --- a/TESTING/EIG/sget32.f +++ b/TESTING/EIG/sget32.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET32( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/sget33.f b/TESTING/EIG/sget33.f index c1859f4e49..48cee8d447 100644 --- a/TESTING/EIG/sget33.f +++ b/TESTING/EIG/sget33.f @@ -69,17 +69,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET33( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/sget34.f b/TESTING/EIG/sget34.f index 87c7ac99a3..27f705ca3c 100644 --- a/TESTING/EIG/sget34.f +++ b/TESTING/EIG/sget34.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET34( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX diff --git a/TESTING/EIG/sget35.f b/TESTING/EIG/sget35.f index 919a6469f7..46c8b699f9 100644 --- a/TESTING/EIG/sget35.f +++ b/TESTING/EIG/sget35.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET35( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/sget36.f b/TESTING/EIG/sget36.f index bf419869c8..47eae95e41 100644 --- a/TESTING/EIG/sget36.f +++ b/TESTING/EIG/sget36.f @@ -81,17 +81,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET36( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN diff --git a/TESTING/EIG/sget37.f b/TESTING/EIG/sget37.f index 7e63f9bdf9..eb10424bf1 100644 --- a/TESTING/EIG/sget37.f +++ b/TESTING/EIG/sget37.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET37( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/sget38.f b/TESTING/EIG/sget38.f index ca3475bf93..636dfb70ee 100644 --- a/TESTING/EIG/sget38.f +++ b/TESTING/EIG/sget38.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET38( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/sget39.f b/TESTING/EIG/sget39.f index f6c0f7e7c1..dbcabf9d7d 100644 --- a/TESTING/EIG/sget39.f +++ b/TESTING/EIG/sget39.f @@ -96,17 +96,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET39( RMAX, LMAX, NINFO, KNT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NINFO diff --git a/TESTING/EIG/sget40.f b/TESTING/EIG/sget40.f index b2052f3c23..1fd3d400dd 100644 --- a/TESTING/EIG/sget40.f +++ b/TESTING/EIG/sget40.f @@ -76,17 +76,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE SGET40( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN diff --git a/TESTING/EIG/sget51.f b/TESTING/EIG/sget51.f index 750cc7ce15..2067b8c3d9 100644 --- a/TESTING/EIG/sget51.f +++ b/TESTING/EIG/sget51.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET51( ITYPE, N, A, LDA, B, LDB, U, LDU, V, LDV, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ITYPE, LDA, LDB, LDU, LDV, N diff --git a/TESTING/EIG/sget52.f b/TESTING/EIG/sget52.f index 135ab1903b..951221a23c 100644 --- a/TESTING/EIG/sget52.f +++ b/TESTING/EIG/sget52.f @@ -191,18 +191,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET52( LEFT, N, A, LDA, B, LDB, E, LDE, ALPHAR, $ ALPHAI, BETA, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL LEFT diff --git a/TESTING/EIG/sget53.f b/TESTING/EIG/sget53.f index 0811db75ff..11decbe82f 100644 --- a/TESTING/EIG/sget53.f +++ b/TESTING/EIG/sget53.f @@ -119,17 +119,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET53( A, LDA, B, LDB, SCALE, WR, WI, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB diff --git a/TESTING/EIG/sget54.f b/TESTING/EIG/sget54.f index adc5886baf..8d73a29131 100644 --- a/TESTING/EIG/sget54.f +++ b/TESTING/EIG/sget54.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGET54( N, A, LDA, B, LDB, S, LDS, T, LDT, U, LDU, V, $ LDV, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LDS, LDT, LDU, LDV, N diff --git a/TESTING/EIG/sglmts.f b/TESTING/EIG/sglmts.f index 1ae58da706..0859b3e0dc 100644 --- a/TESTING/EIG/sglmts.f +++ b/TESTING/EIG/sglmts.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGLMTS( N, M, P, A, AF, LDA, B, BF, LDB, D, DF, $ X, U, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/sgqrts.f b/TESTING/EIG/sgqrts.f index 2ed6dfc475..eacdc858f0 100644 --- a/TESTING/EIG/sgqrts.f +++ b/TESTING/EIG/sgqrts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGQRTS( N, M, P, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/sgrqts.f b/TESTING/EIG/sgrqts.f index 0e26783c6b..005adcacc8 100644 --- a/TESTING/EIG/sgrqts.f +++ b/TESTING/EIG/sgrqts.f @@ -169,18 +169,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SGRQTS( M, P, N, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/sgsvts3.f b/TESTING/EIG/sgsvts3.f index 50ccd378bc..b9b87be8c5 100644 --- a/TESTING/EIG/sgsvts3.f +++ b/TESTING/EIG/sgsvts3.f @@ -201,8 +201,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup single_eig * * ===================================================================== @@ -210,10 +208,9 @@ SUBROUTINE SGSVTS3( M, P, N, A, AF, LDA, B, BF, LDB, U, LDU, V, $ LDV, Q, LDQ, ALPHA, BETA, R, LDR, IWORK, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDQ, LDR, LDU, LDV, LWORK, M, N, P diff --git a/TESTING/EIG/shst01.f b/TESTING/EIG/shst01.f index 50fd361854..97b14c211a 100644 --- a/TESTING/EIG/shst01.f +++ b/TESTING/EIG/shst01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SHST01( N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, $ LWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IHI, ILO, LDA, LDH, LDQ, LWORK, N diff --git a/TESTING/EIG/slafts.f b/TESTING/EIG/slafts.f index 008c118ad2..7bbb389d3c 100644 --- a/TESTING/EIG/slafts.f +++ b/TESTING/EIG/slafts.f @@ -91,18 +91,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLAFTS( TYPE, M, N, IMAT, NTESTS, RESULT, ISEED, $ THRESH, IOUNIT, IE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/slahd2.f b/TESTING/EIG/slahd2.f index 440f958910..401c247b7c 100644 --- a/TESTING/EIG/slahd2.f +++ b/TESTING/EIG/slahd2.f @@ -58,17 +58,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLAHD2( IOUNIT, PATH ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/slarfy.f b/TESTING/EIG/slarfy.f index 340c544130..c2a819fe1f 100644 --- a/TESTING/EIG/slarfy.f +++ b/TESTING/EIG/slarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/slarhs.f b/TESTING/EIG/slarhs.f index 1e73842e3e..0d736f3505 100644 --- a/TESTING/EIG/slarhs.f +++ b/TESTING/EIG/slarhs.f @@ -196,18 +196,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/EIG/slasum.f b/TESTING/EIG/slasum.f index 58fd580810..fa1e43388d 100644 --- a/TESTING/EIG/slasum.f +++ b/TESTING/EIG/slasum.f @@ -33,17 +33,15 @@ * \author Univ. of Colorado Denver * \author NAG Ltd. * -* \date December 2016 -* + * \ingroup single_eig * * ===================================================================== SUBROUTINE SLASUM( TYPE, IOUNIT, IE, NRUN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/EIG/slatb9.f b/TESTING/EIG/slatb9.f index 49fb162882..f8638a46a0 100644 --- a/TESTING/EIG/slatb9.f +++ b/TESTING/EIG/slatb9.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== @@ -170,10 +168,9 @@ SUBROUTINE SLATB9( PATH, IMAT, M, P, N, TYPE, KLA, KUA, $ KLB, KUB, ANORM, BNORM, MODEA, MODEB, $ CNDNMA, CNDNMB, DISTA, DISTB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DISTA, DISTB, TYPE diff --git a/TESTING/EIG/slatm4.f b/TESTING/EIG/slatm4.f index 3607c04ba2..3c40de70fa 100644 --- a/TESTING/EIG/slatm4.f +++ b/TESTING/EIG/slatm4.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLATM4( ITYPE, N, NZ1, NZ2, ISIGN, AMAGN, RCOND, $ TRIANG, IDIST, ISEED, A, LDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IDIST, ISIGN, ITYPE, LDA, N, NZ1, NZ2 diff --git a/TESTING/EIG/slctes.f b/TESTING/EIG/slctes.f index 8753d43a21..d5dec3fef0 100644 --- a/TESTING/EIG/slctes.f +++ b/TESTING/EIG/slctes.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== LOGICAL FUNCTION SLCTES( ZR, ZI, D ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. REAL D, ZI, ZR diff --git a/TESTING/EIG/slctsx.f b/TESTING/EIG/slctsx.f index 084d2a8bbb..d650baed9f 100644 --- a/TESTING/EIG/slctsx.f +++ b/TESTING/EIG/slctsx.f @@ -58,17 +58,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== LOGICAL FUNCTION SLCTSX( AR, AI, BETA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL AI, AR, BETA diff --git a/TESTING/EIG/slsets.f b/TESTING/EIG/slsets.f index ad483bcd0a..0fb66decf2 100644 --- a/TESTING/EIG/slsets.f +++ b/TESTING/EIG/slsets.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SLSETS( M, P, N, A, AF, LDA, B, BF, LDB, C, CF, $ D, DF, X, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, P, N diff --git a/TESTING/EIG/sort01.f b/TESTING/EIG/sort01.f index d013c70c51..c8fb5ff6ec 100644 --- a/TESTING/EIG/sort01.f +++ b/TESTING/EIG/sort01.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SORT01( ROWCOL, M, N, U, LDU, WORK, LWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 ROWCOL diff --git a/TESTING/EIG/sort03.f b/TESTING/EIG/sort03.f index 09a941487a..3ca35705ac 100644 --- a/TESTING/EIG/sort03.f +++ b/TESTING/EIG/sort03.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SORT03( RC, MU, MV, N, K, U, LDU, V, LDV, WORK, LWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*( * ) RC diff --git a/TESTING/EIG/ssbt21.f b/TESTING/EIG/ssbt21.f index 7ef5ad9b32..f4b4fbe0c4 100644 --- a/TESTING/EIG/ssbt21.f +++ b/TESTING/EIG/ssbt21.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSBT21( UPLO, N, KA, KS, A, LDA, D, E, U, LDU, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/ssgt01.f b/TESTING/EIG/ssgt01.f index e4af48ddb7..b606422a61 100644 --- a/TESTING/EIG/ssgt01.f +++ b/TESTING/EIG/ssgt01.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSGT01( ITYPE, UPLO, N, M, A, LDA, B, LDB, Z, LDZ, D, $ WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/sslect.f b/TESTING/EIG/sslect.f index 5a85e25209..1880f02a6d 100644 --- a/TESTING/EIG/sslect.f +++ b/TESTING/EIG/sslect.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup single_eig * * ===================================================================== LOGICAL FUNCTION SSLECT( ZR, ZI ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. REAL ZI, ZR diff --git a/TESTING/EIG/sspt21.f b/TESTING/EIG/sspt21.f index 4ecb04c0ea..6945f142ed 100644 --- a/TESTING/EIG/sspt21.f +++ b/TESTING/EIG/sspt21.f @@ -213,18 +213,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSPT21( ITYPE, UPLO, N, KBAND, AP, D, E, U, LDU, VP, $ TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/sstech.f b/TESTING/EIG/sstech.f index d383e47ce2..f05e1efa0d 100644 --- a/TESTING/EIG/sstech.f +++ b/TESTING/EIG/sstech.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSTECH( N, A, B, EIG, TOL, WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, N diff --git a/TESTING/EIG/sstect.f b/TESTING/EIG/sstect.f index 314d0f68e8..94a2653690 100644 --- a/TESTING/EIG/sstect.f +++ b/TESTING/EIG/sstect.f @@ -75,17 +75,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSTECT( N, A, B, SHIFT, NUM ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N, NUM diff --git a/TESTING/EIG/sstt21.f b/TESTING/EIG/sstt21.f index 5045d7f0fa..90984502d7 100644 --- a/TESTING/EIG/sstt21.f +++ b/TESTING/EIG/sstt21.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSTT21( N, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, N diff --git a/TESTING/EIG/sstt22.f b/TESTING/EIG/sstt22.f index 0a65e4d5de..f07405fb7b 100644 --- a/TESTING/EIG/sstt22.f +++ b/TESTING/EIG/sstt22.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSTT22( N, M, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ LDWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, LDWORK, M, N diff --git a/TESTING/EIG/ssvdch.f b/TESTING/EIG/ssvdch.f index 73654f7cfc..e85181b14e 100644 --- a/TESTING/EIG/ssvdch.f +++ b/TESTING/EIG/ssvdch.f @@ -90,17 +90,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSVDCH( N, S, E, SVD, TOL, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, N diff --git a/TESTING/EIG/ssvdct.f b/TESTING/EIG/ssvdct.f index 8db20bad7d..9b6aad3152 100644 --- a/TESTING/EIG/ssvdct.f +++ b/TESTING/EIG/ssvdct.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSVDCT( N, S, E, SHIFT, NUM ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N, NUM diff --git a/TESTING/EIG/ssxt1.f b/TESTING/EIG/ssxt1.f index 858ef8c6f2..3fa6d6bb8b 100644 --- a/TESTING/EIG/ssxt1.f +++ b/TESTING/EIG/ssxt1.f @@ -98,18 +98,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== REAL FUNCTION SSXT1( IJOB, D1, N1, D2, N2, ABSTOL, $ ULP, UNFL ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IJOB, N1, N2 diff --git a/TESTING/EIG/ssyt21.f b/TESTING/EIG/ssyt21.f index fc7ca6a2a1..b14fdf67bc 100644 --- a/TESTING/EIG/ssyt21.f +++ b/TESTING/EIG/ssyt21.f @@ -199,18 +199,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSYT21( ITYPE, UPLO, N, KBAND, A, LDA, D, E, U, LDU, V, $ LDV, TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/ssyt22.f b/TESTING/EIG/ssyt22.f index 38fc3e5558..2319bb2db0 100644 --- a/TESTING/EIG/ssyt22.f +++ b/TESTING/EIG/ssyt22.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_eig * * ===================================================================== SUBROUTINE SSYT22( ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU, $ V, LDV, TAU, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/xerbla.f b/TESTING/EIG/xerbla.f index d57f6bcf84..e5fd237155 100644 --- a/TESTING/EIG/xerbla.f +++ b/TESTING/EIG/xerbla.f @@ -52,8 +52,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== SUBROUTINE XERBLA( SRNAME, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*(*) SRNAME diff --git a/TESTING/EIG/xlaenv.f b/TESTING/EIG/xlaenv.f index e973bc2cb0..23b6c75673 100644 --- a/TESTING/EIG/xlaenv.f +++ b/TESTING/EIG/xlaenv.f @@ -74,17 +74,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * * ===================================================================== SUBROUTINE XLAENV( ISPEC, NVALUE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ISPEC, NVALUE diff --git a/TESTING/EIG/zbdt01.f b/TESTING/EIG/zbdt01.f index ead9f10508..78d771f198 100644 --- a/TESTING/EIG/zbdt01.f +++ b/TESTING/EIG/zbdt01.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KD, LDA, LDPT, LDQ, M, N diff --git a/TESTING/EIG/zbdt02.f b/TESTING/EIG/zbdt02.f index 2101a2e0cf..72fa78a37f 100644 --- a/TESTING/EIG/zbdt02.f +++ b/TESTING/EIG/zbdt02.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZBDT02( M, N, B, LDB, C, LDC, U, LDU, WORK, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDC, LDU, M, N diff --git a/TESTING/EIG/zbdt03.f b/TESTING/EIG/zbdt03.f index 079d4ffb03..289e555852 100644 --- a/TESTING/EIG/zbdt03.f +++ b/TESTING/EIG/zbdt03.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZBDT03( UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zbdt05.f b/TESTING/EIG/zbdt05.f index bbf0208b7a..d3beef8674 100644 --- a/TESTING/EIG/zbdt05.f +++ b/TESTING/EIG/zbdt05.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_eig * * ===================================================================== SUBROUTINE ZBDT05( M, N, A, LDA, S, NS, U, LDU, $ VT, LDVT, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDU, LDVT, M, N, NS diff --git a/TESTING/EIG/zchkbb.f b/TESTING/EIG/zchkbb.f index 877caffa5a..b9e165ce87 100644 --- a/TESTING/EIG/zchkbb.f +++ b/TESTING/EIG/zchkbb.f @@ -351,8 +351,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -364,7 +362,6 @@ SUBROUTINE ZCHKBB( NSIZES, MVAL, NVAL, NWDTHS, KK, NTYPES, DOTYPE, * -- LAPACK test routine (input) -- * -- 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 .. INTEGER INFO, LDA, LDAB, LDC, LDP, LDQ, LWORK, NOUNIT, diff --git a/TESTING/EIG/zchkbd.f b/TESTING/EIG/zchkbd.f index b3d5605542..034cf57cfd 100644 --- a/TESTING/EIG/zchkbd.f +++ b/TESTING/EIG/zchkbd.f @@ -405,8 +405,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -415,10 +413,9 @@ SUBROUTINE ZCHKBD( NSIZES, MVAL, NVAL, NTYPES, DOTYPE, NRHS, $ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK, $ RWORK, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDPT, LDQ, LDX, LWORK, NOUT, NRHS, diff --git a/TESTING/EIG/zchkbk.f b/TESTING/EIG/zchkbk.f index 4f9f43cc91..206e9c2b96 100644 --- a/TESTING/EIG/zchkbk.f +++ b/TESTING/EIG/zchkbk.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZCHKBK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/zchkbl.f b/TESTING/EIG/zchkbl.f index 6e0a18118b..f623bc311e 100644 --- a/TESTING/EIG/zchkbl.f +++ b/TESTING/EIG/zchkbl.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZCHKBL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/zchkec.f b/TESTING/EIG/zchkec.f index 86643969b7..1e1c29e0d0 100644 --- a/TESTING/EIG/zchkec.f +++ b/TESTING/EIG/zchkec.f @@ -68,17 +68,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZCHKEC( THRESH, TSTERR, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/EIG/zchkee.F b/TESTING/EIG/zchkee.F index 29604956d3..fa024d762e 100644 --- a/TESTING/EIG/zchkee.F +++ b/TESTING/EIG/zchkee.F @@ -1027,8 +1027,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -1038,10 +1036,9 @@ PROGRAM ZCHKEE use omp_lib #endif * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * ===================================================================== * diff --git a/TESTING/EIG/zchkgg.f b/TESTING/EIG/zchkgg.f index 2f99d76f36..5e6797f502 100644 --- a/TESTING/EIG/zchkgg.f +++ b/TESTING/EIG/zchkgg.f @@ -492,8 +492,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -503,10 +501,9 @@ SUBROUTINE ZCHKGG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA3, BETA3, EVECTL, EVECTR, WORK, LWORK, $ RWORK, LLWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. LOGICAL TSTDIF diff --git a/TESTING/EIG/zchkgk.f b/TESTING/EIG/zchkgk.f index 56a34fe0c5..0838411775 100644 --- a/TESTING/EIG/zchkgk.f +++ b/TESTING/EIG/zchkgk.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZCHKGK( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/zchkgl.f b/TESTING/EIG/zchkgl.f index 48afa62a12..27c8babc97 100644 --- a/TESTING/EIG/zchkgl.f +++ b/TESTING/EIG/zchkgl.f @@ -46,17 +46,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZCHKGL( NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NIN, NOUT diff --git a/TESTING/EIG/zchkhb.f b/TESTING/EIG/zchkhb.f index a4c658ff3d..080ce81706 100644 --- a/TESTING/EIG/zchkhb.f +++ b/TESTING/EIG/zchkhb.f @@ -289,8 +289,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -298,10 +296,9 @@ SUBROUTINE ZCHKHB( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, ISEED, $ THRESH, NOUNIT, A, LDA, SD, SE, U, LDU, WORK, $ LWORK, RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/zchkhb2stg.f b/TESTING/EIG/zchkhb2stg.f index b49fa67cb7..2d43442782 100644 --- a/TESTING/EIG/zchkhb2stg.f +++ b/TESTING/EIG/zchkhb2stg.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_eig * * ===================================================================== @@ -338,10 +336,9 @@ SUBROUTINE ZCHKHB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE, $ D2, D3, U, LDU, WORK, LWORK, RWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LWORK, NOUNIT, NSIZES, NTYPES, diff --git a/TESTING/EIG/zchkhs.f b/TESTING/EIG/zchkhs.f index ec89b44f98..52962a0414 100644 --- a/TESTING/EIG/zchkhs.f +++ b/TESTING/EIG/zchkhs.f @@ -401,8 +401,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -412,10 +410,9 @@ SUBROUTINE ZCHKHS( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ WORK, NWORK, RWORK, IWORK, SELECT, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/zchkst.f b/TESTING/EIG/zchkst.f index cd45e98e1b..60496dde1b 100644 --- a/TESTING/EIG/zchkst.f +++ b/TESTING/EIG/zchkst.f @@ -593,8 +593,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -604,10 +602,9 @@ SUBROUTINE ZCHKST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/zchkst2stg.f b/TESTING/EIG/zchkst2stg.f index 4eadca4f30..820850404c 100644 --- a/TESTING/EIG/zchkst2stg.f +++ b/TESTING/EIG/zchkst2stg.f @@ -614,8 +614,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -625,10 +623,9 @@ SUBROUTINE ZCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LWORK, RWORK, LRWORK, IWORK, LIWORK, RESULT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/zckcsd.f b/TESTING/EIG/zckcsd.f index c16dcf53c1..5d3fced4d5 100644 --- a/TESTING/EIG/zckcsd.f +++ b/TESTING/EIG/zckcsd.f @@ -175,8 +175,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -184,10 +182,9 @@ SUBROUTINE ZCKCSD( NM, MVAL, PVAL, QVAL, NMATS, ISEED, THRESH, $ MMAX, X, XF, U1, U2, V1T, V2T, THETA, IWORK, $ WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, MMAX, NOUT diff --git a/TESTING/EIG/zckglm.f b/TESTING/EIG/zckglm.f index 565c747917..ff8101bb91 100644 --- a/TESTING/EIG/zckglm.f +++ b/TESTING/EIG/zckglm.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE ZCKGLM( NN, NVAL, MVAL, PVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/zckgqr.f b/TESTING/EIG/zckgqr.f index 2d137785b2..769d0f8b07 100644 --- a/TESTING/EIG/zckgqr.f +++ b/TESTING/EIG/zckgqr.f @@ -202,8 +202,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -211,10 +209,9 @@ SUBROUTINE ZCKGQR( NM, MVAL, NP, PVAL, NN, NVAL, NMATS, ISEED, $ THRESH, NMAX, A, AF, AQ, AR, TAUA, B, BF, BZ, $ BT, BWK, TAUB, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NN, NOUT, NP diff --git a/TESTING/EIG/zckgsv.f b/TESTING/EIG/zckgsv.f index 32352fc067..800aa5edd3 100644 --- a/TESTING/EIG/zckgsv.f +++ b/TESTING/EIG/zckgsv.f @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -198,10 +196,9 @@ SUBROUTINE ZCKGSV( NM, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, U, V, Q, ALPHA, BETA, R, $ IWORK, WORK, RWORK, NIN, NOUT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NM, NMATS, NMAX, NOUT diff --git a/TESTING/EIG/zcklse.f b/TESTING/EIG/zcklse.f index e38a4c0a85..26b0298e3c 100644 --- a/TESTING/EIG/zcklse.f +++ b/TESTING/EIG/zcklse.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE ZCKLSE( NN, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, $ NMAX, A, AF, B, BF, X, WORK, RWORK, NIN, NOUT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, NIN, NMATS, NMAX, NN, NOUT diff --git a/TESTING/EIG/zcsdts.f b/TESTING/EIG/zcsdts.f index bc85f7c728..c96cb1613c 100644 --- a/TESTING/EIG/zcsdts.f +++ b/TESTING/EIG/zcsdts.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -229,10 +227,9 @@ SUBROUTINE ZCSDTS( M, P, Q, X, XF, LDX, U1, LDU1, U2, LDU2, V1T, $ LDV1T, V2T, LDV2T, THETA, IWORK, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDU1, LDU2, LDV1T, LDV2T, LWORK, M, P, Q diff --git a/TESTING/EIG/zdrges.f b/TESTING/EIG/zdrges.f index c09984e091..580573814f 100644 --- a/TESTING/EIG/zdrges.f +++ b/TESTING/EIG/zdrges.f @@ -372,8 +372,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -381,10 +379,9 @@ SUBROUTINE ZDRGES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, B, S, T, Q, LDQ, Z, ALPHA, $ BETA, WORK, LWORK, RWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/zdrges3.f b/TESTING/EIG/zdrges3.f index 2b3be003ca..31688c156a 100644 --- a/TESTING/EIG/zdrges3.f +++ b/TESTING/EIG/zdrges3.f @@ -372,8 +372,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup complex16_eig * * ===================================================================== @@ -382,10 +380,9 @@ SUBROUTINE ZDRGES3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BETA, WORK, LWORK, RWORK, RESULT, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LWORK, NOUNIT, NSIZES, NTYPES diff --git a/TESTING/EIG/zdrgev.f b/TESTING/EIG/zdrgev.f index 2588816a56..e7389183bc 100644 --- a/TESTING/EIG/zdrgev.f +++ b/TESTING/EIG/zdrgev.f @@ -389,8 +389,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -399,10 +397,9 @@ SUBROUTINE ZDRGEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, RWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/zdrgev3.f b/TESTING/EIG/zdrgev3.f index 11e8562d7f..8741bf4d48 100644 --- a/TESTING/EIG/zdrgev3.f +++ b/TESTING/EIG/zdrgev3.f @@ -389,8 +389,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date February 2015 -* *> \ingroup complex16_eig * * ===================================================================== @@ -399,10 +397,9 @@ SUBROUTINE ZDRGEV3( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ ALPHA, BETA, ALPHA1, BETA1, WORK, LWORK, $ RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.6.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* February 2015 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDQ, LDQE, LWORK, NOUNIT, NSIZES, diff --git a/TESTING/EIG/zdrgsx.f b/TESTING/EIG/zdrgsx.f index f5821e5202..096ed3c225 100644 --- a/TESTING/EIG/zdrgsx.f +++ b/TESTING/EIG/zdrgsx.f @@ -340,8 +340,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -349,10 +347,9 @@ SUBROUTINE ZDRGSX( NSIZE, NCMAX, THRESH, NIN, NOUT, A, LDA, B, AI, $ BI, Z, Q, ALPHA, BETA, C, LDC, S, WORK, LWORK, $ RWORK, IWORK, LIWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDC, LIWORK, LWORK, NCMAX, NIN, diff --git a/TESTING/EIG/zdrgvx.f b/TESTING/EIG/zdrgvx.f index 4a69564514..72e0303fbd 100644 --- a/TESTING/EIG/zdrgvx.f +++ b/TESTING/EIG/zdrgvx.f @@ -287,8 +287,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -297,10 +295,9 @@ SUBROUTINE ZDRGVX( NSIZE, THRESH, NIN, NOUT, A, LDA, B, AI, BI, $ S, DTRU, DIF, DIFTRU, WORK, LWORK, RWORK, $ IWORK, LIWORK, RESULT, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER IHI, ILO, INFO, LDA, LIWORK, LWORK, NIN, NOUT, diff --git a/TESTING/EIG/zdrvbd.f b/TESTING/EIG/zdrvbd.f index 105e9dff7c..916dbf7225 100644 --- a/TESTING/EIG/zdrvbd.f +++ b/TESTING/EIG/zdrvbd.f @@ -391,8 +391,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -401,10 +399,9 @@ SUBROUTINE ZDRVBD( NSIZES, MM, NN, NTYPES, DOTYPE, ISEED, THRESH, $ SSAV, E, WORK, LWORK, RWORK, IWORK, NOUNIT, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * IMPLICIT NONE * diff --git a/TESTING/EIG/zdrves.f b/TESTING/EIG/zdrves.f index 7a625e1b75..d3f237c23b 100644 --- a/TESTING/EIG/zdrves.f +++ b/TESTING/EIG/zdrves.f @@ -369,8 +369,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE ZDRVES( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ NOUNIT, A, LDA, H, HT, W, WT, VS, LDVS, RESULT, $ WORK, NWORK, RWORK, IWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, NOUNIT, NSIZES, NTYPES, NWORK diff --git a/TESTING/EIG/zdrvev.f b/TESTING/EIG/zdrvev.f index e818f7ea63..4fbb10e100 100644 --- a/TESTING/EIG/zdrvev.f +++ b/TESTING/EIG/zdrvev.f @@ -381,8 +381,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -391,10 +389,9 @@ SUBROUTINE ZDRVEV( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LRE, LDLRE, RESULT, WORK, NWORK, RWORK, IWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NOUNIT, NSIZES, diff --git a/TESTING/EIG/zdrvsg.f b/TESTING/EIG/zdrvsg.f index 8238dceef1..336514a3fe 100644 --- a/TESTING/EIG/zdrvsg.f +++ b/TESTING/EIG/zdrvsg.f @@ -360,8 +360,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -370,10 +368,9 @@ SUBROUTINE ZDRVSG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ BP, WORK, NWORK, RWORK, LRWORK, IWORK, LIWORK, $ RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, LRWORK, NOUNIT, diff --git a/TESTING/EIG/zdrvsg2stg.f b/TESTING/EIG/zdrvsg2stg.f index 8929b33c42..4bdf2849ed 100644 --- a/TESTING/EIG/zdrvsg2stg.f +++ b/TESTING/EIG/zdrvsg2stg.f @@ -366,8 +366,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -378,10 +376,9 @@ SUBROUTINE ZDRVSG2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, * IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LDZ, LIWORK, LRWORK, NOUNIT, diff --git a/TESTING/EIG/zdrvst.f b/TESTING/EIG/zdrvst.f index cf2dc03ed3..384e58de16 100644 --- a/TESTING/EIG/zdrvst.f +++ b/TESTING/EIG/zdrvst.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -338,10 +336,9 @@ SUBROUTINE ZDRVST( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDU, V, TAU, Z, WORK, LWORK, RWORK, LRWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/zdrvst2stg.f b/TESTING/EIG/zdrvst2stg.f index de072c9a35..4a88e5218d 100644 --- a/TESTING/EIG/zdrvst2stg.f +++ b/TESTING/EIG/zdrvst2stg.f @@ -328,8 +328,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_eig * * ===================================================================== @@ -338,10 +336,9 @@ SUBROUTINE ZDRVST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDU, V, TAU, Z, WORK, LWORK, RWORK, LRWORK, $ IWORK, LIWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDU, LIWORK, LRWORK, LWORK, NOUNIT, diff --git a/TESTING/EIG/zdrvsx.f b/TESTING/EIG/zdrvsx.f index ba3ffab6c8..ac7a2d6ebc 100644 --- a/TESTING/EIG/zdrvsx.f +++ b/TESTING/EIG/zdrvsx.f @@ -425,8 +425,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -435,10 +433,9 @@ SUBROUTINE ZDRVSX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ LDVS, VS1, RESULT, WORK, LWORK, RWORK, BWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDVS, LWORK, NIUNIT, NOUNIT, NSIZES, diff --git a/TESTING/EIG/zdrvvx.f b/TESTING/EIG/zdrvvx.f index 9492e06230..830313c726 100644 --- a/TESTING/EIG/zdrvvx.f +++ b/TESTING/EIG/zdrvvx.f @@ -485,8 +485,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -496,10 +494,9 @@ SUBROUTINE ZDRVVX( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, NWORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDLRE, LDVL, LDVR, NIUNIT, NOUNIT, diff --git a/TESTING/EIG/zerrbd.f b/TESTING/EIG/zerrbd.f index f44ef40982..f1dde92666 100644 --- a/TESTING/EIG/zerrbd.f +++ b/TESTING/EIG/zerrbd.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERRBD( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/zerrec.f b/TESTING/EIG/zerrec.f index a35a0de2fe..dc6129da91 100644 --- a/TESTING/EIG/zerrec.f +++ b/TESTING/EIG/zerrec.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERREC( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/zerred.f b/TESTING/EIG/zerred.f index 013dc16c5e..d1219c02b9 100644 --- a/TESTING/EIG/zerred.f +++ b/TESTING/EIG/zerred.f @@ -63,17 +63,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERRED( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/zerrgg.f b/TESTING/EIG/zerrgg.f index 0e3a861df3..180fd7d88b 100644 --- a/TESTING/EIG/zerrgg.f +++ b/TESTING/EIG/zerrgg.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERRGG( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/zerrhs.f b/TESTING/EIG/zerrhs.f index 4949ceaa56..5823389477 100644 --- a/TESTING/EIG/zerrhs.f +++ b/TESTING/EIG/zerrhs.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERRHS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/EIG/zerrst.f b/TESTING/EIG/zerrst.f index b906c96df4..5b0e6f8201 100644 --- a/TESTING/EIG/zerrst.f +++ b/TESTING/EIG/zerrst.f @@ -55,17 +55,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZERRST( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/EIG/zget02.f b/TESTING/EIG/zget02.f index efea825673..39cea4f786 100644 --- a/TESTING/EIG/zget02.f +++ b/TESTING/EIG/zget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS diff --git a/TESTING/EIG/zget10.f b/TESTING/EIG/zget10.f index ee7fcbb51a..4442fc8ec2 100644 --- a/TESTING/EIG/zget10.f +++ b/TESTING/EIG/zget10.f @@ -92,17 +92,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET10( M, N, A, LDA, B, LDB, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, M, N diff --git a/TESTING/EIG/zget22.f b/TESTING/EIG/zget22.f index 68e16baaaa..fe972a06da 100644 --- a/TESTING/EIG/zget22.f +++ b/TESTING/EIG/zget22.f @@ -135,18 +135,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, W, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANSA, TRANSE, TRANSW diff --git a/TESTING/EIG/zget23.f b/TESTING/EIG/zget23.f index 39fe152996..fc48a5e1b3 100644 --- a/TESTING/EIG/zget23.f +++ b/TESTING/EIG/zget23.f @@ -357,8 +357,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -368,10 +366,9 @@ SUBROUTINE ZGET23( COMP, ISRT, BALANC, JTYPE, THRESH, ISEED, $ RCONDE, RCNDE1, RCDEIN, SCALE, SCALE1, RESULT, $ WORK, LWORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/zget24.f b/TESTING/EIG/zget24.f index 1641a018c1..670611e91c 100644 --- a/TESTING/EIG/zget24.f +++ b/TESTING/EIG/zget24.f @@ -325,8 +325,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== @@ -335,10 +333,9 @@ SUBROUTINE ZGET24( COMP, JTYPE, THRESH, ISEED, NOUNIT, N, A, LDA, $ RCDVIN, NSLCT, ISLCT, ISRT, RESULT, WORK, $ LWORK, RWORK, BWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL COMP diff --git a/TESTING/EIG/zget35.f b/TESTING/EIG/zget35.f index 2ea73a2c59..5da48bcb0f 100644 --- a/TESTING/EIG/zget35.f +++ b/TESTING/EIG/zget35.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET35( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN, NINFO diff --git a/TESTING/EIG/zget36.f b/TESTING/EIG/zget36.f index d5bc06ea91..c7a79b99f7 100644 --- a/TESTING/EIG/zget36.f +++ b/TESTING/EIG/zget36.f @@ -78,17 +78,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET36( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, LMAX, NIN, NINFO diff --git a/TESTING/EIG/zget37.f b/TESTING/EIG/zget37.f index 85aaf79496..63680e8556 100644 --- a/TESTING/EIG/zget37.f +++ b/TESTING/EIG/zget37.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET37( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/zget38.f b/TESTING/EIG/zget38.f index c88a383bd0..43b538fcf2 100644 --- a/TESTING/EIG/zget38.f +++ b/TESTING/EIG/zget38.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET38( RMAX, LMAX, NINFO, KNT, NIN ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KNT, NIN diff --git a/TESTING/EIG/zget51.f b/TESTING/EIG/zget51.f index e019127a3e..7b2ea679a3 100644 --- a/TESTING/EIG/zget51.f +++ b/TESTING/EIG/zget51.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET51( ITYPE, N, A, LDA, B, LDB, U, LDU, V, LDV, WORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ITYPE, LDA, LDB, LDU, LDV, N diff --git a/TESTING/EIG/zget52.f b/TESTING/EIG/zget52.f index 75126d33d3..66f7ff5d20 100644 --- a/TESTING/EIG/zget52.f +++ b/TESTING/EIG/zget52.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET52( LEFT, N, A, LDA, B, LDB, E, LDE, ALPHA, BETA, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL LEFT diff --git a/TESTING/EIG/zget54.f b/TESTING/EIG/zget54.f index 106e29074c..6ac622018d 100644 --- a/TESTING/EIG/zget54.f +++ b/TESTING/EIG/zget54.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGET54( N, A, LDA, B, LDB, S, LDS, T, LDT, U, LDU, V, $ LDV, WORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LDS, LDT, LDU, LDV, N diff --git a/TESTING/EIG/zglmts.f b/TESTING/EIG/zglmts.f index 344ae3a096..63664241d3 100644 --- a/TESTING/EIG/zglmts.f +++ b/TESTING/EIG/zglmts.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGLMTS( N, M, P, A, AF, LDA, B, BF, LDB, D, DF, X, U, $ WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/zgqrts.f b/TESTING/EIG/zgqrts.f index c963dee93c..7d331414ab 100644 --- a/TESTING/EIG/zgqrts.f +++ b/TESTING/EIG/zgqrts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGQRTS( N, M, P, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/zgrqts.f b/TESTING/EIG/zgrqts.f index 3a14737239..f62b23a6f8 100644 --- a/TESTING/EIG/zgrqts.f +++ b/TESTING/EIG/zgrqts.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZGRQTS( M, P, N, A, AF, Q, R, LDA, TAUA, B, BF, Z, T, $ BWK, LDB, TAUB, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/zgsvts3.f b/TESTING/EIG/zgsvts3.f index fa9bb38d94..729a6f3ce6 100644 --- a/TESTING/EIG/zgsvts3.f +++ b/TESTING/EIG/zgsvts3.f @@ -200,8 +200,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date August 2015 -* *> \ingroup complex16_eig * * ===================================================================== @@ -209,10 +207,9 @@ SUBROUTINE ZGSVTS3( M, P, N, A, AF, LDA, B, BF, LDB, U, LDU, V, $ LDV, Q, LDQ, ALPHA, BETA, R, LDR, IWORK, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* August 2015 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDQ, LDR, LDU, LDV, LWORK, M, N, P diff --git a/TESTING/EIG/zhbt21.f b/TESTING/EIG/zhbt21.f index 68125854c7..cedf8344fe 100644 --- a/TESTING/EIG/zhbt21.f +++ b/TESTING/EIG/zhbt21.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZHBT21( UPLO, N, KA, KS, A, LDA, D, E, U, LDU, WORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zhet21.f b/TESTING/EIG/zhet21.f index cb854a850d..d254f85e9c 100644 --- a/TESTING/EIG/zhet21.f +++ b/TESTING/EIG/zhet21.f @@ -206,18 +206,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZHET21( ITYPE, UPLO, N, KBAND, A, LDA, D, E, U, LDU, V, $ LDV, TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zhet22.f b/TESTING/EIG/zhet22.f index 8ef73aef30..6606d250b6 100644 --- a/TESTING/EIG/zhet22.f +++ b/TESTING/EIG/zhet22.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZHET22( ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU, $ V, LDV, TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zhpt21.f b/TESTING/EIG/zhpt21.f index 825d387c79..70734dafe9 100644 --- a/TESTING/EIG/zhpt21.f +++ b/TESTING/EIG/zhpt21.f @@ -220,18 +220,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZHPT21( ITYPE, UPLO, N, KBAND, AP, D, E, U, LDU, VP, $ TAU, WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zhst01.f b/TESTING/EIG/zhst01.f index b98045fab0..ebb1c48952 100644 --- a/TESTING/EIG/zhst01.f +++ b/TESTING/EIG/zhst01.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZHST01( N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, $ LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER IHI, ILO, LDA, LDH, LDQ, LWORK, N diff --git a/TESTING/EIG/zlarfy.f b/TESTING/EIG/zlarfy.f index 57605731bf..e0cb2f9795 100644 --- a/TESTING/EIG/zlarfy.f +++ b/TESTING/EIG/zlarfy.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zlarhs.f b/TESTING/EIG/zlarhs.f index f2fe47e9bc..e3107f231e 100644 --- a/TESTING/EIG/zlarhs.f +++ b/TESTING/EIG/zlarhs.f @@ -201,18 +201,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/EIG/zlatm4.f b/TESTING/EIG/zlatm4.f index 429404f2f8..1223993879 100644 --- a/TESTING/EIG/zlatm4.f +++ b/TESTING/EIG/zlatm4.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZLATM4( ITYPE, N, NZ1, NZ2, RSIGN, AMAGN, RCOND, $ TRIANG, IDIST, ISEED, A, LDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL RSIGN diff --git a/TESTING/EIG/zlctes.f b/TESTING/EIG/zlctes.f index 4b471b751b..a7ac8b067f 100644 --- a/TESTING/EIG/zlctes.f +++ b/TESTING/EIG/zlctes.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== LOGICAL FUNCTION ZLCTES( Z, D ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. COMPLEX*16 D, Z diff --git a/TESTING/EIG/zlctsx.f b/TESTING/EIG/zlctsx.f index 9f30e61fe1..95d3e13258 100644 --- a/TESTING/EIG/zlctsx.f +++ b/TESTING/EIG/zlctsx.f @@ -50,17 +50,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== LOGICAL FUNCTION ZLCTSX( ALPHA, BETA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. COMPLEX*16 ALPHA, BETA diff --git a/TESTING/EIG/zlsets.f b/TESTING/EIG/zlsets.f index 6f324ea80e..8c8ff01b22 100644 --- a/TESTING/EIG/zlsets.f +++ b/TESTING/EIG/zlsets.f @@ -143,18 +143,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZLSETS( M, P, N, A, AF, LDA, B, BF, LDB, C, CF, D, DF, $ X, WORK, LWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, P diff --git a/TESTING/EIG/zsbmv.f b/TESTING/EIG/zsbmv.f index 6438825507..ad8baee592 100644 --- a/TESTING/EIG/zsbmv.f +++ b/TESTING/EIG/zsbmv.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZSBMV( UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zsgt01.f b/TESTING/EIG/zsgt01.f index e512253db6..c46db5787c 100644 --- a/TESTING/EIG/zsgt01.f +++ b/TESTING/EIG/zsgt01.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZSGT01( ITYPE, UPLO, N, M, A, LDA, B, LDB, Z, LDZ, D, $ WORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/EIG/zslect.f b/TESTING/EIG/zslect.f index 519c7764f2..ec6ff4e016 100644 --- a/TESTING/EIG/zslect.f +++ b/TESTING/EIG/zslect.f @@ -49,17 +49,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_eig * * ===================================================================== LOGICAL FUNCTION ZSLECT( Z ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. COMPLEX*16 Z diff --git a/TESTING/EIG/zstt21.f b/TESTING/EIG/zstt21.f index f2e32a12e8..4df1f7fe2b 100644 --- a/TESTING/EIG/zstt21.f +++ b/TESTING/EIG/zstt21.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZSTT21( N, KBAND, AD, AE, SD, SE, U, LDU, WORK, RWORK, $ RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, N diff --git a/TESTING/EIG/zstt22.f b/TESTING/EIG/zstt22.f index c0f684fc37..b21773b162 100644 --- a/TESTING/EIG/zstt22.f +++ b/TESTING/EIG/zstt22.f @@ -137,18 +137,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZSTT22( N, M, KBAND, AD, AE, SD, SE, U, LDU, WORK, $ LDWORK, RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KBAND, LDU, LDWORK, M, N diff --git a/TESTING/EIG/zunt01.f b/TESTING/EIG/zunt01.f index d2d64227f3..040c88f449 100644 --- a/TESTING/EIG/zunt01.f +++ b/TESTING/EIG/zunt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZUNT01( ROWCOL, M, N, U, LDU, WORK, LWORK, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 ROWCOL diff --git a/TESTING/EIG/zunt03.f b/TESTING/EIG/zunt03.f index 4560410a30..2ab2cde0d4 100644 --- a/TESTING/EIG/zunt03.f +++ b/TESTING/EIG/zunt03.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_eig * * ===================================================================== SUBROUTINE ZUNT03( RC, MU, MV, N, K, U, LDU, V, LDV, WORK, LWORK, $ RWORK, RESULT, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*( * ) RC diff --git a/TESTING/LIN/aladhd.f b/TESTING/LIN/aladhd.f index a31621db2d..f2a1c39511 100644 --- a/TESTING/LIN/aladhd.f +++ b/TESTING/LIN/aladhd.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALADHD( IOUNIT, PATH ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/alaerh.f b/TESTING/LIN/alaerh.f index 5677940c89..1845888a66 100644 --- a/TESTING/LIN/alaerh.f +++ b/TESTING/LIN/alaerh.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALAERH( PATH, SUBNAM, INFO, INFOE, OPTS, M, N, KL, KU, $ N5, IMAT, NFAIL, NERRS, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/alaesm.f b/TESTING/LIN/alaesm.f index 6e01f2490f..391da22d4f 100644 --- a/TESTING/LIN/alaesm.f +++ b/TESTING/LIN/alaesm.f @@ -56,17 +56,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALAESM( PATH, OK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL OK diff --git a/TESTING/LIN/alahd.f b/TESTING/LIN/alahd.f index 9d18a3259d..2cc0fba063 100644 --- a/TESTING/LIN/alahd.f +++ b/TESTING/LIN/alahd.f @@ -100,17 +100,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2019 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALAHD( IOUNIT, PATH ) * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2019 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/alareq.f b/TESTING/LIN/alareq.f index e1b084debc..db18775ebc 100644 --- a/TESTING/LIN/alareq.f +++ b/TESTING/LIN/alareq.f @@ -83,17 +83,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/alasum.f b/TESTING/LIN/alasum.f index bd5d3af9b9..432b8df458 100644 --- a/TESTING/LIN/alasum.f +++ b/TESTING/LIN/alasum.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALASUM( TYPE, NOUT, NFAIL, NRUN, NERRS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/LIN/alasvm.f b/TESTING/LIN/alasvm.f index 3fcbcca389..d9e5000134 100644 --- a/TESTING/LIN/alasvm.f +++ b/TESTING/LIN/alasvm.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ALASVM( TYPE, NOUT, NFAIL, NRUN, NERRS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 TYPE diff --git a/TESTING/LIN/cchkaa.f b/TESTING/LIN/cchkaa.f index d36770be75..99f6e860aa 100644 --- a/TESTING/LIN/cchkaa.f +++ b/TESTING/LIN/cchkaa.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex_lin * * ===================================================================== PROGRAM CCHKAA * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * ===================================================================== * diff --git a/TESTING/LIN/cchkeq.f b/TESTING/LIN/cchkeq.f index 7c79d68f89..e2f092fc6c 100644 --- a/TESTING/LIN/cchkeq.f +++ b/TESTING/LIN/cchkeq.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CCHKEQ( THRESH, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NOUT diff --git a/TESTING/LIN/cchkgb.f b/TESTING/LIN/cchkgb.f index 4a3f187a13..433b45f4ec 100644 --- a/TESTING/LIN/cchkgb.f +++ b/TESTING/LIN/cchkgb.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -191,10 +189,9 @@ SUBROUTINE CCHKGB( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, A, LA, AFAC, LAFAC, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkge.f b/TESTING/LIN/cchkge.f index 3fe22d0ef0..d970571ac3 100644 --- a/TESTING/LIN/cchkge.f +++ b/TESTING/LIN/cchkge.f @@ -177,8 +177,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -186,10 +184,9 @@ SUBROUTINE CCHKGE( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkgt.f b/TESTING/LIN/cchkgt.f index a6780400c9..b6fd5e4b55 100644 --- a/TESTING/LIN/cchkgt.f +++ b/TESTING/LIN/cchkgt.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CCHKGT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, AF, B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkhe.f b/TESTING/LIN/cchkhe.f index 72dd71f662..875d8e3997 100644 --- a/TESTING/LIN/cchkhe.f +++ b/TESTING/LIN/cchkhe.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE CCHKHE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkhe_aa.f b/TESTING/LIN/cchkhe_aa.f index 8dd551a726..826faf7d42 100644 --- a/TESTING/LIN/cchkhe_aa.f +++ b/TESTING/LIN/cchkhe_aa.f @@ -162,9 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +169,9 @@ SUBROUTINE CCHKHE_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/cchkhe_aa_2stage.f b/TESTING/LIN/cchkhe_aa_2stage.f index 06b2134fa7..83403e955b 100644 --- a/TESTING/LIN/cchkhe_aa_2stage.f +++ b/TESTING/LIN/cchkhe_aa_2stage.f @@ -163,9 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* *> \ingroup complex_lin * * ===================================================================== @@ -173,10 +170,9 @@ SUBROUTINE CCHKHE_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/cchkhe_rk.f b/TESTING/LIN/cchkhe_rk.f index 9844c26954..96a2fe1d69 100644 --- a/TESTING/LIN/cchkhe_rk.f +++ b/TESTING/LIN/cchkhe_rk.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE CCHKHE_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkhe_rook.f b/TESTING/LIN/cchkhe_rook.f index ace7844f8c..52ab5db702 100644 --- a/TESTING/LIN/cchkhe_rook.f +++ b/TESTING/LIN/cchkhe_rook.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE CCHKHE_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkhp.f b/TESTING/LIN/cchkhp.f index d07bfd24ad..8d7cf477a2 100644 --- a/TESTING/LIN/cchkhp.f +++ b/TESTING/LIN/cchkhp.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE CCHKHP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchklq.f b/TESTING/LIN/cchklq.f index a407203f06..54107d0475 100644 --- a/TESTING/LIN/cchklq.f +++ b/TESTING/LIN/cchklq.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE CCHKLQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchklqt.f b/TESTING/LIN/cchklqt.f index 8dfd394c64..57b843fbc0 100644 --- a/TESTING/LIN/cchklqt.f +++ b/TESTING/LIN/cchklqt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE CCHKLQT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchklqtp.f b/TESTING/LIN/cchklqtp.f index 1ecc1072d1..9fd21a964b 100644 --- a/TESTING/LIN/cchklqtp.f +++ b/TESTING/LIN/cchklqtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE CCHKLQTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkpb.f b/TESTING/LIN/cchkpb.f index 8517168fea..bcfc771f77 100644 --- a/TESTING/LIN/cchkpb.f +++ b/TESTING/LIN/cchkpb.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE CCHKPB( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkpo.f b/TESTING/LIN/cchkpo.f index 93ad9c34fa..87d885bf26 100644 --- a/TESTING/LIN/cchkpo.f +++ b/TESTING/LIN/cchkpo.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE CCHKPO( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkpp.f b/TESTING/LIN/cchkpp.f index 9d7a8b5c69..8b736e52b7 100644 --- a/TESTING/LIN/cchkpp.f +++ b/TESTING/LIN/cchkpp.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE CCHKPP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkps.f b/TESTING/LIN/cchkps.f index cf1da91bf2..45702fa692 100644 --- a/TESTING/LIN/cchkps.f +++ b/TESTING/LIN/cchkps.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -154,10 +152,9 @@ SUBROUTINE CCHKPS( DOTYPE, NN, NVAL, NNB, NBVAL, NRANK, RANKVAL, $ THRESH, TSTERR, NMAX, A, AFAC, PERM, PIV, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL THRESH diff --git a/TESTING/LIN/cchkpt.f b/TESTING/LIN/cchkpt.f index a1c28af76e..2ec8020646 100644 --- a/TESTING/LIN/cchkpt.f +++ b/TESTING/LIN/cchkpt.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CCHKPT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, D, E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkq3.f b/TESTING/LIN/cchkq3.f index 10c29e14eb..e065655393 100644 --- a/TESTING/LIN/cchkq3.f +++ b/TESTING/LIN/cchkq3.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -158,10 +156,9 @@ SUBROUTINE CCHKQ3( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ THRESH, A, COPYA, S, TAU, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NN, NNB, NOUT diff --git a/TESTING/LIN/cchkql.f b/TESTING/LIN/cchkql.f index 12b7ceded6..34c6ca6a71 100644 --- a/TESTING/LIN/cchkql.f +++ b/TESTING/LIN/cchkql.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE CCHKQL( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkqr.f b/TESTING/LIN/cchkqr.f index 7c9ded0122..7ea178eaf5 100644 --- a/TESTING/LIN/cchkqr.f +++ b/TESTING/LIN/cchkqr.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE CCHKQR( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkqrt.f b/TESTING/LIN/cchkqrt.f index 6f5552bb38..5dc69dd034 100644 --- a/TESTING/LIN/cchkqrt.f +++ b/TESTING/LIN/cchkqrt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE CCHKQRT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkqrtp.f b/TESTING/LIN/cchkqrtp.f index 3d8dd2a388..246e761215 100644 --- a/TESTING/LIN/cchkqrtp.f +++ b/TESTING/LIN/cchkqrtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE CCHKQRTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkrfp.f b/TESTING/LIN/cchkrfp.f index 6a692f71df..58d55c31c9 100644 --- a/TESTING/LIN/cchkrfp.f +++ b/TESTING/LIN/cchkrfp.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== PROGRAM CCHKRFP * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/cchkrq.f b/TESTING/LIN/cchkrq.f index 9a42dc1352..48050c51f9 100644 --- a/TESTING/LIN/cchkrq.f +++ b/TESTING/LIN/cchkrq.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE CCHKRQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchksp.f b/TESTING/LIN/cchksp.f index 5109ac740e..584cf426cc 100644 --- a/TESTING/LIN/cchksp.f +++ b/TESTING/LIN/cchksp.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE CCHKSP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchksy.f b/TESTING/LIN/cchksy.f index d25417f7a9..3392188237 100644 --- a/TESTING/LIN/cchksy.f +++ b/TESTING/LIN/cchksy.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE CCHKSY( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchksy_aa.f b/TESTING/LIN/cchksy_aa.f index 3a38d87a4b..735e79bd04 100644 --- a/TESTING/LIN/cchksy_aa.f +++ b/TESTING/LIN/cchksy_aa.f @@ -161,10 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @generated from LIN/dchksy_aa.f, fortran d -> c, Wed Nov 16 21:34:18 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +168,9 @@ SUBROUTINE CCHKSY_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/cchksy_aa_2stage.f b/TESTING/LIN/cchksy_aa_2stage.f index c17ae54e6a..7a0dcc5673 100644 --- a/TESTING/LIN/cchksy_aa_2stage.f +++ b/TESTING/LIN/cchksy_aa_2stage.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE CCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/cchksy_rk.f b/TESTING/LIN/cchksy_rk.f index 9b2ed2957b..9ba653c093 100644 --- a/TESTING/LIN/cchksy_rk.f +++ b/TESTING/LIN/cchksy_rk.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE CCHKSY_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchksy_rook.f b/TESTING/LIN/cchksy_rook.f index 84802f3b8f..bbe18ebf9c 100644 --- a/TESTING/LIN/cchksy_rook.f +++ b/TESTING/LIN/cchksy_rook.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE CCHKSY_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchktb.f b/TESTING/LIN/cchktb.f index 027e3ecd8b..865b9de329 100644 --- a/TESTING/LIN/cchktb.f +++ b/TESTING/LIN/cchktb.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CCHKTB( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AB, AINV, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchktp.f b/TESTING/LIN/cchktp.f index 98c4b080b9..18242ff54c 100644 --- a/TESTING/LIN/cchktp.f +++ b/TESTING/LIN/cchktp.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -151,10 +149,9 @@ SUBROUTINE CCHKTP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AP, AINVP, B, X, XACT, WORK, RWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchktr.f b/TESTING/LIN/cchktr.f index ec731b73d9..ce1ecf7615 100644 --- a/TESTING/LIN/cchktr.f +++ b/TESTING/LIN/cchktr.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE CCHKTR( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AINV, B, X, XACT, $ WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchktsqr.f b/TESTING/LIN/cchktsqr.f index 8288916db3..d7e1b317d7 100644 --- a/TESTING/LIN/cchktsqr.f +++ b/TESTING/LIN/cchktsqr.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE CCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchktz.f b/TESTING/LIN/cchktz.f index 4926773a62..192b1c390e 100644 --- a/TESTING/LIN/cchktz.f +++ b/TESTING/LIN/cchktz.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CCHKTZ( DOTYPE, NM, MVAL, NN, NVAL, THRESH, TSTERR, A, $ COPYA, S, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cchkunhr_col.f b/TESTING/LIN/cchkunhr_col.f index b59c2b8de4..0d6a9063db 100644 --- a/TESTING/LIN/cchkunhr_col.f +++ b/TESTING/LIN/cchkunhr_col.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex_lin * * ===================================================================== @@ -109,10 +107,9 @@ SUBROUTINE CCHKUNHR_COL( THRESH, TSTERR, NM, MVAL, NN, NVAL, $ NNB, NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvgb.f b/TESTING/LIN/cdrvgb.f index 42e26028a4..b0a8be002f 100644 --- a/TESTING/LIN/cdrvgb.f +++ b/TESTING/LIN/cdrvgb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE CDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvgbx.f b/TESTING/LIN/cdrvgbx.f index b043c10891..88347ddaa5 100644 --- a/TESTING/LIN/cdrvgbx.f +++ b/TESTING/LIN/cdrvgbx.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE CDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvge.f b/TESTING/LIN/cdrvge.f index 054e7e84ef..386bd31086 100644 --- a/TESTING/LIN/cdrvge.f +++ b/TESTING/LIN/cdrvge.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE CDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvgex.f b/TESTING/LIN/cdrvgex.f index 51fc848998..7196e2ad90 100644 --- a/TESTING/LIN/cdrvgex.f +++ b/TESTING/LIN/cdrvgex.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE CDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvgt.f b/TESTING/LIN/cdrvgt.f index 8d431efc5f..8d43f640fe 100644 --- a/TESTING/LIN/cdrvgt.f +++ b/TESTING/LIN/cdrvgt.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVGT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, AF, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhe.f b/TESTING/LIN/cdrvhe.f index 9d5beb843a..de7851e0f5 100644 --- a/TESTING/LIN/cdrvhe.f +++ b/TESTING/LIN/cdrvhe.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE CDRVHE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhe_aa.f b/TESTING/LIN/cdrvhe_aa.f index d56aa45b0b..70c4a7e312 100644 --- a/TESTING/LIN/cdrvhe_aa.f +++ b/TESTING/LIN/cdrvhe_aa.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE CDRVHE_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhe_aa_2stage.f b/TESTING/LIN/cdrvhe_aa_2stage.f index 32be41f640..8dd20a7b7d 100644 --- a/TESTING/LIN/cdrvhe_aa_2stage.f +++ b/TESTING/LIN/cdrvhe_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE CDRVHE_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhe_rk.f b/TESTING/LIN/cdrvhe_rk.f index 676a700d7a..72669ccd18 100644 --- a/TESTING/LIN/cdrvhe_rk.f +++ b/TESTING/LIN/cdrvhe_rk.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -158,10 +156,9 @@ SUBROUTINE CDRVHE_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhe_rook.f b/TESTING/LIN/cdrvhe_rook.f index 6110aadf99..d2f3cb7975 100644 --- a/TESTING/LIN/cdrvhe_rook.f +++ b/TESTING/LIN/cdrvhe_rook.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE CDRVHE_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhex.f b/TESTING/LIN/cdrvhex.f index c6604c3922..ef84fbfb81 100644 --- a/TESTING/LIN/cdrvhex.f +++ b/TESTING/LIN/cdrvhex.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE CDRVHE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvhp.f b/TESTING/LIN/cdrvhp.f index 875c894fe5..27ff71c5e3 100644 --- a/TESTING/LIN/cdrvhp.f +++ b/TESTING/LIN/cdrvhp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE CDRVHP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvls.f b/TESTING/LIN/cdrvls.f index f43c10b721..7fe189e5fd 100644 --- a/TESTING/LIN/cdrvls.f +++ b/TESTING/LIN/cdrvls.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== @@ -192,10 +190,9 @@ SUBROUTINE CDRVLS( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL, NNB, $ NBVAL, NXVAL, THRESH, TSTERR, A, COPYA, B, $ COPYB, C, S, COPYS, NOUT ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvpb.f b/TESTING/LIN/cdrvpb.f index fb43d7f736..7f8a846280 100644 --- a/TESTING/LIN/cdrvpb.f +++ b/TESTING/LIN/cdrvpb.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE CDRVPB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvpo.f b/TESTING/LIN/cdrvpo.f index 8f484d6de4..88cca10dfd 100644 --- a/TESTING/LIN/cdrvpo.f +++ b/TESTING/LIN/cdrvpo.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE CDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvpox.f b/TESTING/LIN/cdrvpox.f index cc08095d67..9008b9d4f7 100644 --- a/TESTING/LIN/cdrvpox.f +++ b/TESTING/LIN/cdrvpox.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -162,10 +160,9 @@ SUBROUTINE CDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvpp.f b/TESTING/LIN/cdrvpp.f index 5e38c18507..c2fa2eb76c 100644 --- a/TESTING/LIN/cdrvpp.f +++ b/TESTING/LIN/cdrvpp.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE CDRVPP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvpt.f b/TESTING/LIN/cdrvpt.f index 926f22378a..41a868b74e 100644 --- a/TESTING/LIN/cdrvpt.f +++ b/TESTING/LIN/cdrvpt.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVPT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, D, $ E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvrf1.f b/TESTING/LIN/cdrvrf1.f index eb3949807f..dec82def2c 100644 --- a/TESTING/LIN/cdrvrf1.f +++ b/TESTING/LIN/cdrvrf1.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVRF1( NOUT, NN, NVAL, THRESH, A, LDA, ARF, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/cdrvrf2.f b/TESTING/LIN/cdrvrf2.f index d1b9c87522..774e3880ff 100644 --- a/TESTING/LIN/cdrvrf2.f +++ b/TESTING/LIN/cdrvrf2.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/cdrvrf3.f b/TESTING/LIN/cdrvrf3.f index 1d9d034c83..1ca816979a 100644 --- a/TESTING/LIN/cdrvrf3.f +++ b/TESTING/LIN/cdrvrf3.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVRF3( NOUT, NN, NVAL, THRESH, A, LDA, ARF, B1, B2, + S_WORK_CLANGE, C_WORK_CGEQRF, TAU ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/cdrvrf4.f b/TESTING/LIN/cdrvrf4.f index d3e6a39c84..047c1760bc 100644 --- a/TESTING/LIN/cdrvrf4.f +++ b/TESTING/LIN/cdrvrf4.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CDRVRF4( NOUT, NN, NVAL, THRESH, C1, C2, LDC, CRF, A, + LDA, S_WORK_CLANGE ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDC, NN, NOUT diff --git a/TESTING/LIN/cdrvrfp.f b/TESTING/LIN/cdrvrfp.f index a57688f831..ff551531f5 100644 --- a/TESTING/LIN/cdrvrfp.f +++ b/TESTING/LIN/cdrvrfp.f @@ -232,8 +232,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -244,10 +242,9 @@ SUBROUTINE CDRVRFP( NOUT, NN, NVAL, NNS, NSVAL, NNT, NTVAL, + C_WORK_CPOT03, S_WORK_CLATMS, S_WORK_CLANHE, + S_WORK_CPOT01, S_WORK_CPOT02, S_WORK_CPOT03 ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NN, NNS, NNT, NOUT diff --git a/TESTING/LIN/cdrvsp.f b/TESTING/LIN/cdrvsp.f index 169ebaa5a2..d7a9748d18 100644 --- a/TESTING/LIN/cdrvsp.f +++ b/TESTING/LIN/cdrvsp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE CDRVSP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsy.f b/TESTING/LIN/cdrvsy.f index 475e902008..27a697e8b0 100644 --- a/TESTING/LIN/cdrvsy.f +++ b/TESTING/LIN/cdrvsy.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE CDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsy_aa.f b/TESTING/LIN/cdrvsy_aa.f index a9e53de4f0..7814d3ae6d 100644 --- a/TESTING/LIN/cdrvsy_aa.f +++ b/TESTING/LIN/cdrvsy_aa.f @@ -144,10 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @generated from LIN/ddrvsy_aa.f, fortran d -> c, Thu Nov 17 12:14:51 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -155,10 +151,9 @@ SUBROUTINE CDRVSY_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsy_aa_2stage.f b/TESTING/LIN/cdrvsy_aa_2stage.f index 2b766bcbd0..9004553991 100644 --- a/TESTING/LIN/cdrvsy_aa_2stage.f +++ b/TESTING/LIN/cdrvsy_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE CDRVSY_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsy_rk.f b/TESTING/LIN/cdrvsy_rk.f index 569df307f1..baa9e178d1 100644 --- a/TESTING/LIN/cdrvsy_rk.f +++ b/TESTING/LIN/cdrvsy_rk.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE CDRVSY_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsy_rook.f b/TESTING/LIN/cdrvsy_rook.f index 4dab875765..4dc04c0299 100644 --- a/TESTING/LIN/cdrvsy_rook.f +++ b/TESTING/LIN/cdrvsy_rook.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE CDRVSY_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cdrvsyx.f b/TESTING/LIN/cdrvsyx.f index cc4f754cec..546b19d82e 100644 --- a/TESTING/LIN/cdrvsyx.f +++ b/TESTING/LIN/cdrvsyx.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE CDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/cebchvxx.f b/TESTING/LIN/cebchvxx.f index 00f92f4e32..176c0eb4d8 100644 --- a/TESTING/LIN/cebchvxx.f +++ b/TESTING/LIN/cebchvxx.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== diff --git a/TESTING/LIN/cerrge.f b/TESTING/LIN/cerrge.f index 93f26f9dc6..1fcf656f78 100644 --- a/TESTING/LIN/cerrge.f +++ b/TESTING/LIN/cerrge.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrgex.f b/TESTING/LIN/cerrgex.f index 02230245b2..1110c6e682 100644 --- a/TESTING/LIN/cerrgex.f +++ b/TESTING/LIN/cerrgex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrgt.f b/TESTING/LIN/cerrgt.f index f95db6706e..c342133ebe 100644 --- a/TESTING/LIN/cerrgt.f +++ b/TESTING/LIN/cerrgt.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRGT( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrhe.f b/TESTING/LIN/cerrhe.f index 9e8daa2193..d0c5cf6b59 100644 --- a/TESTING/LIN/cerrhe.f +++ b/TESTING/LIN/cerrhe.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRHE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/cerrhex.f b/TESTING/LIN/cerrhex.f index e10a5404fa..a63cd655d0 100644 --- a/TESTING/LIN/cerrhex.f +++ b/TESTING/LIN/cerrhex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRHE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrlq.f b/TESTING/LIN/cerrlq.f index 822380c9ac..1036835b4d 100644 --- a/TESTING/LIN/cerrlq.f +++ b/TESTING/LIN/cerrlq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRLQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrlqt.f b/TESTING/LIN/cerrlqt.f index 6e2d8b321d..4ee50cd6c3 100644 --- a/TESTING/LIN/cerrlqt.f +++ b/TESTING/LIN/cerrlqt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE CERRLQT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrlqtp.f b/TESTING/LIN/cerrlqtp.f index 7786dc1d3a..e723123767 100644 --- a/TESTING/LIN/cerrlqtp.f +++ b/TESTING/LIN/cerrlqtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE CERRLQTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrls.f b/TESTING/LIN/cerrls.f index 5510b1c5ed..48e44ad863 100644 --- a/TESTING/LIN/cerrls.f +++ b/TESTING/LIN/cerrls.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRLS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrpo.f b/TESTING/LIN/cerrpo.f index 19f7afbad9..40ebe52201 100644 --- a/TESTING/LIN/cerrpo.f +++ b/TESTING/LIN/cerrpo.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrpox.f b/TESTING/LIN/cerrpox.f index eee3726eb1..839a555eec 100644 --- a/TESTING/LIN/cerrpox.f +++ b/TESTING/LIN/cerrpox.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrps.f b/TESTING/LIN/cerrps.f index f9aa3cf140..6b19424bc6 100644 --- a/TESTING/LIN/cerrps.f +++ b/TESTING/LIN/cerrps.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRPS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/cerrql.f b/TESTING/LIN/cerrql.f index 716417b8cd..50f97d4dc9 100644 --- a/TESTING/LIN/cerrql.f +++ b/TESTING/LIN/cerrql.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRQL( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrqp.f b/TESTING/LIN/cerrqp.f index 3ed463ad84..a2188a71ad 100644 --- a/TESTING/LIN/cerrqp.f +++ b/TESTING/LIN/cerrqp.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRQP( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrqr.f b/TESTING/LIN/cerrqr.f index e124d0f816..21cf22936a 100644 --- a/TESTING/LIN/cerrqr.f +++ b/TESTING/LIN/cerrqr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRQR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrqrt.f b/TESTING/LIN/cerrqrt.f index f391a9b329..48ca7df40f 100644 --- a/TESTING/LIN/cerrqrt.f +++ b/TESTING/LIN/cerrqrt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRQRT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrqrtp.f b/TESTING/LIN/cerrqrtp.f index 34e2ecd399..29f38d01c8 100644 --- a/TESTING/LIN/cerrqrtp.f +++ b/TESTING/LIN/cerrqrtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRQRTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrrfp.f b/TESTING/LIN/cerrrfp.f index da02a88851..4f2196c32b 100644 --- a/TESTING/LIN/cerrrfp.f +++ b/TESTING/LIN/cerrrfp.f @@ -45,17 +45,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRRFP( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/cerrrq.f b/TESTING/LIN/cerrrq.f index bcacdc3495..2c8c5978fa 100644 --- a/TESTING/LIN/cerrrq.f +++ b/TESTING/LIN/cerrrq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRRQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrsy.f b/TESTING/LIN/cerrsy.f index 17c9f36fb4..a236d2d183 100644 --- a/TESTING/LIN/cerrsy.f +++ b/TESTING/LIN/cerrsy.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/cerrsyx.f b/TESTING/LIN/cerrsyx.f index 617354fab7..860768403c 100644 --- a/TESTING/LIN/cerrsyx.f +++ b/TESTING/LIN/cerrsyx.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrtr.f b/TESTING/LIN/cerrtr.f index a06c0d7515..db65edd881 100644 --- a/TESTING/LIN/cerrtr.f +++ b/TESTING/LIN/cerrtr.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRTR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrtsqr.f b/TESTING/LIN/cerrtsqr.f index b9d6ce3c34..173e2e527e 100644 --- a/TESTING/LIN/cerrtsqr.f +++ b/TESTING/LIN/cerrtsqr.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Zenver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE CERRTSQR( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrtz.f b/TESTING/LIN/cerrtz.f index c6649cf876..4c81279ab4 100644 --- a/TESTING/LIN/cerrtz.f +++ b/TESTING/LIN/cerrtz.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRTZ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cerrunhr_col.f b/TESTING/LIN/cerrunhr_col.f index 236143f034..8a5a820c78 100644 --- a/TESTING/LIN/cerrunhr_col.f +++ b/TESTING/LIN/cerrunhr_col.f @@ -49,18 +49,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRUNHR_COL( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. CHARACTER(LEN=3) PATH diff --git a/TESTING/LIN/cerrvx.f b/TESTING/LIN/cerrvx.f index 7f929f07f6..701abd1613 100644 --- a/TESTING/LIN/cerrvx.f +++ b/TESTING/LIN/cerrvx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/cerrvxx.f b/TESTING/LIN/cerrvxx.f index 33bad4f9f1..4aed92850e 100644 --- a/TESTING/LIN/cerrvxx.f +++ b/TESTING/LIN/cerrvxx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/cgbt01.f b/TESTING/LIN/cgbt01.f index 947ca3f732..277b0b1ab8 100644 --- a/TESTING/LIN/cgbt01.f +++ b/TESTING/LIN/cgbt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGBT01( M, N, KL, KU, A, LDA, AFAC, LDAFAC, IPIV, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KL, KU, LDA, LDAFAC, M, N diff --git a/TESTING/LIN/cgbt02.f b/TESTING/LIN/cgbt02.f index b478fff2db..9576c47ce4 100644 --- a/TESTING/LIN/cgbt02.f +++ b/TESTING/LIN/cgbt02.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGBT02( TRANS, M, N, KL, KU, NRHS, A, LDA, X, LDX, B, $ LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cgbt05.f b/TESTING/LIN/cgbt05.f index a6cfe3a093..859f8b3eb2 100644 --- a/TESTING/LIN/cgbt05.f +++ b/TESTING/LIN/cgbt05.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cgelqs.f b/TESTING/LIN/cgelqs.f index ee08c9b62d..47e17a5830 100644 --- a/TESTING/LIN/cgelqs.f +++ b/TESTING/LIN/cgelqs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGELQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/cgennd.f b/TESTING/LIN/cgennd.f index 5b8fefa7dd..9667d24730 100644 --- a/TESTING/LIN/cgennd.f +++ b/TESTING/LIN/cgennd.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== LOGICAL FUNCTION CGENND (M, N, A, LDA) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER M, N, LDA diff --git a/TESTING/LIN/cgeqls.f b/TESTING/LIN/cgeqls.f index b1d36107cb..75351220d4 100644 --- a/TESTING/LIN/cgeqls.f +++ b/TESTING/LIN/cgeqls.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGEQLS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/cgeqrs.f b/TESTING/LIN/cgeqrs.f index 76982924c3..13ac7f74fd 100644 --- a/TESTING/LIN/cgeqrs.f +++ b/TESTING/LIN/cgeqrs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGEQRS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/cgerqs.f b/TESTING/LIN/cgerqs.f index 5603ed4786..32cc5a89a5 100644 --- a/TESTING/LIN/cgerqs.f +++ b/TESTING/LIN/cgerqs.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGERQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/cget01.f b/TESTING/LIN/cget01.f index ef84e3fad4..8020512c40 100644 --- a/TESTING/LIN/cget01.f +++ b/TESTING/LIN/cget01.f @@ -100,18 +100,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGET01( M, N, A, LDA, AFAC, LDAFAC, IPIV, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAFAC, M, N diff --git a/TESTING/LIN/cget02.f b/TESTING/LIN/cget02.f index 8fe4164588..32f7652c63 100644 --- a/TESTING/LIN/cget02.f +++ b/TESTING/LIN/cget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cget03.f b/TESTING/LIN/cget03.f index d08c51250c..b55435a234 100644 --- a/TESTING/LIN/cget03.f +++ b/TESTING/LIN/cget03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGET03( N, A, LDA, AINV, LDAINV, WORK, LDWORK, RWORK, $ RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAINV, LDWORK, N diff --git a/TESTING/LIN/cget04.f b/TESTING/LIN/cget04.f index a4c8c25af9..9aba9910f5 100644 --- a/TESTING/LIN/cget04.f +++ b/TESTING/LIN/cget04.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGET04( N, NRHS, X, LDX, XACT, LDXACT, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/cget07.f b/TESTING/LIN/cget07.f index f64f6dd8c9..5e51dca5a7 100644 --- a/TESTING/LIN/cget07.f +++ b/TESTING/LIN/cget07.f @@ -158,18 +158,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGET07( TRANS, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, CHKFERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cgtt01.f b/TESTING/LIN/cgtt01.f index 425c8c805a..e504515c58 100644 --- a/TESTING/LIN/cgtt01.f +++ b/TESTING/LIN/cgtt01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGTT01( N, DL, D, DU, DLF, DF, DUF, DU2, IPIV, WORK, $ LDWORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDWORK, N diff --git a/TESTING/LIN/cgtt02.f b/TESTING/LIN/cgtt02.f index 658cca323a..bfd7952c6e 100644 --- a/TESTING/LIN/cgtt02.f +++ b/TESTING/LIN/cgtt02.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGTT02( TRANS, N, NRHS, DL, D, DU, X, LDX, B, LDB, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cgtt05.f b/TESTING/LIN/cgtt05.f index 9e6722e961..2467cf7c4b 100644 --- a/TESTING/LIN/cgtt05.f +++ b/TESTING/LIN/cgtt05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CGTT05( TRANS, N, NRHS, DL, D, DU, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/chet01.f b/TESTING/LIN/chet01.f index fe08a49fd3..4fc12ed654 100644 --- a/TESTING/LIN/chet01.f +++ b/TESTING/LIN/chet01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHET01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/chet01_3.f b/TESTING/LIN/chet01_3.f index a1b63ae718..58104a3575 100644 --- a/TESTING/LIN/chet01_3.f +++ b/TESTING/LIN/chet01_3.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHET01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/chet01_aa.f b/TESTING/LIN/chet01_aa.f index 3301a317ca..8f4ab84e78 100644 --- a/TESTING/LIN/chet01_aa.f +++ b/TESTING/LIN/chet01_aa.f @@ -116,19 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHET01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/chet01_rook.f b/TESTING/LIN/chet01_rook.f index 1dddc7dd31..30aa976a08 100644 --- a/TESTING/LIN/chet01_rook.f +++ b/TESTING/LIN/chet01_rook.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHET01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/chkxer.f b/TESTING/LIN/chkxer.f index cca9ddb312..e35126ddcf 100644 --- a/TESTING/LIN/chkxer.f +++ b/TESTING/LIN/chkxer.f @@ -34,17 +34,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHKXER( SRNAMT, INFOT, NOUT, LERR, OK ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL LERR, OK diff --git a/TESTING/LIN/chpt01.f b/TESTING/LIN/chpt01.f index ecb0bebcd9..9ed6b7f44c 100644 --- a/TESTING/LIN/chpt01.f +++ b/TESTING/LIN/chpt01.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CHPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/clahilb.f b/TESTING/LIN/clahilb.f index c54884b9f5..ba05c5740b 100644 --- a/TESTING/LIN/clahilb.f +++ b/TESTING/LIN/clahilb.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, $ INFO, PATH) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/LIN/claipd.f b/TESTING/LIN/claipd.f index acc0c5b940..958639c0ee 100644 --- a/TESTING/LIN/claipd.f +++ b/TESTING/LIN/claipd.f @@ -76,17 +76,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAIPD( N, A, INDA, VINDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INDA, N, VINDA diff --git a/TESTING/LIN/claptm.f b/TESTING/LIN/claptm.f index 74eb32853b..52febe0333 100644 --- a/TESTING/LIN/claptm.f +++ b/TESTING/LIN/claptm.f @@ -121,18 +121,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAPTM( UPLO, N, NRHS, ALPHA, D, E, X, LDX, BETA, B, $ LDB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/clarhs.f b/TESTING/LIN/clarhs.f index 8b2b31bf87..0052d3667e 100644 --- a/TESTING/LIN/clarhs.f +++ b/TESTING/LIN/clarhs.f @@ -201,18 +201,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/LIN/clatb4.f b/TESTING/LIN/clatb4.f index a87491db94..eeb0f03a96 100644 --- a/TESTING/LIN/clatb4.f +++ b/TESTING/LIN/clatb4.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATB4( PATH, IMAT, M, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIST, TYPE diff --git a/TESTING/LIN/clatb5.f b/TESTING/LIN/clatb5.f index f6a0b5acee..51a3f34385 100644 --- a/TESTING/LIN/clatb5.f +++ b/TESTING/LIN/clatb5.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATB5( PATH, IMAT, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL ANORM, CNDNUM diff --git a/TESTING/LIN/clatsp.f b/TESTING/LIN/clatsp.f index 8d6df94df5..79bc010ecd 100644 --- a/TESTING/LIN/clatsp.f +++ b/TESTING/LIN/clatsp.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATSP( UPLO, N, X, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/clatsy.f b/TESTING/LIN/clatsy.f index 4a4260b05b..111c649984 100644 --- a/TESTING/LIN/clatsy.f +++ b/TESTING/LIN/clatsy.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATSY( UPLO, N, X, LDX, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/clattb.f b/TESTING/LIN/clattb.f index 4127f8189b..c5a21f51f9 100644 --- a/TESTING/LIN/clattb.f +++ b/TESTING/LIN/clattb.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATTB( IMAT, UPLO, TRANS, DIAG, ISEED, N, KD, AB, $ LDAB, B, WORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clattp.f b/TESTING/LIN/clattp.f index e118520dce..82f0585dfe 100644 --- a/TESTING/LIN/clattp.f +++ b/TESTING/LIN/clattp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATTP( IMAT, UPLO, TRANS, DIAG, ISEED, N, AP, B, WORK, $ RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clattr.f b/TESTING/LIN/clattr.f index d959692f82..c26e2f9026 100644 --- a/TESTING/LIN/clattr.f +++ b/TESTING/LIN/clattr.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLATTR( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, LDA, B, $ WORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavhe.f b/TESTING/LIN/clavhe.f index 0a50167782..838c321212 100644 --- a/TESTING/LIN/clavhe.f +++ b/TESTING/LIN/clavhe.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVHE( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavhe_rook.f b/TESTING/LIN/clavhe_rook.f index 6fca41618c..9d14637ac7 100644 --- a/TESTING/LIN/clavhe_rook.f +++ b/TESTING/LIN/clavhe_rook.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVHE_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavhp.f b/TESTING/LIN/clavhp.f index 1d0176cbc7..5715e87f02 100644 --- a/TESTING/LIN/clavhp.f +++ b/TESTING/LIN/clavhp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVHP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavsp.f b/TESTING/LIN/clavsp.f index 311f0b4e12..f23c4d9e53 100644 --- a/TESTING/LIN/clavsp.f +++ b/TESTING/LIN/clavsp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVSP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavsy.f b/TESTING/LIN/clavsy.f index c4d885cc01..f78fef7959 100644 --- a/TESTING/LIN/clavsy.f +++ b/TESTING/LIN/clavsy.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVSY( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clavsy_rook.f b/TESTING/LIN/clavsy_rook.f index 73f6e9acc9..604e2de652 100644 --- a/TESTING/LIN/clavsy_rook.f +++ b/TESTING/LIN/clavsy_rook.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLAVSY_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/clqt01.f b/TESTING/LIN/clqt01.f index a62de24a8f..b302d3541a 100644 --- a/TESTING/LIN/clqt01.f +++ b/TESTING/LIN/clqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLQT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/clqt02.f b/TESTING/LIN/clqt02.f index 9b0c86eeca..24eb053995 100644 --- a/TESTING/LIN/clqt02.f +++ b/TESTING/LIN/clqt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLQT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/clqt03.f b/TESTING/LIN/clqt03.f index 22c299a08c..56706ab309 100644 --- a/TESTING/LIN/clqt03.f +++ b/TESTING/LIN/clqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CLQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/clqt04.f b/TESTING/LIN/clqt04.f index 7581fe5fad..97bae67687 100644 --- a/TESTING/LIN/clqt04.f +++ b/TESTING/LIN/clqt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE CLQT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB diff --git a/TESTING/LIN/clqt05.f b/TESTING/LIN/clqt05.f index e6595a782d..47e335869d 100644 --- a/TESTING/LIN/clqt05.f +++ b/TESTING/LIN/clqt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE CLQT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/cpbt01.f b/TESTING/LIN/cpbt01.f index 6b0e140e7a..33c80666dc 100644 --- a/TESTING/LIN/cpbt01.f +++ b/TESTING/LIN/cpbt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPBT01( UPLO, N, KD, A, LDA, AFAC, LDAFAC, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpbt02.f b/TESTING/LIN/cpbt02.f index 35d22eecd5..d84f38e82a 100644 --- a/TESTING/LIN/cpbt02.f +++ b/TESTING/LIN/cpbt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPBT02( UPLO, N, KD, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpbt05.f b/TESTING/LIN/cpbt05.f index afe67695ad..6e1a7b119a 100644 --- a/TESTING/LIN/cpbt05.f +++ b/TESTING/LIN/cpbt05.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPBT05( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpot01.f b/TESTING/LIN/cpot01.f index 4de30b46b6..e9b19184f2 100644 --- a/TESTING/LIN/cpot01.f +++ b/TESTING/LIN/cpot01.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPOT01( UPLO, N, A, LDA, AFAC, LDAFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpot02.f b/TESTING/LIN/cpot02.f index 3c9657650a..9578e4b0d7 100644 --- a/TESTING/LIN/cpot02.f +++ b/TESTING/LIN/cpot02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPOT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpot03.f b/TESTING/LIN/cpot03.f index 9faee7466c..1f6fc9bc4a 100644 --- a/TESTING/LIN/cpot03.f +++ b/TESTING/LIN/cpot03.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPOT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpot05.f b/TESTING/LIN/cpot05.f index 438d73c3bf..436a15dfee 100644 --- a/TESTING/LIN/cpot05.f +++ b/TESTING/LIN/cpot05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPOT05( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cppt01.f b/TESTING/LIN/cppt01.f index c75c085ddc..3a761a4c71 100644 --- a/TESTING/LIN/cppt01.f +++ b/TESTING/LIN/cppt01.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPPT01( UPLO, N, A, AFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cppt02.f b/TESTING/LIN/cppt02.f index 29336a6764..ac5a8dbcaf 100644 --- a/TESTING/LIN/cppt02.f +++ b/TESTING/LIN/cppt02.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cppt03.f b/TESTING/LIN/cppt03.f index 175ced1739..3383d24378 100644 --- a/TESTING/LIN/cppt03.f +++ b/TESTING/LIN/cppt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPPT03( UPLO, N, A, AINV, WORK, LDWORK, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cppt05.f b/TESTING/LIN/cppt05.f index 1e279bf35f..685e823e58 100644 --- a/TESTING/LIN/cppt05.f +++ b/TESTING/LIN/cppt05.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPPT05( UPLO, N, NRHS, AP, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cpst01.f b/TESTING/LIN/cpst01.f index d446c01239..26da4b3943 100644 --- a/TESTING/LIN/cpst01.f +++ b/TESTING/LIN/cpst01.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPST01( UPLO, N, A, LDA, AFAC, LDAFAC, PERM, LDPERM, $ PIV, RWORK, RESID, RANK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL RESID diff --git a/TESTING/LIN/cptt01.f b/TESTING/LIN/cptt01.f index b3a242b284..e4520ec3da 100644 --- a/TESTING/LIN/cptt01.f +++ b/TESTING/LIN/cptt01.f @@ -85,17 +85,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPTT01( N, D, E, DF, EF, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N diff --git a/TESTING/LIN/cptt02.f b/TESTING/LIN/cptt02.f index c86ab097f3..da4f0e854d 100644 --- a/TESTING/LIN/cptt02.f +++ b/TESTING/LIN/cptt02.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPTT02( UPLO, N, NRHS, D, E, X, LDX, B, LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cptt05.f b/TESTING/LIN/cptt05.f index 88ae655bf5..9762c68419 100644 --- a/TESTING/LIN/cptt05.f +++ b/TESTING/LIN/cptt05.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CPTT05( N, NRHS, D, E, B, LDB, X, LDX, XACT, LDXACT, $ FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/cqlt01.f b/TESTING/LIN/cqlt01.f index 884f9c200b..2a8fe6b786 100644 --- a/TESTING/LIN/cqlt01.f +++ b/TESTING/LIN/cqlt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQLT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/cqlt02.f b/TESTING/LIN/cqlt02.f index 42af6b9e13..fc4685aa53 100644 --- a/TESTING/LIN/cqlt02.f +++ b/TESTING/LIN/cqlt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQLT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/cqlt03.f b/TESTING/LIN/cqlt03.f index ef1ff2cec7..fb1bea003f 100644 --- a/TESTING/LIN/cqlt03.f +++ b/TESTING/LIN/cqlt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQLT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/cqpt01.f b/TESTING/LIN/cqpt01.f index aa9ff4d91a..79fc2dc66c 100644 --- a/TESTING/LIN/cqpt01.f +++ b/TESTING/LIN/cqpt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CQPT01( M, N, K, A, AF, LDA, TAU, JPVT, $ WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt01.f b/TESTING/LIN/cqrt01.f index 6f7420b19e..714edc9c7e 100644 --- a/TESTING/LIN/cqrt01.f +++ b/TESTING/LIN/cqrt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt01p.f b/TESTING/LIN/cqrt01p.f index 814c22dbff..4f12f28c5d 100644 --- a/TESTING/LIN/cqrt01p.f +++ b/TESTING/LIN/cqrt01p.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT01P( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt02.f b/TESTING/LIN/cqrt02.f index 39f0f3e1a7..62f176cd85 100644 --- a/TESTING/LIN/cqrt02.f +++ b/TESTING/LIN/cqrt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt03.f b/TESTING/LIN/cqrt03.f index 03d7077ab4..08bb826c71 100644 --- a/TESTING/LIN/cqrt03.f +++ b/TESTING/LIN/cqrt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt04.f b/TESTING/LIN/cqrt04.f index 1b289417d6..711bf70cfe 100644 --- a/TESTING/LIN/cqrt04.f +++ b/TESTING/LIN/cqrt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/cqrt05.f b/TESTING/LIN/cqrt05.f index b6ce21da7a..d33ecc7c83 100644 --- a/TESTING/LIN/cqrt05.f +++ b/TESTING/LIN/cqrt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/cqrt11.f b/TESTING/LIN/cqrt11.f index 7445059a43..494d5e9cd7 100644 --- a/TESTING/LIN/cqrt11.f +++ b/TESTING/LIN/cqrt11.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CQRT11( M, K, A, LDA, TAU, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M diff --git a/TESTING/LIN/cqrt12.f b/TESTING/LIN/cqrt12.f index 5659d2b364..4c29423ae5 100644 --- a/TESTING/LIN/cqrt12.f +++ b/TESTING/LIN/cqrt12.f @@ -89,18 +89,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CQRT12( M, N, A, LDA, S, WORK, LWORK, $ RWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/cqrt13.f b/TESTING/LIN/cqrt13.f index 3368858bec..6b2f42aaba 100644 --- a/TESTING/LIN/cqrt13.f +++ b/TESTING/LIN/cqrt13.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT13( SCALE, M, N, A, LDA, NORMA, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, M, N, SCALE diff --git a/TESTING/LIN/cqrt14.f b/TESTING/LIN/cqrt14.f index b2a31e99d0..d1e6436556 100644 --- a/TESTING/LIN/cqrt14.f +++ b/TESTING/LIN/cqrt14.f @@ -108,18 +108,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CQRT14( TRANS, M, N, NRHS, A, LDA, X, $ LDX, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cqrt15.f b/TESTING/LIN/cqrt15.f index d01f3a7caf..f766bb4df5 100644 --- a/TESTING/LIN/cqrt15.f +++ b/TESTING/LIN/cqrt15.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT15( SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S, $ RANK, NORMA, NORMB, ISEED, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, NRHS, RANK, RKSEL, SCALE diff --git a/TESTING/LIN/cqrt16.f b/TESTING/LIN/cqrt16.f index 84ee5f4265..a11b319c18 100644 --- a/TESTING/LIN/cqrt16.f +++ b/TESTING/LIN/cqrt16.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CQRT16( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/cqrt17.f b/TESTING/LIN/cqrt17.f index 1fe28d6fe2..71d433727c 100644 --- a/TESTING/LIN/cqrt17.f +++ b/TESTING/LIN/cqrt17.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CQRT17( TRANS, IRESID, M, N, NRHS, A, $ LDA, X, LDX, B, LDB, C, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/crqt01.f b/TESTING/LIN/crqt01.f index f80361c5e4..23d0c96b32 100644 --- a/TESTING/LIN/crqt01.f +++ b/TESTING/LIN/crqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CRQT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/crqt02.f b/TESTING/LIN/crqt02.f index d9501e5462..8625c2f913 100644 --- a/TESTING/LIN/crqt02.f +++ b/TESTING/LIN/crqt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CRQT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/crqt03.f b/TESTING/LIN/crqt03.f index 92f5cbe5c2..b3d25d2a8b 100644 --- a/TESTING/LIN/crqt03.f +++ b/TESTING/LIN/crqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CRQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/crzt01.f b/TESTING/LIN/crzt01.f index 73141982a1..6a75a8b31e 100644 --- a/TESTING/LIN/crzt01.f +++ b/TESTING/LIN/crzt01.f @@ -90,18 +90,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CRZT01( M, N, A, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/crzt02.f b/TESTING/LIN/crzt02.f index 53a69457c4..8c807c825a 100644 --- a/TESTING/LIN/crzt02.f +++ b/TESTING/LIN/crzt02.f @@ -83,18 +83,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== REAL FUNCTION CRZT02( M, N, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/csbmv.f b/TESTING/LIN/csbmv.f index 776de784a1..4ea747390b 100644 --- a/TESTING/LIN/csbmv.f +++ b/TESTING/LIN/csbmv.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSBMV( UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cspt01.f b/TESTING/LIN/cspt01.f index 5be698121e..31c73e9e46 100644 --- a/TESTING/LIN/cspt01.f +++ b/TESTING/LIN/cspt01.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cspt02.f b/TESTING/LIN/cspt02.f index 263c07bdce..f4d1fd2683 100644 --- a/TESTING/LIN/cspt02.f +++ b/TESTING/LIN/cspt02.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/cspt03.f b/TESTING/LIN/cspt03.f index b15dad966c..46b27df25f 100644 --- a/TESTING/LIN/cspt03.f +++ b/TESTING/LIN/cspt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSPT03( UPLO, N, A, AINV, WORK, LDW, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/csyt01.f b/TESTING/LIN/csyt01.f index ff068b2d1e..cec8f34f96 100644 --- a/TESTING/LIN/csyt01.f +++ b/TESTING/LIN/csyt01.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/csyt01_3.f b/TESTING/LIN/csyt01_3.f index 3f0f532511..f0b316cefc 100644 --- a/TESTING/LIN/csyt01_3.f +++ b/TESTING/LIN/csyt01_3.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/csyt01_aa.f b/TESTING/LIN/csyt01_aa.f index 3d35a42b99..54f9448d6d 100644 --- a/TESTING/LIN/csyt01_aa.f +++ b/TESTING/LIN/csyt01_aa.f @@ -116,20 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* -* @generated from LIN/dsyt01_aa.f, fortran d -> c, Thu Nov 17 13:01:50 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/csyt01_rook.f b/TESTING/LIN/csyt01_rook.f index cea6f5e8b7..f2ca4541a8 100644 --- a/TESTING/LIN/csyt01_rook.f +++ b/TESTING/LIN/csyt01_rook.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/csyt02.f b/TESTING/LIN/csyt02.f index 4707b3863c..a4a3f99b49 100644 --- a/TESTING/LIN/csyt02.f +++ b/TESTING/LIN/csyt02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/csyt03.f b/TESTING/LIN/csyt03.f index 92ed42502e..f01e24c86e 100644 --- a/TESTING/LIN/csyt03.f +++ b/TESTING/LIN/csyt03.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CSYT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/ctbt02.f b/TESTING/LIN/ctbt02.f index adf12192bb..8f95c95af3 100644 --- a/TESTING/LIN/ctbt02.f +++ b/TESTING/LIN/ctbt02.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTBT02( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, X, $ LDX, B, LDB, WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctbt03.f b/TESTING/LIN/ctbt03.f index 404847b584..94ae9a77ec 100644 --- a/TESTING/LIN/ctbt03.f +++ b/TESTING/LIN/ctbt03.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE CTBT03( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, $ SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctbt05.f b/TESTING/LIN/ctbt05.f index d3d23424b9..b6060564d9 100644 --- a/TESTING/LIN/ctbt05.f +++ b/TESTING/LIN/ctbt05.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTBT05( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctbt06.f b/TESTING/LIN/ctbt06.f index 0f40ec92d4..c81b854893 100644 --- a/TESTING/LIN/ctbt06.f +++ b/TESTING/LIN/ctbt06.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ RWORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ctpt01.f b/TESTING/LIN/ctpt01.f index 1c3ecccb76..41a1f78f52 100644 --- a/TESTING/LIN/ctpt01.f +++ b/TESTING/LIN/ctpt01.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTPT01( UPLO, DIAG, N, AP, AINVP, RCOND, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ctpt02.f b/TESTING/LIN/ctpt02.f index afdd3a1536..50acb05d36 100644 --- a/TESTING/LIN/ctpt02.f +++ b/TESTING/LIN/ctpt02.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB, $ WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctpt03.f b/TESTING/LIN/ctpt03.f index f038478ccf..43ba503104 100644 --- a/TESTING/LIN/ctpt03.f +++ b/TESTING/LIN/ctpt03.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTPT03( UPLO, TRANS, DIAG, N, NRHS, AP, SCALE, CNORM, $ TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctpt05.f b/TESTING/LIN/ctpt05.f index 49d17d90d6..0f1f4ac1c6 100644 --- a/TESTING/LIN/ctpt05.f +++ b/TESTING/LIN/ctpt05.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTPT05( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctpt06.f b/TESTING/LIN/ctpt06.f index 803c18f1c9..20e8f81c7c 100644 --- a/TESTING/LIN/ctpt06.f +++ b/TESTING/LIN/ctpt06.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTPT06( RCOND, RCONDC, UPLO, DIAG, N, AP, RWORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ctrt01.f b/TESTING/LIN/ctrt01.f index 6bd59e7650..30c4f2138d 100644 --- a/TESTING/LIN/ctrt01.f +++ b/TESTING/LIN/ctrt01.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTRT01( UPLO, DIAG, N, A, LDA, AINV, LDAINV, RCOND, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ctrt02.f b/TESTING/LIN/ctrt02.f index 205d12d8e1..f93cd77ac0 100644 --- a/TESTING/LIN/ctrt02.f +++ b/TESTING/LIN/ctrt02.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTRT02( UPLO, TRANS, DIAG, N, NRHS, A, LDA, X, LDX, B, $ LDB, WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctrt03.f b/TESTING/LIN/ctrt03.f index 3196f6a2df..b8f44aa053 100644 --- a/TESTING/LIN/ctrt03.f +++ b/TESTING/LIN/ctrt03.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctrt05.f b/TESTING/LIN/ctrt05.f index 7f05f9c9f1..0edb2d832b 100644 --- a/TESTING/LIN/ctrt05.f +++ b/TESTING/LIN/ctrt05.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTRT05( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ctrt06.f b/TESTING/LIN/ctrt06.f index 7dff470386..07a0ec73f8 100644 --- a/TESTING/LIN/ctrt06.f +++ b/TESTING/LIN/ctrt06.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CTRT06( RCOND, RCONDC, UPLO, DIAG, N, A, LDA, RWORK, $ RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ctsqr01.f b/TESTING/LIN/ctsqr01.f index 6d788ba415..0d91776f88 100644 --- a/TESTING/LIN/ctsqr01.f +++ b/TESTING/LIN/ctsqr01.f @@ -77,16 +77,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* * ===================================================================== SUBROUTINE CTSQR01(TSSW, M, N, MB, NB, RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TSSW diff --git a/TESTING/LIN/cunhr_col01.f b/TESTING/LIN/cunhr_col01.f index 4c6b3f181e..d77d60b1a0 100644 --- a/TESTING/LIN/cunhr_col01.f +++ b/TESTING/LIN/cunhr_col01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CUNHR_COL01( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/cunhr_col02.f b/TESTING/LIN/cunhr_col02.f index c2dab8e231..001f291da9 100644 --- a/TESTING/LIN/cunhr_col02.f +++ b/TESTING/LIN/cunhr_col02.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CUNHR_COL02( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/dchkaa.f b/TESTING/LIN/dchkaa.f index 18a3863a1a..906032e0e0 100644 --- a/TESTING/LIN/dchkaa.f +++ b/TESTING/LIN/dchkaa.f @@ -106,14 +106,12 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup double_lin * * ===================================================================== PROGRAM DCHKAA * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * Novemebr 2019 diff --git a/TESTING/LIN/dchkab.f b/TESTING/LIN/dchkab.f index dddc25acd8..a6b8a0fe1d 100644 --- a/TESTING/LIN/dchkab.f +++ b/TESTING/LIN/dchkab.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== PROGRAM DCHKAB * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/dchkeq.f b/TESTING/LIN/dchkeq.f index 89e1419936..025ddabcf6 100644 --- a/TESTING/LIN/dchkeq.f +++ b/TESTING/LIN/dchkeq.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DCHKEQ( THRESH, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NOUT diff --git a/TESTING/LIN/dchkgb.f b/TESTING/LIN/dchkgb.f index 4ae408bd3c..c8a7efeb76 100644 --- a/TESTING/LIN/dchkgb.f +++ b/TESTING/LIN/dchkgb.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -191,10 +189,9 @@ SUBROUTINE DCHKGB( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, A, LA, AFAC, LAFAC, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkge.f b/TESTING/LIN/dchkge.f index 075b563a52..705a9dbbc2 100644 --- a/TESTING/LIN/dchkge.f +++ b/TESTING/LIN/dchkge.f @@ -176,8 +176,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -185,10 +183,9 @@ SUBROUTINE DCHKGE( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkgt.f b/TESTING/LIN/dchkgt.f index 2d7e8baf4b..ace78f00c6 100644 --- a/TESTING/LIN/dchkgt.f +++ b/TESTING/LIN/dchkgt.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DCHKGT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, AF, B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchklq.f b/TESTING/LIN/dchklq.f index b63d0361fa..70af41fe0b 100644 --- a/TESTING/LIN/dchklq.f +++ b/TESTING/LIN/dchklq.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE DCHKLQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchklqt.f b/TESTING/LIN/dchklqt.f index 66eef0fd7e..ba67011852 100644 --- a/TESTING/LIN/dchklqt.f +++ b/TESTING/LIN/dchklqt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE DCHKLQT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchklqtp.f b/TESTING/LIN/dchklqtp.f index 75940af596..8090213305 100644 --- a/TESTING/LIN/dchklqtp.f +++ b/TESTING/LIN/dchklqtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE DCHKLQTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkorhr_col.f b/TESTING/LIN/dchkorhr_col.f index 0f1031cb85..0e2d44d8d2 100644 --- a/TESTING/LIN/dchkorhr_col.f +++ b/TESTING/LIN/dchkorhr_col.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup double_lin * * ===================================================================== @@ -109,10 +107,9 @@ SUBROUTINE DCHKORHR_COL( THRESH, TSTERR, NM, MVAL, NN, NVAL, $ NNB, NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkpb.f b/TESTING/LIN/dchkpb.f index a8557e5dee..74b8979d65 100644 --- a/TESTING/LIN/dchkpb.f +++ b/TESTING/LIN/dchkpb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE DCHKPB( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkpo.f b/TESTING/LIN/dchkpo.f index 3ce48f3222..e5abd9c7a1 100644 --- a/TESTING/LIN/dchkpo.f +++ b/TESTING/LIN/dchkpo.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE DCHKPO( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkpp.f b/TESTING/LIN/dchkpp.f index b19b766ffd..3da13227a2 100644 --- a/TESTING/LIN/dchkpp.f +++ b/TESTING/LIN/dchkpp.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE DCHKPP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkps.f b/TESTING/LIN/dchkps.f index e1463bc970..47d43d0a62 100644 --- a/TESTING/LIN/dchkps.f +++ b/TESTING/LIN/dchkps.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -154,10 +152,9 @@ SUBROUTINE DCHKPS( DOTYPE, NN, NVAL, NNB, NBVAL, NRANK, RANKVAL, $ THRESH, TSTERR, NMAX, A, AFAC, PERM, PIV, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION THRESH diff --git a/TESTING/LIN/dchkpt.f b/TESTING/LIN/dchkpt.f index 6cde318166..2869723f28 100644 --- a/TESTING/LIN/dchkpt.f +++ b/TESTING/LIN/dchkpt.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DCHKPT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, D, E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkq3.f b/TESTING/LIN/dchkq3.f index c275ee039e..1fdf07252b 100644 --- a/TESTING/LIN/dchkq3.f +++ b/TESTING/LIN/dchkq3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE DCHKQ3( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ THRESH, A, COPYA, S, TAU, WORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NN, NNB, NOUT diff --git a/TESTING/LIN/dchkql.f b/TESTING/LIN/dchkql.f index 878d874d2a..595ca10a61 100644 --- a/TESTING/LIN/dchkql.f +++ b/TESTING/LIN/dchkql.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE DCHKQL( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkqr.f b/TESTING/LIN/dchkqr.f index 4ba27a93db..c729e61a96 100644 --- a/TESTING/LIN/dchkqr.f +++ b/TESTING/LIN/dchkqr.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE DCHKQR( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkqrt.f b/TESTING/LIN/dchkqrt.f index c74e789645..690b041df7 100644 --- a/TESTING/LIN/dchkqrt.f +++ b/TESTING/LIN/dchkqrt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE DCHKQRT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkqrtp.f b/TESTING/LIN/dchkqrtp.f index 716dbcd84b..1e53bcded7 100644 --- a/TESTING/LIN/dchkqrtp.f +++ b/TESTING/LIN/dchkqrtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE DCHKQRTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchkrfp.f b/TESTING/LIN/dchkrfp.f index cf59e88dc2..e242e013d8 100644 --- a/TESTING/LIN/dchkrfp.f +++ b/TESTING/LIN/dchkrfp.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== PROGRAM DCHKRFP * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/dchkrq.f b/TESTING/LIN/dchkrq.f index d820a91dd9..028359d08d 100644 --- a/TESTING/LIN/dchkrq.f +++ b/TESTING/LIN/dchkrq.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE DCHKRQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchksp.f b/TESTING/LIN/dchksp.f index 6334a05104..f327ca7ce9 100644 --- a/TESTING/LIN/dchksp.f +++ b/TESTING/LIN/dchksp.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE DCHKSP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchksy.f b/TESTING/LIN/dchksy.f index d8981f7350..84589d8e02 100644 --- a/TESTING/LIN/dchksy.f +++ b/TESTING/LIN/dchksy.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== @@ -170,10 +168,9 @@ SUBROUTINE DCHKSY( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchksy_aa.f b/TESTING/LIN/dchksy_aa.f index 8974cdec5d..81139440fa 100644 --- a/TESTING/LIN/dchksy_aa.f +++ b/TESTING/LIN/dchksy_aa.f @@ -161,10 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @precisions fortran d -> z c -* *> \ingroup double_lin * * ===================================================================== @@ -172,10 +168,9 @@ SUBROUTINE DCHKSY_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/dchksy_aa_2stage.f b/TESTING/LIN/dchksy_aa_2stage.f index f6d990d1c6..405f8f12d7 100644 --- a/TESTING/LIN/dchksy_aa_2stage.f +++ b/TESTING/LIN/dchksy_aa_2stage.f @@ -162,10 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @precisions fortran d -> z c -* *> \ingroup double_lin * * ===================================================================== @@ -173,10 +169,9 @@ SUBROUTINE DCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/dchksy_rk.f b/TESTING/LIN/dchksy_rk.f index 484ffb6690..3731a3c666 100644 --- a/TESTING/LIN/dchksy_rk.f +++ b/TESTING/LIN/dchksy_rk.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -176,10 +174,9 @@ SUBROUTINE DCHKSY_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchksy_rook.f b/TESTING/LIN/dchksy_rook.f index 0c001669cd..1af46409ba 100644 --- a/TESTING/LIN/dchksy_rook.f +++ b/TESTING/LIN/dchksy_rook.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE DCHKSY_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchktb.f b/TESTING/LIN/dchktb.f index af50bf3229..16d0aed32a 100644 --- a/TESTING/LIN/dchktb.f +++ b/TESTING/LIN/dchktb.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE DCHKTB( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AB, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchktp.f b/TESTING/LIN/dchktp.f index 58f78697fb..9af6150ca4 100644 --- a/TESTING/LIN/dchktp.f +++ b/TESTING/LIN/dchktp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE DCHKTP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AP, AINVP, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchktr.f b/TESTING/LIN/dchktr.f index 5c0cd83b92..a4a1150c09 100644 --- a/TESTING/LIN/dchktr.f +++ b/TESTING/LIN/dchktr.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DCHKTR( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AINV, B, X, XACT, $ WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchktsqr.f b/TESTING/LIN/dchktsqr.f index c4b1f01bd2..928a6a16a4 100644 --- a/TESTING/LIN/dchktsqr.f +++ b/TESTING/LIN/dchktsqr.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE DCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/dchktz.f b/TESTING/LIN/dchktz.f index 8a60d05412..efb468f002 100644 --- a/TESTING/LIN/dchktz.f +++ b/TESTING/LIN/dchktz.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DCHKTZ( DOTYPE, NM, MVAL, NN, NVAL, THRESH, TSTERR, A, $ COPYA, S, TAU, WORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvab.f b/TESTING/LIN/ddrvab.f index 646bbff0d2..9110d8334b 100644 --- a/TESTING/LIN/ddrvab.f +++ b/TESTING/LIN/ddrvab.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -151,10 +149,9 @@ SUBROUTINE DDRVAB( DOTYPE, NM, MVAL, NNS, $ NSVAL, THRESH, NMAX, A, AFAC, B, $ X, WORK, RWORK, SWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NMAX, NNS, NOUT diff --git a/TESTING/LIN/ddrvac.f b/TESTING/LIN/ddrvac.f index ee710dbf24..bd463cee40 100644 --- a/TESTING/LIN/ddrvac.f +++ b/TESTING/LIN/ddrvac.f @@ -135,8 +135,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -144,10 +142,9 @@ SUBROUTINE DDRVAC( DOTYPE, NM, MVAL, NNS, NSVAL, THRESH, NMAX, $ A, AFAC, B, X, WORK, $ RWORK, SWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NMAX, NM, NNS, NOUT diff --git a/TESTING/LIN/ddrvgb.f b/TESTING/LIN/ddrvgb.f index 7758a5978e..ed0e18a850 100644 --- a/TESTING/LIN/ddrvgb.f +++ b/TESTING/LIN/ddrvgb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE DDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvgbx.f b/TESTING/LIN/ddrvgbx.f index 4c76b44af4..6195750c9c 100644 --- a/TESTING/LIN/ddrvgbx.f +++ b/TESTING/LIN/ddrvgbx.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE DDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvge.f b/TESTING/LIN/ddrvge.f index a4209138df..c079135a28 100644 --- a/TESTING/LIN/ddrvge.f +++ b/TESTING/LIN/ddrvge.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE DDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvgex.f b/TESTING/LIN/ddrvgex.f index 228e886e94..08f01271fd 100644 --- a/TESTING/LIN/ddrvgex.f +++ b/TESTING/LIN/ddrvgex.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvgt.f b/TESTING/LIN/ddrvgt.f index 6da10336b1..b1661e37b7 100644 --- a/TESTING/LIN/ddrvgt.f +++ b/TESTING/LIN/ddrvgt.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVGT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, AF, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvls.f b/TESTING/LIN/ddrvls.f index adfd71e096..b64930c10c 100644 --- a/TESTING/LIN/ddrvls.f +++ b/TESTING/LIN/ddrvls.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -192,10 +190,9 @@ SUBROUTINE DDRVLS( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL, NNB, $ NBVAL, NXVAL, THRESH, TSTERR, A, COPYA, B, $ COPYB, C, S, COPYS, NOUT ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvpb.f b/TESTING/LIN/ddrvpb.f index 6b5695faf3..6508de866b 100644 --- a/TESTING/LIN/ddrvpb.f +++ b/TESTING/LIN/ddrvpb.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE DDRVPB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvpo.f b/TESTING/LIN/ddrvpo.f index 2caddcea9d..c5c8076e0a 100644 --- a/TESTING/LIN/ddrvpo.f +++ b/TESTING/LIN/ddrvpo.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE DDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvpox.f b/TESTING/LIN/ddrvpox.f index e093bbaa77..4f94765239 100644 --- a/TESTING/LIN/ddrvpox.f +++ b/TESTING/LIN/ddrvpox.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvpp.f b/TESTING/LIN/ddrvpp.f index dac2e2e591..15de557f93 100644 --- a/TESTING/LIN/ddrvpp.f +++ b/TESTING/LIN/ddrvpp.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE DDRVPP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvpt.f b/TESTING/LIN/ddrvpt.f index eec5c74907..c0c2806ec2 100644 --- a/TESTING/LIN/ddrvpt.f +++ b/TESTING/LIN/ddrvpt.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVPT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, D, $ E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvrf1.f b/TESTING/LIN/ddrvrf1.f index dfb1941a65..08ab4895f6 100644 --- a/TESTING/LIN/ddrvrf1.f +++ b/TESTING/LIN/ddrvrf1.f @@ -87,17 +87,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVRF1( NOUT, NN, NVAL, THRESH, A, LDA, ARF, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/ddrvrf2.f b/TESTING/LIN/ddrvrf2.f index 3d38ca0426..6ed60b1364 100644 --- a/TESTING/LIN/ddrvrf2.f +++ b/TESTING/LIN/ddrvrf2.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/ddrvrf3.f b/TESTING/LIN/ddrvrf3.f index 0d19e1dc07..1c5d74aea0 100644 --- a/TESTING/LIN/ddrvrf3.f +++ b/TESTING/LIN/ddrvrf3.f @@ -110,18 +110,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVRF3( NOUT, NN, NVAL, THRESH, A, LDA, ARF, B1, B2, + D_WORK_DLANGE, D_WORK_DGEQRF, TAU ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/ddrvrf4.f b/TESTING/LIN/ddrvrf4.f index 02b0bbaf72..260a1bcc62 100644 --- a/TESTING/LIN/ddrvrf4.f +++ b/TESTING/LIN/ddrvrf4.f @@ -110,18 +110,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DDRVRF4( NOUT, NN, NVAL, THRESH, C1, C2, LDC, CRF, A, + LDA, D_WORK_DLANGE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDC, NN, NOUT diff --git a/TESTING/LIN/ddrvrfp.f b/TESTING/LIN/ddrvrfp.f index 1f33281e3c..605c897841 100644 --- a/TESTING/LIN/ddrvrfp.f +++ b/TESTING/LIN/ddrvrfp.f @@ -226,8 +226,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -238,10 +236,9 @@ SUBROUTINE DDRVRFP( NOUT, NN, NVAL, NNS, NSVAL, NNT, NTVAL, + D_TEMP_DPOT03, D_WORK_DLANSY, + D_WORK_DPOT02, D_WORK_DPOT03 ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NN, NNS, NNT, NOUT diff --git a/TESTING/LIN/ddrvsp.f b/TESTING/LIN/ddrvsp.f index a7c2316141..a62561c66e 100644 --- a/TESTING/LIN/ddrvsp.f +++ b/TESTING/LIN/ddrvsp.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE DDRVSP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsy.f b/TESTING/LIN/ddrvsy.f index ec94c47104..4eb3fa8e63 100644 --- a/TESTING/LIN/ddrvsy.f +++ b/TESTING/LIN/ddrvsy.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE DDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsy_aa.f b/TESTING/LIN/ddrvsy_aa.f index cf1b638419..0b8e46c716 100644 --- a/TESTING/LIN/ddrvsy_aa.f +++ b/TESTING/LIN/ddrvsy_aa.f @@ -143,10 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* @precisions fortran d -> z c -* *> \ingroup double_lin * * ===================================================================== @@ -154,10 +150,9 @@ SUBROUTINE DDRVSY_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsy_aa_2stage.f b/TESTING/LIN/ddrvsy_aa_2stage.f index 8984226542..91c9e8e9af 100644 --- a/TESTING/LIN/ddrvsy_aa_2stage.f +++ b/TESTING/LIN/ddrvsy_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE DDRVSY_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsy_rk.f b/TESTING/LIN/ddrvsy_rk.f index 3c9ff21207..15b2c2b781 100644 --- a/TESTING/LIN/ddrvsy_rk.f +++ b/TESTING/LIN/ddrvsy_rk.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE DDRVSY_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsy_rook.f b/TESTING/LIN/ddrvsy_rook.f index 670fc8cfff..dcfea94503 100644 --- a/TESTING/LIN/ddrvsy_rook.f +++ b/TESTING/LIN/ddrvsy_rook.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE DDRVSY_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/ddrvsyx.f b/TESTING/LIN/ddrvsyx.f index ab2b541d7d..d21b5d33c9 100644 --- a/TESTING/LIN/ddrvsyx.f +++ b/TESTING/LIN/ddrvsyx.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE DDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/debchvxx.f b/TESTING/LIN/debchvxx.f index aef2b5ccfc..cff8ebfd53 100644 --- a/TESTING/LIN/debchvxx.f +++ b/TESTING/LIN/debchvxx.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== diff --git a/TESTING/LIN/derrab.f b/TESTING/LIN/derrab.f index dd2662635a..1ab97ef259 100644 --- a/TESTING/LIN/derrab.f +++ b/TESTING/LIN/derrab.f @@ -40,17 +40,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRAB( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/derrac.f b/TESTING/LIN/derrac.f index 4ab5e899b5..4db46ca599 100644 --- a/TESTING/LIN/derrac.f +++ b/TESTING/LIN/derrac.f @@ -40,17 +40,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRAC( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/derrge.f b/TESTING/LIN/derrge.f index 027801ddde..fc80bbbcfd 100644 --- a/TESTING/LIN/derrge.f +++ b/TESTING/LIN/derrge.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrgex.f b/TESTING/LIN/derrgex.f index 20f05fa4a9..960a7cb878 100644 --- a/TESTING/LIN/derrgex.f +++ b/TESTING/LIN/derrgex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrgt.f b/TESTING/LIN/derrgt.f index 75b466a486..c4cebf2f88 100644 --- a/TESTING/LIN/derrgt.f +++ b/TESTING/LIN/derrgt.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRGT( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrlq.f b/TESTING/LIN/derrlq.f index ba297f5cf1..d3cfcddd00 100644 --- a/TESTING/LIN/derrlq.f +++ b/TESTING/LIN/derrlq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRLQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrlqt.f b/TESTING/LIN/derrlqt.f index 68ff8c545d..6653fa1e96 100644 --- a/TESTING/LIN/derrlqt.f +++ b/TESTING/LIN/derrlqt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRLQT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrlqtp.f b/TESTING/LIN/derrlqtp.f index 16129540aa..bec0ff954a 100644 --- a/TESTING/LIN/derrlqtp.f +++ b/TESTING/LIN/derrlqtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRLQTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrls.f b/TESTING/LIN/derrls.f index 1be8830ba8..a1f74dec23 100644 --- a/TESTING/LIN/derrls.f +++ b/TESTING/LIN/derrls.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRLS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrorhr_col.f b/TESTING/LIN/derrorhr_col.f index 0549d2a898..998f8a5087 100644 --- a/TESTING/LIN/derrorhr_col.f +++ b/TESTING/LIN/derrorhr_col.f @@ -49,18 +49,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRORHR_COL( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. CHARACTER(LEN=3) PATH diff --git a/TESTING/LIN/derrpo.f b/TESTING/LIN/derrpo.f index 6d613764a1..8282119ef6 100644 --- a/TESTING/LIN/derrpo.f +++ b/TESTING/LIN/derrpo.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrpox.f b/TESTING/LIN/derrpox.f index 88d0c7e3a0..017f56646f 100644 --- a/TESTING/LIN/derrpox.f +++ b/TESTING/LIN/derrpox.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrps.f b/TESTING/LIN/derrps.f index 4d2bf3e83a..378542c04f 100644 --- a/TESTING/LIN/derrps.f +++ b/TESTING/LIN/derrps.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRPS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/derrql.f b/TESTING/LIN/derrql.f index 477c3ef1cf..b9c50d9ab2 100644 --- a/TESTING/LIN/derrql.f +++ b/TESTING/LIN/derrql.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRQL( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrqp.f b/TESTING/LIN/derrqp.f index 4f438feab9..3f29bf60e2 100644 --- a/TESTING/LIN/derrqp.f +++ b/TESTING/LIN/derrqp.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRQP( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrqr.f b/TESTING/LIN/derrqr.f index e1fe51cad9..03155b1332 100644 --- a/TESTING/LIN/derrqr.f +++ b/TESTING/LIN/derrqr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRQR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrqrt.f b/TESTING/LIN/derrqrt.f index 660e2ef531..9a15f0b1cf 100644 --- a/TESTING/LIN/derrqrt.f +++ b/TESTING/LIN/derrqrt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRQRT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrqrtp.f b/TESTING/LIN/derrqrtp.f index 83be5aa3e3..8a36ad06d8 100644 --- a/TESTING/LIN/derrqrtp.f +++ b/TESTING/LIN/derrqrtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRQRTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrrfp.f b/TESTING/LIN/derrrfp.f index 8db8ebf0a5..d1e07a6efb 100644 --- a/TESTING/LIN/derrrfp.f +++ b/TESTING/LIN/derrrfp.f @@ -45,17 +45,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRRFP( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/derrrq.f b/TESTING/LIN/derrrq.f index d594a74bc4..ae51d4c723 100644 --- a/TESTING/LIN/derrrq.f +++ b/TESTING/LIN/derrrq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRRQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrsy.f b/TESTING/LIN/derrsy.f index b511cdcc54..af15a4b8ed 100644 --- a/TESTING/LIN/derrsy.f +++ b/TESTING/LIN/derrsy.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/derrsyx.f b/TESTING/LIN/derrsyx.f index 0634209e5c..84d69b5691 100644 --- a/TESTING/LIN/derrsyx.f +++ b/TESTING/LIN/derrsyx.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrtr.f b/TESTING/LIN/derrtr.f index f709ba7e65..a667f0d2b8 100644 --- a/TESTING/LIN/derrtr.f +++ b/TESTING/LIN/derrtr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRTR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrtsqr.f b/TESTING/LIN/derrtsqr.f index d1d0ff02d3..110f904d79 100644 --- a/TESTING/LIN/derrtsqr.f +++ b/TESTING/LIN/derrtsqr.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRTSQR( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrtz.f b/TESTING/LIN/derrtz.f index 1980d1fa05..a43ae219c4 100644 --- a/TESTING/LIN/derrtz.f +++ b/TESTING/LIN/derrtz.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRTZ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/derrvx.f b/TESTING/LIN/derrvx.f index fd1d038a61..447b00bc4d 100644 --- a/TESTING/LIN/derrvx.f +++ b/TESTING/LIN/derrvx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/derrvxx.f b/TESTING/LIN/derrvxx.f index 6e96b32bd4..82f03fabe6 100644 --- a/TESTING/LIN/derrvxx.f +++ b/TESTING/LIN/derrvxx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/dgbt01.f b/TESTING/LIN/dgbt01.f index 2515733f59..28f7200ddb 100644 --- a/TESTING/LIN/dgbt01.f +++ b/TESTING/LIN/dgbt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGBT01( M, N, KL, KU, A, LDA, AFAC, LDAFAC, IPIV, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KL, KU, LDA, LDAFAC, M, N diff --git a/TESTING/LIN/dgbt02.f b/TESTING/LIN/dgbt02.f index bc11ba7d4e..92bf550d23 100644 --- a/TESTING/LIN/dgbt02.f +++ b/TESTING/LIN/dgbt02.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGBT02( TRANS, M, N, KL, KU, NRHS, A, LDA, X, LDX, B, $ LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dgbt05.f b/TESTING/LIN/dgbt05.f index 1333abb9a7..ba85eaf7d9 100644 --- a/TESTING/LIN/dgbt05.f +++ b/TESTING/LIN/dgbt05.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dgelqs.f b/TESTING/LIN/dgelqs.f index 46683ef12f..ecbb5893c3 100644 --- a/TESTING/LIN/dgelqs.f +++ b/TESTING/LIN/dgelqs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGELQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/dgennd.f b/TESTING/LIN/dgennd.f index 986775af42..9b3ed260b6 100644 --- a/TESTING/LIN/dgennd.f +++ b/TESTING/LIN/dgennd.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== LOGICAL FUNCTION DGENND (M, N, A, LDA) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER M, N, LDA diff --git a/TESTING/LIN/dgeqls.f b/TESTING/LIN/dgeqls.f index 1ca418f1b2..e84df53ecc 100644 --- a/TESTING/LIN/dgeqls.f +++ b/TESTING/LIN/dgeqls.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGEQLS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/dgeqrs.f b/TESTING/LIN/dgeqrs.f index 83fddf4e1d..bfb7bd8bb8 100644 --- a/TESTING/LIN/dgeqrs.f +++ b/TESTING/LIN/dgeqrs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGEQRS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/dgerqs.f b/TESTING/LIN/dgerqs.f index d3ea086fab..a893249645 100644 --- a/TESTING/LIN/dgerqs.f +++ b/TESTING/LIN/dgerqs.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGERQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/dget01.f b/TESTING/LIN/dget01.f index 88ed763b34..fad1c2211c 100644 --- a/TESTING/LIN/dget01.f +++ b/TESTING/LIN/dget01.f @@ -99,18 +99,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET01( M, N, A, LDA, AFAC, LDAFAC, IPIV, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAFAC, M, N diff --git a/TESTING/LIN/dget02.f b/TESTING/LIN/dget02.f index 7b641b3b31..02e54e7c1b 100644 --- a/TESTING/LIN/dget02.f +++ b/TESTING/LIN/dget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dget03.f b/TESTING/LIN/dget03.f index 5b04c81ed5..6486ff5d5a 100644 --- a/TESTING/LIN/dget03.f +++ b/TESTING/LIN/dget03.f @@ -101,18 +101,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET03( N, A, LDA, AINV, LDAINV, WORK, LDWORK, RWORK, $ RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAINV, LDWORK, N diff --git a/TESTING/LIN/dget04.f b/TESTING/LIN/dget04.f index a5663f621b..255f1dd104 100644 --- a/TESTING/LIN/dget04.f +++ b/TESTING/LIN/dget04.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET04( N, NRHS, X, LDX, XACT, LDXACT, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/dget06.f b/TESTING/LIN/dget06.f index a056e12581..0e72c74e63 100644 --- a/TESTING/LIN/dget06.f +++ b/TESTING/LIN/dget06.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DGET06( RCOND, RCONDC ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION RCOND, RCONDC diff --git a/TESTING/LIN/dget07.f b/TESTING/LIN/dget07.f index cd56c0ffe8..99dbe0c009 100644 --- a/TESTING/LIN/dget07.f +++ b/TESTING/LIN/dget07.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET07( TRANS, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, CHKFERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dget08.f b/TESTING/LIN/dget08.f index 731b3924d0..180d0dfd10 100644 --- a/TESTING/LIN/dget08.f +++ b/TESTING/LIN/dget08.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGET08( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dgtt01.f b/TESTING/LIN/dgtt01.f index 29f4b25740..3b5ff9e4ca 100644 --- a/TESTING/LIN/dgtt01.f +++ b/TESTING/LIN/dgtt01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGTT01( N, DL, D, DU, DLF, DF, DUF, DU2, IPIV, WORK, $ LDWORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDWORK, N diff --git a/TESTING/LIN/dgtt02.f b/TESTING/LIN/dgtt02.f index 956f0f7618..1a8d66c1d7 100644 --- a/TESTING/LIN/dgtt02.f +++ b/TESTING/LIN/dgtt02.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGTT02( TRANS, N, NRHS, DL, D, DU, X, LDX, B, LDB, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dgtt05.f b/TESTING/LIN/dgtt05.f index c39081f9e2..d389ef166c 100644 --- a/TESTING/LIN/dgtt05.f +++ b/TESTING/LIN/dgtt05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DGTT05( TRANS, N, NRHS, DL, D, DU, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dlahilb.f b/TESTING/LIN/dlahilb.f index e115e335a4..9590be53d2 100644 --- a/TESTING/LIN/dlahilb.f +++ b/TESTING/LIN/dlahilb.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, INFO) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/LIN/dlaord.f b/TESTING/LIN/dlaord.f index da3edb198a..e5f7e3b502 100644 --- a/TESTING/LIN/dlaord.f +++ b/TESTING/LIN/dlaord.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAORD( JOB, N, X, INCX ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 JOB diff --git a/TESTING/LIN/dlaptm.f b/TESTING/LIN/dlaptm.f index 5c62ded108..24cbf6ab55 100644 --- a/TESTING/LIN/dlaptm.f +++ b/TESTING/LIN/dlaptm.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAPTM( N, NRHS, ALPHA, D, E, X, LDX, BETA, B, LDB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, N, NRHS diff --git a/TESTING/LIN/dlarhs.f b/TESTING/LIN/dlarhs.f index f175cf8939..b9ce743386 100644 --- a/TESTING/LIN/dlarhs.f +++ b/TESTING/LIN/dlarhs.f @@ -196,18 +196,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS, UPLO, XTYPE diff --git a/TESTING/LIN/dlatb4.f b/TESTING/LIN/dlatb4.f index 6bdbe5597c..8825d13e75 100644 --- a/TESTING/LIN/dlatb4.f +++ b/TESTING/LIN/dlatb4.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLATB4( PATH, IMAT, M, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIST, TYPE diff --git a/TESTING/LIN/dlatb5.f b/TESTING/LIN/dlatb5.f index 16a5642b38..9967bbad1b 100644 --- a/TESTING/LIN/dlatb5.f +++ b/TESTING/LIN/dlatb5.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLATB5( PATH, IMAT, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION ANORM, CNDNUM diff --git a/TESTING/LIN/dlattb.f b/TESTING/LIN/dlattb.f index e35067f127..e3f8c9c345 100644 --- a/TESTING/LIN/dlattb.f +++ b/TESTING/LIN/dlattb.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLATTB( IMAT, UPLO, TRANS, DIAG, ISEED, N, KD, AB, $ LDAB, B, WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlattp.f b/TESTING/LIN/dlattp.f index 407bd0716a..fef888859a 100644 --- a/TESTING/LIN/dlattp.f +++ b/TESTING/LIN/dlattp.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLATTP( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, B, WORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlattr.f b/TESTING/LIN/dlattr.f index 0e3a5ac6b5..03f9bfae4c 100644 --- a/TESTING/LIN/dlattr.f +++ b/TESTING/LIN/dlattr.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLATTR( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, LDA, B, $ WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlavsp.f b/TESTING/LIN/dlavsp.f index 758c415fb2..3a5a85e9e0 100644 --- a/TESTING/LIN/dlavsp.f +++ b/TESTING/LIN/dlavsp.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAVSP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlavsy.f b/TESTING/LIN/dlavsy.f index b512ff0ff0..03e7058719 100644 --- a/TESTING/LIN/dlavsy.f +++ b/TESTING/LIN/dlavsy.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAVSY( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlavsy_rook.f b/TESTING/LIN/dlavsy_rook.f index 7b0c2c152a..f1994aee92 100644 --- a/TESTING/LIN/dlavsy_rook.f +++ b/TESTING/LIN/dlavsy_rook.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLAVSY_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dlqt01.f b/TESTING/LIN/dlqt01.f index c17045f961..1ef7365c47 100644 --- a/TESTING/LIN/dlqt01.f +++ b/TESTING/LIN/dlqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLQT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dlqt02.f b/TESTING/LIN/dlqt02.f index 55b5a6c89b..158cd0b798 100644 --- a/TESTING/LIN/dlqt02.f +++ b/TESTING/LIN/dlqt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLQT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dlqt03.f b/TESTING/LIN/dlqt03.f index dc754554fa..55ce022ce2 100644 --- a/TESTING/LIN/dlqt03.f +++ b/TESTING/LIN/dlqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dlqt04.f b/TESTING/LIN/dlqt04.f index b73248b624..ef7e67538d 100644 --- a/TESTING/LIN/dlqt04.f +++ b/TESTING/LIN/dlqt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLQT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/dlqt05.f b/TESTING/LIN/dlqt05.f index ce2604e418..7d2a2a1042 100644 --- a/TESTING/LIN/dlqt05.f +++ b/TESTING/LIN/dlqt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DLQT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/dorhr_col01.f b/TESTING/LIN/dorhr_col01.f index 155eaa5ab9..979255ca94 100644 --- a/TESTING/LIN/dorhr_col01.f +++ b/TESTING/LIN/dorhr_col01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DORHR_COL01( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/dorhr_col02.f b/TESTING/LIN/dorhr_col02.f index 18a46a360f..d4c438edb7 100644 --- a/TESTING/LIN/dorhr_col02.f +++ b/TESTING/LIN/dorhr_col02.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DORHR_COL02( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/dpbt01.f b/TESTING/LIN/dpbt01.f index 4acd74f5af..3d810dac17 100644 --- a/TESTING/LIN/dpbt01.f +++ b/TESTING/LIN/dpbt01.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPBT01( UPLO, N, KD, A, LDA, AFAC, LDAFAC, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpbt02.f b/TESTING/LIN/dpbt02.f index 657cdc9f71..6abda62e06 100644 --- a/TESTING/LIN/dpbt02.f +++ b/TESTING/LIN/dpbt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPBT02( UPLO, N, KD, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpbt05.f b/TESTING/LIN/dpbt05.f index 1ad4c0f6bf..47e656be79 100644 --- a/TESTING/LIN/dpbt05.f +++ b/TESTING/LIN/dpbt05.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPBT05( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpot01.f b/TESTING/LIN/dpot01.f index 8d84a1fe6a..f48a1a4fc5 100644 --- a/TESTING/LIN/dpot01.f +++ b/TESTING/LIN/dpot01.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPOT01( UPLO, N, A, LDA, AFAC, LDAFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpot02.f b/TESTING/LIN/dpot02.f index 347b50378c..6d87b89f55 100644 --- a/TESTING/LIN/dpot02.f +++ b/TESTING/LIN/dpot02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPOT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpot03.f b/TESTING/LIN/dpot03.f index d7a0cca92c..2e506b623b 100644 --- a/TESTING/LIN/dpot03.f +++ b/TESTING/LIN/dpot03.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPOT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpot05.f b/TESTING/LIN/dpot05.f index fa94909155..25a195bdda 100644 --- a/TESTING/LIN/dpot05.f +++ b/TESTING/LIN/dpot05.f @@ -156,18 +156,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPOT05( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpot06.f b/TESTING/LIN/dpot06.f index 420662c1b6..397ed19c20 100644 --- a/TESTING/LIN/dpot06.f +++ b/TESTING/LIN/dpot06.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPOT06( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dppt01.f b/TESTING/LIN/dppt01.f index 2ad9e6839c..a357d07948 100644 --- a/TESTING/LIN/dppt01.f +++ b/TESTING/LIN/dppt01.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPPT01( UPLO, N, A, AFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dppt02.f b/TESTING/LIN/dppt02.f index de878137a6..f854f9b189 100644 --- a/TESTING/LIN/dppt02.f +++ b/TESTING/LIN/dppt02.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dppt03.f b/TESTING/LIN/dppt03.f index edaec4446c..9e24cf6b3c 100644 --- a/TESTING/LIN/dppt03.f +++ b/TESTING/LIN/dppt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPPT03( UPLO, N, A, AINV, WORK, LDWORK, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dppt05.f b/TESTING/LIN/dppt05.f index 8d9dcc3ca9..fefe2e9235 100644 --- a/TESTING/LIN/dppt05.f +++ b/TESTING/LIN/dppt05.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPPT05( UPLO, N, NRHS, AP, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dpst01.f b/TESTING/LIN/dpst01.f index d6b6da93da..ffe75d8a9e 100644 --- a/TESTING/LIN/dpst01.f +++ b/TESTING/LIN/dpst01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPST01( UPLO, N, A, LDA, AFAC, LDAFAC, PERM, LDPERM, $ PIV, RWORK, RESID, RANK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION RESID diff --git a/TESTING/LIN/dptt01.f b/TESTING/LIN/dptt01.f index 44c609cbd9..2c6c440ffa 100644 --- a/TESTING/LIN/dptt01.f +++ b/TESTING/LIN/dptt01.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPTT01( N, D, E, DF, EF, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N diff --git a/TESTING/LIN/dptt02.f b/TESTING/LIN/dptt02.f index a9e8bd6205..a4802c6969 100644 --- a/TESTING/LIN/dptt02.f +++ b/TESTING/LIN/dptt02.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPTT02( N, NRHS, D, E, X, LDX, B, LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, N, NRHS diff --git a/TESTING/LIN/dptt05.f b/TESTING/LIN/dptt05.f index 4a7aa6dc8a..1cd2c4b662 100644 --- a/TESTING/LIN/dptt05.f +++ b/TESTING/LIN/dptt05.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DPTT05( N, NRHS, D, E, B, LDB, X, LDX, XACT, LDXACT, $ FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/dqlt01.f b/TESTING/LIN/dqlt01.f index 7bc66cb421..5a27350cbc 100644 --- a/TESTING/LIN/dqlt01.f +++ b/TESTING/LIN/dqlt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQLT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dqlt02.f b/TESTING/LIN/dqlt02.f index 16a532b536..950cfe67bd 100644 --- a/TESTING/LIN/dqlt02.f +++ b/TESTING/LIN/dqlt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQLT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dqlt03.f b/TESTING/LIN/dqlt03.f index 40c6638c5a..bed6a00c8b 100644 --- a/TESTING/LIN/dqlt03.f +++ b/TESTING/LIN/dqlt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQLT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dqpt01.f b/TESTING/LIN/dqpt01.f index b72eaaa77e..8efbdc774d 100644 --- a/TESTING/LIN/dqpt01.f +++ b/TESTING/LIN/dqpt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DQPT01( M, N, K, A, AF, LDA, TAU, JPVT, $ WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt01.f b/TESTING/LIN/dqrt01.f index fd411eb04c..2ddd551cef 100644 --- a/TESTING/LIN/dqrt01.f +++ b/TESTING/LIN/dqrt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt01p.f b/TESTING/LIN/dqrt01p.f index 6f9ba5ea93..7dc7668ce9 100644 --- a/TESTING/LIN/dqrt01p.f +++ b/TESTING/LIN/dqrt01p.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT01P( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt02.f b/TESTING/LIN/dqrt02.f index 9008a49004..d0e4349d1d 100644 --- a/TESTING/LIN/dqrt02.f +++ b/TESTING/LIN/dqrt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt03.f b/TESTING/LIN/dqrt03.f index 9c957b02c5..d156faca03 100644 --- a/TESTING/LIN/dqrt03.f +++ b/TESTING/LIN/dqrt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt04.f b/TESTING/LIN/dqrt04.f index 5d9e10313e..6a7baea0f6 100644 --- a/TESTING/LIN/dqrt04.f +++ b/TESTING/LIN/dqrt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/dqrt05.f b/TESTING/LIN/dqrt05.f index 2e46100685..2badd6d496 100644 --- a/TESTING/LIN/dqrt05.f +++ b/TESTING/LIN/dqrt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/dqrt11.f b/TESTING/LIN/dqrt11.f index fe29ca5893..33c7fab378 100644 --- a/TESTING/LIN/dqrt11.f +++ b/TESTING/LIN/dqrt11.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DQRT11( M, K, A, LDA, TAU, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M diff --git a/TESTING/LIN/dqrt12.f b/TESTING/LIN/dqrt12.f index b8da5b6239..278e01bf0a 100644 --- a/TESTING/LIN/dqrt12.f +++ b/TESTING/LIN/dqrt12.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DQRT12( M, N, A, LDA, S, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dqrt13.f b/TESTING/LIN/dqrt13.f index 42947b2cb6..203f62069b 100644 --- a/TESTING/LIN/dqrt13.f +++ b/TESTING/LIN/dqrt13.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT13( SCALE, M, N, A, LDA, NORMA, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, M, N, SCALE diff --git a/TESTING/LIN/dqrt14.f b/TESTING/LIN/dqrt14.f index 9301e251f3..f824f39f15 100644 --- a/TESTING/LIN/dqrt14.f +++ b/TESTING/LIN/dqrt14.f @@ -108,18 +108,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DQRT14( TRANS, M, N, NRHS, A, LDA, X, $ LDX, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dqrt15.f b/TESTING/LIN/dqrt15.f index 68cf0cc8cb..1c5f9e47bb 100644 --- a/TESTING/LIN/dqrt15.f +++ b/TESTING/LIN/dqrt15.f @@ -140,18 +140,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT15( SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S, $ RANK, NORMA, NORMB, ISEED, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, NRHS, RANK, RKSEL, SCALE diff --git a/TESTING/LIN/dqrt16.f b/TESTING/LIN/dqrt16.f index 157f78e2f7..cb4ba183a6 100644 --- a/TESTING/LIN/dqrt16.f +++ b/TESTING/LIN/dqrt16.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DQRT16( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/dqrt17.f b/TESTING/LIN/dqrt17.f index 78580dca11..77bd294143 100644 --- a/TESTING/LIN/dqrt17.f +++ b/TESTING/LIN/dqrt17.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DQRT17( TRANS, IRESID, M, N, NRHS, A, $ LDA, X, LDX, B, LDB, C, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/drqt01.f b/TESTING/LIN/drqt01.f index d652b2a2bd..936583ccbe 100644 --- a/TESTING/LIN/drqt01.f +++ b/TESTING/LIN/drqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DRQT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/drqt02.f b/TESTING/LIN/drqt02.f index d10b5c117b..7fbb6a6d4d 100644 --- a/TESTING/LIN/drqt02.f +++ b/TESTING/LIN/drqt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DRQT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/drqt03.f b/TESTING/LIN/drqt03.f index 7ec0d6c7fb..1ddd767064 100644 --- a/TESTING/LIN/drqt03.f +++ b/TESTING/LIN/drqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DRQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/drzt01.f b/TESTING/LIN/drzt01.f index 2108cd1c97..8e969aba78 100644 --- a/TESTING/LIN/drzt01.f +++ b/TESTING/LIN/drzt01.f @@ -90,18 +90,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DRZT01( M, N, A, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/drzt02.f b/TESTING/LIN/drzt02.f index de3f266212..5b028f7990 100644 --- a/TESTING/LIN/drzt02.f +++ b/TESTING/LIN/drzt02.f @@ -83,18 +83,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== DOUBLE PRECISION FUNCTION DRZT02( M, N, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/dspt01.f b/TESTING/LIN/dspt01.f index f1bc904fd9..e71d217ae1 100644 --- a/TESTING/LIN/dspt01.f +++ b/TESTING/LIN/dspt01.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DSPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dsyt01.f b/TESTING/LIN/dsyt01.f index f61b9113c2..cb918de00e 100644 --- a/TESTING/LIN/dsyt01.f +++ b/TESTING/LIN/dsyt01.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DSYT01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/dsyt01_3.f b/TESTING/LIN/dsyt01_3.f index a12425ee5d..2a7d9d1422 100644 --- a/TESTING/LIN/dsyt01_3.f +++ b/TESTING/LIN/dsyt01_3.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DSYT01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/dsyt01_aa.f b/TESTING/LIN/dsyt01_aa.f index f008ecf2ec..907e5277be 100644 --- a/TESTING/LIN/dsyt01_aa.f +++ b/TESTING/LIN/dsyt01_aa.f @@ -116,20 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* -* @precisions fortran d -> z c -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DSYT01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/dsyt01_rook.f b/TESTING/LIN/dsyt01_rook.f index cb6668b184..c7b6bc2aa3 100644 --- a/TESTING/LIN/dsyt01_rook.f +++ b/TESTING/LIN/dsyt01_rook.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DSYT01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/dtbt02.f b/TESTING/LIN/dtbt02.f index f0f522a968..2870b32677 100644 --- a/TESTING/LIN/dtbt02.f +++ b/TESTING/LIN/dtbt02.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTBT02( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, X, $ LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtbt03.f b/TESTING/LIN/dtbt03.f index 3aedad6545..04307fd3bb 100644 --- a/TESTING/LIN/dtbt03.f +++ b/TESTING/LIN/dtbt03.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE DTBT03( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, $ SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtbt05.f b/TESTING/LIN/dtbt05.f index 3c2a5318c7..0b2430d60b 100644 --- a/TESTING/LIN/dtbt05.f +++ b/TESTING/LIN/dtbt05.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTBT05( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtbt06.f b/TESTING/LIN/dtbt06.f index 2fd11f0e9e..2e87bdaa7a 100644 --- a/TESTING/LIN/dtbt06.f +++ b/TESTING/LIN/dtbt06.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ WORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/dtplqt.f b/TESTING/LIN/dtplqt.f index 9fcecc9842..7952c05760 100644 --- a/TESTING/LIN/dtplqt.f +++ b/TESTING/LIN/dtplqt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE DTPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/TESTING/LIN/dtpt01.f b/TESTING/LIN/dtpt01.f index 504dca6275..58309b17bd 100644 --- a/TESTING/LIN/dtpt01.f +++ b/TESTING/LIN/dtpt01.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTPT01( UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/dtpt02.f b/TESTING/LIN/dtpt02.f index 777fdfc3b0..29ec68a120 100644 --- a/TESTING/LIN/dtpt02.f +++ b/TESTING/LIN/dtpt02.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB, $ WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtpt03.f b/TESTING/LIN/dtpt03.f index ad82e59e91..069836a0c5 100644 --- a/TESTING/LIN/dtpt03.f +++ b/TESTING/LIN/dtpt03.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTPT03( UPLO, TRANS, DIAG, N, NRHS, AP, SCALE, CNORM, $ TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtpt05.f b/TESTING/LIN/dtpt05.f index 458a42ec4d..117acae01d 100644 --- a/TESTING/LIN/dtpt05.f +++ b/TESTING/LIN/dtpt05.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTPT05( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtpt06.f b/TESTING/LIN/dtpt06.f index 3f7c688327..f5eb2a5126 100644 --- a/TESTING/LIN/dtpt06.f +++ b/TESTING/LIN/dtpt06.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTPT06( RCOND, RCONDC, UPLO, DIAG, N, AP, WORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/dtrt01.f b/TESTING/LIN/dtrt01.f index 3039a2be75..e5827fe787 100644 --- a/TESTING/LIN/dtrt01.f +++ b/TESTING/LIN/dtrt01.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTRT01( UPLO, DIAG, N, A, LDA, AINV, LDAINV, RCOND, $ WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/dtrt02.f b/TESTING/LIN/dtrt02.f index ad7d9b9637..20779237c4 100644 --- a/TESTING/LIN/dtrt02.f +++ b/TESTING/LIN/dtrt02.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTRT02( UPLO, TRANS, DIAG, N, NRHS, A, LDA, X, LDX, B, $ LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtrt03.f b/TESTING/LIN/dtrt03.f index 067db391b9..ef6a33f6a5 100644 --- a/TESTING/LIN/dtrt03.f +++ b/TESTING/LIN/dtrt03.f @@ -161,18 +161,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtrt05.f b/TESTING/LIN/dtrt05.f index f5ef134621..c03aa5bf9c 100644 --- a/TESTING/LIN/dtrt05.f +++ b/TESTING/LIN/dtrt05.f @@ -173,18 +173,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTRT05( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/dtrt06.f b/TESTING/LIN/dtrt06.f index f4f861e42b..276e5485fc 100644 --- a/TESTING/LIN/dtrt06.f +++ b/TESTING/LIN/dtrt06.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTRT06( RCOND, RCONDC, UPLO, DIAG, N, A, LDA, WORK, $ RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/dtsqr01.f b/TESTING/LIN/dtsqr01.f index 25bf58a812..85733be4c2 100644 --- a/TESTING/LIN/dtsqr01.f +++ b/TESTING/LIN/dtsqr01.f @@ -77,18 +77,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE DTSQR01(TSSW, M, N, MB, NB, RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TSSW diff --git a/TESTING/LIN/icopy.f b/TESTING/LIN/icopy.f index a518b0f0fc..05bbf11fca 100644 --- a/TESTING/LIN/icopy.f +++ b/TESTING/LIN/icopy.f @@ -68,17 +68,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE ICOPY( N, SX, INCX, SY, INCY ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INCX, INCY, N diff --git a/TESTING/LIN/ilaenv.f b/TESTING/LIN/ilaenv.f index 5f7f291aa5..50c6a4c6c4 100644 --- a/TESTING/LIN/ilaenv.f +++ b/TESTING/LIN/ilaenv.f @@ -119,8 +119,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup aux_lin * *> \par Further Details: @@ -150,10 +148,9 @@ INTEGER FUNCTION ILAENV( ISPEC, NAME, OPTS, N1, N2, N3, $ N4 ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*( * ) NAME, OPTS diff --git a/TESTING/LIN/schkaa.f b/TESTING/LIN/schkaa.f index a9c13e4421..dc18edd405 100644 --- a/TESTING/LIN/schkaa.f +++ b/TESTING/LIN/schkaa.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup single_lin * * ===================================================================== PROGRAM SCHKAA * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * ===================================================================== * diff --git a/TESTING/LIN/schkeq.f b/TESTING/LIN/schkeq.f index 6381d9ddc7..62898cf7a1 100644 --- a/TESTING/LIN/schkeq.f +++ b/TESTING/LIN/schkeq.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SCHKEQ( THRESH, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NOUT diff --git a/TESTING/LIN/schkgb.f b/TESTING/LIN/schkgb.f index 724109b288..7eee800aa4 100644 --- a/TESTING/LIN/schkgb.f +++ b/TESTING/LIN/schkgb.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -191,10 +189,9 @@ SUBROUTINE SCHKGB( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, A, LA, AFAC, LAFAC, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkge.f b/TESTING/LIN/schkge.f index 2b8a77cc87..6a2c0b0cfd 100644 --- a/TESTING/LIN/schkge.f +++ b/TESTING/LIN/schkge.f @@ -176,8 +176,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_lin * * ===================================================================== @@ -185,10 +183,9 @@ SUBROUTINE SCHKGE( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkgt.f b/TESTING/LIN/schkgt.f index c2dce7bb8c..0a538a6140 100644 --- a/TESTING/LIN/schkgt.f +++ b/TESTING/LIN/schkgt.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SCHKGT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, AF, B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schklq.f b/TESTING/LIN/schklq.f index 7084a040c2..cd66e8d102 100644 --- a/TESTING/LIN/schklq.f +++ b/TESTING/LIN/schklq.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE SCHKLQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schklqt.f b/TESTING/LIN/schklqt.f index 2daca557fc..966142f8f2 100644 --- a/TESTING/LIN/schklqt.f +++ b/TESTING/LIN/schklqt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE SCHKLQT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schklqtp.f b/TESTING/LIN/schklqtp.f index dbb44e0201..aeb3b43710 100644 --- a/TESTING/LIN/schklqtp.f +++ b/TESTING/LIN/schklqtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE SCHKLQTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkorhr_col.f b/TESTING/LIN/schkorhr_col.f index e6aa2d2cfa..f61b749028 100644 --- a/TESTING/LIN/schkorhr_col.f +++ b/TESTING/LIN/schkorhr_col.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup single_lin * * ===================================================================== @@ -109,10 +107,9 @@ SUBROUTINE SCHKORHR_COL( THRESH, TSTERR, NM, MVAL, NN, NVAL, $ NNB, NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkpb.f b/TESTING/LIN/schkpb.f index 257d592ec1..6a9662bdeb 100644 --- a/TESTING/LIN/schkpb.f +++ b/TESTING/LIN/schkpb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE SCHKPB( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkpo.f b/TESTING/LIN/schkpo.f index d712b3851c..266abcb43f 100644 --- a/TESTING/LIN/schkpo.f +++ b/TESTING/LIN/schkpo.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE SCHKPO( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkpp.f b/TESTING/LIN/schkpp.f index 0f34224804..977c785484 100644 --- a/TESTING/LIN/schkpp.f +++ b/TESTING/LIN/schkpp.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE SCHKPP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkps.f b/TESTING/LIN/schkps.f index bae34d27a5..9385a5809c 100644 --- a/TESTING/LIN/schkps.f +++ b/TESTING/LIN/schkps.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -154,10 +152,9 @@ SUBROUTINE SCHKPS( DOTYPE, NN, NVAL, NNB, NBVAL, NRANK, RANKVAL, $ THRESH, TSTERR, NMAX, A, AFAC, PERM, PIV, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL THRESH diff --git a/TESTING/LIN/schkpt.f b/TESTING/LIN/schkpt.f index 08a99ab74d..569a3f01bc 100644 --- a/TESTING/LIN/schkpt.f +++ b/TESTING/LIN/schkpt.f @@ -138,18 +138,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SCHKPT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, D, E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkq3.f b/TESTING/LIN/schkq3.f index 8c10f6285c..209683f48e 100644 --- a/TESTING/LIN/schkq3.f +++ b/TESTING/LIN/schkq3.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE SCHKQ3( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ THRESH, A, COPYA, S, TAU, WORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NN, NNB, NOUT diff --git a/TESTING/LIN/schkql.f b/TESTING/LIN/schkql.f index 817753dba9..b68c9bcb02 100644 --- a/TESTING/LIN/schkql.f +++ b/TESTING/LIN/schkql.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE SCHKQL( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkqr.f b/TESTING/LIN/schkqr.f index 1546076004..5c45ede9b5 100644 --- a/TESTING/LIN/schkqr.f +++ b/TESTING/LIN/schkqr.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE SCHKQR( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkqrt.f b/TESTING/LIN/schkqrt.f index 9a3cc37d08..23515d95d4 100644 --- a/TESTING/LIN/schkqrt.f +++ b/TESTING/LIN/schkqrt.f @@ -92,8 +92,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -101,10 +99,9 @@ SUBROUTINE SCHKQRT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkqrtp.f b/TESTING/LIN/schkqrtp.f index 32bae3b393..5be01b6cd7 100644 --- a/TESTING/LIN/schkqrtp.f +++ b/TESTING/LIN/schkqrtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE SCHKQRTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schkrfp.f b/TESTING/LIN/schkrfp.f index 066bca6948..f3fdfa07f9 100644 --- a/TESTING/LIN/schkrfp.f +++ b/TESTING/LIN/schkrfp.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_lin * * ===================================================================== PROGRAM SCHKRFP * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/schkrq.f b/TESTING/LIN/schkrq.f index 5c463dd1c8..095fbbf9be 100644 --- a/TESTING/LIN/schkrq.f +++ b/TESTING/LIN/schkrq.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE SCHKRQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schksp.f b/TESTING/LIN/schksp.f index 53cecd9e74..b3c45d1f27 100644 --- a/TESTING/LIN/schksp.f +++ b/TESTING/LIN/schksp.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE SCHKSP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schksy.f b/TESTING/LIN/schksy.f index aee800a690..39353671d3 100644 --- a/TESTING/LIN/schksy.f +++ b/TESTING/LIN/schksy.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== @@ -170,10 +168,9 @@ SUBROUTINE SCHKSY( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schksy_aa.f b/TESTING/LIN/schksy_aa.f index 93be3bdd41..573b905aa8 100644 --- a/TESTING/LIN/schksy_aa.f +++ b/TESTING/LIN/schksy_aa.f @@ -161,8 +161,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real_lin * * ===================================================================== @@ -170,10 +168,9 @@ SUBROUTINE SCHKSY_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/schksy_aa_2stage.f b/TESTING/LIN/schksy_aa_2stage.f index 7cdcc9181e..ccdfc0fcea 100644 --- a/TESTING/LIN/schksy_aa_2stage.f +++ b/TESTING/LIN/schksy_aa_2stage.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE SCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/schksy_rk.f b/TESTING/LIN/schksy_rk.f index 3869550017..0158ead9f5 100644 --- a/TESTING/LIN/schksy_rk.f +++ b/TESTING/LIN/schksy_rk.f @@ -167,8 +167,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -176,10 +174,9 @@ SUBROUTINE SCHKSY_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/schksy_rook.f b/TESTING/LIN/schksy_rook.f index 0d9e58fba4..c0ad39ce96 100644 --- a/TESTING/LIN/schksy_rook.f +++ b/TESTING/LIN/schksy_rook.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE SCHKSY_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schktb.f b/TESTING/LIN/schktb.f index deb83bf0a5..cdbb622b15 100644 --- a/TESTING/LIN/schktb.f +++ b/TESTING/LIN/schktb.f @@ -146,8 +146,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE SCHKTB( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AB, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schktp.f b/TESTING/LIN/schktp.f index 6f3a96f7e8..ff05c1d97a 100644 --- a/TESTING/LIN/schktp.f +++ b/TESTING/LIN/schktp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE SCHKTP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AP, AINVP, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schktr.f b/TESTING/LIN/schktr.f index a9737e35cd..66fa0bee7f 100644 --- a/TESTING/LIN/schktr.f +++ b/TESTING/LIN/schktr.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SCHKTR( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AINV, B, X, XACT, $ WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schktsqr.f b/TESTING/LIN/schktsqr.f index 2bed434a8c..0cc22ec0a7 100644 --- a/TESTING/LIN/schktsqr.f +++ b/TESTING/LIN/schktsqr.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE SCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/schktz.f b/TESTING/LIN/schktz.f index 92d671c871..85544542a0 100644 --- a/TESTING/LIN/schktz.f +++ b/TESTING/LIN/schktz.f @@ -124,18 +124,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SCHKTZ( DOTYPE, NM, MVAL, NN, NVAL, THRESH, TSTERR, A, $ COPYA, S, TAU, WORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvgb.f b/TESTING/LIN/sdrvgb.f index fc106ea515..8c65b6ae9b 100644 --- a/TESTING/LIN/sdrvgb.f +++ b/TESTING/LIN/sdrvgb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE SDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvgbx.f b/TESTING/LIN/sdrvgbx.f index 45adc39dba..22fcfdb232 100644 --- a/TESTING/LIN/sdrvgbx.f +++ b/TESTING/LIN/sdrvgbx.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE SDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvge.f b/TESTING/LIN/sdrvge.f index 8c08cddbaa..fa66d12c1a 100644 --- a/TESTING/LIN/sdrvge.f +++ b/TESTING/LIN/sdrvge.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE SDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvgex.f b/TESTING/LIN/sdrvgex.f index 1cc9f3c9ff..e9fd30c717 100644 --- a/TESTING/LIN/sdrvgex.f +++ b/TESTING/LIN/sdrvgex.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvgt.f b/TESTING/LIN/sdrvgt.f index f939780217..6c3ad2d7b9 100644 --- a/TESTING/LIN/sdrvgt.f +++ b/TESTING/LIN/sdrvgt.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVGT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, AF, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvls.f b/TESTING/LIN/sdrvls.f index 649ca558ca..b964515037 100644 --- a/TESTING/LIN/sdrvls.f +++ b/TESTING/LIN/sdrvls.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_lin * * ===================================================================== @@ -192,10 +190,9 @@ SUBROUTINE SDRVLS( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL, NNB, $ NBVAL, NXVAL, THRESH, TSTERR, A, COPYA, B, $ COPYB, C, S, COPYS, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvpb.f b/TESTING/LIN/sdrvpb.f index ba018bc6d5..e3e9ea3737 100644 --- a/TESTING/LIN/sdrvpb.f +++ b/TESTING/LIN/sdrvpb.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE SDRVPB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvpo.f b/TESTING/LIN/sdrvpo.f index d8d90cc3b5..5ac638b0b6 100644 --- a/TESTING/LIN/sdrvpo.f +++ b/TESTING/LIN/sdrvpo.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE SDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvpox.f b/TESTING/LIN/sdrvpox.f index 23fc87d3c7..2a030ff606 100644 --- a/TESTING/LIN/sdrvpox.f +++ b/TESTING/LIN/sdrvpox.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvpp.f b/TESTING/LIN/sdrvpp.f index 33b7d0d209..bfabe72b72 100644 --- a/TESTING/LIN/sdrvpp.f +++ b/TESTING/LIN/sdrvpp.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE SDRVPP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvpt.f b/TESTING/LIN/sdrvpt.f index e2ca6bcb8b..00754141b9 100644 --- a/TESTING/LIN/sdrvpt.f +++ b/TESTING/LIN/sdrvpt.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVPT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, D, $ E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvrf1.f b/TESTING/LIN/sdrvrf1.f index 4aa9782042..1567b2762e 100644 --- a/TESTING/LIN/sdrvrf1.f +++ b/TESTING/LIN/sdrvrf1.f @@ -87,17 +87,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVRF1( NOUT, NN, NVAL, THRESH, A, LDA, ARF, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/sdrvrf2.f b/TESTING/LIN/sdrvrf2.f index 350f47e14d..1d2c85edb4 100644 --- a/TESTING/LIN/sdrvrf2.f +++ b/TESTING/LIN/sdrvrf2.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/sdrvrf3.f b/TESTING/LIN/sdrvrf3.f index c14558864d..5faae27337 100644 --- a/TESTING/LIN/sdrvrf3.f +++ b/TESTING/LIN/sdrvrf3.f @@ -110,18 +110,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVRF3( NOUT, NN, NVAL, THRESH, A, LDA, ARF, B1, B2, + S_WORK_SLANGE, S_WORK_SGEQRF, TAU ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/sdrvrf4.f b/TESTING/LIN/sdrvrf4.f index d811d049b5..e4d08ccbb3 100644 --- a/TESTING/LIN/sdrvrf4.f +++ b/TESTING/LIN/sdrvrf4.f @@ -110,18 +110,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SDRVRF4( NOUT, NN, NVAL, THRESH, C1, C2, LDC, CRF, A, + LDA, S_WORK_SLANGE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDC, NN, NOUT diff --git a/TESTING/LIN/sdrvrfp.f b/TESTING/LIN/sdrvrfp.f index 2994773e50..c98fa7d3d0 100644 --- a/TESTING/LIN/sdrvrfp.f +++ b/TESTING/LIN/sdrvrfp.f @@ -226,8 +226,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -238,10 +236,9 @@ SUBROUTINE SDRVRFP( NOUT, NN, NVAL, NNS, NSVAL, NNT, NTVAL, + S_TEMP_SPOT03, S_WORK_SLANSY, + S_WORK_SPOT02, S_WORK_SPOT03 ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NN, NNS, NNT, NOUT diff --git a/TESTING/LIN/sdrvsp.f b/TESTING/LIN/sdrvsp.f index 12110cfa94..077f041353 100644 --- a/TESTING/LIN/sdrvsp.f +++ b/TESTING/LIN/sdrvsp.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE SDRVSP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsy.f b/TESTING/LIN/sdrvsy.f index 1e3abeda1c..509522c425 100644 --- a/TESTING/LIN/sdrvsy.f +++ b/TESTING/LIN/sdrvsy.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE SDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsy_aa.f b/TESTING/LIN/sdrvsy_aa.f index e4357c45f6..ff0c3ab8de 100644 --- a/TESTING/LIN/sdrvsy_aa.f +++ b/TESTING/LIN/sdrvsy_aa.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE SDRVSY_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsy_aa_2stage.f b/TESTING/LIN/sdrvsy_aa_2stage.f index 70e8ff6b80..aff32bce93 100644 --- a/TESTING/LIN/sdrvsy_aa_2stage.f +++ b/TESTING/LIN/sdrvsy_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE SDRVSY_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsy_rk.f b/TESTING/LIN/sdrvsy_rk.f index 59eb73c3a3..6018126f69 100644 --- a/TESTING/LIN/sdrvsy_rk.f +++ b/TESTING/LIN/sdrvsy_rk.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE SDRVSY_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsy_rook.f b/TESTING/LIN/sdrvsy_rook.f index e729dc51e7..eebfea59b0 100644 --- a/TESTING/LIN/sdrvsy_rook.f +++ b/TESTING/LIN/sdrvsy_rook.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup double_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE SDRVSY_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/sdrvsyx.f b/TESTING/LIN/sdrvsyx.f index e314da2e0f..00c8a77cb4 100644 --- a/TESTING/LIN/sdrvsyx.f +++ b/TESTING/LIN/sdrvsyx.f @@ -147,8 +147,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -156,10 +154,9 @@ SUBROUTINE SDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/sebchvxx.f b/TESTING/LIN/sebchvxx.f index 8a8e086654..0cd791ab0c 100644 --- a/TESTING/LIN/sebchvxx.f +++ b/TESTING/LIN/sebchvxx.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== diff --git a/TESTING/LIN/serrge.f b/TESTING/LIN/serrge.f index d4b1f701f4..7ac5c926b3 100644 --- a/TESTING/LIN/serrge.f +++ b/TESTING/LIN/serrge.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrgex.f b/TESTING/LIN/serrgex.f index ebeceae860..de5e3e7184 100644 --- a/TESTING/LIN/serrgex.f +++ b/TESTING/LIN/serrgex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrgt.f b/TESTING/LIN/serrgt.f index 0fc54cab9c..431e8bbd94 100644 --- a/TESTING/LIN/serrgt.f +++ b/TESTING/LIN/serrgt.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRGT( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrlq.f b/TESTING/LIN/serrlq.f index e184f006f5..5bb0fe2012 100644 --- a/TESTING/LIN/serrlq.f +++ b/TESTING/LIN/serrlq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRLQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrlqt.f b/TESTING/LIN/serrlqt.f index 6144ec625d..2a5f9eee26 100644 --- a/TESTING/LIN/serrlqt.f +++ b/TESTING/LIN/serrlqt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE SERRLQT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrlqtp.f b/TESTING/LIN/serrlqtp.f index 4d0437d4fb..effa809b4c 100644 --- a/TESTING/LIN/serrlqtp.f +++ b/TESTING/LIN/serrlqtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE SERRLQTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrls.f b/TESTING/LIN/serrls.f index f7912e1fbb..e6ee4360f9 100644 --- a/TESTING/LIN/serrls.f +++ b/TESTING/LIN/serrls.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRLS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrorhr_col.f b/TESTING/LIN/serrorhr_col.f index 8c347041ca..3b222273cc 100644 --- a/TESTING/LIN/serrorhr_col.f +++ b/TESTING/LIN/serrorhr_col.f @@ -49,18 +49,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup singlr_lin * * ===================================================================== SUBROUTINE SERRORHR_COL( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. CHARACTER(LEN=3) PATH diff --git a/TESTING/LIN/serrpo.f b/TESTING/LIN/serrpo.f index 8061514d8b..4c07c8f875 100644 --- a/TESTING/LIN/serrpo.f +++ b/TESTING/LIN/serrpo.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrpox.f b/TESTING/LIN/serrpox.f index 123f5b70b1..37e3eb5f0a 100644 --- a/TESTING/LIN/serrpox.f +++ b/TESTING/LIN/serrpox.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrps.f b/TESTING/LIN/serrps.f index dc9cb29f52..669028b815 100644 --- a/TESTING/LIN/serrps.f +++ b/TESTING/LIN/serrps.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRPS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/serrql.f b/TESTING/LIN/serrql.f index 1b094be6ea..e714aa076b 100644 --- a/TESTING/LIN/serrql.f +++ b/TESTING/LIN/serrql.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRQL( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrqp.f b/TESTING/LIN/serrqp.f index 596f275f30..952c5ff4e3 100644 --- a/TESTING/LIN/serrqp.f +++ b/TESTING/LIN/serrqp.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRQP( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrqr.f b/TESTING/LIN/serrqr.f index 3339a85ad8..1ad40b7aa2 100644 --- a/TESTING/LIN/serrqr.f +++ b/TESTING/LIN/serrqr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRQR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrqrt.f b/TESTING/LIN/serrqrt.f index 1df2c25c93..f243fd94cc 100644 --- a/TESTING/LIN/serrqrt.f +++ b/TESTING/LIN/serrqrt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRQRT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrqrtp.f b/TESTING/LIN/serrqrtp.f index 211643b9b5..647df89a9d 100644 --- a/TESTING/LIN/serrqrtp.f +++ b/TESTING/LIN/serrqrtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRQRTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrrfp.f b/TESTING/LIN/serrrfp.f index 1956cca4be..2c7ee8ed64 100644 --- a/TESTING/LIN/serrrfp.f +++ b/TESTING/LIN/serrrfp.f @@ -45,17 +45,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRRFP( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/serrrq.f b/TESTING/LIN/serrrq.f index c2cec4328d..d8d9ea62b2 100644 --- a/TESTING/LIN/serrrq.f +++ b/TESTING/LIN/serrrq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRRQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrsy.f b/TESTING/LIN/serrsy.f index fe9af2f41b..c562b417b2 100644 --- a/TESTING/LIN/serrsy.f +++ b/TESTING/LIN/serrsy.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/serrsyx.f b/TESTING/LIN/serrsyx.f index 9249f104fc..03746155fb 100644 --- a/TESTING/LIN/serrsyx.f +++ b/TESTING/LIN/serrsyx.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrtr.f b/TESTING/LIN/serrtr.f index 0bc4a897c8..f0d0a0ef21 100644 --- a/TESTING/LIN/serrtr.f +++ b/TESTING/LIN/serrtr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRTR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrtsqr.f b/TESTING/LIN/serrtsqr.f index 7f91a3c394..78dd0c57dd 100644 --- a/TESTING/LIN/serrtsqr.f +++ b/TESTING/LIN/serrtsqr.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE SERRTSQR( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrtz.f b/TESTING/LIN/serrtz.f index f5897642b1..457f7b743e 100644 --- a/TESTING/LIN/serrtz.f +++ b/TESTING/LIN/serrtz.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRTZ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/serrvx.f b/TESTING/LIN/serrvx.f index 910bff1e52..c3db47332e 100644 --- a/TESTING/LIN/serrvx.f +++ b/TESTING/LIN/serrvx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/serrvxx.f b/TESTING/LIN/serrvxx.f index 4d2cd9f38d..57cae8c5a9 100644 --- a/TESTING/LIN/serrvxx.f +++ b/TESTING/LIN/serrvxx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/sgbt01.f b/TESTING/LIN/sgbt01.f index 2dd6d93b2e..0f6129240a 100644 --- a/TESTING/LIN/sgbt01.f +++ b/TESTING/LIN/sgbt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGBT01( M, N, KL, KU, A, LDA, AFAC, LDAFAC, IPIV, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KL, KU, LDA, LDAFAC, M, N diff --git a/TESTING/LIN/sgbt02.f b/TESTING/LIN/sgbt02.f index 2be982a8a6..98725ca67b 100644 --- a/TESTING/LIN/sgbt02.f +++ b/TESTING/LIN/sgbt02.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGBT02( TRANS, M, N, KL, KU, NRHS, A, LDA, X, LDX, B, $ LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sgbt05.f b/TESTING/LIN/sgbt05.f index 82c5a4a86c..cfd6dd743e 100644 --- a/TESTING/LIN/sgbt05.f +++ b/TESTING/LIN/sgbt05.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sgelqs.f b/TESTING/LIN/sgelqs.f index cdffebdc8e..83afb4690b 100644 --- a/TESTING/LIN/sgelqs.f +++ b/TESTING/LIN/sgelqs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGELQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/sgennd.f b/TESTING/LIN/sgennd.f index 894590991e..a5a420fdb0 100644 --- a/TESTING/LIN/sgennd.f +++ b/TESTING/LIN/sgennd.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== LOGICAL FUNCTION SGENND (M, N, A, LDA) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER M, N, LDA diff --git a/TESTING/LIN/sgeqls.f b/TESTING/LIN/sgeqls.f index 19ae7c5922..8215b6a5b8 100644 --- a/TESTING/LIN/sgeqls.f +++ b/TESTING/LIN/sgeqls.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGEQLS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/sgeqrs.f b/TESTING/LIN/sgeqrs.f index 9ec64073dc..ed11489104 100644 --- a/TESTING/LIN/sgeqrs.f +++ b/TESTING/LIN/sgeqrs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGEQRS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/sgerqs.f b/TESTING/LIN/sgerqs.f index 5b04c5ae2e..0c5c693af8 100644 --- a/TESTING/LIN/sgerqs.f +++ b/TESTING/LIN/sgerqs.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGERQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/sget01.f b/TESTING/LIN/sget01.f index aa748e8f0e..a8b013d149 100644 --- a/TESTING/LIN/sget01.f +++ b/TESTING/LIN/sget01.f @@ -99,18 +99,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGET01( M, N, A, LDA, AFAC, LDAFAC, IPIV, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAFAC, M, N diff --git a/TESTING/LIN/sget02.f b/TESTING/LIN/sget02.f index 0f15ec0f2a..817a9c049f 100644 --- a/TESTING/LIN/sget02.f +++ b/TESTING/LIN/sget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sget03.f b/TESTING/LIN/sget03.f index 8b4a2a384b..b32f104896 100644 --- a/TESTING/LIN/sget03.f +++ b/TESTING/LIN/sget03.f @@ -101,18 +101,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGET03( N, A, LDA, AINV, LDAINV, WORK, LDWORK, RWORK, $ RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAINV, LDWORK, N diff --git a/TESTING/LIN/sget04.f b/TESTING/LIN/sget04.f index 3873aabda3..8c4fe9a892 100644 --- a/TESTING/LIN/sget04.f +++ b/TESTING/LIN/sget04.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGET04( N, NRHS, X, LDX, XACT, LDXACT, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/sget06.f b/TESTING/LIN/sget06.f index 420004b318..12b952e134 100644 --- a/TESTING/LIN/sget06.f +++ b/TESTING/LIN/sget06.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SGET06( RCOND, RCONDC ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL RCOND, RCONDC diff --git a/TESTING/LIN/sget07.f b/TESTING/LIN/sget07.f index 42c25cb1d7..4333ad0b28 100644 --- a/TESTING/LIN/sget07.f +++ b/TESTING/LIN/sget07.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGET07( TRANS, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, CHKFERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sgtt01.f b/TESTING/LIN/sgtt01.f index 5096f83cce..5d88c91f77 100644 --- a/TESTING/LIN/sgtt01.f +++ b/TESTING/LIN/sgtt01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGTT01( N, DL, D, DU, DLF, DF, DUF, DU2, IPIV, WORK, $ LDWORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDWORK, N diff --git a/TESTING/LIN/sgtt02.f b/TESTING/LIN/sgtt02.f index 0a39150572..55176d27a6 100644 --- a/TESTING/LIN/sgtt02.f +++ b/TESTING/LIN/sgtt02.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGTT02( TRANS, N, NRHS, DL, D, DU, X, LDX, B, LDB, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sgtt05.f b/TESTING/LIN/sgtt05.f index a55537f340..adf4089b50 100644 --- a/TESTING/LIN/sgtt05.f +++ b/TESTING/LIN/sgtt05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SGTT05( TRANS, N, NRHS, DL, D, DU, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/slahilb.f b/TESTING/LIN/slahilb.f index 7944f0e9da..cb3272d3b6 100644 --- a/TESTING/LIN/slahilb.f +++ b/TESTING/LIN/slahilb.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, INFO) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/LIN/slaord.f b/TESTING/LIN/slaord.f index 3d4553efe6..06bccf02ea 100644 --- a/TESTING/LIN/slaord.f +++ b/TESTING/LIN/slaord.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAORD( JOB, N, X, INCX ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 JOB diff --git a/TESTING/LIN/slaptm.f b/TESTING/LIN/slaptm.f index cfc04200a6..6b3ffdf8ad 100644 --- a/TESTING/LIN/slaptm.f +++ b/TESTING/LIN/slaptm.f @@ -109,17 +109,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAPTM( N, NRHS, ALPHA, D, E, X, LDX, BETA, B, LDB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, N, NRHS diff --git a/TESTING/LIN/slarhs.f b/TESTING/LIN/slarhs.f index 4d84cc67ef..b126ca72a4 100644 --- a/TESTING/LIN/slarhs.f +++ b/TESTING/LIN/slarhs.f @@ -196,18 +196,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS, UPLO, XTYPE diff --git a/TESTING/LIN/slatb4.f b/TESTING/LIN/slatb4.f index 7be45ca0a9..94d29db403 100644 --- a/TESTING/LIN/slatb4.f +++ b/TESTING/LIN/slatb4.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLATB4( PATH, IMAT, M, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIST, TYPE diff --git a/TESTING/LIN/slatb5.f b/TESTING/LIN/slatb5.f index be8e962f95..6eefee4267 100644 --- a/TESTING/LIN/slatb5.f +++ b/TESTING/LIN/slatb5.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLATB5( PATH, IMAT, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL ANORM, CNDNUM diff --git a/TESTING/LIN/slattb.f b/TESTING/LIN/slattb.f index 42655ac632..57e32b2db8 100644 --- a/TESTING/LIN/slattb.f +++ b/TESTING/LIN/slattb.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLATTB( IMAT, UPLO, TRANS, DIAG, ISEED, N, KD, AB, $ LDAB, B, WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slattp.f b/TESTING/LIN/slattp.f index adc99f3685..24650bcc47 100644 --- a/TESTING/LIN/slattp.f +++ b/TESTING/LIN/slattp.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLATTP( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, B, WORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slattr.f b/TESTING/LIN/slattr.f index 9896827f09..e1ffd99918 100644 --- a/TESTING/LIN/slattr.f +++ b/TESTING/LIN/slattr.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLATTR( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, LDA, B, $ WORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slavsp.f b/TESTING/LIN/slavsp.f index 208a86c9fd..e6580d37fa 100644 --- a/TESTING/LIN/slavsp.f +++ b/TESTING/LIN/slavsp.f @@ -122,18 +122,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAVSP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slavsy.f b/TESTING/LIN/slavsy.f index 3c575e2d79..c0f0ee4a1d 100644 --- a/TESTING/LIN/slavsy.f +++ b/TESTING/LIN/slavsy.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAVSY( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slavsy_rook.f b/TESTING/LIN/slavsy_rook.f index 55477bd96e..d775e5e0e3 100644 --- a/TESTING/LIN/slavsy_rook.f +++ b/TESTING/LIN/slavsy_rook.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLAVSY_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/slqt01.f b/TESTING/LIN/slqt01.f index daaf33cab0..9b868ac117 100644 --- a/TESTING/LIN/slqt01.f +++ b/TESTING/LIN/slqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLQT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/slqt02.f b/TESTING/LIN/slqt02.f index 1db9c5bd96..d59a8a01c5 100644 --- a/TESTING/LIN/slqt02.f +++ b/TESTING/LIN/slqt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLQT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/slqt03.f b/TESTING/LIN/slqt03.f index d625d3100a..bc78a0fca9 100644 --- a/TESTING/LIN/slqt03.f +++ b/TESTING/LIN/slqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SLQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/slqt04.f b/TESTING/LIN/slqt04.f index 526bd5623b..c0ba81f744 100644 --- a/TESTING/LIN/slqt04.f +++ b/TESTING/LIN/slqt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE SLQT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/slqt05.f b/TESTING/LIN/slqt05.f index 9bad54b7ca..9afc37ef7c 100644 --- a/TESTING/LIN/slqt05.f +++ b/TESTING/LIN/slqt05.f @@ -72,18 +72,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE SLQT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/sorhr_col01.f b/TESTING/LIN/sorhr_col01.f index 5ce2c59e0c..dcc2c1cae3 100644 --- a/TESTING/LIN/sorhr_col01.f +++ b/TESTING/LIN/sorhr_col01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SORHR_COL01( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/sorhr_col02.f b/TESTING/LIN/sorhr_col02.f index b1866ec1d2..1cbe405779 100644 --- a/TESTING/LIN/sorhr_col02.f +++ b/TESTING/LIN/sorhr_col02.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SORHR_COL02( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/spbt01.f b/TESTING/LIN/spbt01.f index 6aa3ccfee1..7aae3a2c63 100644 --- a/TESTING/LIN/spbt01.f +++ b/TESTING/LIN/spbt01.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPBT01( UPLO, N, KD, A, LDA, AFAC, LDAFAC, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spbt02.f b/TESTING/LIN/spbt02.f index 9676ef311a..7343063698 100644 --- a/TESTING/LIN/spbt02.f +++ b/TESTING/LIN/spbt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPBT02( UPLO, N, KD, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spbt05.f b/TESTING/LIN/spbt05.f index 44466ac6ea..14b68c1096 100644 --- a/TESTING/LIN/spbt05.f +++ b/TESTING/LIN/spbt05.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPBT05( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spot01.f b/TESTING/LIN/spot01.f index 930437271e..a0176c822e 100644 --- a/TESTING/LIN/spot01.f +++ b/TESTING/LIN/spot01.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPOT01( UPLO, N, A, LDA, AFAC, LDAFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spot02.f b/TESTING/LIN/spot02.f index 7c68e7c0de..08176a87ee 100644 --- a/TESTING/LIN/spot02.f +++ b/TESTING/LIN/spot02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPOT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spot03.f b/TESTING/LIN/spot03.f index 424d43293e..191b3139c8 100644 --- a/TESTING/LIN/spot03.f +++ b/TESTING/LIN/spot03.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPOT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spot05.f b/TESTING/LIN/spot05.f index 6c10a3faee..7658ea3856 100644 --- a/TESTING/LIN/spot05.f +++ b/TESTING/LIN/spot05.f @@ -156,18 +156,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPOT05( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/sppt01.f b/TESTING/LIN/sppt01.f index 97f9eb0fb0..213b38b410 100644 --- a/TESTING/LIN/sppt01.f +++ b/TESTING/LIN/sppt01.f @@ -86,17 +86,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPPT01( UPLO, N, A, AFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/sppt02.f b/TESTING/LIN/sppt02.f index 8122e8eba8..3e94585b09 100644 --- a/TESTING/LIN/sppt02.f +++ b/TESTING/LIN/sppt02.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/sppt03.f b/TESTING/LIN/sppt03.f index 2660249dfd..abb31cb4a5 100644 --- a/TESTING/LIN/sppt03.f +++ b/TESTING/LIN/sppt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPPT03( UPLO, N, A, AINV, WORK, LDWORK, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/sppt05.f b/TESTING/LIN/sppt05.f index c9c6b687ba..a56d0411d9 100644 --- a/TESTING/LIN/sppt05.f +++ b/TESTING/LIN/sppt05.f @@ -148,18 +148,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPPT05( UPLO, N, NRHS, AP, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/spst01.f b/TESTING/LIN/spst01.f index d7331c6328..83084fba5e 100644 --- a/TESTING/LIN/spst01.f +++ b/TESTING/LIN/spst01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPST01( UPLO, N, A, LDA, AFAC, LDAFAC, PERM, LDPERM, $ PIV, RWORK, RESID, RANK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. REAL RESID diff --git a/TESTING/LIN/sptt01.f b/TESTING/LIN/sptt01.f index 23e82546f5..fef18dd2b4 100644 --- a/TESTING/LIN/sptt01.f +++ b/TESTING/LIN/sptt01.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPTT01( N, D, E, DF, EF, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N diff --git a/TESTING/LIN/sptt02.f b/TESTING/LIN/sptt02.f index 5f0b08e1c8..51a6a074a1 100644 --- a/TESTING/LIN/sptt02.f +++ b/TESTING/LIN/sptt02.f @@ -97,17 +97,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPTT02( N, NRHS, D, E, X, LDX, B, LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, N, NRHS diff --git a/TESTING/LIN/sptt05.f b/TESTING/LIN/sptt05.f index fe78cdc30f..ddbc40f132 100644 --- a/TESTING/LIN/sptt05.f +++ b/TESTING/LIN/sptt05.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SPTT05( N, NRHS, D, E, B, LDB, X, LDX, XACT, LDXACT, $ FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/sqlt01.f b/TESTING/LIN/sqlt01.f index 133aaba044..aa61e91a0b 100644 --- a/TESTING/LIN/sqlt01.f +++ b/TESTING/LIN/sqlt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQLT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/sqlt02.f b/TESTING/LIN/sqlt02.f index 6a52b0461f..5d381b950a 100644 --- a/TESTING/LIN/sqlt02.f +++ b/TESTING/LIN/sqlt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQLT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/sqlt03.f b/TESTING/LIN/sqlt03.f index 355fc00d5c..5c1bcdf666 100644 --- a/TESTING/LIN/sqlt03.f +++ b/TESTING/LIN/sqlt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQLT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/sqpt01.f b/TESTING/LIN/sqpt01.f index e33d841fc3..de0c80e53a 100644 --- a/TESTING/LIN/sqpt01.f +++ b/TESTING/LIN/sqpt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SQPT01( M, N, K, A, AF, LDA, TAU, JPVT, $ WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt01.f b/TESTING/LIN/sqrt01.f index 43f0d83cfb..6f14989038 100644 --- a/TESTING/LIN/sqrt01.f +++ b/TESTING/LIN/sqrt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt01p.f b/TESTING/LIN/sqrt01p.f index a9de4ec34e..f3a53013df 100644 --- a/TESTING/LIN/sqrt01p.f +++ b/TESTING/LIN/sqrt01p.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT01P( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt02.f b/TESTING/LIN/sqrt02.f index 3509d03114..72163f0a9d 100644 --- a/TESTING/LIN/sqrt02.f +++ b/TESTING/LIN/sqrt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt03.f b/TESTING/LIN/sqrt03.f index 9e19dd6d6a..bf11ef2588 100644 --- a/TESTING/LIN/sqrt03.f +++ b/TESTING/LIN/sqrt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt04.f b/TESTING/LIN/sqrt04.f index d0fb6de35d..b088ba43e2 100644 --- a/TESTING/LIN/sqrt04.f +++ b/TESTING/LIN/sqrt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/sqrt05.f b/TESTING/LIN/sqrt05.f index 0c1d52761b..21ec97c1fa 100644 --- a/TESTING/LIN/sqrt05.f +++ b/TESTING/LIN/sqrt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/sqrt11.f b/TESTING/LIN/sqrt11.f index eaffacbf05..d4422dacbf 100644 --- a/TESTING/LIN/sqrt11.f +++ b/TESTING/LIN/sqrt11.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SQRT11( M, K, A, LDA, TAU, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M diff --git a/TESTING/LIN/sqrt12.f b/TESTING/LIN/sqrt12.f index c7c367011a..2eab0ee0d6 100644 --- a/TESTING/LIN/sqrt12.f +++ b/TESTING/LIN/sqrt12.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SQRT12( M, N, A, LDA, S, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/sqrt13.f b/TESTING/LIN/sqrt13.f index 6d6583bc20..d77c5fa066 100644 --- a/TESTING/LIN/sqrt13.f +++ b/TESTING/LIN/sqrt13.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT13( SCALE, M, N, A, LDA, NORMA, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, M, N, SCALE diff --git a/TESTING/LIN/sqrt14.f b/TESTING/LIN/sqrt14.f index 6e8ac2f3e1..4526de3b51 100644 --- a/TESTING/LIN/sqrt14.f +++ b/TESTING/LIN/sqrt14.f @@ -108,18 +108,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SQRT14( TRANS, M, N, NRHS, A, LDA, X, $ LDX, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sqrt15.f b/TESTING/LIN/sqrt15.f index 2ead9fed32..5a6967abba 100644 --- a/TESTING/LIN/sqrt15.f +++ b/TESTING/LIN/sqrt15.f @@ -140,18 +140,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT15( SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S, $ RANK, NORMA, NORMB, ISEED, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, NRHS, RANK, RKSEL, SCALE diff --git a/TESTING/LIN/sqrt16.f b/TESTING/LIN/sqrt16.f index 92e014087f..1a5dbf785e 100644 --- a/TESTING/LIN/sqrt16.f +++ b/TESTING/LIN/sqrt16.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SQRT16( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/sqrt17.f b/TESTING/LIN/sqrt17.f index c7b543cb6d..0244d76766 100644 --- a/TESTING/LIN/sqrt17.f +++ b/TESTING/LIN/sqrt17.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SQRT17( TRANS, IRESID, M, N, NRHS, A, $ LDA, X, LDX, B, LDB, C, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/srqt01.f b/TESTING/LIN/srqt01.f index 993001964e..07a040a157 100644 --- a/TESTING/LIN/srqt01.f +++ b/TESTING/LIN/srqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SRQT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/srqt02.f b/TESTING/LIN/srqt02.f index 2960d16678..ca0594f7af 100644 --- a/TESTING/LIN/srqt02.f +++ b/TESTING/LIN/srqt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SRQT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/srqt03.f b/TESTING/LIN/srqt03.f index 0b3a8e3da5..730d76d450 100644 --- a/TESTING/LIN/srqt03.f +++ b/TESTING/LIN/srqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SRQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/srzt01.f b/TESTING/LIN/srzt01.f index 549bca2e07..4478c05067 100644 --- a/TESTING/LIN/srzt01.f +++ b/TESTING/LIN/srzt01.f @@ -90,18 +90,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SRZT01( M, N, A, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/srzt02.f b/TESTING/LIN/srzt02.f index 12f4018ff6..cd76a7c62a 100644 --- a/TESTING/LIN/srzt02.f +++ b/TESTING/LIN/srzt02.f @@ -83,18 +83,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== REAL FUNCTION SRZT02( M, N, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/sspt01.f b/TESTING/LIN/sspt01.f index ecd1d91787..05cac43f48 100644 --- a/TESTING/LIN/sspt01.f +++ b/TESTING/LIN/sspt01.f @@ -103,17 +103,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SSPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/ssyt01.f b/TESTING/LIN/ssyt01.f index f1fb0b9c3e..b47ca7d2fe 100644 --- a/TESTING/LIN/ssyt01.f +++ b/TESTING/LIN/ssyt01.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SSYT01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/ssyt01_3.f b/TESTING/LIN/ssyt01_3.f index 11ddea4c3c..147553db9e 100644 --- a/TESTING/LIN/ssyt01_3.f +++ b/TESTING/LIN/ssyt01_3.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SSYT01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/ssyt01_aa.f b/TESTING/LIN/ssyt01_aa.f index c0fee7154c..470d45c3d4 100644 --- a/TESTING/LIN/ssyt01_aa.f +++ b/TESTING/LIN/ssyt01_aa.f @@ -116,19 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* *> \ingroup real_lin * * ===================================================================== SUBROUTINE SSYT01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/ssyt01_rook.f b/TESTING/LIN/ssyt01_rook.f index 129e9dafea..7f5803b007 100644 --- a/TESTING/LIN/ssyt01_rook.f +++ b/TESTING/LIN/ssyt01_rook.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE SSYT01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/stbt02.f b/TESTING/LIN/stbt02.f index a633098e8f..96ca3b6baa 100644 --- a/TESTING/LIN/stbt02.f +++ b/TESTING/LIN/stbt02.f @@ -146,18 +146,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STBT02( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, X, $ LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stbt03.f b/TESTING/LIN/stbt03.f index 5c747ae902..3ae44926d3 100644 --- a/TESTING/LIN/stbt03.f +++ b/TESTING/LIN/stbt03.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE STBT03( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, $ SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stbt05.f b/TESTING/LIN/stbt05.f index b19c34c395..60e39016c0 100644 --- a/TESTING/LIN/stbt05.f +++ b/TESTING/LIN/stbt05.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STBT05( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stbt06.f b/TESTING/LIN/stbt06.f index f80cf551ca..8cd5fbc189 100644 --- a/TESTING/LIN/stbt06.f +++ b/TESTING/LIN/stbt06.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ WORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/stplqt.f b/TESTING/LIN/stplqt.f index 658fa4803d..ba34f6bc5d 100644 --- a/TESTING/LIN/stplqt.f +++ b/TESTING/LIN/stplqt.f @@ -132,8 +132,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * *> \par Further Details: @@ -189,10 +187,9 @@ SUBROUTINE STPLQT( M, N, L, MB, A, LDA, B, LDB, T, LDT, WORK, $ INFO ) * -* -- 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 .. INTEGER INFO, LDA, LDB, LDT, N, M, L, MB diff --git a/TESTING/LIN/stpt01.f b/TESTING/LIN/stpt01.f index 428821603c..5e27083b4e 100644 --- a/TESTING/LIN/stpt01.f +++ b/TESTING/LIN/stpt01.f @@ -101,17 +101,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STPT01( UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/stpt02.f b/TESTING/LIN/stpt02.f index a8e88b2189..0d9d5a1e34 100644 --- a/TESTING/LIN/stpt02.f +++ b/TESTING/LIN/stpt02.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB, $ WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stpt03.f b/TESTING/LIN/stpt03.f index c32f8d9d02..9e844e7978 100644 --- a/TESTING/LIN/stpt03.f +++ b/TESTING/LIN/stpt03.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STPT03( UPLO, TRANS, DIAG, N, NRHS, AP, SCALE, CNORM, $ TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stpt05.f b/TESTING/LIN/stpt05.f index 6e0e4680b9..81abb969f8 100644 --- a/TESTING/LIN/stpt05.f +++ b/TESTING/LIN/stpt05.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STPT05( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/stpt06.f b/TESTING/LIN/stpt06.f index d7bd082f0f..117987dcc5 100644 --- a/TESTING/LIN/stpt06.f +++ b/TESTING/LIN/stpt06.f @@ -104,17 +104,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STPT06( RCOND, RCONDC, UPLO, DIAG, N, AP, WORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/strt01.f b/TESTING/LIN/strt01.f index 1e6af5b9de..08c2433ed4 100644 --- a/TESTING/LIN/strt01.f +++ b/TESTING/LIN/strt01.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STRT01( UPLO, DIAG, N, A, LDA, AINV, LDAINV, RCOND, $ WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/strt02.f b/TESTING/LIN/strt02.f index 14ba15bb7e..7573f9a83f 100644 --- a/TESTING/LIN/strt02.f +++ b/TESTING/LIN/strt02.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STRT02( UPLO, TRANS, DIAG, N, NRHS, A, LDA, X, LDX, B, $ LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/strt03.f b/TESTING/LIN/strt03.f index 23d408a810..2e41076d48 100644 --- a/TESTING/LIN/strt03.f +++ b/TESTING/LIN/strt03.f @@ -161,18 +161,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/strt05.f b/TESTING/LIN/strt05.f index 434ce9ad1d..af4ebe34a7 100644 --- a/TESTING/LIN/strt05.f +++ b/TESTING/LIN/strt05.f @@ -173,18 +173,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STRT05( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/strt06.f b/TESTING/LIN/strt06.f index 8d607339de..266e835434 100644 --- a/TESTING/LIN/strt06.f +++ b/TESTING/LIN/strt06.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup single_lin * * ===================================================================== SUBROUTINE STRT06( RCOND, RCONDC, UPLO, DIAG, N, A, LDA, WORK, $ RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/stsqr01.f b/TESTING/LIN/stsqr01.f index 8eb69eae7c..683c165aef 100644 --- a/TESTING/LIN/stsqr01.f +++ b/TESTING/LIN/stsqr01.f @@ -77,18 +77,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE STSQR01(TSSW, M, N, MB, NB, RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TSSW diff --git a/TESTING/LIN/xerbla.f b/TESTING/LIN/xerbla.f index b0e435a17d..431339f785 100644 --- a/TESTING/LIN/xerbla.f +++ b/TESTING/LIN/xerbla.f @@ -52,8 +52,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_eig * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== SUBROUTINE XERBLA( SRNAME, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*(*) SRNAME diff --git a/TESTING/LIN/xlaenv.f b/TESTING/LIN/xlaenv.f index 875459b85a..c1720c7f10 100644 --- a/TESTING/LIN/xlaenv.f +++ b/TESTING/LIN/xlaenv.f @@ -71,17 +71,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup aux_lin * * ===================================================================== SUBROUTINE XLAENV( ISPEC, NVALUE ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER ISPEC, NVALUE diff --git a/TESTING/LIN/zchkaa.f b/TESTING/LIN/zchkaa.f index 30d2a084a1..a183d0b698 100644 --- a/TESTING/LIN/zchkaa.f +++ b/TESTING/LIN/zchkaa.f @@ -110,17 +110,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16_lin * * ===================================================================== PROGRAM ZCHKAA * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * ===================================================================== * diff --git a/TESTING/LIN/zchkab.f b/TESTING/LIN/zchkab.f index f15b46b2fc..63274cabb9 100644 --- a/TESTING/LIN/zchkab.f +++ b/TESTING/LIN/zchkab.f @@ -66,17 +66,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== PROGRAM ZCHKAB * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/zchkeq.f b/TESTING/LIN/zchkeq.f index 56797bf2b4..214331d5a6 100644 --- a/TESTING/LIN/zchkeq.f +++ b/TESTING/LIN/zchkeq.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZCHKEQ( THRESH, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NOUT diff --git a/TESTING/LIN/zchkgb.f b/TESTING/LIN/zchkgb.f index 70660eff65..39de25197c 100644 --- a/TESTING/LIN/zchkgb.f +++ b/TESTING/LIN/zchkgb.f @@ -182,8 +182,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -191,10 +189,9 @@ SUBROUTINE ZCHKGB( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, A, LA, AFAC, LAFAC, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkge.f b/TESTING/LIN/zchkge.f index 41068f32ab..df46a3fc8a 100644 --- a/TESTING/LIN/zchkge.f +++ b/TESTING/LIN/zchkge.f @@ -177,8 +177,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -186,10 +184,9 @@ SUBROUTINE ZCHKGE( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkgt.f b/TESTING/LIN/zchkgt.f index 5d18a8e2bf..b9a6ab7e4a 100644 --- a/TESTING/LIN/zchkgt.f +++ b/TESTING/LIN/zchkgt.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZCHKGT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, AF, B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkhe.f b/TESTING/LIN/zchkhe.f index 0b5a1a1aad..f0e746890a 100644 --- a/TESTING/LIN/zchkhe.f +++ b/TESTING/LIN/zchkhe.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE ZCHKHE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkhe_aa.f b/TESTING/LIN/zchkhe_aa.f index 4100801b7a..acb0dd31cf 100644 --- a/TESTING/LIN/zchkhe_aa.f +++ b/TESTING/LIN/zchkhe_aa.f @@ -162,9 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +169,9 @@ SUBROUTINE ZCHKHE_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/zchkhe_aa_2stage.f b/TESTING/LIN/zchkhe_aa_2stage.f index 43c5435af6..45ce67e89f 100644 --- a/TESTING/LIN/zchkhe_aa_2stage.f +++ b/TESTING/LIN/zchkhe_aa_2stage.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE ZCHKHE_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/zchkhe_rk.f b/TESTING/LIN/zchkhe_rk.f index 0ec5d7f6a7..e670bf3279 100644 --- a/TESTING/LIN/zchkhe_rk.f +++ b/TESTING/LIN/zchkhe_rk.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE ZCHKHE_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkhe_rook.f b/TESTING/LIN/zchkhe_rook.f index 470c012edf..c18528b3c6 100644 --- a/TESTING/LIN/zchkhe_rook.f +++ b/TESTING/LIN/zchkhe_rook.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE ZCHKHE_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkhp.f b/TESTING/LIN/zchkhp.f index 08cfb10c8d..6525ed65e3 100644 --- a/TESTING/LIN/zchkhp.f +++ b/TESTING/LIN/zchkhp.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE ZCHKHP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchklq.f b/TESTING/LIN/zchklq.f index 2c7c6369b5..b8febfe35e 100644 --- a/TESTING/LIN/zchklq.f +++ b/TESTING/LIN/zchklq.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE ZCHKLQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchklqt.f b/TESTING/LIN/zchklqt.f index 0d23e1e57e..1e941f0bcb 100644 --- a/TESTING/LIN/zchklqt.f +++ b/TESTING/LIN/zchklqt.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE ZCHKLQT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchklqtp.f b/TESTING/LIN/zchklqtp.f index 9b76d1df64..a3ad56ed63 100644 --- a/TESTING/LIN/zchklqtp.f +++ b/TESTING/LIN/zchklqtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE ZCHKLQTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkpb.f b/TESTING/LIN/zchkpb.f index c9fb433ea8..a935d10c89 100644 --- a/TESTING/LIN/zchkpb.f +++ b/TESTING/LIN/zchkpb.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE ZCHKPB( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkpo.f b/TESTING/LIN/zchkpo.f index 5468b7281d..7ceb65f7c5 100644 --- a/TESTING/LIN/zchkpo.f +++ b/TESTING/LIN/zchkpo.f @@ -159,8 +159,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -168,10 +166,9 @@ SUBROUTINE ZCHKPO( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkpp.f b/TESTING/LIN/zchkpp.f index 53b43d0aa9..250b12359d 100644 --- a/TESTING/LIN/zchkpp.f +++ b/TESTING/LIN/zchkpp.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE ZCHKPP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkps.f b/TESTING/LIN/zchkps.f index 9acb28ead2..8cf05ccd26 100644 --- a/TESTING/LIN/zchkps.f +++ b/TESTING/LIN/zchkps.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -154,10 +152,9 @@ SUBROUTINE ZCHKPS( DOTYPE, NN, NVAL, NNB, NBVAL, NRANK, RANKVAL, $ THRESH, TSTERR, NMAX, A, AFAC, PERM, PIV, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION THRESH diff --git a/TESTING/LIN/zchkpt.f b/TESTING/LIN/zchkpt.f index a4f8d8260d..80e1690a7e 100644 --- a/TESTING/LIN/zchkpt.f +++ b/TESTING/LIN/zchkpt.f @@ -139,18 +139,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZCHKPT( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ A, D, E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkq3.f b/TESTING/LIN/zchkq3.f index 63e3d64f38..33cd0fe15f 100644 --- a/TESTING/LIN/zchkq3.f +++ b/TESTING/LIN/zchkq3.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -158,10 +156,9 @@ SUBROUTINE ZCHKQ3( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ THRESH, A, COPYA, S, TAU, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NN, NNB, NOUT diff --git a/TESTING/LIN/zchkql.f b/TESTING/LIN/zchkql.f index 0ce0875491..987e3815d6 100644 --- a/TESTING/LIN/zchkql.f +++ b/TESTING/LIN/zchkql.f @@ -187,8 +187,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -196,10 +194,9 @@ SUBROUTINE ZCHKQL( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AL, AC, $ B, X, XACT, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkqr.f b/TESTING/LIN/zchkqr.f index 3c9763fe31..c506790c72 100644 --- a/TESTING/LIN/zchkqr.f +++ b/TESTING/LIN/zchkqr.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE ZCHKQR( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkqrt.f b/TESTING/LIN/zchkqrt.f index 61aad40f4f..cf096ef4eb 100644 --- a/TESTING/LIN/zchkqrt.f +++ b/TESTING/LIN/zchkqrt.f @@ -93,8 +93,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -102,10 +100,9 @@ SUBROUTINE ZCHKQRT( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkqrtp.f b/TESTING/LIN/zchkqrtp.f index 123eea63d1..54cb9ab725 100644 --- a/TESTING/LIN/zchkqrtp.f +++ b/TESTING/LIN/zchkqrtp.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE ZCHKQRTP( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkrfp.f b/TESTING/LIN/zchkrfp.f index ba5fd61663..1764f566e4 100644 --- a/TESTING/LIN/zchkrfp.f +++ b/TESTING/LIN/zchkrfp.f @@ -52,17 +52,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== PROGRAM ZCHKRFP * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * ===================================================================== * diff --git a/TESTING/LIN/zchkrq.f b/TESTING/LIN/zchkrq.f index ef3bf30442..f8990ff837 100644 --- a/TESTING/LIN/zchkrq.f +++ b/TESTING/LIN/zchkrq.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -201,10 +199,9 @@ SUBROUTINE ZCHKRQ( DOTYPE, NM, MVAL, NN, NVAL, NNB, NBVAL, NXVAL, $ NRHS, THRESH, TSTERR, NMAX, A, AF, AQ, AR, AC, $ B, X, XACT, TAU, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchksp.f b/TESTING/LIN/zchksp.f index 808e80eeed..fbfc45eeb7 100644 --- a/TESTING/LIN/zchksp.f +++ b/TESTING/LIN/zchksp.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE ZCHKSP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, RWORK, $ IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchksy.f b/TESTING/LIN/zchksy.f index d656ee2212..2232497b6f 100644 --- a/TESTING/LIN/zchksy.f +++ b/TESTING/LIN/zchksy.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE ZCHKSY( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchksy_aa.f b/TESTING/LIN/zchksy_aa.f index 186a5b39d8..3f0c52173a 100644 --- a/TESTING/LIN/zchksy_aa.f +++ b/TESTING/LIN/zchksy_aa.f @@ -162,8 +162,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -171,10 +169,9 @@ SUBROUTINE ZCHKSY_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/zchksy_aa_2stage.f b/TESTING/LIN/zchksy_aa_2stage.f index 87fc47f71e..8671d09796 100644 --- a/TESTING/LIN/zchksy_aa_2stage.f +++ b/TESTING/LIN/zchksy_aa_2stage.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE ZCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, $ NSVAL, THRESH, TSTERR, NMAX, A, AFAC, AINV, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * IMPLICIT NONE * diff --git a/TESTING/LIN/zchksy_rk.f b/TESTING/LIN/zchksy_rk.f index 22927588ad..276fa569e3 100644 --- a/TESTING/LIN/zchksy_rk.f +++ b/TESTING/LIN/zchksy_rk.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE ZCHKSY_RK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B, $ X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchksy_rook.f b/TESTING/LIN/zchksy_rook.f index d5e53121c6..4daac3f951 100644 --- a/TESTING/LIN/zchksy_rook.f +++ b/TESTING/LIN/zchksy_rook.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE ZCHKSY_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X, $ XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchktb.f b/TESTING/LIN/zchktb.f index 5a08340293..e719786247 100644 --- a/TESTING/LIN/zchktb.f +++ b/TESTING/LIN/zchktb.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZCHKTB( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AB, AINV, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchktp.f b/TESTING/LIN/zchktp.f index 9336e12ac0..1798c24e77 100644 --- a/TESTING/LIN/zchktp.f +++ b/TESTING/LIN/zchktp.f @@ -142,8 +142,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -151,10 +149,9 @@ SUBROUTINE ZCHKTP( DOTYPE, NN, NVAL, NNS, NSVAL, THRESH, TSTERR, $ NMAX, AP, AINVP, B, X, XACT, WORK, RWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchktr.f b/TESTING/LIN/zchktr.f index 57634d86aa..0a6f47b1ea 100644 --- a/TESTING/LIN/zchktr.f +++ b/TESTING/LIN/zchktr.f @@ -154,8 +154,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -163,10 +161,9 @@ SUBROUTINE ZCHKTR( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL, $ THRESH, TSTERR, NMAX, A, AINV, B, X, XACT, $ WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchktsqr.f b/TESTING/LIN/zchktsqr.f index e6e6ac5568..b441ccbbc7 100644 --- a/TESTING/LIN/zchktsqr.f +++ b/TESTING/LIN/zchktsqr.f @@ -94,8 +94,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup double_lin * * ===================================================================== @@ -103,10 +101,9 @@ SUBROUTINE ZCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB, $ NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchktz.f b/TESTING/LIN/zchktz.f index fbdeabc922..754b2a33c3 100644 --- a/TESTING/LIN/zchktz.f +++ b/TESTING/LIN/zchktz.f @@ -129,18 +129,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZCHKTZ( DOTYPE, NM, MVAL, NN, NVAL, THRESH, TSTERR, A, $ COPYA, S, TAU, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zchkunhr_col.f b/TESTING/LIN/zchkunhr_col.f index 9fcab5d04a..395ea178af 100644 --- a/TESTING/LIN/zchkunhr_col.f +++ b/TESTING/LIN/zchkunhr_col.f @@ -100,8 +100,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex16_lin * * ===================================================================== @@ -109,10 +107,9 @@ SUBROUTINE ZCHKUNHR_COL( THRESH, TSTERR, NM, MVAL, NN, NVAL, $ NNB, NBVAL, NOUT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvab.f b/TESTING/LIN/zdrvab.f index 78d779c676..1305159593 100644 --- a/TESTING/LIN/zdrvab.f +++ b/TESTING/LIN/zdrvab.f @@ -143,8 +143,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -152,10 +150,9 @@ SUBROUTINE ZDRVAB( DOTYPE, NM, MVAL, NNS, $ NSVAL, THRESH, NMAX, A, AFAC, B, $ X, WORK, RWORK, SWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NM, NMAX, NNS, NOUT diff --git a/TESTING/LIN/zdrvac.f b/TESTING/LIN/zdrvac.f index 08f4c227f7..20f8eb1e55 100644 --- a/TESTING/LIN/zdrvac.f +++ b/TESTING/LIN/zdrvac.f @@ -136,8 +136,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -145,10 +143,9 @@ SUBROUTINE ZDRVAC( DOTYPE, NM, MVAL, NNS, NSVAL, THRESH, NMAX, $ A, AFAC, B, X, WORK, $ RWORK, SWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NMAX, NM, NNS, NOUT diff --git a/TESTING/LIN/zdrvgb.f b/TESTING/LIN/zdrvgb.f index 6740a6fcfe..3431b4b31d 100644 --- a/TESTING/LIN/zdrvgb.f +++ b/TESTING/LIN/zdrvgb.f @@ -163,8 +163,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -172,10 +170,9 @@ SUBROUTINE ZDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvgbx.f b/TESTING/LIN/zdrvgbx.f index 9ab2100b74..76c0efb1b9 100644 --- a/TESTING/LIN/zdrvgbx.f +++ b/TESTING/LIN/zdrvgbx.f @@ -166,8 +166,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -175,10 +173,9 @@ SUBROUTINE ZDRVGB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, LA, $ AFB, LAFB, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvge.f b/TESTING/LIN/zdrvge.f index 1edad5e709..f6ef2d19c1 100644 --- a/TESTING/LIN/zdrvge.f +++ b/TESTING/LIN/zdrvge.f @@ -155,8 +155,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -164,10 +162,9 @@ SUBROUTINE ZDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvgex.f b/TESTING/LIN/zdrvgex.f index cdfa10727a..01f0dd8a45 100644 --- a/TESTING/LIN/zdrvgex.f +++ b/TESTING/LIN/zdrvgex.f @@ -158,8 +158,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== @@ -167,10 +165,9 @@ SUBROUTINE ZDRVGE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvgt.f b/TESTING/LIN/zdrvgt.f index d260012e86..d055e4bdb2 100644 --- a/TESTING/LIN/zdrvgt.f +++ b/TESTING/LIN/zdrvgt.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVGT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, AF, $ B, X, XACT, WORK, RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhe.f b/TESTING/LIN/zdrvhe.f index ba8f28fa9d..a4cc639b19 100644 --- a/TESTING/LIN/zdrvhe.f +++ b/TESTING/LIN/zdrvhe.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVHE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhe_aa.f b/TESTING/LIN/zdrvhe_aa.f index 326627e8c1..34d8f2aaf1 100644 --- a/TESTING/LIN/zdrvhe_aa.f +++ b/TESTING/LIN/zdrvhe_aa.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVHE_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhe_aa_2stage.f b/TESTING/LIN/zdrvhe_aa_2stage.f index 655a8c788e..9401867e0c 100644 --- a/TESTING/LIN/zdrvhe_aa_2stage.f +++ b/TESTING/LIN/zdrvhe_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE ZDRVHE_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhe_rk.f b/TESTING/LIN/zdrvhe_rk.f index 02902c9f8c..2f34883d64 100644 --- a/TESTING/LIN/zdrvhe_rk.f +++ b/TESTING/LIN/zdrvhe_rk.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -158,10 +156,9 @@ SUBROUTINE ZDRVHE_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhe_rook.f b/TESTING/LIN/zdrvhe_rook.f index 70fed11dd2..59aed71be6 100644 --- a/TESTING/LIN/zdrvhe_rook.f +++ b/TESTING/LIN/zdrvhe_rook.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVHE_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhex.f b/TESTING/LIN/zdrvhex.f index 3c0dfbfe49..3e540962d1 100644 --- a/TESTING/LIN/zdrvhex.f +++ b/TESTING/LIN/zdrvhex.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE ZDRVHE( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvhp.f b/TESTING/LIN/zdrvhp.f index 66bd765529..5c96c03e75 100644 --- a/TESTING/LIN/zdrvhp.f +++ b/TESTING/LIN/zdrvhp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE ZDRVHP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvls.f b/TESTING/LIN/zdrvls.f index 1313c853b1..2eab979054 100644 --- a/TESTING/LIN/zdrvls.f +++ b/TESTING/LIN/zdrvls.f @@ -183,8 +183,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -192,10 +190,9 @@ SUBROUTINE ZDRVLS( DOTYPE, NM, MVAL, NN, NVAL, NNS, NSVAL, NNB, $ NBVAL, NXVAL, THRESH, TSTERR, A, COPYA, B, $ COPYB, C, S, COPYS, NOUT ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvpb.f b/TESTING/LIN/zdrvpb.f index 264796452a..a3eecb83ea 100644 --- a/TESTING/LIN/zdrvpb.f +++ b/TESTING/LIN/zdrvpb.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE ZDRVPB( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvpo.f b/TESTING/LIN/zdrvpo.f index 1308a1f586..3cc691c5b4 100644 --- a/TESTING/LIN/zdrvpo.f +++ b/TESTING/LIN/zdrvpo.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE ZDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvpox.f b/TESTING/LIN/zdrvpox.f index 260d8c1f29..658e92c231 100644 --- a/TESTING/LIN/zdrvpox.f +++ b/TESTING/LIN/zdrvpox.f @@ -153,8 +153,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -162,10 +160,9 @@ SUBROUTINE ZDRVPO( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvpp.f b/TESTING/LIN/zdrvpp.f index 82901e3ecf..f63f7145dd 100644 --- a/TESTING/LIN/zdrvpp.f +++ b/TESTING/LIN/zdrvpp.f @@ -150,8 +150,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -159,10 +157,9 @@ SUBROUTINE ZDRVPP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, ASAV, B, BSAV, X, XACT, S, WORK, $ RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvpt.f b/TESTING/LIN/zdrvpt.f index 5943c0637f..14a9f76ba0 100644 --- a/TESTING/LIN/zdrvpt.f +++ b/TESTING/LIN/zdrvpt.f @@ -132,18 +132,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVPT( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, A, D, $ E, B, X, XACT, WORK, RWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvrf1.f b/TESTING/LIN/zdrvrf1.f index 6e468452ac..0e54815fbc 100644 --- a/TESTING/LIN/zdrvrf1.f +++ b/TESTING/LIN/zdrvrf1.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVRF1( NOUT, NN, NVAL, THRESH, A, LDA, ARF, WORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/zdrvrf2.f b/TESTING/LIN/zdrvrf2.f index 2e95ce7cb7..7f03e30ae3 100644 --- a/TESTING/LIN/zdrvrf2.f +++ b/TESTING/LIN/zdrvrf2.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/zdrvrf3.f b/TESTING/LIN/zdrvrf3.f index c4abe6b022..7a44dba29f 100644 --- a/TESTING/LIN/zdrvrf3.f +++ b/TESTING/LIN/zdrvrf3.f @@ -111,18 +111,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVRF3( NOUT, NN, NVAL, THRESH, A, LDA, ARF, B1, B2, + D_WORK_ZLANGE, Z_WORK_ZGEQRF, TAU ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, NN, NOUT diff --git a/TESTING/LIN/zdrvrf4.f b/TESTING/LIN/zdrvrf4.f index c264355a14..17c4a2d24d 100644 --- a/TESTING/LIN/zdrvrf4.f +++ b/TESTING/LIN/zdrvrf4.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZDRVRF4( NOUT, NN, NVAL, THRESH, C1, C2, LDC, CRF, A, + LDA, D_WORK_ZLANGE ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER LDA, LDC, NN, NOUT diff --git a/TESTING/LIN/zdrvrfp.f b/TESTING/LIN/zdrvrfp.f index c7be7da037..ad773b1438 100644 --- a/TESTING/LIN/zdrvrfp.f +++ b/TESTING/LIN/zdrvrfp.f @@ -232,8 +232,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -244,10 +242,9 @@ SUBROUTINE ZDRVRFP( NOUT, NN, NVAL, NNS, NSVAL, NNT, NTVAL, + Z_WORK_ZPOT03, D_WORK_ZLATMS, D_WORK_ZLANHE, + D_WORK_ZPOT01, D_WORK_ZPOT02, D_WORK_ZPOT03 ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NN, NNS, NNT, NOUT diff --git a/TESTING/LIN/zdrvsp.f b/TESTING/LIN/zdrvsp.f index 94dd6553c9..1b68711d74 100644 --- a/TESTING/LIN/zdrvsp.f +++ b/TESTING/LIN/zdrvsp.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE ZDRVSP( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsy.f b/TESTING/LIN/zdrvsy.f index 5e0c60e239..0e5623794e 100644 --- a/TESTING/LIN/zdrvsy.f +++ b/TESTING/LIN/zdrvsy.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsy_aa.f b/TESTING/LIN/zdrvsy_aa.f index ae4c8a5aa3..eaac75ed71 100644 --- a/TESTING/LIN/zdrvsy_aa.f +++ b/TESTING/LIN/zdrvsy_aa.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVSY_AA( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsy_aa_2stage.f b/TESTING/LIN/zdrvsy_aa_2stage.f index d93e44542d..21497477cb 100644 --- a/TESTING/LIN/zdrvsy_aa_2stage.f +++ b/TESTING/LIN/zdrvsy_aa_2stage.f @@ -145,8 +145,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== @@ -155,10 +153,9 @@ SUBROUTINE ZDRVSY_AA_2STAGE( $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsy_rk.f b/TESTING/LIN/zdrvsy_rk.f index 948f2328f7..a27e891eb6 100644 --- a/TESTING/LIN/zdrvsy_rk.f +++ b/TESTING/LIN/zdrvsy_rk.f @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -158,10 +156,9 @@ SUBROUTINE ZDRVSY_RK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, E, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsy_rook.f b/TESTING/LIN/zdrvsy_rook.f index 11019bdf2d..eba5faa81b 100644 --- a/TESTING/LIN/zdrvsy_rook.f +++ b/TESTING/LIN/zdrvsy_rook.f @@ -144,8 +144,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -153,10 +151,9 @@ SUBROUTINE ZDRVSY_ROOK( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, $ NMAX, A, AFAC, AINV, B, X, XACT, WORK, $ RWORK, IWORK, NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. LOGICAL TSTERR diff --git a/TESTING/LIN/zdrvsyx.f b/TESTING/LIN/zdrvsyx.f index 9431cd692b..0dab29bd65 100644 --- a/TESTING/LIN/zdrvsyx.f +++ b/TESTING/LIN/zdrvsyx.f @@ -148,8 +148,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== @@ -157,10 +155,9 @@ SUBROUTINE ZDRVSY( DOTYPE, NN, NVAL, NRHS, THRESH, TSTERR, NMAX, $ A, AFAC, AINV, B, X, XACT, WORK, RWORK, IWORK, $ NOUT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. LOGICAL TSTERR diff --git a/TESTING/LIN/zebchvxx.f b/TESTING/LIN/zebchvxx.f index 8437685a59..418c043a37 100644 --- a/TESTING/LIN/zebchvxx.f +++ b/TESTING/LIN/zebchvxx.f @@ -89,8 +89,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== diff --git a/TESTING/LIN/zerrab.f b/TESTING/LIN/zerrab.f index 1d345a412c..81bf019d9f 100644 --- a/TESTING/LIN/zerrab.f +++ b/TESTING/LIN/zerrab.f @@ -40,17 +40,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRAB( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/zerrac.f b/TESTING/LIN/zerrac.f index 0ba2b0e061..1d32450aa0 100644 --- a/TESTING/LIN/zerrac.f +++ b/TESTING/LIN/zerrac.f @@ -40,17 +40,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRAC( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/zerrge.f b/TESTING/LIN/zerrge.f index a106b3a364..6bf79f6467 100644 --- a/TESTING/LIN/zerrge.f +++ b/TESTING/LIN/zerrge.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrgex.f b/TESTING/LIN/zerrgex.f index 8c0a9f43df..2b9341623d 100644 --- a/TESTING/LIN/zerrgex.f +++ b/TESTING/LIN/zerrgex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRGE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrgt.f b/TESTING/LIN/zerrgt.f index 4a5ab934ed..bfb760e089 100644 --- a/TESTING/LIN/zerrgt.f +++ b/TESTING/LIN/zerrgt.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRGT( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrhe.f b/TESTING/LIN/zerrhe.f index 5b2f30bdfd..e49e5037c5 100644 --- a/TESTING/LIN/zerrhe.f +++ b/TESTING/LIN/zerrhe.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRHE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/zerrhex.f b/TESTING/LIN/zerrhex.f index 938c283e23..66360b783d 100644 --- a/TESTING/LIN/zerrhex.f +++ b/TESTING/LIN/zerrhex.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRHE( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrlq.f b/TESTING/LIN/zerrlq.f index 48d7aaa8e5..d8e5a8fe84 100644 --- a/TESTING/LIN/zerrlq.f +++ b/TESTING/LIN/zerrlq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRLQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrlqt.f b/TESTING/LIN/zerrlqt.f index 2ca3d71210..de237f7b30 100644 --- a/TESTING/LIN/zerrlqt.f +++ b/TESTING/LIN/zerrlqt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE ZERRLQT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrlqtp.f b/TESTING/LIN/zerrlqtp.f index f78a311f64..3b40644fb7 100644 --- a/TESTING/LIN/zerrlqtp.f +++ b/TESTING/LIN/zerrlqtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE ZERRLQTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrls.f b/TESTING/LIN/zerrls.f index 2df87b66b7..66e56c8c6b 100644 --- a/TESTING/LIN/zerrls.f +++ b/TESTING/LIN/zerrls.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRLS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrpo.f b/TESTING/LIN/zerrpo.f index f53847a18b..802377dd59 100644 --- a/TESTING/LIN/zerrpo.f +++ b/TESTING/LIN/zerrpo.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrpox.f b/TESTING/LIN/zerrpox.f index fbd9ff3911..056da714c9 100644 --- a/TESTING/LIN/zerrpox.f +++ b/TESTING/LIN/zerrpox.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRPO( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrps.f b/TESTING/LIN/zerrps.f index 5c10dd859a..86425c1920 100644 --- a/TESTING/LIN/zerrps.f +++ b/TESTING/LIN/zerrps.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRPS( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/zerrql.f b/TESTING/LIN/zerrql.f index 2c20dfa851..ebbbb8f644 100644 --- a/TESTING/LIN/zerrql.f +++ b/TESTING/LIN/zerrql.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRQL( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrqp.f b/TESTING/LIN/zerrqp.f index e63b65a9d4..5251d45229 100644 --- a/TESTING/LIN/zerrqp.f +++ b/TESTING/LIN/zerrqp.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRQP( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrqr.f b/TESTING/LIN/zerrqr.f index 88e46b0d9d..114453d4c2 100644 --- a/TESTING/LIN/zerrqr.f +++ b/TESTING/LIN/zerrqr.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRQR( PATH, NUNIT ) * -* -- LAPACK test routine ((version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrqrt.f b/TESTING/LIN/zerrqrt.f index 1f030ca059..64c20b08ee 100644 --- a/TESTING/LIN/zerrqrt.f +++ b/TESTING/LIN/zerrqrt.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRQRT( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrqrtp.f b/TESTING/LIN/zerrqrtp.f index 6370e04542..63700360ba 100644 --- a/TESTING/LIN/zerrqrtp.f +++ b/TESTING/LIN/zerrqrtp.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRQRTP( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrrfp.f b/TESTING/LIN/zerrrfp.f index 0553c40797..e7916d50de 100644 --- a/TESTING/LIN/zerrrfp.f +++ b/TESTING/LIN/zerrrfp.f @@ -45,17 +45,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRRFP( NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER NUNIT diff --git a/TESTING/LIN/zerrrq.f b/TESTING/LIN/zerrrq.f index 36085c8b2a..e1af3729ce 100644 --- a/TESTING/LIN/zerrrq.f +++ b/TESTING/LIN/zerrrq.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRRQ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrsy.f b/TESTING/LIN/zerrsy.f index 642d748da7..a50f9d24e3 100644 --- a/TESTING/LIN/zerrsy.f +++ b/TESTING/LIN/zerrsy.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/zerrsyx.f b/TESTING/LIN/zerrsyx.f index 3152ba8e22..afdb0d9c2b 100644 --- a/TESTING/LIN/zerrsyx.f +++ b/TESTING/LIN/zerrsyx.f @@ -51,17 +51,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRSY( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrtr.f b/TESTING/LIN/zerrtr.f index e81d96cd95..098040ace3 100644 --- a/TESTING/LIN/zerrtr.f +++ b/TESTING/LIN/zerrtr.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRTR( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrtsqr.f b/TESTING/LIN/zerrtsqr.f index 526ea0812a..027a4c3db0 100644 --- a/TESTING/LIN/zerrtsqr.f +++ b/TESTING/LIN/zerrtsqr.f @@ -48,18 +48,15 @@ *> \author Univ. of Colorado Zenver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE ZERRTSQR( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrtz.f b/TESTING/LIN/zerrtz.f index 5eb1cf2915..693ec0cb1a 100644 --- a/TESTING/LIN/zerrtz.f +++ b/TESTING/LIN/zerrtz.f @@ -47,17 +47,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRTZ( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zerrunhr_col.f b/TESTING/LIN/zerrunhr_col.f index 0cbccd8292..6375d28343 100644 --- a/TESTING/LIN/zerrunhr_col.f +++ b/TESTING/LIN/zerrunhr_col.f @@ -49,18 +49,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRUNHR_COL( PATH, NUNIT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.9.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. CHARACTER(LEN=3) PATH diff --git a/TESTING/LIN/zerrvx.f b/TESTING/LIN/zerrvx.f index 7759384e65..ea7823df3f 100644 --- a/TESTING/LIN/zerrvx.f +++ b/TESTING/LIN/zerrvx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER*3 PATH diff --git a/TESTING/LIN/zerrvxx.f b/TESTING/LIN/zerrvxx.f index 9dc0082152..5dfb65057b 100644 --- a/TESTING/LIN/zerrvxx.f +++ b/TESTING/LIN/zerrvxx.f @@ -48,17 +48,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZERRVX( PATH, NUNIT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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*3 PATH diff --git a/TESTING/LIN/zgbt01.f b/TESTING/LIN/zgbt01.f index 2d3e8ed1dc..9219193713 100644 --- a/TESTING/LIN/zgbt01.f +++ b/TESTING/LIN/zgbt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGBT01( M, N, KL, KU, A, LDA, AFAC, LDAFAC, IPIV, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER KL, KU, LDA, LDAFAC, M, N diff --git a/TESTING/LIN/zgbt02.f b/TESTING/LIN/zgbt02.f index 41f589d853..250efea3d2 100644 --- a/TESTING/LIN/zgbt02.f +++ b/TESTING/LIN/zgbt02.f @@ -131,18 +131,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGBT02( TRANS, M, N, KL, KU, NRHS, A, LDA, X, LDX, B, $ LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zgbt05.f b/TESTING/LIN/zgbt05.f index 87a1bdda6e..f74287f421 100644 --- a/TESTING/LIN/zgbt05.f +++ b/TESTING/LIN/zgbt05.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zgelqs.f b/TESTING/LIN/zgelqs.f index 7545d015e4..5f629f8c7e 100644 --- a/TESTING/LIN/zgelqs.f +++ b/TESTING/LIN/zgelqs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGELQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/zgennd.f b/TESTING/LIN/zgennd.f index 250835364b..48c9ad7269 100644 --- a/TESTING/LIN/zgennd.f +++ b/TESTING/LIN/zgennd.f @@ -61,17 +61,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== LOGICAL FUNCTION ZGENND (M, N, A, LDA) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER M, N, LDA diff --git a/TESTING/LIN/zgeqls.f b/TESTING/LIN/zgeqls.f index b668fac5dd..ee3ec4938a 100644 --- a/TESTING/LIN/zgeqls.f +++ b/TESTING/LIN/zgeqls.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGEQLS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/zgeqrs.f b/TESTING/LIN/zgeqrs.f index f0d020817c..6583e38591 100644 --- a/TESTING/LIN/zgeqrs.f +++ b/TESTING/LIN/zgeqrs.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGEQRS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/zgerqs.f b/TESTING/LIN/zgerqs.f index d94a7a3dc6..ca9f527f0a 100644 --- a/TESTING/LIN/zgerqs.f +++ b/TESTING/LIN/zgerqs.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGERQS( M, N, NRHS, A, LDA, TAU, B, LDB, WORK, LWORK, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS diff --git a/TESTING/LIN/zget01.f b/TESTING/LIN/zget01.f index fc21b3bfa6..e462298681 100644 --- a/TESTING/LIN/zget01.f +++ b/TESTING/LIN/zget01.f @@ -100,18 +100,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET01( M, N, A, LDA, AFAC, LDAFAC, IPIV, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAFAC, M, N diff --git a/TESTING/LIN/zget02.f b/TESTING/LIN/zget02.f index 764620a39a..16e9ee0d92 100644 --- a/TESTING/LIN/zget02.f +++ b/TESTING/LIN/zget02.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zget03.f b/TESTING/LIN/zget03.f index cb05ec4425..74121aabc3 100644 --- a/TESTING/LIN/zget03.f +++ b/TESTING/LIN/zget03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET03( N, A, LDA, AINV, LDAINV, WORK, LDWORK, RWORK, $ RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDAINV, LDWORK, N diff --git a/TESTING/LIN/zget04.f b/TESTING/LIN/zget04.f index fe39a8351d..fa0d23899e 100644 --- a/TESTING/LIN/zget04.f +++ b/TESTING/LIN/zget04.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET04( N, NRHS, X, LDX, XACT, LDXACT, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/zget07.f b/TESTING/LIN/zget07.f index d9a06a8d8f..dc78e0bb60 100644 --- a/TESTING/LIN/zget07.f +++ b/TESTING/LIN/zget07.f @@ -158,18 +158,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET07( TRANS, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, CHKFERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zget08.f b/TESTING/LIN/zget08.f index 7d40ecfcca..d26d9dfba5 100644 --- a/TESTING/LIN/zget08.f +++ b/TESTING/LIN/zget08.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGET08( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zgtt01.f b/TESTING/LIN/zgtt01.f index c58c99d021..c63fdbc25d 100644 --- a/TESTING/LIN/zgtt01.f +++ b/TESTING/LIN/zgtt01.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGTT01( N, DL, D, DU, DLF, DF, DUF, DU2, IPIV, WORK, $ LDWORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDWORK, N diff --git a/TESTING/LIN/zgtt02.f b/TESTING/LIN/zgtt02.f index acdd5b2936..cbed30af14 100644 --- a/TESTING/LIN/zgtt02.f +++ b/TESTING/LIN/zgtt02.f @@ -116,18 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGTT02( TRANS, N, NRHS, DL, D, DU, X, LDX, B, LDB, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zgtt05.f b/TESTING/LIN/zgtt05.f index 2dbf5f016b..fc8b2f8d62 100644 --- a/TESTING/LIN/zgtt05.f +++ b/TESTING/LIN/zgtt05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZGTT05( TRANS, N, NRHS, DL, D, DU, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zhet01.f b/TESTING/LIN/zhet01.f index b8ec93ac9a..b532964693 100644 --- a/TESTING/LIN/zhet01.f +++ b/TESTING/LIN/zhet01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZHET01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zhet01_3.f b/TESTING/LIN/zhet01_3.f index ba99550454..0a76404d66 100644 --- a/TESTING/LIN/zhet01_3.f +++ b/TESTING/LIN/zhet01_3.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZHET01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zhet01_aa.f b/TESTING/LIN/zhet01_aa.f index fc9feb86c2..de6a7475ce 100644 --- a/TESTING/LIN/zhet01_aa.f +++ b/TESTING/LIN/zhet01_aa.f @@ -116,19 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZHET01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zhet01_rook.f b/TESTING/LIN/zhet01_rook.f index 8474c25774..88ccf4c1f4 100644 --- a/TESTING/LIN/zhet01_rook.f +++ b/TESTING/LIN/zhet01_rook.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZHET01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zhpt01.f b/TESTING/LIN/zhpt01.f index dff63463a2..5ac14fdcfe 100644 --- a/TESTING/LIN/zhpt01.f +++ b/TESTING/LIN/zhpt01.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZHPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zlahilb.f b/TESTING/LIN/zlahilb.f index ba83af8259..ffd98b4f8d 100644 --- a/TESTING/LIN/zlahilb.f +++ b/TESTING/LIN/zlahilb.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, $ INFO, PATH) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/LIN/zlaipd.f b/TESTING/LIN/zlaipd.f index 5975ccf14a..2e70cdf480 100644 --- a/TESTING/LIN/zlaipd.f +++ b/TESTING/LIN/zlaipd.f @@ -76,17 +76,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAIPD( N, A, INDA, VINDA ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER INDA, N, VINDA diff --git a/TESTING/LIN/zlaptm.f b/TESTING/LIN/zlaptm.f index 6d78a6d6cc..818284bb0d 100644 --- a/TESTING/LIN/zlaptm.f +++ b/TESTING/LIN/zlaptm.f @@ -121,18 +121,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAPTM( UPLO, N, NRHS, ALPHA, D, E, X, LDX, BETA, B, $ LDB ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zlarhs.f b/TESTING/LIN/zlarhs.f index 9d14528401..92d746fc45 100644 --- a/TESTING/LIN/zlarhs.f +++ b/TESTING/LIN/zlarhs.f @@ -201,18 +201,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS, $ A, LDA, X, LDX, B, LDB, ISEED, INFO ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER TRANS, UPLO, XTYPE diff --git a/TESTING/LIN/zlatb4.f b/TESTING/LIN/zlatb4.f index 15fab3e1d5..a6977f4e9c 100644 --- a/TESTING/LIN/zlatb4.f +++ b/TESTING/LIN/zlatb4.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATB4( PATH, IMAT, M, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIST, TYPE diff --git a/TESTING/LIN/zlatb5.f b/TESTING/LIN/zlatb5.f index 2ccca75a86..446d05995f 100644 --- a/TESTING/LIN/zlatb5.f +++ b/TESTING/LIN/zlatb5.f @@ -106,18 +106,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATB5( PATH, IMAT, N, TYPE, KL, KU, ANORM, MODE, $ CNDNUM, DIST ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION ANORM, CNDNUM diff --git a/TESTING/LIN/zlatsp.f b/TESTING/LIN/zlatsp.f index e7e4c1c916..e105062959 100644 --- a/TESTING/LIN/zlatsp.f +++ b/TESTING/LIN/zlatsp.f @@ -77,17 +77,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATSP( UPLO, N, X, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zlatsy.f b/TESTING/LIN/zlatsy.f index 66b2b4fc40..d79c55227e 100644 --- a/TESTING/LIN/zlatsy.f +++ b/TESTING/LIN/zlatsy.f @@ -82,17 +82,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATSY( UPLO, N, X, LDX, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zlattb.f b/TESTING/LIN/zlattb.f index 5c81763566..62b4bfa981 100644 --- a/TESTING/LIN/zlattb.f +++ b/TESTING/LIN/zlattb.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATTB( IMAT, UPLO, TRANS, DIAG, ISEED, N, KD, AB, $ LDAB, B, WORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlattp.f b/TESTING/LIN/zlattp.f index ef85a280bd..b728852b5a 100644 --- a/TESTING/LIN/zlattp.f +++ b/TESTING/LIN/zlattp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATTP( IMAT, UPLO, TRANS, DIAG, ISEED, N, AP, B, WORK, $ RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlattr.f b/TESTING/LIN/zlattr.f index 360aa816b6..0b3857f02c 100644 --- a/TESTING/LIN/zlattr.f +++ b/TESTING/LIN/zlattr.f @@ -130,18 +130,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLATTR( IMAT, UPLO, TRANS, DIAG, ISEED, N, A, LDA, B, $ WORK, RWORK, INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavhe.f b/TESTING/LIN/zlavhe.f index bf58d7d744..90806f613a 100644 --- a/TESTING/LIN/zlavhe.f +++ b/TESTING/LIN/zlavhe.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVHE( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavhe_rook.f b/TESTING/LIN/zlavhe_rook.f index b8e708f506..7a7e3686c7 100644 --- a/TESTING/LIN/zlavhe_rook.f +++ b/TESTING/LIN/zlavhe_rook.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVHE_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavhp.f b/TESTING/LIN/zlavhp.f index 08c2b4759b..9d0afefd04 100644 --- a/TESTING/LIN/zlavhp.f +++ b/TESTING/LIN/zlavhp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVHP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavsp.f b/TESTING/LIN/zlavsp.f index a248d01d9c..eb296cb952 100644 --- a/TESTING/LIN/zlavsp.f +++ b/TESTING/LIN/zlavsp.f @@ -123,18 +123,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVSP( UPLO, TRANS, DIAG, N, NRHS, A, IPIV, B, LDB, $ INFO ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavsy.f b/TESTING/LIN/zlavsy.f index 2f8ecd88f7..b97148f9f8 100644 --- a/TESTING/LIN/zlavsy.f +++ b/TESTING/LIN/zlavsy.f @@ -145,18 +145,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVSY( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, $ LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlavsy_rook.f b/TESTING/LIN/zlavsy_rook.f index ed62f8f17f..942d0f0233 100644 --- a/TESTING/LIN/zlavsy_rook.f +++ b/TESTING/LIN/zlavsy_rook.f @@ -147,18 +147,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLAVSY_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO diff --git a/TESTING/LIN/zlqt01.f b/TESTING/LIN/zlqt01.f index 492c71c1f0..c2a7f82ce8 100644 --- a/TESTING/LIN/zlqt01.f +++ b/TESTING/LIN/zlqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLQT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zlqt02.f b/TESTING/LIN/zlqt02.f index 9a1f35d68d..c55d76ccdb 100644 --- a/TESTING/LIN/zlqt02.f +++ b/TESTING/LIN/zlqt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLQT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zlqt03.f b/TESTING/LIN/zlqt03.f index bff040e760..0765b3cd6f 100644 --- a/TESTING/LIN/zlqt03.f +++ b/TESTING/LIN/zlqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZLQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zlqt04.f b/TESTING/LIN/zlqt04.f index 550432817a..2e7a0e8ee3 100644 --- a/TESTING/LIN/zlqt04.f +++ b/TESTING/LIN/zlqt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE ZLQT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB diff --git a/TESTING/LIN/zlqt05.f b/TESTING/LIN/zlqt05.f index 1b8fd1449a..a795a50d1b 100644 --- a/TESTING/LIN/zlqt05.f +++ b/TESTING/LIN/zlqt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup double_lin * * ===================================================================== SUBROUTINE ZLQT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/zpbt01.f b/TESTING/LIN/zpbt01.f index 25783e8073..fb7881ac7e 100644 --- a/TESTING/LIN/zpbt01.f +++ b/TESTING/LIN/zpbt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPBT01( UPLO, N, KD, A, LDA, AFAC, LDAFAC, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpbt02.f b/TESTING/LIN/zpbt02.f index a8c1f383a8..e4f8329963 100644 --- a/TESTING/LIN/zpbt02.f +++ b/TESTING/LIN/zpbt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPBT02( UPLO, N, KD, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpbt05.f b/TESTING/LIN/zpbt05.f index 489bdff502..03376e0cec 100644 --- a/TESTING/LIN/zpbt05.f +++ b/TESTING/LIN/zpbt05.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPBT05( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpot01.f b/TESTING/LIN/zpot01.f index 946c494387..c08a27bf71 100644 --- a/TESTING/LIN/zpot01.f +++ b/TESTING/LIN/zpot01.f @@ -99,17 +99,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPOT01( UPLO, N, A, LDA, AFAC, LDAFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpot02.f b/TESTING/LIN/zpot02.f index 61cc94db22..17b6904001 100644 --- a/TESTING/LIN/zpot02.f +++ b/TESTING/LIN/zpot02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPOT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpot03.f b/TESTING/LIN/zpot03.f index 5978d2ea2d..f3cbd11410 100644 --- a/TESTING/LIN/zpot03.f +++ b/TESTING/LIN/zpot03.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPOT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpot05.f b/TESTING/LIN/zpot05.f index 9c29990eaf..35239083ab 100644 --- a/TESTING/LIN/zpot05.f +++ b/TESTING/LIN/zpot05.f @@ -157,18 +157,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPOT05( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpot06.f b/TESTING/LIN/zpot06.f index c773cd4c39..c97f432344 100644 --- a/TESTING/LIN/zpot06.f +++ b/TESTING/LIN/zpot06.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPOT06( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zppt01.f b/TESTING/LIN/zppt01.f index 74c6d5116b..78ec595af4 100644 --- a/TESTING/LIN/zppt01.f +++ b/TESTING/LIN/zppt01.f @@ -88,17 +88,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPPT01( UPLO, N, A, AFAC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zppt02.f b/TESTING/LIN/zppt02.f index 1b8b841598..40b71c9693 100644 --- a/TESTING/LIN/zppt02.f +++ b/TESTING/LIN/zppt02.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zppt03.f b/TESTING/LIN/zppt03.f index 94801d8f1e..52c2590faf 100644 --- a/TESTING/LIN/zppt03.f +++ b/TESTING/LIN/zppt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPPT03( UPLO, N, A, AINV, WORK, LDWORK, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zppt05.f b/TESTING/LIN/zppt05.f index 5ce08570bf..ccde4a2372 100644 --- a/TESTING/LIN/zppt05.f +++ b/TESTING/LIN/zppt05.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPPT05( UPLO, N, NRHS, AP, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zpst01.f b/TESTING/LIN/zpst01.f index 3225b0ec2d..6918572197 100644 --- a/TESTING/LIN/zpst01.f +++ b/TESTING/LIN/zpst01.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPST01( UPLO, N, A, LDA, AFAC, LDAFAC, PERM, LDPERM, $ PIV, RWORK, RESID, RANK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. DOUBLE PRECISION RESID diff --git a/TESTING/LIN/zptt01.f b/TESTING/LIN/zptt01.f index c9244a6cfc..e842c7e46f 100644 --- a/TESTING/LIN/zptt01.f +++ b/TESTING/LIN/zptt01.f @@ -85,17 +85,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPTT01( N, D, E, DF, EF, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER N diff --git a/TESTING/LIN/zptt02.f b/TESTING/LIN/zptt02.f index 90dec3bc9d..6e3a8aed09 100644 --- a/TESTING/LIN/zptt02.f +++ b/TESTING/LIN/zptt02.f @@ -108,17 +108,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPTT02( UPLO, N, NRHS, D, E, X, LDX, B, LDB, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zptt05.f b/TESTING/LIN/zptt05.f index f7f2bd2842..82d497e0e6 100644 --- a/TESTING/LIN/zptt05.f +++ b/TESTING/LIN/zptt05.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZPTT05( N, NRHS, D, E, B, LDB, X, LDX, XACT, LDXACT, $ FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDB, LDX, LDXACT, N, NRHS diff --git a/TESTING/LIN/zqlt01.f b/TESTING/LIN/zqlt01.f index 5442fcae80..d5eef9ff4f 100644 --- a/TESTING/LIN/zqlt01.f +++ b/TESTING/LIN/zqlt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQLT01( M, N, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zqlt02.f b/TESTING/LIN/zqlt02.f index 35adae9307..1f84cfa5a2 100644 --- a/TESTING/LIN/zqlt02.f +++ b/TESTING/LIN/zqlt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQLT02( M, N, K, A, AF, Q, L, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zqlt03.f b/TESTING/LIN/zqlt03.f index 6489fa924c..a7d9b27ca4 100644 --- a/TESTING/LIN/zqlt03.f +++ b/TESTING/LIN/zqlt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQLT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zqpt01.f b/TESTING/LIN/zqpt01.f index eea178a2e7..4e53f92c84 100644 --- a/TESTING/LIN/zqpt01.f +++ b/TESTING/LIN/zqpt01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZQPT01( M, N, K, A, AF, LDA, TAU, JPVT, $ WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt01.f b/TESTING/LIN/zqrt01.f index 4c55daf9d4..4aa0aa59fd 100644 --- a/TESTING/LIN/zqrt01.f +++ b/TESTING/LIN/zqrt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt01p.f b/TESTING/LIN/zqrt01p.f index 676db6f271..eb991152ca 100644 --- a/TESTING/LIN/zqrt01p.f +++ b/TESTING/LIN/zqrt01p.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT01P( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt02.f b/TESTING/LIN/zqrt02.f index 9ca1e66cf0..2dbefaf84e 100644 --- a/TESTING/LIN/zqrt02.f +++ b/TESTING/LIN/zqrt02.f @@ -127,18 +127,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt03.f b/TESTING/LIN/zqrt03.f index d809399bbc..56b2e3b505 100644 --- a/TESTING/LIN/zqrt03.f +++ b/TESTING/LIN/zqrt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt04.f b/TESTING/LIN/zqrt04.f index 580f86a6fc..3ca7199cec 100644 --- a/TESTING/LIN/zqrt04.f +++ b/TESTING/LIN/zqrt04.f @@ -66,18 +66,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT04(M,N,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER M, N, NB, LDT diff --git a/TESTING/LIN/zqrt05.f b/TESTING/LIN/zqrt05.f index 1985ea5065..5677b7e76b 100644 --- a/TESTING/LIN/zqrt05.f +++ b/TESTING/LIN/zqrt05.f @@ -73,18 +73,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT05(M,N,L,NB,RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. INTEGER LWORK, M, N, L, NB, LDT diff --git a/TESTING/LIN/zqrt11.f b/TESTING/LIN/zqrt11.f index c633df2f69..c3be59c365 100644 --- a/TESTING/LIN/zqrt11.f +++ b/TESTING/LIN/zqrt11.f @@ -91,17 +91,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZQRT11( M, K, A, LDA, TAU, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M diff --git a/TESTING/LIN/zqrt12.f b/TESTING/LIN/zqrt12.f index 5428adbf30..0da6be1576 100644 --- a/TESTING/LIN/zqrt12.f +++ b/TESTING/LIN/zqrt12.f @@ -89,18 +89,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZQRT12( M, N, A, LDA, S, WORK, LWORK, $ RWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zqrt13.f b/TESTING/LIN/zqrt13.f index 4e693c14e3..341ec17000 100644 --- a/TESTING/LIN/zqrt13.f +++ b/TESTING/LIN/zqrt13.f @@ -84,17 +84,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT13( SCALE, M, N, A, LDA, NORMA, ISEED ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, M, N, SCALE diff --git a/TESTING/LIN/zqrt14.f b/TESTING/LIN/zqrt14.f index 369efc07de..971db22b55 100644 --- a/TESTING/LIN/zqrt14.f +++ b/TESTING/LIN/zqrt14.f @@ -108,18 +108,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZQRT14( TRANS, M, N, NRHS, A, LDA, X, $ LDX, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zqrt15.f b/TESTING/LIN/zqrt15.f index 0d17313e8f..f58b9e38bc 100644 --- a/TESTING/LIN/zqrt15.f +++ b/TESTING/LIN/zqrt15.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT15( SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S, $ RANK, NORMA, NORMB, ISEED, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LDB, LWORK, M, N, NRHS, RANK, RKSEL, SCALE diff --git a/TESTING/LIN/zqrt16.f b/TESTING/LIN/zqrt16.f index e62e9a51d3..9becd6d3b0 100644 --- a/TESTING/LIN/zqrt16.f +++ b/TESTING/LIN/zqrt16.f @@ -125,18 +125,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZQRT16( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zqrt17.f b/TESTING/LIN/zqrt17.f index ff694c7a18..9f26b1b6e3 100644 --- a/TESTING/LIN/zqrt17.f +++ b/TESTING/LIN/zqrt17.f @@ -142,18 +142,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZQRT17( TRANS, IRESID, M, N, NRHS, A, $ LDA, X, LDX, B, LDB, C, WORK, LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 TRANS diff --git a/TESTING/LIN/zrqt01.f b/TESTING/LIN/zrqt01.f index 88075ed5e1..2f60426f5a 100644 --- a/TESTING/LIN/zrqt01.f +++ b/TESTING/LIN/zrqt01.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZRQT01( M, N, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zrqt02.f b/TESTING/LIN/zrqt02.f index ed1b608b2b..548321d000 100644 --- a/TESTING/LIN/zrqt02.f +++ b/TESTING/LIN/zrqt02.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZRQT02( M, N, K, A, AF, Q, R, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zrqt03.f b/TESTING/LIN/zrqt03.f index fc7046278b..6393224bfc 100644 --- a/TESTING/LIN/zrqt03.f +++ b/TESTING/LIN/zrqt03.f @@ -128,18 +128,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZRQT03( M, N, K, AF, C, CC, Q, LDA, TAU, WORK, LWORK, $ RWORK, RESULT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER K, LDA, LWORK, M, N diff --git a/TESTING/LIN/zrzt01.f b/TESTING/LIN/zrzt01.f index 8763840692..2eba7ba6f3 100644 --- a/TESTING/LIN/zrzt01.f +++ b/TESTING/LIN/zrzt01.f @@ -90,18 +90,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZRZT01( M, N, A, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zrzt02.f b/TESTING/LIN/zrzt02.f index 373ced982d..0ea6dab024 100644 --- a/TESTING/LIN/zrzt02.f +++ b/TESTING/LIN/zrzt02.f @@ -83,18 +83,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== DOUBLE PRECISION FUNCTION ZRZT02( M, N, AF, LDA, TAU, WORK, $ LWORK ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 .. INTEGER LDA, LWORK, M, N diff --git a/TESTING/LIN/zsbmv.f b/TESTING/LIN/zsbmv.f index 005e288e09..9272052626 100644 --- a/TESTING/LIN/zsbmv.f +++ b/TESTING/LIN/zsbmv.f @@ -144,18 +144,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSBMV( UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, $ INCY ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zspt01.f b/TESTING/LIN/zspt01.f index d212929ad9..6269ef790e 100644 --- a/TESTING/LIN/zspt01.f +++ b/TESTING/LIN/zspt01.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSPT01( UPLO, N, A, AFAC, IPIV, C, LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zspt02.f b/TESTING/LIN/zspt02.f index 985fda0c57..e34ce22c22 100644 --- a/TESTING/LIN/zspt02.f +++ b/TESTING/LIN/zspt02.f @@ -115,18 +115,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSPT02( UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zspt03.f b/TESTING/LIN/zspt03.f index d37ce53861..2819b930ba 100644 --- a/TESTING/LIN/zspt03.f +++ b/TESTING/LIN/zspt03.f @@ -102,18 +102,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSPT03( UPLO, N, A, AINV, WORK, LDW, RWORK, RCOND, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zsyt01.f b/TESTING/LIN/zsyt01.f index 4ec551180c..32b7a698cc 100644 --- a/TESTING/LIN/zsyt01.f +++ b/TESTING/LIN/zsyt01.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT01( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zsyt01_3.f b/TESTING/LIN/zsyt01_3.f index 8106a61b0b..202488db98 100644 --- a/TESTING/LIN/zsyt01_3.f +++ b/TESTING/LIN/zsyt01_3.f @@ -133,18 +133,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2017 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT01_3( UPLO, N, A, LDA, AFAC, LDAFAC, E, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.1) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2017 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zsyt01_aa.f b/TESTING/LIN/zsyt01_aa.f index 11d2e2fb53..d3f66a58e2 100644 --- a/TESTING/LIN/zsyt01_aa.f +++ b/TESTING/LIN/zsyt01_aa.f @@ -116,20 +116,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* -* @generated from LIN/dsyt01_aa.f, fortran d -> z, Thu Nov 17 13:01:50 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zsyt01_rook.f b/TESTING/LIN/zsyt01_rook.f index 4e7ea24aa5..885bebc021 100644 --- a/TESTING/LIN/zsyt01_rook.f +++ b/TESTING/LIN/zsyt01_rook.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2013 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT01_ROOK( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, $ LDC, RWORK, RESID ) * -* -- LAPACK test routine (version 3.5.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2013 * * .. Scalar Arguments .. CHARACTER UPLO diff --git a/TESTING/LIN/zsyt02.f b/TESTING/LIN/zsyt02.f index 6f7d2498fc..5792a3ba8e 100644 --- a/TESTING/LIN/zsyt02.f +++ b/TESTING/LIN/zsyt02.f @@ -119,18 +119,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT02( UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/zsyt03.f b/TESTING/LIN/zsyt03.f index f63f016457..74efd913f0 100644 --- a/TESTING/LIN/zsyt03.f +++ b/TESTING/LIN/zsyt03.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZSYT03( UPLO, N, A, LDA, AINV, LDAINV, WORK, LDWORK, $ RWORK, RCOND, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 diff --git a/TESTING/LIN/ztbt02.f b/TESTING/LIN/ztbt02.f index a86923321b..fdfa35e6be 100644 --- a/TESTING/LIN/ztbt02.f +++ b/TESTING/LIN/ztbt02.f @@ -153,18 +153,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTBT02( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, X, $ LDX, B, LDB, WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztbt03.f b/TESTING/LIN/ztbt03.f index e33bff71cd..d00cf82238 100644 --- a/TESTING/LIN/ztbt03.f +++ b/TESTING/LIN/ztbt03.f @@ -168,8 +168,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== @@ -177,10 +175,9 @@ SUBROUTINE ZTBT03( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, $ SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK, $ RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztbt05.f b/TESTING/LIN/ztbt05.f index 1adeafdd44..10863ff1c2 100644 --- a/TESTING/LIN/ztbt05.f +++ b/TESTING/LIN/ztbt05.f @@ -181,18 +181,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTBT05( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB, B, $ LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztbt06.f b/TESTING/LIN/ztbt06.f index 8c59151f9d..b033a5db3d 100644 --- a/TESTING/LIN/ztbt06.f +++ b/TESTING/LIN/ztbt06.f @@ -118,18 +118,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ RWORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ztpt01.f b/TESTING/LIN/ztpt01.f index 39a3922bbb..3da15f7f3d 100644 --- a/TESTING/LIN/ztpt01.f +++ b/TESTING/LIN/ztpt01.f @@ -102,17 +102,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTPT01( UPLO, DIAG, N, AP, AINVP, RCOND, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ztpt02.f b/TESTING/LIN/ztpt02.f index 31dec79771..ca65a481ae 100644 --- a/TESTING/LIN/ztpt02.f +++ b/TESTING/LIN/ztpt02.f @@ -141,18 +141,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB, $ WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztpt03.f b/TESTING/LIN/ztpt03.f index fb8c814e15..802e1a611b 100644 --- a/TESTING/LIN/ztpt03.f +++ b/TESTING/LIN/ztpt03.f @@ -154,18 +154,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTPT03( UPLO, TRANS, DIAG, N, NRHS, AP, SCALE, CNORM, $ TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztpt05.f b/TESTING/LIN/ztpt05.f index aa2348ae61..2ca7c38744 100644 --- a/TESTING/LIN/ztpt05.f +++ b/TESTING/LIN/ztpt05.f @@ -167,18 +167,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTPT05( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX, $ XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztpt06.f b/TESTING/LIN/ztpt06.f index 30edfca71d..5ab661626c 100644 --- a/TESTING/LIN/ztpt06.f +++ b/TESTING/LIN/ztpt06.f @@ -105,17 +105,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTPT06( RCOND, RCONDC, UPLO, DIAG, N, AP, RWORK, RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ztrt01.f b/TESTING/LIN/ztrt01.f index 99aa9db49c..ddb212b02f 100644 --- a/TESTING/LIN/ztrt01.f +++ b/TESTING/LIN/ztrt01.f @@ -117,18 +117,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTRT01( UPLO, DIAG, N, A, LDA, AINV, LDAINV, RCOND, $ RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ztrt02.f b/TESTING/LIN/ztrt02.f index 63e12c55a2..a23ce821f7 100644 --- a/TESTING/LIN/ztrt02.f +++ b/TESTING/LIN/ztrt02.f @@ -149,18 +149,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTRT02( UPLO, TRANS, DIAG, N, NRHS, A, LDA, X, LDX, B, $ LDB, WORK, RWORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztrt03.f b/TESTING/LIN/ztrt03.f index 84aaf65eae..a37887f7e3 100644 --- a/TESTING/LIN/ztrt03.f +++ b/TESTING/LIN/ztrt03.f @@ -163,18 +163,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztrt05.f b/TESTING/LIN/ztrt05.f index f31d614dc7..63ba27b9aa 100644 --- a/TESTING/LIN/ztrt05.f +++ b/TESTING/LIN/ztrt05.f @@ -174,18 +174,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTRT05( UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, X, $ LDX, XACT, LDXACT, FERR, BERR, RESLTS ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, TRANS, UPLO diff --git a/TESTING/LIN/ztrt06.f b/TESTING/LIN/ztrt06.f index 2f5f5996bb..ed55905dad 100644 --- a/TESTING/LIN/ztrt06.f +++ b/TESTING/LIN/ztrt06.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZTRT06( RCOND, RCONDC, UPLO, DIAG, N, A, LDA, RWORK, $ RAT ) * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test 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 DIAG, UPLO diff --git a/TESTING/LIN/ztsqr01.f b/TESTING/LIN/ztsqr01.f index 81d7fdb44c..629da2996d 100644 --- a/TESTING/LIN/ztsqr01.f +++ b/TESTING/LIN/ztsqr01.f @@ -77,16 +77,13 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* * ===================================================================== SUBROUTINE ZTSQR01(TSSW, M, N, MB, NB, RESULT) IMPLICIT NONE * -* -- LAPACK test routine (version 3.7.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER TSSW diff --git a/TESTING/LIN/zunhr_col01.f b/TESTING/LIN/zunhr_col01.f index 5b9dc3cbfa..b7590a8ea5 100644 --- a/TESTING/LIN/zunhr_col01.f +++ b/TESTING/LIN/zunhr_col01.f @@ -112,18 +112,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZUNHR_COL01( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/LIN/zunhr_col02.f b/TESTING/LIN/zunhr_col02.f index 912adc220a..c6e7f80cd0 100644 --- a/TESTING/LIN/zunhr_col02.f +++ b/TESTING/LIN/zunhr_col02.f @@ -113,18 +113,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2020 -* *> \ingroup complex16_lin * * ===================================================================== SUBROUTINE ZUNHR_COL02( M, N, MB1, NB1, NB2, RESULT ) IMPLICIT NONE * -* -- LAPACK test routine (version 3.10.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2020 * * .. Scalar Arguments .. INTEGER M, N, MB1, NB1, NB2 diff --git a/TESTING/MATGEN/clagge.f b/TESTING/MATGEN/clagge.f index f0d86fb50e..4575608f69 100644 --- a/TESTING/MATGEN/clagge.f +++ b/TESTING/MATGEN/clagge.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAGGE( M, N, KL, KU, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, KL, KU, LDA, M, N diff --git a/TESTING/MATGEN/claghe.f b/TESTING/MATGEN/claghe.f index 70a1620246..723e0f2d14 100644 --- a/TESTING/MATGEN/claghe.f +++ b/TESTING/MATGEN/claghe.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAGHE( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/clagsy.f b/TESTING/MATGEN/clagsy.f index 8c3885464d..b01d155653 100644 --- a/TESTING/MATGEN/clagsy.f +++ b/TESTING/MATGEN/clagsy.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAGSY( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/clahilb.f b/TESTING/MATGEN/clahilb.f index f4481fc78f..e6b497715d 100644 --- a/TESTING/MATGEN/clahilb.f +++ b/TESTING/MATGEN/clahilb.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, $ INFO, PATH) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/MATGEN/clakf2.f b/TESTING/MATGEN/clakf2.f index 9c87e4ccdd..5f03cc181c 100644 --- a/TESTING/MATGEN/clakf2.f +++ b/TESTING/MATGEN/clakf2.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAKF2( M, N, A, LDA, B, D, E, Z, LDZ ) * -* -- 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 .. INTEGER LDA, LDZ, M, N diff --git a/TESTING/MATGEN/clarge.f b/TESTING/MATGEN/clarge.f index 4c1d471370..77086a4815 100644 --- a/TESTING/MATGEN/clarge.f +++ b/TESTING/MATGEN/clarge.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLARGE( N, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, N diff --git a/TESTING/MATGEN/clarnd.f b/TESTING/MATGEN/clarnd.f index bdce8054a7..df08d67966 100644 --- a/TESTING/MATGEN/clarnd.f +++ b/TESTING/MATGEN/clarnd.f @@ -58,8 +58,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== COMPLEX FUNCTION CLARND( IDIST, ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST diff --git a/TESTING/MATGEN/claror.f b/TESTING/MATGEN/claror.f index 6870c321aa..de5331e1f6 100644 --- a/TESTING/MATGEN/claror.f +++ b/TESTING/MATGEN/claror.f @@ -151,17 +151,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAROR( SIDE, INIT, M, N, A, LDA, ISEED, X, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 INIT, SIDE diff --git a/TESTING/MATGEN/clarot.f b/TESTING/MATGEN/clarot.f index b899c82745..901c0ee8a2 100644 --- a/TESTING/MATGEN/clarot.f +++ b/TESTING/MATGEN/clarot.f @@ -221,18 +221,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLAROT( LROWS, LLEFT, LRIGHT, NL, C, S, A, LDA, XLEFT, $ XRIGHT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LLEFT, LRIGHT, LROWS diff --git a/TESTING/MATGEN/clatm1.f b/TESTING/MATGEN/clatm1.f index 48d49897b3..05a90fdced 100644 --- a/TESTING/MATGEN/clatm1.f +++ b/TESTING/MATGEN/clatm1.f @@ -130,17 +130,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLATM1( MODE, COND, IRSIGN, IDIST, ISEED, D, N, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, INFO, IRSIGN, MODE, N diff --git a/TESTING/MATGEN/clatm2.f b/TESTING/MATGEN/clatm2.f index 5bd6b9dc8d..cd2dc7ae47 100644 --- a/TESTING/MATGEN/clatm2.f +++ b/TESTING/MATGEN/clatm2.f @@ -204,18 +204,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_matgen * * ===================================================================== COMPLEX FUNCTION CLATM2( M, N, I, J, KL, KU, IDIST, ISEED, D, $ IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/clatm3.f b/TESTING/MATGEN/clatm3.f index 42b4535538..863325b3f2 100644 --- a/TESTING/MATGEN/clatm3.f +++ b/TESTING/MATGEN/clatm3.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_matgen * * ===================================================================== @@ -229,10 +227,9 @@ COMPLEX FUNCTION CLATM3( M, N, I, J, ISUB, JSUB, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, $ SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/clatm5.f b/TESTING/MATGEN/clatm5.f index 8b3fe50d9e..25904e45f8 100644 --- a/TESTING/MATGEN/clatm5.f +++ b/TESTING/MATGEN/clatm5.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex_matgen * *> \par Further Details: @@ -268,10 +266,9 @@ SUBROUTINE CLATM5( PRTYPE, M, N, A, LDA, B, LDB, C, LDC, D, LDD, $ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA, $ QBLCKB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N, diff --git a/TESTING/MATGEN/clatm6.f b/TESTING/MATGEN/clatm6.f index 74684dbcf6..632e896d8c 100644 --- a/TESTING/MATGEN/clatm6.f +++ b/TESTING/MATGEN/clatm6.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLATM6( TYPE, N, A, LDA, B, X, LDX, Y, LDY, ALPHA, $ BETA, WX, WY, S, DIF ) * -* -- 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 .. INTEGER LDA, LDX, LDY, N, TYPE diff --git a/TESTING/MATGEN/clatme.f b/TESTING/MATGEN/clatme.f index a06f9bfbd6..213a4b3bca 100644 --- a/TESTING/MATGEN/clatme.f +++ b/TESTING/MATGEN/clatme.f @@ -290,8 +290,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== @@ -301,10 +299,9 @@ SUBROUTINE CLATME( N, DIST, ISEED, D, MODE, COND, DMAX, $ A, $ LDA, WORK, INFO ) * -* -- 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 DIST, RSIGN, SIM, UPPER diff --git a/TESTING/MATGEN/clatmr.f b/TESTING/MATGEN/clatmr.f index e80c4a5145..34536d9b94 100644 --- a/TESTING/MATGEN/clatmr.f +++ b/TESTING/MATGEN/clatmr.f @@ -480,8 +480,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== @@ -490,10 +488,9 @@ SUBROUTINE CLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ CONDR, PIVTNG, IPIVOT, KL, KU, SPARSE, ANORM, $ PACK, A, LDA, IWORK, INFO ) * -* -- 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 DIST, GRADE, PACK, PIVTNG, RSIGN, SYM diff --git a/TESTING/MATGEN/clatms.f b/TESTING/MATGEN/clatms.f index 7afb59f3e1..a1951216bb 100644 --- a/TESTING/MATGEN/clatms.f +++ b/TESTING/MATGEN/clatms.f @@ -324,18 +324,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLATMS( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 DIST, PACK, SYM diff --git a/TESTING/MATGEN/clatmt.f b/TESTING/MATGEN/clatmt.f index db994f7efb..05eb5566a9 100644 --- a/TESTING/MATGEN/clatmt.f +++ b/TESTING/MATGEN/clatmt.f @@ -332,18 +332,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex_matgen * * ===================================================================== SUBROUTINE CLATMT( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ RANK, KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 .. REAL COND, DMAX diff --git a/TESTING/MATGEN/dlagge.f b/TESTING/MATGEN/dlagge.f index 44b1c25b47..ffd11d2785 100644 --- a/TESTING/MATGEN/dlagge.f +++ b/TESTING/MATGEN/dlagge.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAGGE( M, N, KL, KU, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, KL, KU, LDA, M, N diff --git a/TESTING/MATGEN/dlagsy.f b/TESTING/MATGEN/dlagsy.f index 1c811e9941..7ba58ee4f5 100644 --- a/TESTING/MATGEN/dlagsy.f +++ b/TESTING/MATGEN/dlagsy.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAGSY( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/dlahilb.f b/TESTING/MATGEN/dlahilb.f index 5d0351f466..cf0712b51c 100644 --- a/TESTING/MATGEN/dlahilb.f +++ b/TESTING/MATGEN/dlahilb.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, INFO) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/MATGEN/dlakf2.f b/TESTING/MATGEN/dlakf2.f index d50b8ac9ac..76baefdcdd 100644 --- a/TESTING/MATGEN/dlakf2.f +++ b/TESTING/MATGEN/dlakf2.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAKF2( M, N, A, LDA, B, D, E, Z, LDZ ) * -* -- 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 .. INTEGER LDA, LDZ, M, N diff --git a/TESTING/MATGEN/dlaran.f b/TESTING/MATGEN/dlaran.f index 16c9bf1d08..24f6e97278 100644 --- a/TESTING/MATGEN/dlaran.f +++ b/TESTING/MATGEN/dlaran.f @@ -44,8 +44,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup list_temp * *> \par Further Details: @@ -67,10 +65,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DLARAN( ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Array Arguments .. INTEGER ISEED( 4 ) diff --git a/TESTING/MATGEN/dlarge.f b/TESTING/MATGEN/dlarge.f index fc8bcc4bed..4f1c09477d 100644 --- a/TESTING/MATGEN/dlarge.f +++ b/TESTING/MATGEN/dlarge.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLARGE( N, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, N diff --git a/TESTING/MATGEN/dlarnd.f b/TESTING/MATGEN/dlarnd.f index fda7e624f3..f41f2ceab8 100644 --- a/TESTING/MATGEN/dlarnd.f +++ b/TESTING/MATGEN/dlarnd.f @@ -56,8 +56,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * *> \par Further Details: @@ -73,10 +71,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DLARND( IDIST, ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST diff --git a/TESTING/MATGEN/dlaror.f b/TESTING/MATGEN/dlaror.f index a48129d25f..183aa00d0a 100644 --- a/TESTING/MATGEN/dlaror.f +++ b/TESTING/MATGEN/dlaror.f @@ -139,17 +139,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAROR( SIDE, INIT, M, N, A, LDA, ISEED, X, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 INIT, SIDE diff --git a/TESTING/MATGEN/dlarot.f b/TESTING/MATGEN/dlarot.f index 6655fa4819..7337dc682c 100644 --- a/TESTING/MATGEN/dlarot.f +++ b/TESTING/MATGEN/dlarot.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLAROT( LROWS, LLEFT, LRIGHT, NL, C, S, A, LDA, XLEFT, $ XRIGHT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LLEFT, LRIGHT, LROWS diff --git a/TESTING/MATGEN/dlatm1.f b/TESTING/MATGEN/dlatm1.f index cfb144b105..b0d8ffa3e3 100644 --- a/TESTING/MATGEN/dlatm1.f +++ b/TESTING/MATGEN/dlatm1.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLATM1( MODE, COND, IRSIGN, IDIST, ISEED, D, N, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, INFO, IRSIGN, MODE, N diff --git a/TESTING/MATGEN/dlatm2.f b/TESTING/MATGEN/dlatm2.f index d7a6d19f33..5a55addc36 100644 --- a/TESTING/MATGEN/dlatm2.f +++ b/TESTING/MATGEN/dlatm2.f @@ -200,18 +200,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_matgen * * ===================================================================== DOUBLE PRECISION FUNCTION DLATM2( M, N, I, J, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/dlatm3.f b/TESTING/MATGEN/dlatm3.f index 15f5ac080a..f5a4a66b30 100644 --- a/TESTING/MATGEN/dlatm3.f +++ b/TESTING/MATGEN/dlatm3.f @@ -217,8 +217,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_matgen * * ===================================================================== @@ -226,10 +224,9 @@ DOUBLE PRECISION FUNCTION DLATM3( M, N, I, J, ISUB, JSUB, KL, KU, $ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, $ SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/dlatm5.f b/TESTING/MATGEN/dlatm5.f index 37076efc84..429315b0d5 100644 --- a/TESTING/MATGEN/dlatm5.f +++ b/TESTING/MATGEN/dlatm5.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup double_matgen * *> \par Further Details: @@ -268,10 +266,9 @@ SUBROUTINE DLATM5( PRTYPE, M, N, A, LDA, B, LDB, C, LDC, D, LDD, $ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA, $ QBLCKB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N, diff --git a/TESTING/MATGEN/dlatm6.f b/TESTING/MATGEN/dlatm6.f index 462cce0b70..01941609cf 100644 --- a/TESTING/MATGEN/dlatm6.f +++ b/TESTING/MATGEN/dlatm6.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLATM6( TYPE, N, A, LDA, B, X, LDX, Y, LDY, ALPHA, $ BETA, WX, WY, S, DIF ) * -* -- 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 .. INTEGER LDA, LDX, LDY, N, TYPE diff --git a/TESTING/MATGEN/dlatm7.f b/TESTING/MATGEN/dlatm7.f index 70c2f98ba1..38c993dad7 100644 --- a/TESTING/MATGEN/dlatm7.f +++ b/TESTING/MATGEN/dlatm7.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLATM7( MODE, COND, IRSIGN, IDIST, ISEED, D, N, $ RANK, INFO ) * -* -- 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 .. DOUBLE PRECISION COND diff --git a/TESTING/MATGEN/dlatme.f b/TESTING/MATGEN/dlatme.f index 2d124ef1f6..311f16e2da 100644 --- a/TESTING/MATGEN/dlatme.f +++ b/TESTING/MATGEN/dlatme.f @@ -321,8 +321,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE DLATME( N, DIST, ISEED, D, MODE, COND, DMAX, EI, $ A, $ LDA, WORK, INFO ) * -* -- 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 DIST, RSIGN, SIM, UPPER diff --git a/TESTING/MATGEN/dlatmr.f b/TESTING/MATGEN/dlatmr.f index a914481f72..efb016b91e 100644 --- a/TESTING/MATGEN/dlatmr.f +++ b/TESTING/MATGEN/dlatmr.f @@ -461,8 +461,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== @@ -471,10 +469,9 @@ SUBROUTINE DLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ CONDR, PIVTNG, IPIVOT, KL, KU, SPARSE, ANORM, $ PACK, A, LDA, IWORK, INFO ) * -* -- 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 DIST, GRADE, PACK, PIVTNG, RSIGN, SYM diff --git a/TESTING/MATGEN/dlatms.f b/TESTING/MATGEN/dlatms.f index d9f59ccb93..e6b9fbece2 100644 --- a/TESTING/MATGEN/dlatms.f +++ b/TESTING/MATGEN/dlatms.f @@ -313,18 +313,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLATMS( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 DIST, PACK, SYM diff --git a/TESTING/MATGEN/dlatmt.f b/TESTING/MATGEN/dlatmt.f index 5d04cf0a29..bdd167f2d1 100644 --- a/TESTING/MATGEN/dlatmt.f +++ b/TESTING/MATGEN/dlatmt.f @@ -323,18 +323,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_matgen * * ===================================================================== SUBROUTINE DLATMT( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ RANK, KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION COND, DMAX diff --git a/TESTING/MATGEN/slagge.f b/TESTING/MATGEN/slagge.f index 626039aa04..9627d563d8 100644 --- a/TESTING/MATGEN/slagge.f +++ b/TESTING/MATGEN/slagge.f @@ -106,17 +106,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAGGE( M, N, KL, KU, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, KL, KU, LDA, M, N diff --git a/TESTING/MATGEN/slagsy.f b/TESTING/MATGEN/slagsy.f index 5fa7484c45..dd319dadcd 100644 --- a/TESTING/MATGEN/slagsy.f +++ b/TESTING/MATGEN/slagsy.f @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAGSY( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/slahilb.f b/TESTING/MATGEN/slahilb.f index cb92db6db0..4dc8333463 100644 --- a/TESTING/MATGEN/slahilb.f +++ b/TESTING/MATGEN/slahilb.f @@ -117,17 +117,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, INFO) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/MATGEN/slakf2.f b/TESTING/MATGEN/slakf2.f index d84d4d6c5f..ef9f90adf0 100644 --- a/TESTING/MATGEN/slakf2.f +++ b/TESTING/MATGEN/slakf2.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAKF2( M, N, A, LDA, B, D, E, Z, LDZ ) * -* -- 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 .. INTEGER LDA, LDZ, M, N diff --git a/TESTING/MATGEN/slaran.f b/TESTING/MATGEN/slaran.f index b0d18fccd7..586612d9f4 100644 --- a/TESTING/MATGEN/slaran.f +++ b/TESTING/MATGEN/slaran.f @@ -44,8 +44,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * *> \par Further Details: @@ -67,10 +65,9 @@ * ===================================================================== REAL FUNCTION SLARAN( ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Array Arguments .. INTEGER ISEED( 4 ) diff --git a/TESTING/MATGEN/slarge.f b/TESTING/MATGEN/slarge.f index 3929489961..8bebf48d5d 100644 --- a/TESTING/MATGEN/slarge.f +++ b/TESTING/MATGEN/slarge.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLARGE( N, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, N diff --git a/TESTING/MATGEN/slarnd.f b/TESTING/MATGEN/slarnd.f index 6499020656..c2d7a5cb2d 100644 --- a/TESTING/MATGEN/slarnd.f +++ b/TESTING/MATGEN/slarnd.f @@ -56,8 +56,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * *> \par Further Details: @@ -73,10 +71,9 @@ * ===================================================================== REAL FUNCTION SLARND( IDIST, ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST diff --git a/TESTING/MATGEN/slaror.f b/TESTING/MATGEN/slaror.f index d58902110f..0fc0a7272d 100644 --- a/TESTING/MATGEN/slaror.f +++ b/TESTING/MATGEN/slaror.f @@ -139,17 +139,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAROR( SIDE, INIT, M, N, A, LDA, ISEED, X, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 INIT, SIDE diff --git a/TESTING/MATGEN/slarot.f b/TESTING/MATGEN/slarot.f index ed478cb21e..ab4c22ad76 100644 --- a/TESTING/MATGEN/slarot.f +++ b/TESTING/MATGEN/slarot.f @@ -218,18 +218,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLAROT( LROWS, LLEFT, LRIGHT, NL, C, S, A, LDA, XLEFT, $ XRIGHT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LLEFT, LRIGHT, LROWS diff --git a/TESTING/MATGEN/slatm1.f b/TESTING/MATGEN/slatm1.f index 8f9e164318..bd01cb620f 100644 --- a/TESTING/MATGEN/slatm1.f +++ b/TESTING/MATGEN/slatm1.f @@ -128,17 +128,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLATM1( MODE, COND, IRSIGN, IDIST, ISEED, D, N, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, INFO, IRSIGN, MODE, N diff --git a/TESTING/MATGEN/slatm2.f b/TESTING/MATGEN/slatm2.f index 2473f1f442..b259c333ea 100644 --- a/TESTING/MATGEN/slatm2.f +++ b/TESTING/MATGEN/slatm2.f @@ -200,18 +200,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup real_matgen * * ===================================================================== REAL FUNCTION SLATM2( M, N, I, J, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/slatm3.f b/TESTING/MATGEN/slatm3.f index 18c2c07d5d..f4e8337344 100644 --- a/TESTING/MATGEN/slatm3.f +++ b/TESTING/MATGEN/slatm3.f @@ -217,8 +217,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup real_matgen * * ===================================================================== @@ -226,10 +224,9 @@ REAL FUNCTION SLATM3( M, N, I, J, ISUB, JSUB, KL, KU, $ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, $ SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/slatm5.f b/TESTING/MATGEN/slatm5.f index 010413498d..37a629225c 100644 --- a/TESTING/MATGEN/slatm5.f +++ b/TESTING/MATGEN/slatm5.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup real_matgen * *> \par Further Details: @@ -268,10 +266,9 @@ SUBROUTINE SLATM5( PRTYPE, M, N, A, LDA, B, LDB, C, LDC, D, LDD, $ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA, $ QBLCKB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N, diff --git a/TESTING/MATGEN/slatm6.f b/TESTING/MATGEN/slatm6.f index 57f660190d..b0d27f7dcd 100644 --- a/TESTING/MATGEN/slatm6.f +++ b/TESTING/MATGEN/slatm6.f @@ -168,18 +168,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLATM6( TYPE, N, A, LDA, B, X, LDX, Y, LDY, ALPHA, $ BETA, WX, WY, S, DIF ) * -* -- 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 .. INTEGER LDA, LDX, LDY, N, TYPE diff --git a/TESTING/MATGEN/slatm7.f b/TESTING/MATGEN/slatm7.f index 098d1c2b70..9f9863b00a 100644 --- a/TESTING/MATGEN/slatm7.f +++ b/TESTING/MATGEN/slatm7.f @@ -114,18 +114,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLATM7( MODE, COND, IRSIGN, IDIST, ISEED, D, N, $ RANK, INFO ) * -* -- 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 .. REAL COND diff --git a/TESTING/MATGEN/slatme.f b/TESTING/MATGEN/slatme.f index 8309bcd341..049409ca56 100644 --- a/TESTING/MATGEN/slatme.f +++ b/TESTING/MATGEN/slatme.f @@ -321,8 +321,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== @@ -332,10 +330,9 @@ SUBROUTINE SLATME( N, DIST, ISEED, D, MODE, COND, DMAX, EI, $ A, $ LDA, WORK, INFO ) * -* -- 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 DIST, RSIGN, SIM, UPPER diff --git a/TESTING/MATGEN/slatmr.f b/TESTING/MATGEN/slatmr.f index c2cedd21c7..124a6246a9 100644 --- a/TESTING/MATGEN/slatmr.f +++ b/TESTING/MATGEN/slatmr.f @@ -461,8 +461,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== @@ -471,10 +469,9 @@ SUBROUTINE SLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ CONDR, PIVTNG, IPIVOT, KL, KU, SPARSE, ANORM, $ PACK, A, LDA, IWORK, INFO ) * -* -- 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 DIST, GRADE, PACK, PIVTNG, RSIGN, SYM diff --git a/TESTING/MATGEN/slatms.f b/TESTING/MATGEN/slatms.f index e8aadbbe35..eb4f4b38ed 100644 --- a/TESTING/MATGEN/slatms.f +++ b/TESTING/MATGEN/slatms.f @@ -313,18 +313,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLATMS( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 DIST, PACK, SYM diff --git a/TESTING/MATGEN/slatmt.f b/TESTING/MATGEN/slatmt.f index bf4feaa6e6..f06dcc46c0 100644 --- a/TESTING/MATGEN/slatmt.f +++ b/TESTING/MATGEN/slatmt.f @@ -323,18 +323,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup real_matgen * * ===================================================================== SUBROUTINE SLATMT( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ RANK, KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 .. REAL COND, DMAX diff --git a/TESTING/MATGEN/zlagge.f b/TESTING/MATGEN/zlagge.f index c9d2bc2402..8c2a9676ed 100644 --- a/TESTING/MATGEN/zlagge.f +++ b/TESTING/MATGEN/zlagge.f @@ -107,17 +107,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAGGE( M, N, KL, KU, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, KL, KU, LDA, M, N diff --git a/TESTING/MATGEN/zlaghe.f b/TESTING/MATGEN/zlaghe.f index 506035061e..fb77cfb4ca 100644 --- a/TESTING/MATGEN/zlaghe.f +++ b/TESTING/MATGEN/zlaghe.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAGHE( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/zlagsy.f b/TESTING/MATGEN/zlagsy.f index e030a5f18e..adbb41e39e 100644 --- a/TESTING/MATGEN/zlagsy.f +++ b/TESTING/MATGEN/zlagsy.f @@ -95,17 +95,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAGSY( N, K, D, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, K, LDA, N diff --git a/TESTING/MATGEN/zlahilb.f b/TESTING/MATGEN/zlahilb.f index e5a3178211..172c7694de 100644 --- a/TESTING/MATGEN/zlahilb.f +++ b/TESTING/MATGEN/zlahilb.f @@ -126,18 +126,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAHILB( N, NRHS, A, LDA, X, LDX, B, LDB, WORK, $ INFO, PATH) * -* -- LAPACK test routine (version 3.8.0) -- +* -- LAPACK test routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. INTEGER N, NRHS, LDA, LDX, LDB, INFO diff --git a/TESTING/MATGEN/zlakf2.f b/TESTING/MATGEN/zlakf2.f index 4260d7caae..b6b9ca4a7b 100644 --- a/TESTING/MATGEN/zlakf2.f +++ b/TESTING/MATGEN/zlakf2.f @@ -98,17 +98,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAKF2( M, N, A, LDA, B, D, E, Z, LDZ ) * -* -- 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 .. INTEGER LDA, LDZ, M, N diff --git a/TESTING/MATGEN/zlarge.f b/TESTING/MATGEN/zlarge.f index 4e1de110e1..f899bfd3ef 100644 --- a/TESTING/MATGEN/zlarge.f +++ b/TESTING/MATGEN/zlarge.f @@ -80,17 +80,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLARGE( N, A, LDA, ISEED, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER INFO, LDA, N diff --git a/TESTING/MATGEN/zlarnd.f b/TESTING/MATGEN/zlarnd.f index 18c22b185d..6e66d2bb2e 100644 --- a/TESTING/MATGEN/zlarnd.f +++ b/TESTING/MATGEN/zlarnd.f @@ -58,8 +58,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * *> \par Further Details: @@ -75,10 +73,9 @@ * ===================================================================== COMPLEX*16 FUNCTION ZLARND( IDIST, ISEED ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST diff --git a/TESTING/MATGEN/zlaror.f b/TESTING/MATGEN/zlaror.f index b8c4fdfa51..8ae8f9dc61 100644 --- a/TESTING/MATGEN/zlaror.f +++ b/TESTING/MATGEN/zlaror.f @@ -151,17 +151,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAROR( SIDE, INIT, M, N, A, LDA, ISEED, X, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 INIT, SIDE diff --git a/TESTING/MATGEN/zlarot.f b/TESTING/MATGEN/zlarot.f index ebb5d98f90..901b5ddbd3 100644 --- a/TESTING/MATGEN/zlarot.f +++ b/TESTING/MATGEN/zlarot.f @@ -221,18 +221,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLAROT( LROWS, LLEFT, LRIGHT, NL, C, S, A, LDA, XLEFT, $ XRIGHT ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. LOGICAL LLEFT, LRIGHT, LROWS diff --git a/TESTING/MATGEN/zlatm1.f b/TESTING/MATGEN/zlatm1.f index a829d91191..c916c8ca19 100644 --- a/TESTING/MATGEN/zlatm1.f +++ b/TESTING/MATGEN/zlatm1.f @@ -130,17 +130,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLATM1( MODE, COND, IRSIGN, IDIST, ISEED, D, N, INFO ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary 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 .. INTEGER IDIST, INFO, IRSIGN, MODE, N diff --git a/TESTING/MATGEN/zlatm2.f b/TESTING/MATGEN/zlatm2.f index ea93431e79..af0151587e 100644 --- a/TESTING/MATGEN/zlatm2.f +++ b/TESTING/MATGEN/zlatm2.f @@ -203,18 +203,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_matgen * * ===================================================================== COMPLEX*16 FUNCTION ZLATM2( M, N, I, J, KL, KU, IDIST, $ ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/zlatm3.f b/TESTING/MATGEN/zlatm3.f index 25d6233f3d..e7fab607cf 100644 --- a/TESTING/MATGEN/zlatm3.f +++ b/TESTING/MATGEN/zlatm3.f @@ -220,8 +220,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_matgen * * ===================================================================== @@ -229,10 +227,9 @@ COMPLEX*16 FUNCTION ZLATM3( M, N, I, J, ISUB, JSUB, KL, KU, $ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, $ SPARSE ) * -* -- LAPACK auxiliary routine (version 3.7.0) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 * * .. Scalar Arguments .. * diff --git a/TESTING/MATGEN/zlatm5.f b/TESTING/MATGEN/zlatm5.f index 4ab3e276b3..07eeb6a1f2 100644 --- a/TESTING/MATGEN/zlatm5.f +++ b/TESTING/MATGEN/zlatm5.f @@ -192,8 +192,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 -* *> \ingroup complex16_matgen * *> \par Further Details: @@ -268,10 +266,9 @@ SUBROUTINE ZLATM5( PRTYPE, M, N, A, LDA, B, LDB, C, LDC, D, LDD, $ E, LDE, F, LDF, R, LDR, L, LDL, ALPHA, QBLCKA, $ QBLCKB ) * -* -- 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..-- -* June 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, LDD, LDE, LDF, LDL, LDR, M, N, diff --git a/TESTING/MATGEN/zlatm6.f b/TESTING/MATGEN/zlatm6.f index f000f52286..104becfd1b 100644 --- a/TESTING/MATGEN/zlatm6.f +++ b/TESTING/MATGEN/zlatm6.f @@ -166,18 +166,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLATM6( TYPE, N, A, LDA, B, X, LDX, Y, LDY, ALPHA, $ BETA, WX, WY, S, DIF ) * -* -- 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 .. INTEGER LDA, LDX, LDY, N, TYPE diff --git a/TESTING/MATGEN/zlatme.f b/TESTING/MATGEN/zlatme.f index fee1eca6e4..a081353ce9 100644 --- a/TESTING/MATGEN/zlatme.f +++ b/TESTING/MATGEN/zlatme.f @@ -290,8 +290,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== @@ -301,10 +299,9 @@ SUBROUTINE ZLATME( N, DIST, ISEED, D, MODE, COND, DMAX, $ A, $ LDA, WORK, INFO ) * -* -- 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 DIST, RSIGN, SIM, UPPER diff --git a/TESTING/MATGEN/zlatmr.f b/TESTING/MATGEN/zlatmr.f index 56285e1f44..935d717e7b 100644 --- a/TESTING/MATGEN/zlatmr.f +++ b/TESTING/MATGEN/zlatmr.f @@ -480,8 +480,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== @@ -490,10 +488,9 @@ SUBROUTINE ZLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ CONDR, PIVTNG, IPIVOT, KL, KU, SPARSE, ANORM, $ PACK, A, LDA, IWORK, INFO ) * -* -- 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 DIST, GRADE, PACK, PIVTNG, RSIGN, SYM diff --git a/TESTING/MATGEN/zlatms.f b/TESTING/MATGEN/zlatms.f index 5262b1931f..b8421eede1 100644 --- a/TESTING/MATGEN/zlatms.f +++ b/TESTING/MATGEN/zlatms.f @@ -324,18 +324,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLATMS( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 DIST, PACK, SYM diff --git a/TESTING/MATGEN/zlatmt.f b/TESTING/MATGEN/zlatmt.f index 8627dd9ee7..25036483c0 100644 --- a/TESTING/MATGEN/zlatmt.f +++ b/TESTING/MATGEN/zlatmt.f @@ -332,18 +332,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16_matgen * * ===================================================================== SUBROUTINE ZLATMT( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, $ RANK, KL, KU, PACK, A, LDA, WORK, INFO ) * -* -- 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 .. DOUBLE PRECISION COND, DMAX diff --git a/lapack_testing.py b/lapack_testing.py index 666865abf2..abda368981 100755 --- a/lapack_testing.py +++ b/lapack_testing.py @@ -60,7 +60,6 @@ print(" Will return the numbers of failed tests in REAL precision by running the LAPACK Tests then analyzing the output") print(" ./lapack_testing.py -n -p s -t eig ") print(" Will return the numbers of failed tests in REAL precision by analyzing only the LAPACK output of EIGEN testings") - print("Written by Julie Langou (June 2011) ") sys.exit(0) else: if o in ("-s", "--short"): diff --git a/make.inc.example b/make.inc.example index 27dd549494..faa3301383 100644 --- a/make.inc.example +++ b/make.inc.example @@ -1,7 +1,5 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.9.1 # -# April 2021 # #################################################################### SHELL = /bin/sh