diff --git a/BLAS/SRC/caxpy.f b/BLAS/SRC/caxpy.f index b0c7f786b..416f1746a 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 dfcf7e405..2df742b2f 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 2c15a0fcd..660436dcc 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 6c7dd754a..a153518d6 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 3cf351969..7ccd6792b 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 cc636544d..348726a85 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 99bcdcd1a..9a29fe1bc 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 f3f96a6a4..1721755db 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 f8342b5bc..50c6c1c23 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 e25e6e2a7..d981e1d73 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 8cf94fa2b..2b246ba96 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 be0f405c1..7712aadec 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 fde0c8551..1b0ae637a 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 ca12834fc..4a69746a7 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 fb9925d5d..a03f7dfc8 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 79f40783c..be346fc94 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 bc0026ae6..4c19b5c3d 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 25df89497..f93f34e45 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 66ef2f290..2bd5e26be 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 751a60c8a..01be54277 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 b896af93d..e4ec8ef89 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 aa8564e7f..8137d7a91 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 bc90c0d61..3353a457a 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 272acdfa4..03c162c3e 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 8f0526410..4ac838c2c 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 b321d092d..5c1ecfcea 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 c25384ac5..2602c186b 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 205ab9c4e..0f94f4291 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 16050f167..6c78b427f 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 e69979152..792d7b027 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 2335ef502..d8c2fd241 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 6f79d066d..4c1996ff7 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 1eec65be1..a71c9bb06 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 2c2aff020..5c7823d7f 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 81c08240f..719a33b6d 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 fa0d55e3f..6491102ce 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 464673722..48a0ba35a 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 95016bdba..dc2ee41fd 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 d7c350b42..3bd40723f 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 0edf2120f..48228332b 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 29fb54343..26e73f99a 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 ba5f6b819..b1e22036f 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 08e395b1c..01a1f0e8f 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 bdc8ef434..3725212b2 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 9e069feaa..717bdba24 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 abc90cd18..e3c28ff4c 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 d0d03551a..bcaec27f5 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 fc5d8fcb9..aa97ecf00 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 9adf1635c..ebe4ca681 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 0f7c69406..e6315d3ca 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 5f8b0927c..f056bcf32 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 f9cb49802..5305a8523 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 6e26c0f4f..4d7cd324c 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 f9d709e2d..0f0c0f173 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 175d8e84c..c52ed4be8 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 e09cabcff..e00c8fef7 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 622d2469f..136333dd5 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 4bf973f10..27c0595ca 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 7fe256fa5..4e0ff6717 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 8970c4dcf..496dc7ea4 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 f3a5940c7..478486961 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 4be4d8d3c..f437cb692 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 e27d50f2c..d01b6c3eb 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 d8c6f144c..827f47cc9 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 bad91f32e..58f086126 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 abcd0770c..946986fc6 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 0241c4d14..39789efda 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 11c12ac72..fecdd989d 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 5a92bcafd..4fe97fbb3 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 331f1d431..89131c863 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 b3a46ca30..695524789 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 f868c16e4..edbfee30f 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 02bc90ae4..fcde11887 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 1578ea950..cd74fb747 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 5aaa50e4b..0a4136f60 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 c0aabb7bc..893fd01a3 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 d81947869..6aa400706 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 ba363820e..6dfa917a3 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 bf49818d2..546e9a6e8 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 23036412e..5f070b8f5 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 738b2ef15..0c2df0f70 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 9fd7c661c..4719f9ac9 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 8406ba5a5..659af9ada 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 3d26f8308..79f4dffec 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 a491e6982..eaad29f0e 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 df13b588f..88140a178 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 a67f80eef..c2d8a8c10 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 a76913860..34cd02d07 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 7dbff21d3..ee0e2e028 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 b8799f1d1..319065591 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 22c1b8b60..b1944a26c 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 10bb4fbb7..bd101edf2 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 99e028185..aa4f982bd 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 c342a9e53..5780a29e6 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 f0e210052..e7e36cd75 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 14d702178..854fcbb8d 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 39fe2776a..3af954031 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 79df3c28b..0f0b406d9 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 da33c6cdc..6266da35e 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 fee7df20e..008393b3a 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 6263c1756..ca1d49b74 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 d3c4c38ca..ae5348e2d 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 bdc39449e..423e46574 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 d2dcf8d72..d6363b5f0 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 b271fdcd7..7705c9fa2 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 abaddf99d..3345dab4d 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 a714f2059..c1416bb98 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 721b80494..ce48eed88 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 833f808bd..a2391ae12 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 fe1f40780..06ee2a1f9 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 e11330ae3..217e5acad 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 e9f681e89..d635c219d 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 aa805f6b6..8f3c4aadf 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 d9e41e763..eb9bf172b 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 bbe6cceb2..0d73705fa 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 df4e62738..796107015 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 d670a2b78..b1b88f9b9 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 5106916ac..d34df4029 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 3ad3351ba..0e0d87dbf 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 4318b422a..077aeffad 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 b85e86eac..a3b0bab01 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 a87a28fad..9a79ca614 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 7303df879..43650ecac 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 8135d8cc1..ca18d6d8a 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 7088d383f..eee461f3c 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 058dccfc1..428f4c87d 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 683a778d5..b538c0588 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 19d8f7d45..8edeffce2 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 d63778b75..278cd8b96 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 3ea0753f4..c675defba 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 5e0c89634..992a94cfa 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 e3a383189..cd36656f0 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 474c65e57..e19a41f9b 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 0d11f227b..b962099a5 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 9bd3ea45a..9d59226e9 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 af82dfbd8..44d0c75a0 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 1b0fd3aac..91deeb2b5 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 6399daf20..de3097440 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 c52f62258..60e0b94c5 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 6fd2d7fe8..a9c788a23 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 bd37934ae..7b191d033 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 92bbfeeb5..68e518e78 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 122539f58..728154864 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 a4d9c2ed1..fc0dafbbc 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 eaf850046..57b87a9b8 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 65aa2a0ab..cd7014314 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 538888424..47fcc2636 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 0f445f52a..62b1c5e54 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 52d1ae679..e5a4a5ce6 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 46a6afc77..a4e92f015 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 ba7aa35c3..0f17a8b3b 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 4f682cf6d..6a1f02e7b 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 8c7bac48e..87972dbc2 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 a65e1364c..984939118 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 e3905e6aa..f7518ee5d 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 9bbbe9792..22a1cf12a 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 1ebec4ffa..e130347e1 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 433e0f91d..6727f2dbc 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 56ead8640..16d1c04e9 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 66edac14e..a304b3917 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 9147e7f78..4b8460d09 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 4a20ac567..ceb86e0ef 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 0e38334e9..d538f566f 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 0902e1239..534f2464a 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 9073cd45e..37801ec55 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 @@ *> 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 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 37b30551f..1687afc01 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 @@ *> '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 @@ *> 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 @@ *> 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 @@ *> \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 @@ 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 @@ *> 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 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 739568818..eb035283c 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 35377643b..b3dcc621d 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 d0a394578..018d4d17d 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 26f8cb17d..05f82d6c7 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 22df7b442..a1914de10 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 7635a9681..99a0d9d0d 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 430a46a53..ed108a825 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 d7398870c..dce92bd5b 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 cead2c5c8..90e9a999d 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 aad0e5836..03a5e6721 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 d6397e81d..b8eb1e1e4 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 6ee2b2dfb..f9aca1ab0 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 59fe522eb..4140a3861 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 3c3dbc800..97a59f013 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 1013cffdb..5e6b85551 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 2da0ecb65..75c44f0ec 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 d2db07c61..465a06158 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 cb9d791a7..64f8b8552 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 104632747..e84f1a4d3 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 2bcbc6b3a..040bb2c4a 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 246060827..92a253ed5 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 7e57f26e5..9f2ee172b 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 eeaf52ba7..e06ad184e 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 06162902f..34f680109 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 0c2b40932..05379f67b 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 97d22d27d..6c8132e3f 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 43044cda7..44b528208 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 cb7869e64..1a4e50f41 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 067151adc..760aafe69 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 454718db0..995e4a7e6 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 ea983b667..d711d6343 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 9eaa1818a..784c7a41d 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 342f446ff..e2e2cba8e 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 @@ *> 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 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 fe7cc4e21..5141523ba 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 @@ *> '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 @@ *> 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 @@ *> 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 @@ *> \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 @@ 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 @@ *> 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 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 da8bc990b..62a24fa2a 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 c5e31adf6..b549399ac 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 a358d7c9f..c741f5c43 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 b2ea2a93e..4889ff39a 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 1c027f862..eca211d1d 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 c8bdd6e4e..348787379 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 35bdcbcae..d74536700 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 e88ef2f74..b0fbcc235 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 1e2509bf0..765359163 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 a9236d23f..35d5aae76 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 979e61a49..2e62d0324 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 32dd5cc7a..cfcac5e64 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 054747248..b7eca0976 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 dac495f61..fa41ebcc1 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 eb9f7c444..2175d38c7 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 ef5997b93..09947879e 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 97417d4f3..1565e565e 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 3ec851769..ffa953a79 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 3533ef812..d0ba5131b 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 05b1f2b4d..293ee1719 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 e8b8afda0..cfa1cf1d2 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 142886314..5b5d39900 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 2a7cce077..49f456c4f 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 84924afa1..1717cb840 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 7a763783f..5c48a7ff5 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 fb70b3a18..79b202f39 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 7b824c7ae..1a9cef050 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 1b48c3d65..226d71e0f 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 9232451f1..e569c1089 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 95855a486..0e8686803 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 0cd96f325..5ff0ee995 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 332cdf92b..22a4dd8ed 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 b6e188428..84c489198 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 0cc2b38a1..137ff8edd 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 70409ddc1..f8f350c6f 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 3e009f9be..724c7db5c 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 519c4dd2d..ceff5fe82 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 28f5e938b..33d18b12f 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 f9f1b0588..521b7c06a 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 9cfa2a756..7645e6bf8 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 0204cad85..75f5a21ad 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 9c112797b..77fe29bdc 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 44a79a47a..1bb45d3e5 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 5029ee978..c1360cc34 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 3d3e0e2e1..fb1806f74 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 f2095cafa..fd97acfb5 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 a19de2314..abcaec976 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 728686d70..13b69902c 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 d4fbadf16..a4de1edd0 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 6efd6776f..2d04730cc 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 0a6779ed2..0416d70fc 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 efff6edd2..d172f8bf5 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 255565b25..4be2ceeb6 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 2c0c2a1da..5770f2011 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 798f9a053..081f5b129 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 c3d99b244..f9eb943c5 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 66cae990c..2257c64df 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 23600c29e..31fd49d46 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 35cda0479..e5c0295aa 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 41278428b..f5604495c 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 1311ab93e..19ae194ad 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 2dda8465a..48487f1d8 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 6b14b85ec..a73205a26 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 2c6473846..66ff1eed6 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 6f6e425b6..3e246d3fc 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 18bc040be..a900631c8 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 84178f058..8bbb4a820 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 f53bb3b63..14daaef18 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 5afef301b..7c7012f6e 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 9d022dae6..74197666d 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 801f4d3f5..2fc647be0 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 94efbddb6..10fcde2ef 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 b87eb9ce4..ae5773c86 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 2fea9670e..8a46e2185 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 c3387a576..c2ac42315 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 ef0aec1b5..8661b12e9 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 e2f7fc918..071032033 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 8ad40e6c6..440804c09 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 9b9e5a442..1e421864d 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 c29f260e2..fdb5a71cc 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 c185ea836..e2772fd78 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 53ee3d483..a8bcd39d6 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 95025e1e9..7b70fb34d 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 28c5ace15..d4b0c94cf 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 78fc73371..638935b2a 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 6467994c1..2f161493d 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 1cc87a819..da779ac3a 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 b97414a6b..be3e66504 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 a55a4a972..14f8e9be9 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 df6ff5567..8fa36b85a 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 ff5cc9bcb..46ece5ffd 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 1f1f8d957..4a80430b3 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 2293c3c66..473327555 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 1f6d3ccaa..a8596a4d5 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 12b4ca767..4d63fc2f1 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 be4056031..6e3cb656e 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 4ffe1112a..dc03b2d02 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 1e28a0342..bfaecd7ce 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 c51a8d876..8cdf3d5b7 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 97faff450..de5894e62 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 f15ec885d..962624d21 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 d16dee407..fe4cfaee3 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 1b53a47cf..a16907e27 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 d892dd1d3..3bb767044 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 57d8e556d..0277d77ed 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 37a382783..03492c96d 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 eafa97459..1f00b43a5 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 e96957ceb..d28139aab 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 8c4557a19..70198ccdc 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 ce91af9a1..1e9871ccb 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 9e04e1d13..53b6d2cc5 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 9bc7dca31..85a15fd4c 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 558a7f308..3797475ed 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 c5eca535e..8406635e9 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 e86f76e4b..e73e524bd 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 0acddf50f..de47ad4ce 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 ddbc0a5b8..950c6f327 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 253cbf00b..9ce9e8405 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 138e229b0..34ee42bfb 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 5958316d2..70fc1a183 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 a7eaa7920..8136e2c3a 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 1c3111016..809846217 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 6d11b0c83..f192d2a52 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 343e36603..eba00c30d 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 7f7006f96..1eb26d1fa 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 18d4221d9..90b17b24d 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 fb2ec9e8e..7d335fac1 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 35a9e6583..b93a4056c 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 a3a619b70..cc4d90096 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 243e9842d..2e25e863e 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 ef176a4a9..1a1d7b23b 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 cf10e6385..192e1497a 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 d1d3e5b1a..47783ed62 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 c9ff16725..ed6c5ad51 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 8f2ed4d0e..0e6833944 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 d0f066130..0e67e0b83 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 9c4d62f3b..598f193e6 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 58298ed40..3dafa4242 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 ba4052d9f..58fc3ca2d 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 6903c07bb..101d1a147 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 6c75a5ad3..765b290c5 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 680929729..f52132371 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 f288dd238..b1dcad8cc 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 2f0aaada8..a8f06f5a1 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 4bbb78cea..ff74939a3 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 9581691c6..5962dadb1 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 327459c77..7edb1fa9b 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 8a0323c1a..629a53bc9 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 e44e1e5a3..b14ec96aa 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 ae43cf507..6443a8482 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 188b70bc4..ff129a8b8 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 94c081a51..89785ed8c 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 702400b19..9c3adb6b4 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 5b84dee8c..62740bbf6 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 61dfb50d3..0b3da2d7a 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 fcc1a9ba3..dce0b2ab7 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 a35ad627e..e91ee810e 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 99cc29a63..a3e41570c 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 789741b93..31cb55503 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 aa1086af6..17bcc981d 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 be11a4d5b..d352dfa09 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 a8851348c..247fcd06d 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 520bde7d9..4e70f2b5a 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 ce25c3483..660ce4626 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 74b6f2e33..9462e88fe 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 6656db201..16d622a76 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 34cb131f5..e0a00c616 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 8144b8712..17b6b54b0 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 0d48b5fc7..ce6d50cbe 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 a5bf20d92..324b23197 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 d3f1e2a71..b82b5a004 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 23fb4b3cf..28ca7d9a9 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 65f731596..fc04a92fd 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 279b07996..d79f95cf7 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 d9a44d271..b3f729b0d 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 a7f253e98..80094adcf 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 0dbf280e7..83330ce12 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 16e86338b..1002f6f74 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 e7b23f35e..926b109f3 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 170e59e75..1cfe55857 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 25a3ff780..2873010ed 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 4b0500d8b..f63ec8e8b 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 502e1c6ac..d55ebb3f7 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 4f5c916c5..696f66649 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 8d243ef18..4d17200b4 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 d79802aed..9f0da84a8 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 d62e9a9c0..aeba6302c 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 f5736c1d0..809ebea5f 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 675886a39..933c5afd9 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 b4af255a9..0321d7baf 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 e8e9a6830..839e74b3c 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 e0f0d92ba..83cdd05ee 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 fd29cb8b4..ce554ad78 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 1f30a8335..fba050c36 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 401f47cc3..ea94132b6 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 ac962eb13..9e8a26842 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 9c179c2c3..ddebb9e73 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 da972842b..13d427259 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 7b52c7bd3..a04b04a26 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 31f453168..d28f0f1f3 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 3850cb2c6..b977a94fa 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 5a7331d87..f1b037a11 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 ea5734bf9..f6e2ac84a 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 5acacca03..736c33e88 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 0a30050c9..1fe2c9e69 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 634d8032f..c54dc555f 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 31ca9954c..3b58b0e2b 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 54866ea41..af00a5366 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 1481359d7..08a2f0e13 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 ac4e8e959..30294c58b 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 de2d7a940..e0977e0b0 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 f11eb1d17..795d074f5 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 dd2f78cb8..730bcb759 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 7118f4d2a..02e5df29d 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 bf231c39d..4e18f9b38 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 c27f29221..4efb6c03d 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 aa78e678e..f6d2ef024 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 75fa47915..56bfc411c 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 cb4d34a09..4fa71d252 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 d26c84785..13a1dad7b 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 e8f212efb..d16f3f0b0 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 f277e7f70..bfa2468d7 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 a09eac1bd..788d28769 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 44ff104c3..29525cbeb 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 e3d1d89fb..3e4f75ef4 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 f7a41d6ea..44cae07d2 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 93add3f5f..22b6594ed 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 f9947b307..4d90468ce 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 c1bd5a1c3..ca0ed9ec7 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 ff7dd3532..5f87894f6 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 a29e01961..f6bf004e3 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 15d052987..f34a9cba6 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 537b9450b..26d35a070 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 910f96b3a..52a7356a5 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 39c10ad0e..35d69120d 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 98c901982..1a0cd6a49 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 b55e8191c..b9749d935 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 3ba62746e..9ff28f559 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 3551d39fc..132d0c0e1 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 ecf13792c..dfcda32e1 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 48fddbaa7..88a000be0 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 4a897986d..c2da39339 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 c69a85a57..438803de0 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 9a0a81f90..2fc9c9dae 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 af13d5318..4a7277897 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 cd8a0cf5d..4ba72aeca 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 d9a44d315..711505232 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 88513b1a1..62ee5bc96 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 4741d45c8..c5a5caa44 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 10e0d1d51..83a5bcd42 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 57a4b68ce..864739662 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 4c7b29d42..9cf0c0460 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 b73812376..3e1aa9607 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 097646170..9ef874929 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 69293aa06..700ecf7a0 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 5265dd4f8..8acee8228 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 fe14cac5d..378cd7586 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 06b55da98..bdfb2493f 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 69015fd93..6c950ee7a 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 87539d6fa..323805918 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 72373c1e6..be3a442c1 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 bd352c54b..2ecf93478 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 bb2bb8dc5..ccb41ee62 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 e4d538779..dcebaf2f2 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 15085b8ce..7caf6f2bb 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 01034cf35..b43d92bb9 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 56cd7a1df..73ce55ac6 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 7ac80fdb7..a2afa602e 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 0f9042eac..b043364a3 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 239caaa2d..5d68dd005 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 18ef7e5ad..3822bbae5 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 a0d432c05..c87c032d2 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 6937752c4..3ea66e464 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 56ee846eb..ea36e0c70 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 d9692e062..2e0031a04 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 59ee0aa1f..5650df6e8 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 66f718f3a..a47da6028 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 2f06593ca..f00609f79 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 8a12e5eef..60ab9044f 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 5711d8bc8..b564a84d2 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 3c0623224..ab5610a05 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 18e855f61..1d521d720 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 4cad1f863..aa85d5df5 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 455622bed..ca57ca9d9 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 41d293d3c..6c781d6b8 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 ffd31ddf8..b09bea793 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 e032ae7c5..fda67007c 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 e6fe50a0e..b3b5fd433 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 c16d3e353..ec1a7d09e 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 6b2e321b0..9a51bbecc 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 c2e157bb3..068691622 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 ccaf5a624..b26479185 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 a355aa831..eefec0b07 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 52638b70a..ce312e6e1 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 dd10e50fc..327aa03dc 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 65989287c..36fff84e2 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 fac263caf..deaa8dd03 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 fbdb73802..7fb13d0d1 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 29a3cdca4..90b89ce8a 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 6b6bc0a84..eb383edbb 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 2f1750d25..2aac2227f 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 088be1224..0672f9ba9 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 8b2a500dd..7e4509e25 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 4640125b9..71499d275 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 b93ffcc58..8bbf650f6 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 587d1509a..df8989f54 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 8aec3c197..98b28a074 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 2e11c1037..0e3876d22 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 7d001695c..7ff379d9e 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 3412dbe5c..0eacaf382 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 099d884eb..d51f00c80 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 7be90ee32..c82716af2 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 12f8e5bf0..7260defb8 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 37ec61905..21dec80cb 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 2c21f2404..6084db192 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 88df3abca..7a2c7923c 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 bc7d229ad..dc3313f68 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 2e1afd4a6..957f16d77 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 8b75c64c0..43d9c8992 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 a88a35b53..1d159b7e7 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 40b221032..51a10195d 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 210d5ccdb..ba3590d92 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 49f9fc500..139de1dcf 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 a3b1a9d40..4e606b948 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 5b9088cfa..8c58add54 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 76578a57f..ad364f84e 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 1d5692827..11bac7ccb 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 9a77c8ec0..1e6ed883e 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 eb61e840d..11f41bed3 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 0d374d139..8cb37df7f 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 970b7d7dd..390e42068 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 0c415c4d1..fc9b9f8d9 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 8f1d6b4c0..d565e4669 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 3e0433b44..f5f6216fa 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 80d262626..d9513e8ce 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 2c2c2b0b5..c14540589 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 5bfab7f95..a9befaf08 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 cd989ff95..77af6c4da 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 48388e615..727bd5438 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 0b6c4c23e..abe1a9655 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 104c4c4fe..99f14e882 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 d1539224a..281a12f72 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 63fb640c9..a72cb152e 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 f4f98fe15..841d41c44 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 128fab4ad..6b1c25f66 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 472a6c5c1..7bd436d4d 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 ce5ee25ca..4875031dc 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 5c40c29ac..b515348ea 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 17915bccc..561b8fad3 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 a02264eb4..018f87373 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 099f1104c..6c30105f9 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 2ddd2e211..88e765f2b 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 8c4c21935..a0bf80d0d 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 e8f9ced1e..8b2a4da34 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 8830e219c..2496296db 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 e0bb39589..95ba11b05 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 3f57c96b8..9cbdcc335 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 7f80b7830..9fb300d60 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 cd12ee39c..a2c048cf4 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 3aeb0d7e4..ccd34cecd 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 b1af49477..3ad97c22d 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 9e852a406..238b81f27 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 aa8546d9c..06a6a93ff 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 961d7cbab..9691afb85 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 dfbcaeed8..f540bd1fb 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 786c21412..6ee8d09ff 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 3bf743462..f8d6f2dd5 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 7a995005a..9cb36c304 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 324d5e10b..ef5061a62 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 fdcb02947..3e96570d1 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 70a75f733..2f4a781ef 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 3884e6a30..3e320f556 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 7b25815e7..136c84a78 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 e4d746c5a..f2fa6a7d4 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 9e9c3a36e..79ed26a19 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 cba497a28..62d0e8918 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 1867987e3..0b7d2cde0 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 19a084350..04847345c 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 1ee0c1307..b96cf936a 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 1ce7078b0..071a95613 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 0b9f91539..8d71c3768 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 3bf733ffd..e5f81169b 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 a8db32a78..340fcd61e 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 4468f57f2..ee0bba51b 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 3b05b59fa..f139ecaf6 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 64ef7bd13..4c8faaf62 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 fa2c49104..3bcc7ca4f 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 bb52e9da1..d88642191 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 8aebca0eb..1e583fb3b 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 6528cec0c..4c0b27d21 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 4e74b455a..f6f356e4f 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 a14d5e150..47a12dd3e 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 a31bd2917..a63c8fddd 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 975c08158..9b2f160eb 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 1349bab8a..a0c1d4c0d 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 9ff63c177..144c2af89 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 59d2cef3c..af8078b84 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 382dd63d4..afc8343c9 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 5aa71b2e7..29f939246 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 57b73d007..0637acb96 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 5621b2834..1120cc25f 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 410ab4d9d..81ecd03fd 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 3d66c6ee2..819bbdcbb 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 b2ba482a4..bd8fd6b97 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 ca5c4baf8..25024a6ad 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 9ee976448..1945af0c7 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 72f2748a8..39e45ea82 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 3b5b4cfbf..50bb97998 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 8662ceb25..2df58a166 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 e8867eb4e..3063f9716 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 d8ef90a17..aa9421b7f 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 80c2877bb..530d96775 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 d742fc1db..4e4342eb5 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 bb9a670eb..94296c7d7 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 1f6810ae3..f5903a8b4 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 df0d5b8c3..fa401cde1 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 86c4354ac..d732801d0 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 2dbb650f8..d420171ab 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 7970ffd2d..a329787df 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 ac1805d4c..d8c7a2479 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 b1bf4ba3b..7fd0560a7 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 4d9b20ae2..9d29d5842 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 635d1d305..128a1638e 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 bf80ec5ed..3b006e6a8 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 8623d63a7..d4f987819 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 a5f056698..638b7595e 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 a73f7d43e..dee555b63 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 d0ec180c7..0f4cb52a1 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 42fd7e83b..aea7edd3c 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 f0e546523..1cb51bfdf 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 610bbb8aa..111f50c77 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 f62c61f6b..7fc34be98 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 fa775aef7..312280a58 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 6a182fae9..6d6ddcc02 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 acbc1a8f0..ad9516912 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 bf428fb17..fbf68f977 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 68dda8162..d4a3135e6 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 dad29b6d0..38247619b 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 fa7bda525..b786bd4c2 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 5a80ef347..89fba4257 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 ee536decb..91a54af81 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 6eab29d05..091c6dceb 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 ddd4e098b..b59a21fc7 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 f4111a287..630e154c5 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 892d1eb4b..d4f5e53d0 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 ebaab3b6b..eb861647f 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 d7cc964b6..1298bda8e 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 3bc194f7b..1205a5813 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 298d8f734..501e85b45 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 8e69403d4..b7c7b236b 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 307dc0acc..f2128fa3e 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 7de0ea3d2..c617fb344 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 9fc111c9d..262ea9470 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 2e5185032..ce4a51292 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 fc6ab6dae..5a16eb7e5 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 ad51c857c..6dd5476aa 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 18ea7115f..b49017814 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 bc8abf39d..61d22b496 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 27d709e8a..fe9150bed 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 19c011e7f..d17277b65 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 d24b38314..90fffaed2 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 1c9b801e2..6d4a52dc4 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 e2e378bc5..b245cd06d 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 c5b1f91d2..078356f57 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 dba376679..794e99e12 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 18d6163b1..f75ac35b7 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 38da17b9c..b3ba12b5d 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 d74415ea7..6ba643e25 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 d84f4cd5c..6b640445d 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 3103d5286..5897d74bb 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 a51fe264b..185c164a5 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 bf433b716..ca97e4d79 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 09dd1c622..58f3dfae9 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 3c0be27d5..61cacfb14 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 365fcda0a..5574ea58d 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 86a0cd72d..8d81dc163 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 2fafd58d2..49f1b394d 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 9f7516c5e..693e84aa7 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 48b742454..53e686b47 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 51e63c675..304914526 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 1afb12b3e..7327bfb15 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 7877925d2..457d70bf0 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 0f6943139..7ccbfd7bb 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 e6b02d4d4..1472442ad 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 6d5dcd646..bb1ad9d10 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 47323dc4a..b00e8fd96 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 e16d8aecb..3fa8a6939 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 2eb942e4e..d3e1d691e 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 80a85179b..be6da3339 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 79921b333..e1bb1621f 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 fe9ea16c8..3469e11e0 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 54cebff1d..ea5da573f 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 c988efb08..2769eaa3e 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 501ba2bb0..b8d8b8bdc 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 c461bfb1c..e22ce1c40 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 ceaf43776..6ea79675a 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 72ebbe279..fa422849b 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 11baa9bb6..022271052 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 9e012b9a3..53f0f9032 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 c93bb9c8a..db154bd91 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 dabe31512..6180de776 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 e2f74464e..8abf0e070 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 b2950c1e3..9721074a1 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 f87f05175..71facf581 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 a9edbe706..95dbd0d8c 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 39034a158..b3feff5b5 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 80b10bb82..291da4e71 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 b64aab954..a9e4f784d 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 f9ec15138..dfd4a1639 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 fffac2b41..ae60885a4 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 6357c37bc..d2bcd301a 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 690ed4718..be412876b 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 ed215531b..def8e235a 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 ccde4f48f..9b1f6b545 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 0448a1f2e..7dafe090f 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 1ccad12f9..8cad47aa9 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 665291c1d..7139a2d15 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 f6661c85c..1a25fcc48 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 52b7d2483..5b21a0ad7 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 f98e8259b..740d917dc 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 a010800db..0f76a80e9 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 33479fb95..0e927ae26 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 43eedb4a9..5ed9fae6c 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 309af8596..14d37f621 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 cacd6db92..c9fe76d5f 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 6ab637c4f..a1660758f 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 5c7e0be13..f47f6ca55 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 45468188a..56b5e7202 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 75ec8f024..a08dbda64 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 b91d8a855..5cf644839 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 944033446..3fad4a565 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 5b9282fe5..12356251d 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 44405c993..260bd6f2b 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 8567a07d5..adee0ee00 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 962416c00..628eb2617 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 ef89b839d..5183ea637 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 ff9ba03b4..fc71b4a3b 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 2edab2f9f..1396d0b50 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 7ef73971b..f144e470c 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 ad576b236..1be7791b2 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 1970bc91a..a22bc29ea 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 3e4b737dd..9683fd46d 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 047a25980..c7403bb5e 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 21b86a0da..35fc065d6 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 f5e330b12..0ffc705a3 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 e17e623b1..62228ace9 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 14d572188..18ac02dc2 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 b97f12029..0b617f293 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 a236b332c..a4ab5cab7 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 1c97c7b06..40330fb33 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 d1e78f381..7ea6ec8cc 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 2c2043314..5916f9e05 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 06c99b0b8..fe135147f 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 66c69c795..6648c407c 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 f7192f11f..df022e409 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 0f7b3d7f9..c230cf3da 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 34b7a6294..d0ac11a67 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 647e23884..33ea8b469 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 9f4236e9e..3e3de5df0 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 0b88ed9f4..f6f56e457 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 1c34d2d78..1b7e5ed11 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 6bfcdc996..c543cd44f 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 dad45119f..2bf21a8f0 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 b14f3b4c8..f864b37bf 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 9ea4e3648..3cfa3ec52 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 fab7b9f69..358836a8a 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 171b7bc31..7728527f9 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 d34080c90..3ead5ed91 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 2c7619a5d..1d0b0126a 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 15826ece3..9a688e2ea 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 c776402ef..e57bcc198 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 ee153e25a..78ccd8570 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 d460cfbaf..5ec948e7b 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 24097024b..3c2291018 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 9ca49a5e9..c1ce56e6e 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 afca000a1..cb5c7831d 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 1ce0e5bfb..4ac84f3d5 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 fd49d6a7f..d82d269a4 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 dac499583..8406c1a87 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 b869c2020..4d7093eae 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 ed09390dd..8ee69bee0 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 720c5dadb..ae6b31919 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 3aefe6c3f..583550ceb 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 5b6a9141c..b9cc0ff36 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 4a32aac07..2b6de3221 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 793e9ba11..5683ca498 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 fafe1f068..e34eb0240 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 679c661b8..8c0445b01 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 7a136c439..49c6863d7 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 159fb43a5..e9ace2844 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 03186561b..8e03dfc4a 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 8c0b3d13b..af53062ea 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 f2ebe0af3..af4b366d9 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 426e8486b..dc003c843 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 1d12d18ec..9f301b52a 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 164845356..20019fd51 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 0556d932c..d1babfeee 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 0ea1feb46..f7a57c670 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 b8c63d1e6..8959d5ce8 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 3e3b8d894..667d40aba 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 2045c9fa6..865b5769a 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 d17d1eda6..1952e024b 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 0120f0251..1c345f121 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 4fc39cae7..6dd50ba90 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 68951183a..d21c99bce 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 6669f3f7a..061ae686d 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 53138d2f5..228fd38ba 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 fd0a40c17..200f8a56a 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 fd788b200..8589a6589 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 c4ea703af..90af29491 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 8ac03cf81..9a557b602 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 7ec2778ab..c33b868ba 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 3d0e6bddf..c5178ce3f 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 562f253d9..779e461f3 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 8ae40e6d4..fa05aafb2 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 4dc5b97f9..91a4ca9f1 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 339ed8d19..8a1fc02f3 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 fb0a0f7ee..4e7e2cc16 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 0ab02e046..a5c24a301 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 5bef3cb65..d71462d91 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 e2a8b794b..88429715c 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 4159e86b6..45fc0556f 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 747962b41..14b888ed2 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 a614694c1..a3bf9abbd 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 70c7690f1..3c9d9f806 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 c80f92a8e..668c39c0f 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 23db9b7d3..8920917be 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 9247dad20..bad2c322c 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 c30dc646a..0f8426e23 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 82fea68ad..65154554b 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 1ba081d1c..76a0f9da3 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 ddae70345..898211404 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 e2b9d8e5a..b892740de 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 482db63f3..bb551fcbc 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 0e45c97c2..96b18ab13 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 d80bc526e..3273b4297 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 0da3b2a82..75be3d9e4 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 127dd8c57..003939ebf 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 fcecb5889..d73a76f90 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 f340c8c93..224fa7866 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 a7cc3ede6..204dc72a7 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 92c988131..1256dd547 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 9fb1c98f5..ccfda0ea6 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 1ad2afa3b..a49796773 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 a187db5d1..ce5a37cbc 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 ec96052b9..e410b95c8 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 7e3b2994e..cc9942940 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 81d788d71..c2e235ae8 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 872bfba89..5dd15775a 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 d9fb2dca0..0b0712dcf 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 1c426dbd5..8a22f3c7e 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 6c96735ae..662cce33e 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 bf78dba19..b37afb1c6 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 ba026ae68..1ea17ca56 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 d051838df..cb273ac44 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 960d62dd6..afa01f3cb 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 6d3b12bfa..888fa6c2b 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 849b06ce7..aaa706099 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 8fb36266c..7e498a225 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 3b27f86cf..2f0ba2430 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 4eca3bbbf..d3330cf9b 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 b32e79b93..88d0e8765 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 fdee5cbbe..f5506ac1d 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 e5a8b8240..a73a6e947 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 f3ec282f4..b8e03c683 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 89be123f5..ff655d969 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 c2b3aa1ef..79c7a9ec1 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 40e694e7e..c1d0f430e 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 5b191589e..1e7904e6e 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 171177843..465e599e8 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 5803e4542..fcba3475b 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 da6bf077b..6fbbdb2b5 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 326c2db2d..3eaafa13c 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 29612815a..7877ab94d 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 c9b4679be..9c095e283 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 7fceeb6bc..3f54f67e8 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 b86be71a0..484d10d96 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 f2e868c5f..305ad68c8 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 e019b942d..cb29d3d95 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 7cae13022..0176dc952 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 c2d2f5c33..6b4882065 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 a991bef46..9178bc3b7 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 2c9111b05..a52d72187 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 a08116fea..baac4b61c 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 799a8551d..ff5096f96 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 27e5c18cf..cb86478d1 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 93fa3782f..bdc2d129e 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 9363602f8..744ca54f3 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 909c9e6b6..afa8b1e52 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 35eae3eb6..e9a63fbad 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 50ee401a4..c0d113e19 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 5ef6c62fb..9ffc4374b 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 deae15768..267d773b5 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 4cc6cbcab..9ca44f8a7 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 ed00ae407..9b475df5b 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 e96de3742..b6c1c23b4 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 e8fae93a1..09290ed47 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 a80e2bd7f..0011c7650 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 03ebb54c8..36336d1b6 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 f80c41f44..875972d29 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 77390f619..6a18199fa 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 193d65737..7796edffc 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 4452e9a01..dcdd64621 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 460155d34..a2a351d1b 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 074309e78..c4de72394 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 97612c1cd..dd14b990e 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 533e81af4..9efb49ed3 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 a3de86a97..f5b8c2871 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 ed6ce1074..019bc822b 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 d9709bf89..b8952e21b 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 fba9a374d..b13a24076 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 016a45f6a..35d9d826d 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 ce1690ee2..3bf06cee7 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 acce76881..cf838d01d 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 1bd50678b..7d367b19e 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 e5ce2e699..8880e3ca2 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 979f0804b..7a64cded6 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 186273351..1852cfb22 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 554da9f47..853c5614f 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 790119596..d096313d5 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 80cad2ac5..242082216 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 ca888f1ea..e1692dc30 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 b82784171..a3d595acb 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 6d318236e..97a1c90ac 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 31f4bde7f..2ba4f07ca 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 02b08df35..a5fc7b885 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 e85252a14..80072ffdf 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 b4be9ea9c..6fbcc2047 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 a1179a466..b254538a2 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 4b8c661d5..7b9e8c350 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 ade8448ba..2ecca4537 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 cb2854c79..c8891f6f2 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 7a8bffae5..c5274633f 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 52f7d07c6..b9bde96f2 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 0dfc25f4e..130490ab1 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 63098b232..74256a0fd 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 b9eec50bb..8d53351d7 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 4c26cb7b5..20a1700fd 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 ac4b85847..a340e3a9a 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 403060643..6e461c643 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 8bc3b1cb4..112e3fcbc 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 1fbccd88a..81a2d4d6b 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 f24febf7e..abd8f1726 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 856b6d1fd..fcac66762 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 e622f3ce6..433e34bfc 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 4d45fd929..3967b5c19 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 894f47025..f52269454 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 8a75c08c3..04a798509 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 01a90771c..513cf6815 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 510cacc9f..e2c8706aa 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 0cafdb0a8..8a4c7cead 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 8034676c3..b447e258a 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 ab1189db0..85e53a74f 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 57e8bfd4a..ce069abf8 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 306fe68d2..d6606e3f3 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 c2a6e79f3..6cea16ba9 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 9bf5bb563..cd571fb09 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 61bd91c6d..6b261e953 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 2a7c0b1b6..7bef2230c 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 57f9208f6..52a069580 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 66674336b..c6c65d2ec 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 1801e86a5..cc7717752 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 7dbc9bb88..d622869c8 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 7bf831f8b..4e1b87681 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 0de92a254..0d65f0529 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 b17c03776..ff78c13d2 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 b326cca9d..a2faa39bc 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 c375d2503..c2cfab8be 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 200b346cf..3ed28908c 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 95554b732..1a22d312d 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 12d834b0f..0de5f5888 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 716ba1fa4..946401337 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 47879727f..7fce9ac20 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 b4e2b1668..2e34caba4 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 555d07b90..5835fc51d 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 ef2c0e256..819196bc4 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 4c808be22..ed34dde9a 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 3fe8c2b32..4ef372005 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 2b05285bc..6f79ae737 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 c8b427e2c..9f889e464 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 afae5bd7c..dbc9e10a7 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 8af10825d..1dfc507ee 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 aaac57c45..b2de85a6c 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 9adc61d0d..2098e9424 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 6f84d6748..c551b6266 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 edd90b347..cf0e3200c 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 d383c4c74..f91887ffe 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 af890562d..8dfb851ef 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 09bd5203a..c49152aa7 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 00e2397c5..42f58afc4 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 d9cfd7aa0..f512d6afe 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 5c4a12f79..b2c3fa3c7 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 1d87cac20..079ead78c 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 7a05a4647..43771ef17 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 57c1bb0a0..effa1b3f5 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 91eb7bf8c..605b637c8 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 12e884cd4..ace40a32a 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 4aa2e679c..002f4ac98 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 80a115eaa..2323ec8f8 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 8e8d0e6fc..2f9f5c34d 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 0af48ee8c..0a6ff6ab0 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 ee9e0f5d3..723b6c340 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 dac357663..458832e1e 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 9f2c223fa..c896ee185 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 edfaa1afc..72b11309c 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 478a41d8e..900bb4dd1 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 c7080c608..a115b2bd6 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 5092ba3b5..fd6083a73 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 ac0f3c11d..58110b553 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 27e0281d9..e666c40a3 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 35e5b9cbc..3f1e8e941 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 292548d9f..fd16eacaf 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 a23dc813e..01b8770b3 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 42f8133b0..5bbb7046c 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 958d8703f..e6dc6f64a 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 e7e06c6c6..2eb8b271b 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 69dce19f1..586254997 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 228a5b72f..1a5cc2e81 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 f533e0b62..eda8e4a22 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 86e4b9cce..1ddd7cc63 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 60a679f5a..3e5ad77af 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 d044df1e1..d5b119d0f 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 055fb19da..5e919c501 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 ff61d9ea7..378693ea5 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 d977d642e..56d9c45cb 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 b7ff5b3ac..98f3e38e1 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 7d58714e9..557e9a853 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 b89be4668..9efdd73aa 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 f9891241b..a230e204e 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 add4d8a61..9ad89a712 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 c9ca734b2..3cbc8f31a 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 64a71521e..bed952541 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 5daa1cfe9..04b9fe325 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 1dd61dcea..1e14efca3 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 174e3f2f5..ca581622e 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 d1f355b01..d33359470 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 818f1bde0..dd08080b7 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 182348689..3843701cc 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 eb966e422..b234c9740 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 9672dc641..736bf3ea0 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 540e9a9e2..5bd6de7aa 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 7f58b237e..6658b5bf1 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 3b015d4e1..0e4cb07b5 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 32b5e4bec..8c59e75e0 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 f1a505486..5b0d4d94a 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 e9f9aef74..e5421b34e 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 2cbb580cd..a5ec0383e 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 6ca8739ec..5fe0bb578 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 fb98cfc98..ccf3ae9b0 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 1293fc7d4..b081fd500 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 df92e291e..d160fcbde 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 500e624d1..082886787 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 e5be20b0a..cc57f6e0b 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 0186768e1..30094bd9e 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 43d48c816..56750bb76 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 931e83f43..4007cc912 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 b3a6872b8..a370261c3 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 ce625c7aa..4d1be93d7 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 5b2a6c535..593c6d292 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 97068bb34..3ccddda2f 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 b287d9813..888649e0b 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 6c381bc7e..23f3932ff 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 9cfc79ff4..1eb755785 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 7e9fe72d1..fd8a14593 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 61ba740b1..45377c523 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 005e59ea4..f1ef9420b 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 1bd6dd31d..98a17d366 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 a1f49dde1..3c3c24c54 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 ef9c70df4..57c53bae3 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 df401c41d..95cd4d7d3 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 cd23c0914..eaa49449d 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 82cc7272b..a8d8fa6d3 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 b8621297f..c430f1bb5 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 7b7b7201e..18676b4cc 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 c94c9254e..7345976b8 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 8d8254634..004fee2ae 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 fcb649cb4..e430e52ac 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 63913ba75..1ec778e09 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 d66913a9a..ee71072a5 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 de106cb8d..795164466 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 16ded77eb..1e3f80527 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 5b579a5d1..c0b3a4f3b 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 a20bf09e6..0ab8570b7 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 c286c18be..7de7dac21 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 4b59fe627..7abeedec5 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 844343afe..101917a23 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 715506de5..cce879149 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 0e096b6d4..6bd255804 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 9d04bfc86..56a29bcdd 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 bd07b3568..de4e540b5 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 b2b9c07f5..ac61ce4e8 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 a762bd215..a20fedb57 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 25d874e6d..3f9872246 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 d873f046c..8c9c54599 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 4b78b50ed..b28543f9c 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 8d5a32986..74d4b62ff 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 18edf9a6e..d5b704447 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 7fbfb11fd..9ec15270c 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 973260dd0..2fa65f2f6 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 82dbdebc8..bd7eaf5d1 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 febe9d918..6286c3cec 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 a103bf052..26756ff52 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 ec298cee4..213af715b 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 5cc39b1b0..3e8802bcf 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 d8f9e1a46..d121f7cd6 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 5547c4707..9f001a8cd 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 460cfb9e4..8e5bc130d 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 5faaeb194..982f906e8 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 8fb110e1e..cca0413d8 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 702f0636c..d984ace1a 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 a54362035..b69ceddad 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 05d4e7fe0..ce8e1177a 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 d2e093dc6..636d1f682 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 078062b20..6cbd69901 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 0d0f8add7..44f6b7ea1 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 5387672c2..bea1bd6e2 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 4eb7a8e81..784915f0b 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 86184b784..fc4c4cbdc 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 d88e0a9e4..709d13125 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 82db8fc38..1da3405a8 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 21e1de6df..e16467f3a 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 9904ec53f..298fce81c 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 d6adc83fe..d7cf78a2d 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 4b9526f14..627b92aa4 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 f16a828db..f158f7161 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 1e50d18c1..06880747a 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 a326feffd..6bd12624f 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 11e9f07d1..1e4d7efd3 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 9b535109b..c7336e816 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 99d5a85db..820805ba0 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 540331daf..245577442 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 a1d659860..cfa1deef2 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 51dd662ee..f4372a186 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 d1be94461..091248c1c 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 bea1ce43f..c77cb505c 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 db75a6609..715a46e65 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 50f8b4979..cb53363d4 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 382f19493..a5ef670e8 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 0716d2280..a75a9152d 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 8bc8a9f33..c938b2293 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 126fb7670..9c00aebb0 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 71b1655ed..3c88bfdcf 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 8e9498ec6..df4ec65a1 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 b0342cb42..5404aba9e 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 33014ec4a..d1521a6f5 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 e77bba883..f5daeaefc 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 83dbf218c..0d4ba28de 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 0baf50368..60f260597 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 51731281a..be99b7ad7 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 256557fb9..c18992fd8 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 66acad6cf..d1e1bbcb0 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 f624d2927..de35260c5 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 5da81ae57..a87645a03 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 85148ba04..444f4b945 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 665a5c5e6..289b5ab26 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 5bcdac65f..367b670a6 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 3e7e1d3a0..7845489d2 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 fef567fa4..3ed945038 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 0b9e8f469..c5a826d16 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 34ac297bb..faca6f32b 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 f5b965d06..12537eb06 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 ba7ad1da3..c31be2139 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 27b36eda6..f1d1fb743 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 ce6378b84..661008de7 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 73682b084..c59c251d9 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 a2cf8f0b9..b55e84ce6 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 ff241c4c6..79e04ce3f 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 d9674d2ee..2cb74dad1 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 3d5dd3283..c43dff18a 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 a8602a450..1ca4b4d38 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 d230ffe7f..afdb6d6ee 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 25ddb42fd..cc2fbc8a8 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 20f9f4209..f5967c5eb 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 27fc3ba95..aca5eb1b5 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 1505b48f9..a14cf72b2 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 e69d39986..6915b607d 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 06390dcad..f3498f987 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 d8748c762..de5720b6a 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 760edb4e6..6bb5cb3a6 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 1bacec9a2..41084ab96 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 b02773945..6e84a886a 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 17fa8c82f..eeb355bd7 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 138e25576..11307f5ed 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 985a705c1..ffe002fa8 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 78abb1a19..09a8e2838 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 f444e7c4c..d9de7cf76 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 1e02826df..8b7513c23 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 36f1c0c88..e16f25e7a 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 c7b359dd2..f88877800 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 90d12728d..ef3dc82a2 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 949bcd1a9..4e1ff98b2 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 c427840aa..a8bf71523 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 c230e8f28..5eafa8681 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 2b5c7a746..777345a8b 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 76fcba6f9..ff66fde21 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 06d25947c..e798ae11f 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 ae44af7b6..ca8828188 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 9336f39ff..ff6198cd2 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 325cd34de..25312dbca 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 4c2f6ca56..c153d665a 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 762f0ae1f..fa9a729cd 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 48b49c24a..7279485e9 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 29cf9a2a6..d48767a6d 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 9f6972486..4ee19366e 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 3ee3aab02..902b06baf 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 3c0c967db..f235dc3d0 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 fca3b0f96..7139876f6 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 df309dab2..be1c16cb1 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 43e17e094..92631b3af 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 6d9c030f4..6ce2b5e0f 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 90f4c19df..1040df224 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 c48755377..525dff8b3 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 1d4120951..e63634206 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 88a962a0f..375cb0831 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 3d2bcb2c6..c21df1db7 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 ac2b05391..2e326c69c 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 79cd25386..6027a602d 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 a0bfbdd87..e8bf948d7 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 c37a6daa6..74321ecbb 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 3a9abbbe1..27dd8100a 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 4d42b6208..41e3f3a3a 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 915674409..c2c21fb3c 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 294180a92..8b96b1ecf 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 cd84a0869..b27ba2114 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 256bf729e..74d88b99d 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 49c992213..6750e2acb 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 c7cda69a7..40457ee4a 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 81002930d..46706d844 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 7a25a8931..0f2efb15e 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 c313031ab..869697305 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 25034368c..c50562dcc 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 cab2a64bb..05555c89d 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 1b3b6fb7c..196027130 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 3a28a794c..3217d402c 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 b2f4d706c..b38143929 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 c7ad8ce7b..84e84e836 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 c9120d113..0d9ed3cfd 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 603e0931e..4af9a7922 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 0038f5337..6072648eb 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 9d6c39d64..b8e8930ea 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 03cc828e2..5eeaffd0f 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 217e5bde7..3b16c513e 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 ab92b9086..be0fc30f2 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 c662cfed1..90c165964 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 afa3bfd4f..f74284bcc 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 c7d93b6b3..20a0cc813 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 c544d366c..af34d8b0a 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 172976357..05d3cad17 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 c184e284e..ea902587d 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 20ea58a05..9d0e1873b 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 281cc7a9b..a58614f83 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 818f131ce..df42ce91b 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 c8120a291..689517e70 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 b49ce95ec..ab6910d1d 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 623c5f95f..7a075de3d 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 82a6217e2..eb09e490b 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 6e8dbac71..1a6036b1b 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 68ad48b6e..f58944436 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 e7d5dbcdc..66bbb1052 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 ef0feee6a..14a2acf07 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 df1d13b37..ce6e9c557 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 48d94c44b..73606a602 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 ef0b787b8..3878c651e 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 6e2d9a481..6c0fef775 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 fad5003d8..dfd1dde26 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 232f33f65..56941f116 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 e8846c042..28b9fc032 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 9c3a89813..01b9c5a6d 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 f8b04f74b..c4446492f 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 728e0b854..7817a0d9e 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 2f8923e4a..5fcef36e7 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 1d7f313ca..d8f2db1c4 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 e33802061..4d21200d5 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 011770be7..6616c5b2e 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 12e16c635..0861b9d84 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 16e308450..29ef80656 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 6788375b4..e197899c1 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 7e4f9d694..50871aaff 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 4e7f317d3..320f162e1 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 44479939b..bddfa2ae4 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 ab8964432..a1e2779fc 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 1a3b0ac7b..a56a36f7b 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 6a25fefc6..560721b7d 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 8984fdf90..fb2c4e846 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 c98ba0fbb..ae61a378e 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 35537278d..1dd5a3c8f 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 b405fbb71..390f5a579 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 6811d578f..90c111be5 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 7047361ae..a71a0ea7e 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 251a2ae2e..bb5435fa0 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 c09440608..da9577abe 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 d49e0ff1c..b745ce75d 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 dc81c37d0..150522620 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 9c89f9467..1b0219dab 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 dff7f6b8c..6e8391758 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 ba68bf796..6ffc01b2c 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 f846bb408..0ffd22680 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 e4e2d29f7..fedc94cec 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 fa4e85dc5..11400648c 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 cca9be489..3e2df5e41 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 05e812462..4c3e094dd 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 cfa045285..80fcad473 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 b4a6f7d52..18dcf9c4c 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 baac99481..33c9710f4 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 8d168990e..ce8b7bbcc 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 f103de915..a50254d4a 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 f696c608f..d42e8d165 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 d6772ea01..1c128f8c7 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 e866451a5..c720f197a 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 6f9c02f6a..bd75d4749 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 81ba2acb3..5d3aee057 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 290ae0bd4..8fba691d6 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 7ee7dbc0b..abd85b8cc 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 3ba0f3df2..0e055c1c8 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 f3e3ea675..12c356f28 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 13980e109..39e2b921f 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 caaff5a98..904089295 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 76b3a85e5..ea00282c1 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 f4ded1df1..7d94a0895 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 800a30b24..e1f0c3d1f 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 434e8a8cc..e85b641f0 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 533b6a446..2122eedd7 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 974b63e54..512e08db3 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 cc2225524..5f6b62023 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 ee4efce60..7ccefa451 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 51f333359..3a2b82ff2 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 9d551f87c..d49ed790b 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 02d54d7fa..3e527939f 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 b0829c975..91a8d9822 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 78fce7766..c63c9c5ce 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 a5a7f1cfb..573087b36 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 63d4c68fa..b0590d60c 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 6d4a3f92d..1e2ba0e57 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 ca8347f0b..0ef7fbc6c 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 114794b78..1197d03fb 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 54a3788d7..95222b0e7 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 d74e1ce42..9e421361a 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 6509a8100..8054b0128 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 df34aba62..2a6303049 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 e712f5863..f8e41d6dd 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 266cc53a8..843d10b9f 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 4553e9dc6..9d6d10f02 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 a06186b66..2b1f42f51 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 e2853508f..8695bd677 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 ef8d27eaf..625f7f31a 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 d4edaf4b4..81124a54c 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 b852f558a..722d9dea1 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 02fa6befe..5da8ac7ff 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 150480325..32d5c8682 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 40a704c88..b4f09ea46 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 88c581619..a501ec7fd 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 d6bcaa693..1c452236f 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 046621dab..17eb31b80 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 82e733562..ec153d176 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 dbd6e9049..77a594073 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 e72bfa6de..f479afc7e 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 a2d433c62..30639d47f 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 0dc62630c..74eeabbc3 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 197141741..5ef77738f 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 6d853a60a..53536523a 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 6ba90fb9d..b6788f76b 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 fcda55d03..2175cfaf5 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 1c5662cda..3ac3f73ad 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 1f7f9088f..29881c0c2 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 bdf639576..d32282388 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 2d24b8270..ae6e70fda 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 acf2c5542..d71e920c1 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 4d2c78b0c..7c2e83163 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 6d2fda7f3..c8749f9cc 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 b2a0149cd..34df6d777 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 4d73ef3c1..f01e562c8 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 caffa5b4b..a40a5579e 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 a701b9536..34d32831d 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 ba92e4522..cd8b79b94 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 2d3c5a371..545d9efcd 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 49411d0fa..95e4f04ec 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 9d76d0a7c..294e3f36d 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 6b266e084..d259690fc 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 42002a5f6..e086a46cd 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 8270b74cf..b3ffd24bd 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 28682aa59..fe0125dcc 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 fbcf42bd8..e7effad59 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 9d5cedc81..03043580f 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 719e2385b..69f074b2a 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 84cb2be9e..6eef42d0d 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 f868e18d9..87b8d2d91 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 5d00dc636..f5e5e313a 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 4c9896beb..7b655e6cb 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 eaa4cd892..7d12cf890 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 fbe7a9eec..1db80b6e7 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 580144808..66150897c 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 2b8822960..fafc376f3 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 382f1129d..a8cf680e8 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 748b31f5d..39333cceb 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 c36701cc3..b12aae0b0 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 c59583100..f70abfb4b 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 ea2acc8f1..ef4a53845 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 b5ceb6d6e..6f09f9eb7 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 d6719ee4f..6756d5e60 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 baa63abe7..11496c1c0 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 c19f30c40..a8b68763e 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 7cc8cf950..7709fb954 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 5f407f318..3a4bda657 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 1dda79c76..e47100422 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 f8f1aa951..6b549d00e 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 feacd3b44..42ad6991c 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 2cfd60be7..1f7b07e8d 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 67cedacde..28884fe76 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 3693061b4..6c8754794 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 0b00dccf4..b78da024b 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 91826ea9c..d9ee6226b 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 99b764c65..992e17993 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 299089e62..d68e1102c 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 a696487f6..5a36c475b 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 c578fa516..c522f3aa7 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 11031b9bb..b854d5b88 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 2c3d64af1..e4be90204 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 43a13215e..d44d9d8d1 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 028bf5f34..26b001117 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 4e84c5712..1a0732551 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 207a76b64..ef158b453 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 2b804b89e..4187f2fa8 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 b20c039c5..f458e9244 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 df2ae2c5d..f9484ef30 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 9251593c7..9ad0c4c76 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 11194dfb6..1359dee06 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 0adf200ec..610cc58d6 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 421d17d26..b24705f36 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 9dde7de16..b77869b0d 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 a76e3b4af..5e7e6c130 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 dfafeea8c..924e4382a 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 4808a7577..33c163202 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 9b68fb5f6..2b2dc2586 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 9c651fe45..ce32f82d9 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 1e696cf1d..9cbfe342e 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 67932fd98..255ea34ea 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 b506d35ad..98ac743b9 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 b7e710e9b..98ef3279d 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 9b8511f10..bb7723fa7 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 3fe0813bf..5652f2846 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 caa804a06..f61331245 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 cdb92a638..a4cc52162 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 338dc1e18..520b68c86 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 ae75b0209..f035927b8 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 3e4399ab8..41675e505 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 66d1e5a2c..898b7f0a0 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 ec0dea328..7404ebe17 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 89f01dc95..4b2161c04 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 41c678801..6a1fe6fae 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 60ed28e08..769c57139 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 2c99ce730..e59826ec2 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 86e6e490f..b37c5c8a2 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 c63e8e84b..c7d5c33f1 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 54bc045be..cee19a917 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 41312b9d9..9ffc3a0dd 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 cd0318206..3f475b6d3 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 95c9e8449..b05587f2b 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 8ff181ca3..060da1744 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 9113d4a10..9d3dfdb06 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 575c2b159..c46fa3d55 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 69d970b7b..bb7096788 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 84b4914b2..10552fd53 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 48a83930e..e6bd6cb6c 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 0963c774f..97907b114 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 0af6e7276..9b6640b35 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 f5e251027..e3038ccf8 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 fd657eb01..6d42685b2 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 4c02db84d..74ee036a1 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 209ba44e9..674a803ee 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 2210e5138..e2d8eb803 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 0d15cd25a..1fa181b44 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 ce35b1318..238fed38c 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 f96205355..1a386693d 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 02f786bbf..d2177f766 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 82150afde..a7db63e4b 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 c7375ec39..d8df16eb1 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 891427e46..2d41abf21 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 6b667d240..95b3694a9 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 e985a5592..261311790 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 3264a1d12..e9d8a6251 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 7c95640f5..9b62a2136 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 8752144a0..d6e341521 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 06499ff94..da489148c 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 ecaa459ea..4e4bb284f 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 cde79430a..d60177a17 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 d4c507ea0..14973b7a8 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 1357dd3b9..7bf021513 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 10e3ff16b..be92e0e2b 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 4e0c578cf..ddb430948 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 422bb5e9a..9f3152241 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 d4f179879..323acc713 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 78426f9d0..81bada83e 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 1894a195e..77d3c0491 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 75095e9ad..9395639c1 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 c0658f7cc..b501d6e73 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 d98cce32d..10fbf2a1c 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 233d00755..118848ad8 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 f87005afc..28bdcb1ff 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 46fd60d23..afcd5c67e 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 0bc14b33e..f7be44297 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 03b2cbbd3..589a8a5b3 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 fe79121f5..d8fb0bb52 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 80bc9da37..0f5a8e004 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 732328fc0..89f955bf3 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 e549d8eea..d05ea16e9 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 b073abbd7..838c7a587 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 9502f4d1f..127307da8 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 0703e902f..2138751b9 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 559256276..1c5ed064e 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 d0c14d494..5228a8072 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 90da3a6c3..9b4d8dafd 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 e50a3553b..8f7d4fb4f 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 5770acd47..0cd356f4a 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 a017001ba..cdbb47a98 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 ea49714c2..f93abf355 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 f9cac6c5b..9002b9551 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 876875340..7ae2caa05 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 9d00ded10..7023c3467 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 276e07b0c..edc7562d0 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 8b9eff322..73f5809c1 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 ef66cbec3..e747d5896 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 435b76ecb..8785996ae 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 1d0fe7085..a6c207398 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 708b04fde..6677ae970 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 9931ec133..d63d4efe8 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 1eb7b75be..ceeac349a 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 d41b500c0..d05c42976 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 0745bbfba..79685c8cc 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 07be64a1e..a1aac6a5a 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 2881981c3..3418461fe 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 e300a1a62..7892dd23b 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 c35c4b898..e9a238239 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 4038a2cfc..65281a3b1 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 65a06a809..4a70cee5c 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 6ff9bc0a8..3d5219019 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 5606f3ed7..d3876420b 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 5c044f56f..5f125b170 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 ee2d51387..3ac4d12b3 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 21c222a95..4951b90f4 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 17929fc28..9f295d9bb 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 5a1e592be..5df36005b 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 39901fdbe..25a05f70b 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 186062168..ae8fe0586 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 04997cda5..d8f0c1d65 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 a46d0d07f..9f4910695 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 57c426050..3c204620f 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 7722d6283..32cce825b 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 c9b009aaa..7950df25e 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 0656c9e6a..00ca6e501 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 73c7a023e..8cd3aaa83 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 6442f3f9d..a9a462f76 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 bf0bd74b1..e6203ed51 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 e42cc4c5d..7e2148606 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 c6de00616..b82649a0a 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 f8fdf0560..a5cd48707 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 1c555411e..bbefdad38 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 9286abb7a..b6619e38b 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 0ef406ea8..1a905db17 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 3fb1a6137..62a395334 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 bf401ddb2..ffe88ff2a 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 9dc5509c9..c053f6a56 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 5ff543d10..0b6406dec 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 9eab982c2..b65bd9abf 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 e6d2a7dda..432f56944 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 8f4739d56..feed435e0 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 f1b48a02d..ba61c166b 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 add5e60da..50a03839d 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 34203df72..0792ba73b 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 e5e9fdf84..74fa4a2f6 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 a064dd9d0..418f450d3 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 6ffa35e90..66ea83345 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 dbfeb9fe9..249aad026 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 fd5a704f9..90e1a398c 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 4b97ea1f7..992d0d44d 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 81d487b32..f320b22db 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 8b557f18e..502ab6676 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 51a4865f2..6d2424439 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 d62221d54..128bf92a2 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 7466525ca..b1f1d18cb 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 bedd4653a..20595db6d 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 68d274788..0917f344d 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 4ee7eeed5..72be1c7ee 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 6f36379ca..49a79fd75 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 3a6b1bd13..759afce48 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 58975c4ef..40193008d 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 b58171289..ecc079c60 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 d510abbe4..9b5385104 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 74cd85cf5..6f82a9415 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 a33622a7b..e425e95b2 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 d2e32408b..478df5000 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 e02a302dc..24450034c 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 deb6de7e6..a06adc087 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 232cdf00d..a3b09de30 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 d552a2010..4caf461e9 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 dd1988b5f..d3927e525 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 aaec6c512..c7ed5d569 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 b6a16d913..1ac2a364b 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 08ce681b3..aa61dabd9 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 eb424ccc9..641769440 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 0e028547d..f40f7e340 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 bcbc3e584..054509abe 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 418dae1bf..073ed25d1 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 97223e9cd..17342e32c 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 ffc7d9cae..96e8252f0 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 46de09639..7edaa7f22 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 e438c01a2..7f09e4e6e 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 4179b168d..d770b5d6f 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 8c10eda9c..df2641253 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 c11f16ba9..ed7322af9 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 6f1c73f60..1a0136379 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 151fc9eeb..d15cee195 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 9d5799df1..b3a20202f 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 ec89b29e8..d151c93db 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 fed6d3d04..e416c8539 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 7b209e497..e602ed1b9 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 8964773d4..aec1f1eac 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 4dc19f1d7..b5805bb4d 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 ad656a063..a5607a139 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 16417fbf7..475b57dd6 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 905b82447..97707ede1 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 262cabd6a..1fcde307b 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 013f8a66c..d851cc857 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 97fab5a84..157aec3db 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 9d27c8f07..13bcc61e8 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 40b3d8267..ced9f2c67 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 af692c52f..41a440889 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 24026cc44..b2f8473e7 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 76239c211..2050b6292 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 4a1d0e3d1..acc72ef82 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 5814d9dc2..17aa36e9e 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 4e70f3fdf..0e9e573f5 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 de60a20ee..1f7eff257 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 a85a704a9..4a77cf59f 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 164af10be..4dbc1034e 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 6f00690c6..a0f67bc24 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 f5ea56d47..6b4fd2571 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 59e96962c..80db160df 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 a6ab57881..45c1b1907 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 74b6f8dc0..8e964b273 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 4d1df9e4c..3eb1db5b1 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 7908d41c6..aa341d799 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 83ba93be5..7f6b2e843 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 e60167001..9e0631b27 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 76485c106..28f7ae7e0 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 d71c1bd8a..374df20ed 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 050f6cbe9..315b4a4ec 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 aa055e4f2..45c432453 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 d21051038..d2487a7da 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 3bcf659ae..6b2c588b3 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 0f25b2a41..893525538 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 3ba6bc21a..fd115842a 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 f5f8272f3..2c4f2dbb8 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 6a5dfacfe..6be0468e8 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 bbe3688a4..4e5047cef 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 3c0909ab9..f74856dcb 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 9e67fcc40..2f4c65889 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 e1d4c270d..94985aa68 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 139703cb6..6fbbae3c9 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 46a413674..0b0cc7995 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 55d2f4730..99358f0b2 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 34a081671..c812b7b52 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 54e3d3ed8..2c041def9 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 00507b39c..2f206958a 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 4fb4d097d..3aaadc89c 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 381c579bd..c0351a051 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 0ebdc931a..37d51dee5 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 104bbd5aa..2f5d61676 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 ea9a83575..56ed416ab 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 2fd23bf60..f824c29e7 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 ae8b3a966..d9d1df336 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 46b405eef..1efb6afd9 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 c2b797a98..d5d61fda5 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 830ae42b5..cc566a3ae 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 aff176dc8..f86bd220c 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 38362b024..0024f7ddd 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 88cda1372..5e12e3f20 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 26f05aad8..64d2be328 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 566f474b2..fc56cc442 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 a7ac3cfcf..4dc3142c8 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 25bd9624e..7de98a19d 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 dac2a03f2..ee373c683 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 793cb5171..031565bf5 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 c89c9a6e1..e6e3fee3a 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 5a950d361..78a7509a2 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 e9384c055..eff9b6a51 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 3e265e359..81330d63e 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 00688c9e4..f206ef4a0 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 a46e7ba9b..d71a2dfbf 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 fa920df5e..32f5c8a4f 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 ac01ebc1d..75a919816 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 e66ac8329..8a66b8525 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 d31a9b974..841e6c05f 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 0dc66de2d..54dae6492 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 cf3ae2093..28a2d1958 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 7f1b01482..c85d8827f 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 bf8eed4f9..b7a551757 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 318037ce6..5b7db0c71 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 d1fdab004..7f652c2c2 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 603905706..9ca4e0b59 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 06fa61ae1..90e94ba94 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 1b79ba109..c1af8e874 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 d361594c1..d9d70ec43 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 b83bb5378..31c957e84 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 eb90d5e9e..8cb51dbe1 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 8aa85e1a7..2788efe69 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 b34a14c55..c1a267ee3 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 753a7b77f..949f28bb2 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 eaa1ca800..e902c2b74 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 c4dbc2ea2..bb8045093 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 7791f107f..f8855ed90 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 f1577385f..7f7fddcdb 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 99468f317..1e6688c34 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 910361caf..4407ec887 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 7a81cd9c5..51cabe03a 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 bc53342b9..290a50f84 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 90dc435c9..c2ce6966c 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 7f32816b0..0a93eefa9 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 4af5f5399..350783a78 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 58a73abba..a66f70b52 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 2efbbce44..cac61a6d5 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 5d0f871b4..9d78a4580 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 fba215a19..99c635dc2 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 bc2439488..754aa7bb8 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 4f8947af7..1eac482a2 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 089733298..9058f5bb6 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 e074cf819..bbc7634eb 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 938c89887..1f399c755 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 92714ea21..9fd7b2a14 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 8298b5df7..1cb787581 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 c884d8112..5570c0bb0 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 414c62fa4..d773f32b0 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 499bc0b1d..d6f7f0182 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 d3b67ecee..885138a44 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 9f0e9fddf..7b1a05779 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 097518421..ba82ebdaf 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 51610e67b..aff83c522 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 5ad05cd2d..7db74b476 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 d07d1aece..bffea674d 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 147e1c668..8e1e2baf2 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 be7f3ba98..894b6be8a 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 345e631e5..7450f3f9a 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 0d5a9b21e..46e795d5c 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 2e28083fb..10824426b 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 ef810c632..4a340fc23 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 7dc810da3..458b8b690 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 1ffacd4f8..5e46948f3 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 2ae8c2a7b..0b55b47e8 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 5612caee0..0131141de 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 5a02bafcb..69262fd3d 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 8601cfdbf..e2c837409 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 acc83afab..89fd0244b 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 ac85d6ca4..4c1a3ffcb 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 cbb556646..e2cf1fc74 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 7a5d1ef69..83a3c7516 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 62805b25e..887fccac4 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 badacf649..c8b7d034e 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 e62467035..e2e7a9b80 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 fb7155558..1f2971ca4 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 147ff4471..d1292ee91 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 320e208d3..cf8b078e5 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 a303c43a9..774da39c4 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 aecfceebf..973112f2c 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 5f6e12119..5f5f97477 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 01a4e951f..e21e075b9 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 475a9606e..cd848e503 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 918333b58..10f6c5869 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 00b157a69..3a31356b2 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 a06c92f3e..6a3095d0c 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 a3dd46a84..bba55897c 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 a8fdab51b..f06b9dc11 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 7146ae7a0..a8911e5c9 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 0e3160c15..d2d0f72f9 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 f2fff6e54..cb31c80a2 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 2da01cc80..7f3f330e4 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 1a262a34d..b3de0d934 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 07cbf31ca..12ed95650 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 f28dfd1f5..82c8431ad 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 8eddb7d12..5f4779d97 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 b1bd3d242..a8d98c2d9 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 7cabc16c1..739a125ea 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 977e1d46e..e5cd7c59d 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 cf4dc26d1..0e1c9eb9d 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 b8ce696a2..1e4fee4f4 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 606072a24..de1d0d5ec 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 2e2816603..e3e8fdb91 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 792c0e47d..1d73b91f3 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 02601e586..aae87cd52 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 cdfe486a8..b8c00b9a4 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 d8fc1833b..1a6946a34 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 1e626e2b3..961ad403c 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 755fb8bf4..f08b24c80 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 f3297c720..32ab5636f 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 4ae841746..ca3ec43d9 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 e1a6b4113..85c2643ae 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 216389234..f67d66f6b 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 9322f3cd6..73c0de30d 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 73f48fc2c..edb150c0e 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 0c32e8c04..24b6805ea 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 1971732cf..4a55dab52 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 0eb14b3a6..03ab09a23 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 c1da2df55..4e8397ea2 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 c0ff15efe..74ac93135 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 bf3bd763e..72e80fe0f 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 44d376301..d6c1b98f4 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 dee242244..c19337289 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 8955ede24..870ff602f 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 ddfd37156..ea9841ee4 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 467cc9b10..4462d525f 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 f8bb61b56..d9e12de17 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 38c60362a..3d1e10a9e 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 1f511da72..4f6ad2355 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 25f4bca7c..20203589b 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 fe3d4eedd..785a75746 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 be2021bf3..1d65b0c3c 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 266e1bd41..91923a946 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 620fa513f..3f5d5b952 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 b451c0d67..e0dfb2938 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 b41e5b156..6630b58c5 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 a76d92c71..a4770d479 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 d3f2f71b3..2087708e1 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 1a73ce50b..e56be4b28 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 b891d580a..01f3f8f06 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 6f1e1c404..77ed44004 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 2b470956f..36a33fda7 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 9952b2fc1..564040062 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 4066114af..42b89a3bf 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 7bec29bfc..5346796fb 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 6c8ca1b76..22572a28e 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 662751066..60e3df810 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 b40ccb9e5..794e72b61 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 21e9fab96..78b3d4921 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 3d0a0a489..49d62d84f 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 065e1855f..36d08e6ed 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 453ccf559..0d34aee22 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 88f8b5569..f1d9fda1e 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 88aa956cb..d82bc3e22 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 45731fa8d..bf156359e 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 d99ff688a..73bbdfb38 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 60586ab0d..d0010f059 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 df867c2ab..5ef49226f 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 f7c11f72b..ee8ab7898 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 9b518751b..8a7e62912 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 6376fb3f8..a49a339fe 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 d9ac9c3aa..ba16ed8eb 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 716e9430d..2c02e8ebb 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 45e4c2715..834abeb61 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 70e6534c1..98d55b3a9 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 6b60a8f34..2cbd2b421 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 5c8192fbe..ae9c2ff61 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 e80e24647..df2ddfa5d 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 b82a2a45b..572016567 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 4246e895d..44bcb2399 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 1676eb15a..d53877948 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 4c652dab2..bb61bf77d 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 0808fa1cc..f07a0848d 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 e8272e3f4..667eadf93 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 564194d3d..acba6a539 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 fa759e45d..e89032b29 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 83ebce8cc..f4c2f5f38 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 ea35b76e0..e62b6aae9 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 6efa04ee5..a33db9917 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 e50114d3c..7b5d655bc 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 4227af364..7d4135f6a 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 de9815fdf..7c1ead66a 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 933e90df4..e8caef5f8 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 53d855fa5..8a306e74e 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 d762c539d..498710317 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 763a80395..ffd4216d2 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 c1aa94cee..e625b551b 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 f902e8c30..b30f85150 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 0f4945b92..775dd89c5 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 c02372ba2..6711f9258 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 81ca1d045..99060cc9f 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 31a021374..cb6412a11 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 096883509..29c227b5f 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 65dcc9170..594d5944b 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 d0c8ce42e..09ed54b3e 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 714ff2075..1ce7476c1 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 0296eb465..a76e30670 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 61754c800..a59d7fdb0 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 7e22c2fbc..f636a9c8e 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 0227c09e4..743793c0d 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 61f3f3fcf..373d2b221 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 c5db5d79d..8a47bb6b2 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 aee15eda5..41900bad9 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 4043e3090..9908a60b6 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 35c8a7c99..5ea804af0 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 cb7fbec3a..8e27018c9 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 f8712ba48..fa4515976 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 2a2e7a923..0cb6e2ae7 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 b8775db66..7870924e7 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 7f76acaec..db0a7df25 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 fa23f2cb9..afe14b5f7 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 5fd0a78c5..90049e610 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 2ffaf8dee..668775f74 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 b4dd5b0ab..7784923ad 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 a52519ba7..3979d6f79 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 81b65db02..0bf5cf831 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 d57a7c2eb..cc4ecc04e 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 277e66669..7c46efc8f 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 abd62ddf3..b269c3d0d 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 f5924bd94..317cd0cd0 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 40ef1bcc2..c723dd126 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 d9fe47599..455b7ab82 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 bfbf49aee..6f41a84d4 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 3274f6bab..efbbaa73a 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 8958be31d..c7f17378d 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 ec6b5ca7a..cbb62d195 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 26e8cd48d..c6e0e3a2e 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 43be722b4..5b949d2c5 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 42559e35f..2c5f4c7f3 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 8529a83a2..3b8b08f43 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 d4d0b8001..45beee937 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 7b97f472b..7727d8a3e 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 268da2c53..356079da4 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 8ec40d954..e31e8b8dc 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 a2eba6653..6f16f2350 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 802cd4d20..d2bd07ac7 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 6f9f4bbf4..d5873d5bc 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 5afe8d2de..880603da5 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 2d23eef2b..1cd9a3aa4 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 1fe4e2c6c..0f166094d 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 6306bd2cd..d17dd8da2 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 f65daa951..0fab0a734 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 39343499f..247b717a6 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 cccc99639..10b855e5e 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 e50a578e6..17dda3f41 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 579d98d62..44c714e63 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 2777e1838..ab03c3bc6 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 ce50a89f4..3f9d8963b 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 d21dbb048..661bc80e5 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 c4db610bb..63aba3a6e 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 afb9869fc..2e8669c4a 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 a6180501d..a38699a40 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 2c6fee6b9..361643d17 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 4a9c1ead9..c4b398479 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 e787a1d68..28e164f5b 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 97410885c..3ffc65b36 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 42796a5e1..b35ce341f 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 860773db3..3553e6073 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 b4b928a8b..94a032d59 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 733db5a2d..151f10ffb 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 b376abd65..d12ca5fc1 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 4dee60728..fa14112b7 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 f2e0b51b7..19bfb2a68 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 cf25c57c3..d5664ae12 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 6689e7e85..3f5cf78db 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 6285f2d9d..8d3fba851 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 5ffe8154b..ba697fab5 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 182946a45..5931efb01 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 993750fa4..060c68012 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 930baa765..07531d6ba 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 468dc43b6..67ef60684 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 2316eec8d..aaa0c6057 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 4a5dbfabf..0b78eaab3 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 eb68f72d7..ac8ad2252 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 4159115c0..de321708c 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 8a9c72951..0f9f73d52 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 34c989a4a..4702880f9 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 7e83e22b9..33174aaa0 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 f2a183527..79dd0157d 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 ee7cc4bce..c60c613e3 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 3f13041ee..5cee20b5e 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 9919d6a4e..8b84eccf4 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 19f447cd8..d95a06d07 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 7d348b382..0bfe89f6d 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 44e713b72..d0fd17a3c 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 db09e97f9..ad5dac9e6 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 9eb20d2ea..665e9ed98 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 c67ad2d50..d03def93e 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 95def2929..a2644029c 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 f47888032..7bfd6086a 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 fa8238222..bba3d2352 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 6b181a4d2..93d03e819 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 dae4dd66a..f98aa4ae6 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 9230171f9..8c27b4b4a 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 0b7040207..d3ac7c80b 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 6f4de2429..860e66c5d 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 c1440d143..39d19f9e6 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 a99c37ad3..3421eae3b 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 662421f15..46ac0b0fc 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 bf04a277b..7f8a38da3 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 a928d2cb8..e6b14c960 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 bd6256978..33538a93b 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 671ce91ff..5efc8b287 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 b5cf832a0..902b6dce0 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 10de22cfa..805fd07f1 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 5099e7e96..6a418f0fc 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 5f7f62ed9..a9fb09154 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 e95a37e86..3e6fe851f 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 b8fc48822..fd9f6ca02 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 7d9e21e62..5b0fc4700 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 969fcd38a..aea9cbd29 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 d0250eb63..c3b0c4bf8 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 92ea00c81..0d7eacb31 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 2b239c758..24e5bcefa 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 7e1c92050..1cc98ce68 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 074424732..e8c611318 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 7a6b9bb35..d10868305 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 3c6b859cc..b7efeafb8 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 97d7a1943..8b7ab8ae0 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 661269de5..04583cd18 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 1cf281508..ef5c3fa84 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 b863b79a9..be7c117b0 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 6a68b82d9..095fbdcd9 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 1438ea29d..9df06332c 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 923258621..fc539ab4a 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 d62b19c47..7e8200e0d 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 643531914..9477607e3 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 2ea20f08d..1146e40dc 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 dd1d9c2ba..06f9faa7c 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 299e05120..10f80b08b 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 2b8333a36..fa8bb72b7 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 edd25bd74..052da0ec8 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 85df20717..6d2e43d00 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 fc24e5f16..98a7e825b 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 c1dcf4abf..46d74aa84 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 5c7746e61..dd3ecc882 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 0f1823f0b..d534e65e5 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 9e1340c16..f65504442 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 5bb73bde9..0604a21bd 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 39efd559c..a64ae6761 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 c65b10d48..6b0c779b2 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 2c983f6c3..4e9db8540 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 94b5e312f..e98496f87 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 b7976b66e..62e285e26 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 40a6c5d05..cbbed9d8b 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 9a1156c6f..3370c20b3 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 9b0b0d21b..59305a96d 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 0ec3ee907..c9a5b845c 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 aa02adb44..6e0a48346 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 9d130efca..463a598d4 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 8c09b2cf1..02c439405 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 df618cd73..8bc1ea44f 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 3fdec2e85..5f545df37 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 2888624aa..4502bb515 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 f8cb2499c..237bf2101 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 b4c0aaeae..eeb1e3fb1 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 e814653af..fc02026c0 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 fee7ab9ae..37b851f6c 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 235fa53be..cc00af6fa 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 6c4b84aa3..20876327c 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 4f33dc5f5..ca62cbf80 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 0243179e6..b7fe7ce85 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 9b4a5a485..bbe3cb6e8 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 e0d0e224a..6eda685f0 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 96b8b97e3..05d405ed4 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 c12ef3eae..cc71ad977 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 874fca317..b54ccff92 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 f161b185c..600f1d617 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 207f7c68c..88ea127e6 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 1c54c391f..c5638dbc2 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 2c75bb4ee..d6258ea5d 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 63c9a756f..08ac86243 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 deac29856..693cad63c 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 6ce309d7d..a3c1b267d 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 d7a44540b..bcac6fed9 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 33781a10a..805ced166 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 08dcd685b..2e61d352d 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 96038277e..3bf1be924 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 cc6e21b15..e1a37683e 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 2bf3fa377..a4a4f33f2 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 6f27258a3..28300861c 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 6d269de43..d08ec77a2 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 f367007c5..285f4a9b3 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 17aa1d37f..118473fd0 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 50fd11669..56bc1bb4b 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 954245ecd..3b593d479 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 bb0654dd7..fe7183c96 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 4d5f86b9e..de4a260e6 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 b240b2abd..8fec5ecb8 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 34e84f25a..c325dad97 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 0eccd0c0d..b0afaf92e 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 7192fd234..cac06b206 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 cc9cfd248..e4e9faf1f 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 69e5c5085..cd71fb090 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 a5e8a9cf8..724ae20f2 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 25e0c01cc..5ccb858bc 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 c3e0f83ae..0cdc764be 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 cb3409aca..30fc46a43 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 df06e43e2..8f30dcba7 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 ee0f9c9fb..ca59138aa 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 d0bb07fc7..b18dbf184 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 43b5c2f9f..297a76e1d 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 7633b8bda..019fcac8f 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 a97aa2d16..c565da024 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 a9299f1eb..c28a31f92 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 66ba8e35d..b3ccd2ede 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 41db66fdc..05685823d 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 f1792a6ab..c3756d90e 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 5ad7779cf..b338f0f29 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 6d4fe9396..4ab99c3b7 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 546f9790d..9393f825a 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 e10df52a9..25d2e735d 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 e8dd9c26a..e34112c09 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 92263cfde..82399abed 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 6c7fb5f3d..c79ce4dba 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 153efb371..ccada9404 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 83e0d647d..51d51023b 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 e0206b23d..c5c2fa719 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 772db3c7f..56cbec346 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 4bc97653c..3146803c9 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 9f503c0f4..c395bc413 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 664cb4894..d14cb5f3e 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 f81c33d8b..ba4ccc273 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 79e275a37..8b7231541 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 1e8fd5d6b..b7b434d7e 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 eca145090..5635f8e6b 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 ee8d12924..09004cc72 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 4ef86b39f..c3a70e664 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 65cc434fc..92c5b8ccc 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 bac6ab6f5..e340d6d16 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 8c249b0a5..03ee8d0d5 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 946e2b5f3..8825594a2 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 d10e73060..50261f10a 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 f5daf4afe..c793ef34b 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 f17fa84eb..88d06c284 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 222422f18..65b468405 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 535b07788..734889efb 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 b887f1d3a..499270f62 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 54966b47f..fe10813a3 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 bd20b8b08..2aafafc86 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 765668648..76d437f87 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 2b9cecf7f..c5be1df52 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 1e95b67ef..489805d38 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 3e567f553..78eca38e3 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 8c33e0cc3..eaa6adb09 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 17d6a45d4..7a428b49f 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 304738b48..9a2ff6d4b 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 10db33ab6..71b634119 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 936fb6fb6..a13b9ecd6 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 62e578715..d1e64a3df 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 d7c1de398..919e3a0cb 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 5774d4b19..0612daee5 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 b31237c6a..5209a4100 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 b733ee71b..90f17f276 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 51f0558bf..97a6ae71c 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 0c33a24f6..048ec92d2 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 43b05073d..8f6f1ed0b 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 2ee8f70e6..47e38aeee 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 e0ddb5b01..b1804ddbf 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 a993ab83d..de15f8d2b 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 f981b050e..a56a5ae62 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 f77de8b16..e9629bb95 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 e17118b8e..8a375832b 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 016ec4f68..1f465001b 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 00cbe65f1..fc07fe9cb 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 23015ccc6..abb288143 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 04d97f90d..1a8fe5952 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 3a96c010d..ec7f6e19b 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 2d7c2b6f3..5834648f6 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 4928b1bc0..528b94a47 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 5824de4e0..1a6437555 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 2efe981f0..90a3f449a 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 d9e9cb65c..b6f32b8b5 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 77805dbd5..0619afa8d 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 1a46cfaef..4d59821ac 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 344b5778f..226f09d92 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 2b194620c..be7e9c543 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 cf0822b15..04bd68ea8 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 347cbfe4d..bb0317691 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 9e05cfed9..967ffc7e3 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 e9ae035d7..20358b9d0 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 f074b9edb..a0233c9a1 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 44793c9f8..cb4824ce0 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 e438b842a..259775328 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 b4010b8a8..847cdaae7 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 f624deaeb..294e21fba 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 82986b71e..bdad9cf47 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 3ce08b778..ad0799cdc 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 fd3fb65c5..ca0cb4ffb 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 62fe80b1e..0657bd951 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 dca7d49af..465dcc237 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 b989b8775..53557c92d 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 69dff7a59..a6825df56 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 9acddb97c..b87c13263 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 d7b65b5ce..128099db4 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 8bbfd2893..0a180ecf0 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 33f095f0b..2f4481c30 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 68478fe51..fbc1c5a87 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 7d61245e1..7f322c38f 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 5a8e024b6..00677931d 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 ea6dedff1..2694c6530 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 53e086753..05e7f902b 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 0ee198b4a..f9f1ccee1 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 953b3c0e3..a92571b14 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 626fe3da9..fa5fbe0fe 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 e2ac2f0a0..21bcd6187 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 4505a5089..2c55e4f29 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 ca39e9919..451cd2790 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 0fa1ad9b4..56a258b9d 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 0c9912ca9..323d2ee30 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 c5e3f349f..bc96333f1 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 97d1e6116..3450167d1 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 ec649dca4..d8d361a76 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 e6b2ddca3..27ab1f3d7 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 bae715cba..29f81b2fc 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 40faf672f..4477a874a 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 538579e39..b8b41b1a1 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 35c908f0a..88b5e2a57 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 044681f01..27430b2f8 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 328f8b0a6..0a3dad2e0 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 fe65d4cff..12f03139e 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 e6425f485..2e0238399 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 62dce8038..a342fd779 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 1c6515325..59401be96 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 a1c920bcf..88ed68a15 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 537bf6c03..5b983dcf8 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 d549305cc..94f97216e 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 6ea0c8d52..a2c023d9f 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 641bc3b9e..94287ede8 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 50f334ff5..e6a216a2c 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 39bc40e41..8b73db9c3 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 9df5ce920..3e82b8eae 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 8db27f92b..e45fac169 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 28c3fb3ef..7f4afdba2 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 99cea0cf9..ef49ec225 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 c20a85025..80ab003f4 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 e4b908b76..b3f929e21 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 8445ea672..7033b76db 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 9034e5378..1b6dc5d72 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 bc8599fab..379b8e0f6 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 e7c2a4f1f..d3d43cc08 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 30ac7fc79..23e9167a9 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 dad35b84e..993dcc17e 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 5671c111e..931fe0529 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 f52211fe4..aa6a8ec54 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 ac9467496..ea92e2a6d 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 9b6005b2d..ba14fe290 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 e7604e870..18485312b 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 5912812f9..7e1d07ac2 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 6d069179e..3f2853ed5 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 126182cb8..37a9c21b7 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 ffd5527fb..1801a6da6 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 5eb09a67a..75ab85295 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 54deacf5a..607d7b065 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 3c9b19946..926ecd9a2 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 7f1e6796a..7fb988abf 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 563ca963b..eb35499d7 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 76c3bac3a..3fba8cd66 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 8ddfcbe63..6588e7368 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 d61439a0c..03f154180 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 d2914e1cb..566ebe6be 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 0682d0a57..6205ee9ed 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 0b2ef22c1..71dbb8e1a 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 f6b9d8c39..40b595074 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 94dd047de..f696ae370 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 47d26f54f..2064e4fb4 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 2944a25cb..e7209e47d 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 cbb346e48..a9d03590d 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 bf91fc060..62d971250 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 2c40428da..0126e3d14 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 4369de26a..889ff0e15 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 213ea04af..11246e196 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 d4e93aed2..1e76cdd97 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 1305ebfb3..da5df1de4 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 63f139435..2d747f8d0 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 fb33c3e2a..b613bf0f0 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 5af2a1269..5f730f750 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 0d26dc2f9..a8f6078de 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 6fa69c44b..793182262 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 643d0e216..73b2edbd5 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 0b8bd5a3e..ef405f1b5 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 f93e98743..731dbab29 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 78403631c..cb95285ac 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 846ec1445..c9bdd8806 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 b77200aca..1a61928cf 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 8c4a5c374..ca202869f 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 62fce1f27..4c0bbd044 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 683fcf487..3bf24f22e 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 0f1b415a9..44eb32dca 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 596c8fdb2..6a808e2a0 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 cb50d52cb..ca4ebf70c 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 1242a0eda..598a4ff63 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 4885bbbcb..6e0ea7c48 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 492bc4dad..f7e9df3ee 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 bee995ff5..eb29c34d4 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 1507ae58e..1d9c9dac2 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 e908c0e6e..d14783756 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 c50e0b355..9da13b03f 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 7d86e6d2a..125092eb5 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 93baf17e1..10239198b 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 d8be88322..2fdd82c2f 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 c09423d93..e0a00d7ea 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 9906210ef..16b79add4 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 85efc4bae..cd3e1de09 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 469579d89..00ab10202 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 892843a66..790e75ad9 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 60da6a696..e0d488254 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 71d22a317..a1cf5be4e 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 2237a0f0d..e372cd3ab 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 8571ca7da..0b14784e5 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 18a3843be..052e2c687 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 070ec0992..17ca30fab 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 73853a8a8..a89e12d48 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 35adae4ff..af7338d28 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 ffa4d4602..782201990 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 a160840b7..543b8bffd 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 a2a20f2eb..d9df39f7c 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 d009d8e9e..b93a365bb 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 b9ba0fb56..10d7a5c39 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 dbad2d81e..93fd5e704 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 187de8a4d..9212a0840 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 b5c39c9ac..3a8750966 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 16e8f4799..f6680928b 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 22bf880a2..5baa68b3b 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 2635c634e..bef9a1ef5 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 892da6e21..aa56a4bd8 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 54f7b9b9a..9109f0542 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 94d2dbb5b..262c1cea6 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 a07bc8d52..9991c6d20 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 24f041d2a..297a299be 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 32692e0ca..69b0f4e52 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 c85bc575f..6acfad8e1 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 22081f3c1..1ebb544c6 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 530e3fd2e..87a1207fd 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 be8c2418d..fefb1de10 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 52c8aff54..8b1afe196 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 fb74e9bf9..59fdcd9c8 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 da60c355c..fe8ca713e 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 ddcd65941..f39b99ecd 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 b083d6f38..f071cb21c 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 611123367..8286569d2 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 d1d64a79b..c8a9ed160 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 befeafda3..3ce8160d5 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 7dd6fa8b5..7ffe68bf1 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 9e0d68f22..07dddf07c 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 3824692c2..6db0dbc29 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 96b061011..e308eba1e 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 fc912428b..7737253f4 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 34f3ac055..867e458a7 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 b458f63a1..636509f4a 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 fbdb8e0f8..5578f9019 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 72f5850f2..003071d66 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 450baabea..9cca2e602 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 a470ca3bb..742ca5f28 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 d6438c07b..9facb86ce 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 86293e91e..2ab91431b 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 a4d26c0c6..c5890175c 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 6099fda94..b5b80d869 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 1f85c39dd..d2d52a0b2 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 765bbd4d9..128b7b28e 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 ace5787e3..e97bdadb0 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 91fa26443..cb90e86cf 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 e859bf1a3..df0fdcc93 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 3f572238f..fd2b6b69c 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 416c7992e..2888b4723 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 4a8c71593..412dd2f9c 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 4c55571cd..bb527472a 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 e0be842f3..131821209 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 c3cff2c3e..3b4a880ec 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 b3035291a..aa4bd89d8 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 15c60ff39..77afd7ea1 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 8af15b65b..a31a3b74c 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 8c1cda30b..05fd25699 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 f22a708bf..071685212 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 9355d7823..c48c34ab8 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 c20c3a577..1acd04c64 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 394db9fbb..394ad141b 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 5a62629d4..b75e45e3b 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 1b5a97f13..eb085ba7e 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 481485cde..f64e0ea67 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 2e26a7f09..37258d351 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 6d1f71a99..64dbbb5e6 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 544cdc68f..05c33615e 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 cd412dc24..cbfa99f51 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 00bb7cff2..c4dbd02b6 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 76c6fd9e2..38a5bb4a4 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 6babae5a2..820e88a15 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 da5a178f5..1c76b70f6 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 87dbc369e..f5b3a229a 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 2b9b582f5..4e77c110c 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 bb4e57b1e..42c49cd86 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 a6a295d95..974fc07cd 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 a2fd362cc..ed110cd72 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 d1b330efb..56220d44f 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 e2af86bc9..da5dd512c 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 5710ddd14..b7c5554f2 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 8bd8df002..92583bb63 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 923b0fa7d..74b5925d9 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 792cda91f..0bc1ac22e 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 d2214970e..0f6f70064 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 4875554c1..9fbe94f7f 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 a87b87225..75b76b00e 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 83cbbc327..217ae074c 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 9b99b29c8..78468e5e1 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 22127dfee..899f3b13a 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 d1e9e0d8e..c7f878a90 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 a88390f76..4e05b0fae 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 e2e0bec24..f6656d84d 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 e62f8a4e3..8da43d90a 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 b81976ca6..35086aa92 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 f9ed4ec8a..909065eb3 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 c83583f2f..95e3b42f4 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 35e3798a9..70f604741 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 642192262..c8ca16059 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 183d958db..d4e31299e 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 4fc2eb0ab..7cd23dde8 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 8289db78d..1b4f892a1 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 a566a08cb..4b96733df 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 ee0e13768..2d1e7ae27 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 be218df3b..d99a8c8f8 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 60e697097..b352b6aaf 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 b4ebf727e..489eb623b 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 a6ad300d4..18f2a0646 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 515e09b38..377e83f97 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 0e86fa147..6912d591f 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 7e37d559c..591f0e312 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 7adfbc9e5..631c0df46 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 d43a424ea..e0973be12 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 9056e8fca..7a348a47f 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 b8972b974..3b68d12cc 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 a4920b06a..625844de7 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 c18a3d7df..e166400b0 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 eafb9a59a..573fe9e9b 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 4f131d8ca..c5fc346b6 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 a8869287d..1677896be 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 fbda5b0bc..3f081f3c7 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 836c72132..c4e64dfaa 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 f1091a264..fe6f218fd 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 1fa5a0656..8d05985a5 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 caedf208b..eceb7071d 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 a491f4380..59d9449fe 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 dd6d62435..d6702ab23 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 fa9c4964b..f5539608e 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 0f717bfdd..32d199b8f 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 6745c9bdc..50a951a5f 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 8ec762aa4..681f01cdf 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 9d324fad2..4625c0e88 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 ef0fe4669..ee5549f65 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 70278a0d7..946f914b4 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 f0cd1fac4..964968e52 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 d02f8685c..8d47cdb9d 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 1302831f2..8c9cda089 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 773879ac6..ebd9943a1 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 cc18a12ed..4fd8523d7 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 cd09a07bf..489da172c 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 6ca58ed2b..6e814d7d3 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 eff7b4b25..c4bc00b8d 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 db355583e..824aab248 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 3983d2621..5aaf0f5c1 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 3d943825b..fb676a767 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 8b3664417..558b99d03 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 7bb4fbb44..4fc645abe 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 3d3fb023c..b1daf1921 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 3c188c6d4..bacffa4bc 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 a3c905945..a7c68feff 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 a3e958a0c..abcb405db 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 268c0eef0..4717b5ba3 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 e8ea525fa..d27145f37 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 697291a9f..f6f4a606c 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 a2bf87418..5f52c3fff 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 1b2070331..350cf575c 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 c5f1b3866..256b11632 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 0d86b9386..227109c10 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 c507aab6f..842dbf4ba 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 a9715237a..1b2d3df52 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 07ef2572f..eef672e91 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 9628425a1..0aee85338 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 daaca792f..e0cf84abe 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 fdd366491..1d4c6990c 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 68252cd2d..05ff05eeb 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 990aba1af..fe30a7d3c 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 bd8ca4b77..797153256 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 02acc49c7..abfbf98ea 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 d2611beb0..285be70c3 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 5f7a241ac..eb4d7856b 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 136b00b51..1e333d5d5 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 66035fd15..bf14edd17 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 b898a1dfc..11f501b04 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 cd2ad18b3..1393d5d0e 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 9cb839e0f..c4073fe79 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 9a75171c5..93e740ae3 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 4adcc02df..0bf829752 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 2ddeb198d..2ef652358 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 749b82256..abe8ae40b 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 d9e445aca..1d6ae2bb1 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 e5f9be90d..6e992e521 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 7577cbddd..991d6357b 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 25dd5f196..c379b51ef 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 ff9feb89f..867417cd4 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 ffe4bf625..dac94f5e5 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 3312f3189..a79a19d4f 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 ecc705342..f3b72dea0 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 0162c8ca3..6638cdc44 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 522cb6a08..ac55c1309 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 602295a64..47bae4e79 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 4232f79ee..5e05c1b58 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 243d6da28..29a561f87 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 d6b0f8b07..4de2c9624 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 fc3f9e391..d530af267 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 6987f850b..cbdf9ac76 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 60aa93824..ac1354097 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 b0d8a4aa4..7b9d45494 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 2c8556728..faf867a4e 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 416269db3..14a42672b 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 7c6cb492a..5a7c2650f 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 dae745b48..25c2a1f58 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 97864c302..8cb520cf3 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 c6b2a4e2e..0f55ffa57 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 e1c54955d..633aed68f 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 35288dbf9..89cf95ccf 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 84112eb42..819f2b665 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 f57193301..025a12196 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 6f947d7df..4f986f58f 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 08a4e317f..70356d341 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 7fd2f7718..3823e8942 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 4e0481e4a..7bb473453 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 5d932aa92..231026ad7 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 7a0f8d054..5e99f48d9 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 2deb68766..9bea788d3 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 665c4414f..29f2ca56c 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 d2e67dbb3..3c6a07f19 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 07b5ce81d..d74404044 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 3b527e88a..a2de0f62b 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 d54f3bb67..ccad9fc38 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 9e6a9acbd..c65121576 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 d1d1d5692..d64fb290c 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 02d459a48..b87018178 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 3b27f53b9..0337fe5ab 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 acfd3baa0..b4db37210 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 b4f726bdb..22c07e9de 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 1a3b3ddf7..c7d22234d 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 b59d02340..7dbf7f9a9 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 b38579200..1a2c7b4c2 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 2826efa53..16a3c3266 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 259f4d74c..776e83487 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 669c3dd9e..5d8d10965 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 8e625bdac..c30673528 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 097f0799b..c4bbe51c9 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 6d8e9f778..743db8fb8 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 a0246ba03..60cb9176a 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 5897068d1..daf6cca02 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 a7401acca..13479d732 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 1e96a756c..8d47f5cef 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 1cb7d4673..71ef168a8 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 c2bf5c340..ac9a75c2a 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 c30a381cd..05ee3f018 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 8b46257d0..37e8d6c25 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 80ba5c746..637f6033e 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 4dc56151e..137a3d26a 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 bb07da25e..349388a59 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 1e81b5689..e24d53395 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 c002f2544..b383ec467 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 46dda4698..eece455ce 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 d35835559..abff21f16 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 8a90f1516..44e88b13b 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 d7539404a..a39552e66 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 b65db3196..31730a343 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 17d580e42..1af377bca 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 44a297de5..22a5984bb 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 56868b99e..daf980366 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 74a81f483..aab51a50f 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 e629c8571..4e61bdee6 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 db27e2873..386a50ac1 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 03726c63e..7f09d29da 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 f1722f434..f7a2afca8 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 20270b7d1..f9ce39206 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 58411d0c9..7af47a0be 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 9e7cc55d2..f9af65ca6 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 7fa47049c..273adbd57 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 a1c6db170..c9f634193 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 434fbe191..467215199 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 1cd02bc2d..b22d41edb 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 770e8a481..e510790b0 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 cd1fab17f..c7b672709 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 bd5677554..2a9f1bb79 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 55e6c3463..02caa21bd 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 d8852b2c4..2f869b942 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 9b8e064ca..d6fff75da 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 7442702aa..45fb6b9a9 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 ec05ce6d5..02e767d1d 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 fdfe059a9..cce73232a 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 c510a1f74..60c639083 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 a01567765..617dcc1f7 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 8713aba49..c62e2893b 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 76c513980..a46fd59e8 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 8c54aa9b5..48b2f45ac 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 052c17120..bb7671477 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 32a2f7adc..871b7df02 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 2e501d6f5..8500ab13f 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 0bbe1e970..28a25e1a8 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 deef7ba83..e2225fa3e 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 aa2a93660..a42bd1c08 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 f6c5baf07..2eb7d602b 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 4c4e1885e..6d587c996 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 4c6de59b8..fd157c813 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 79ca29a6d..e05579d22 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 b703a1062..d8962f8f4 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 484279632..69f1d5eea 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 8bd6116b1..314717c50 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 8b9853854..06142e1f8 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 43f5b7209..935b0e1d8 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 f367a5960..e896dd0fa 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 22892f4a0..631453853 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 a195c8cc6..574b8b461 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 f8ce43c87..b06671429 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 b01c10014..56d7d861e 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 91f2243ba..333e1d3f8 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 f6f58becd..8c86d5e00 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 4ba48ea7b..ffdcb1d11 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 485a62a26..61f83e283 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 3ae7e3734..6ae35663a 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 0e2599e03..d1c01a068 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 de7d03273..4ef9e3f6b 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 a0b303b46..944a0228d 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 0768d426e..5cf44e41e 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 dd556af63..54b4cdecc 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 319dbe14e..6c1baefbe 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 bae34b1ef..e39995e75 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 7f1711805..643ae1d9d 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 f9eb95db5..f13112b2c 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 a6707ed70..82208f0fb 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 49fe89f4a..7a7db867f 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 af0a19bbf..0ae35cd58 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 7a791c0d4..a1ddaa401 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 5507d5bb9..36944bbed 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 51b8cbf19..bf299ee94 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 cdfff6d9f..c650c3c47 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 15c8b423e..fefcb2caf 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 eeaadd202..e72d847d2 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 6f7bb4056..bd69e98aa 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 1aa1a2df5..8dc225832 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 44ad3c791..248985d0d 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 42a6e9086..4df8d567a 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 30274aaa9..bd3a3235a 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 9599011ec..66ecd0b52 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 ef921a461..39f8d2312 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 29d05b1a8..08188d879 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 ff7c105b8..185ed8854 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 c2989edde..818658fe0 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 28a1a72af..29b786a6b 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 d19746ac5..86647ede2 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 1e89e3221..e1da3828a 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 d3c2cc0de..f84a27be6 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 f65d914aa..0846ef694 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 05b57962d..55dcee487 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 0fd9ae189..cf08c44d0 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 8a2f19dde..1f0717df8 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 98f9cda56..fe882e756 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 46f79a179..4b0813aae 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 2f1c639f5..94f8ef728 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 e4d2b18e1..d3963e6c1 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 3482fcdd9..0a8477f27 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 330f335c5..7a5ec17f3 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 8a5dfc271..213b2edaf 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 1e678a27a..5512a3d9c 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 5dcf633bb..2e9183c80 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 f1c2edf28..b8488217d 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 e4e7d44e7..a5ea5a27c 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 6ab9ebb4b..5a76dfc1f 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 91ab2c4de..4d6cb8faf 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 7a4cb97e2..94fc92d38 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 196089812..a423e9135 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 61ac9c089..321b5af49 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 6d3296100..72f1454ff 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 4d474a715..aa74cd5d8 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 9a91fc44a..a06b89267 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 fc5540700..e7b1a18fe 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 9d681ded5..276b263aa 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 739efb37d..6f91e4ee6 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 21af17dfd..d42d1a278 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 9463038e5..5e57d6acc 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 a4204b6ef..516d2b221 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 048df0f1d..61ab14ce5 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 b15d0c923..8aeedc402 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 753769200..f50c0b15b 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 6c6378bfa..7b8a3eca5 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 5380c5fbe..6c5856d73 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 51785347e..4751ffd2d 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 57db8b5c3..0ddb09fba 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 4b4fa9449..71418fb84 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 689a0f43a..909855864 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 2449d8511..64c68b29c 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 13191a90c..b11d67ffb 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 61ed6f6f2..f928b6c2e 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 e70642f4c..098473d12 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 c306bbc84..06b10389c 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 f51fbc844..e82e7e3c6 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 3c06a1a1e..3cf4ace23 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 f59151556..d0f155d94 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 7a43ebc50..7ba58eb14 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 b6d9a5045..4a8fbbae3 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 d3ffb39b7..8426d3b4e 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 bd3f4e4c1..f3ae97560 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 a8f1ce079..f95f27e2c 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 17a9eb5a2..be1cc73e1 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 433385440..90afb42dd 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 bcf34bbdb..41e1f26ce 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 8b4b7ec93..5c698bfd9 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 123b2a668..52f169df3 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 80bbd9529..2f4cceeaa 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 f57daacbe..6b623889b 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 648a8c141..adc573650 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 fd0a7bad1..82a424239 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 400e806f2..0c35bd67b 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 43f576670..2adf71493 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 67eb3d5c4..18e194d3a 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 d110a4171..0d44ad59d 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 d480ce54c..371135ac7 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 89022593e..678a482df 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 eed95f894..ea73848f3 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 5b63d3b39..2c6211147 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 a5bb186d6..00175027d 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 c071ac8a6..6e652b71d 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 831988a8c..a6a96f7ef 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 0a7e6a2e2..0d74cbf08 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 9d8a3c03c..2ab59b112 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 ffe179dd8..f0756bfb9 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 aa10f8130..eff8c8c4e 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 b557c4b04..5fea7377a 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 93d540269..99e3960fa 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 5e058418e..551b96966 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 961f937a3..df397c0f6 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 9cf668eab..62091f36b 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 ca36c3c5d..7b4f2a23f 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 23174d68b..bc6d10442 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 80ecb7fb9..6408b93a8 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 d45c2774e..f0c445c9e 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 d1a8aa290..8664be84b 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 4b329b520..db1ff915d 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 76db32ee8..831421dbc 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 001718d71..aedb04734 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 2d43d1458..48ee3187c 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 a46f67f81..9647d3b65 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 23149cc36..c266e3ea6 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 084bbf1f5..e08f51175 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 5de54dc72..e0c88dde0 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 35c48a409..30c8a9398 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 6678e1a5b..2141a6c61 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 1ce2c747c..4bc96ed4c 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 f4fa41e03..a57c0562f 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 1771cede0..328939b44 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 e94d488d7..4f3e039c1 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 8930a6e5f..6624936a6 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 fcb85ea1b..47d7d5db8 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 4dd71f33f..ac9d5e47e 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 573e7e4eb..f70fae585 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 09526c32c..117ffa416 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 feeaebaea..8d42c5738 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 b0ded003e..6dc087cbe 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 0a5635a4f..6d6fbeb9d 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 af21e725e..0ea19feeb 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 8ce4de731..88b9bebfa 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 df95f1318..cb36afc17 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 8e2365d72..4ba320ecd 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 2b9ded763..2faacbb70 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 49cbe44ea..f2de7eaa1 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 0ba66f96c..6e2182e1f 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 031d3f9d8..43de0bd46 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 aa46c0749..887db5cf8 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 4bd62ab2d..8de1aa088 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 1ebbebbae..db2994e0c 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 69d24611c..ba9e6a0ac 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 c95bc32cb..3a73a691c 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 7a6a33fee..f306606fa 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 3492cb42c..c9d78b921 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 262ec7fdb..697e2048f 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 58e4a3b0b..57912510c 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 168c0e864..54199debc 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 450d1224d..0aae44837 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 0a5d6fa32..24ef7f5ab 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 43f33bdd2..d8b5eabbb 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 7d7455de7..dc8e03242 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 3033dd10f..93fe775d3 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 e011d3705..f378b8503 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 641e9db85..e4592ce11 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 194f68762..6abc907e2 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 e20cb2421..a1f3aa97b 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 cfdce0e30..046fdb9ca 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 a47e7e2b8..e15d087db 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 0e128e179..21199e4d5 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 cb0c114f2..382c448c9 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 a077ae12c..3d9d0d22f 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 ea4f76306..71ebfd7aa 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 5a54a2f59..400c3f2ef 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 fc97bfafe..00e7fa80d 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 b04b88923..0ea931cf8 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 5e27e79c7..7b329cd0f 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 20666c4d6..5499e150c 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 10800da45..13458cb42 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 fff2e4d08..5b0734e73 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 409e062aa..f99e661af 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 c1098de70..ff83c2275 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 658041d6e..a382fe6e8 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 67cdaf39a..aa4d0b8c5 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 0874e766e..4a8edf156 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 698250773..b11b513ce 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 35ffe6522..94e533877 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 9583368ea..1737f3338 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 e82a26a6b..3372a3609 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 89e962e8f..ed6ac60ea 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 8f95c786d..a9122b685 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 5a8705618..e1910162a 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 2a2159dbc..f915cc752 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 96861c22e..95128c0e7 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 065329fa9..6d737e2c9 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 4dfef0200..6c16368d5 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 7e676004f..5c74724e8 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 c149b7d32..df5c7dd5a 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 3a7ec33d9..4416572e6 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 de4761faa..8ce4b8e08 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 539ab9a8d..ce6b18e63 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 8f0ffc1d6..5d98cd588 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 c0b122aa8..32a9de379 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 0aa9ae36e..9fa7fc61c 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 79090ecb7..bc4d96255 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 9a97a757b..2ecf90613 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 c114c7a62..3596f3b16 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 4bda8b4e4..6a434bd59 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 9b8d71805..23e097179 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 7b84afadd..6bab305b9 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 ab63037e9..d0fe8e168 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 4c18c07a5..d7fd00f6f 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 bcf331fe1..1cfbd7e54 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 2501c7fd9..b61b1b3ba 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 af73e7d4f..7283af031 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 95ab6a363..44a2d976a 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 4c9d221cb..521eed959 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 f175ebcc0..5afb4071e 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 c510b1d1a..6ec322af0 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 c9c43b38a..2cc41bff2 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 b88c3c7d4..61eb46da5 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 d58d37b04..70d7a845a 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 450878bcf..f2982a855 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 70a5d7b4c..1cae63637 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 8a6401cad..3e09ee0bd 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 2d7795166..edc59029f 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 76d504d43..a445a6016 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 3e9aa5b4c..7775a1a2d 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 e4456d9aa..57deee0d0 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 ff4c65a29..341fda731 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 7c2297308..0c2c809b8 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 868629b99..063f14540 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 4c899d597..2cfa86bf1 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 566d95ae3..6bc6fcc48 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 d3a06c381..dc347eaa5 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 e7369baae..47b4851b6 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 e8e792e8a..7058a33ed 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 23f17b9ec..e3042bfa5 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 5b862303d..28ef97d8e 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 4e75e2025..1f0791a20 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 @@ $ 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 81def0db4..ba810ddef 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 22d2358ba..a5c7c9ed8 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 2cbd1951e..8593ce33b 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 e7ece14c3..e6fdb47e5 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 @@ $ 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 24bb09a39..0c60077ff 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 @@ $ 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 7be3f2a1d..b209929ab 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 377eef725..8e333cc17 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 5ed47d7e7..ed1f67d24 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 eb404484d..0ac0112c2 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 @@ $ 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 e4d469aa5..7e81c85a9 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 70e5ce7f9..395fcb0d1 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 58ef56035..69f9542ac 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 32d232c08..4f439eb6a 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 @@ $ 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 1cc52b719..87a2fd670 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 @@ $ 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 9aa04ee14..24ddf51cc 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 73434a21a..1e8cc9f57 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 c1cbdc6ab..efd7c2497 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 bf4fbc710..2ed9ad942 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 @@ $ 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 9ffda665d..7a179a499 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 f45ff0f66..8760a02a6 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 45828d2fb..f5a249469 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 9ab00119a..7bc1b929e 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 @@ $ 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 b2a71a82a..4ecebdf14 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 @@ $ 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 54503de04..9e001c740 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 d523f3a66..bb24c281b 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 57c44198f..c2f55f367 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 038e95236..c5cdd26e5 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 @@ $ 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 0f662955d..aa4ab3f71 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 fc8d28895..0482b401d 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 7dffc7a0c..3eba142c5 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 dcbb892fd..c0b9247a6 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 @@ $ 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 f65de9278..9468bea06 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 @@ $ 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 fb63e9607..1690bd5b5 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 f53010a3d..8b93c5a7b 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 7bfb2e0b5..d3c356dcb 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 8cec8809f..16d250c3f 100644 --- a/SRC/VARIANTS/cholesky/RL/cpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/cpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 400fbf7e5..1575bd95c 100644 --- a/SRC/VARIANTS/cholesky/RL/dpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/dpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 090e528ae..67ebae335 100644 --- a/SRC/VARIANTS/cholesky/RL/spotrf.f +++ b/SRC/VARIANTS/cholesky/RL/spotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 149eaacc2..76d8bab61 100644 --- a/SRC/VARIANTS/cholesky/RL/zpotrf.f +++ b/SRC/VARIANTS/cholesky/RL/zpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 fd2b13e61..d6149c08f 100644 --- a/SRC/VARIANTS/cholesky/TOP/cpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/cpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 dbb51c415..e49200ea5 100644 --- a/SRC/VARIANTS/cholesky/TOP/dpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/dpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 81034df37..65895502b 100644 --- a/SRC/VARIANTS/cholesky/TOP/spotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/spotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 009667090..f8b9e253c 100644 --- a/SRC/VARIANTS/cholesky/TOP/zpotrf.f +++ b/SRC/VARIANTS/cholesky/TOP/zpotrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsPOcomputational * ===================================================================== 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 2bddb4452..e78442914 100644 --- a/SRC/VARIANTS/lu/CR/cgetrf.f +++ b/SRC/VARIANTS/lu/CR/cgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 ce0ab2243..9bccb19bc 100644 --- a/SRC/VARIANTS/lu/CR/dgetrf.f +++ b/SRC/VARIANTS/lu/CR/dgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 bb6543139..c12dd38f9 100644 --- a/SRC/VARIANTS/lu/CR/sgetrf.f +++ b/SRC/VARIANTS/lu/CR/sgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 39090e6f3..75b26586d 100644 --- a/SRC/VARIANTS/lu/CR/zgetrf.f +++ b/SRC/VARIANTS/lu/CR/zgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 77c747246..67902e568 100644 --- a/SRC/VARIANTS/lu/LL/cgetrf.f +++ b/SRC/VARIANTS/lu/LL/cgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 9f25abd92..5f77b919e 100644 --- a/SRC/VARIANTS/lu/LL/dgetrf.f +++ b/SRC/VARIANTS/lu/LL/dgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 765caccb0..2d4796903 100644 --- a/SRC/VARIANTS/lu/LL/sgetrf.f +++ b/SRC/VARIANTS/lu/LL/sgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 ef3fbf418..85db51b84 100644 --- a/SRC/VARIANTS/lu/LL/zgetrf.f +++ b/SRC/VARIANTS/lu/LL/zgetrf.f @@ -100,10 +100,9 @@ C> \ingroup variantsGEcomputational * ===================================================================== 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 9daab3872..a8fe3fb28 100644 --- a/SRC/VARIANTS/lu/REC/cgetrf.f +++ b/SRC/VARIANTS/lu/REC/cgetrf.f @@ -137,7 +137,6 @@ C> \ingroup variantsGEcomputational * -- 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 db6cece24..5c79747d2 100644 --- a/SRC/VARIANTS/lu/REC/dgetrf.f +++ b/SRC/VARIANTS/lu/REC/dgetrf.f @@ -137,7 +137,6 @@ C> \ingroup variantsGEcomputational * -- 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 379ad1c9a..3c045e576 100644 --- a/SRC/VARIANTS/lu/REC/sgetrf.f +++ b/SRC/VARIANTS/lu/REC/sgetrf.f @@ -137,7 +137,6 @@ C> \ingroup variantsGEcomputational * -- 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 dc42c83f4..0484eb89a 100644 --- a/SRC/VARIANTS/lu/REC/zgetrf.f +++ b/SRC/VARIANTS/lu/REC/zgetrf.f @@ -137,7 +137,6 @@ C> \ingroup variantsGEcomputational * -- 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 3cbec13c7..369ed1983 100644 --- a/SRC/VARIANTS/qr/LL/cgeqrf.f +++ b/SRC/VARIANTS/qr/LL/cgeqrf.f @@ -149,10 +149,9 @@ C> * ===================================================================== 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 8f1979da3..be5720f4f 100644 --- a/SRC/VARIANTS/qr/LL/dgeqrf.f +++ b/SRC/VARIANTS/qr/LL/dgeqrf.f @@ -149,10 +149,9 @@ C> * ===================================================================== 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 86394cc98..a007360ba 100644 --- a/SRC/VARIANTS/qr/LL/sceil.f +++ b/SRC/VARIANTS/qr/LL/sceil.f @@ -58,10 +58,9 @@ C> \ingroup variantsOTHERcomputational * ===================================================================== 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 7b0227193..bff973214 100644 --- a/SRC/VARIANTS/qr/LL/sgeqrf.f +++ b/SRC/VARIANTS/qr/LL/sgeqrf.f @@ -149,10 +149,9 @@ C> * ===================================================================== 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 4ddad00d6..79e86b41b 100644 --- a/SRC/VARIANTS/qr/LL/zgeqrf.f +++ b/SRC/VARIANTS/qr/LL/zgeqrf.f @@ -149,10 +149,9 @@ C> * ===================================================================== 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 f5d82d599..1cd1ffbf1 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 @@ $ 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 0bda3a333..1d7c4e09d 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 e4e820aa4..7bac090e9 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 1d32a6899..457842458 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 100f920e1..b52043dee 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 fd69a575b..788fb378f 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 464128b84..72c70349f 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 @@ $ 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 c23608afb..91d44cae2 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 @@ $ 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 7368783ad..049d6eeab 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 1c102cb6d..7b6770d20 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 @@ $ 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 9f2bbbc1c..92caccfd7 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 @@ $ 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 cd34d284d..8c58d6e11 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 601d063f2..8533e0061 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 75d195316..362e0a4c9 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 9b6402622..201dbfcec 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 9f3c25c05..5d1ebb026 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 a234f36ac..4fa194373 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 eebd26f12..5687161a5 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 fb57da2e1..48f409b68 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 75aa2d7db..40b022fab 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 3f738b83d..4beffcc84 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 4da2cdf3b..d25b2b440 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 dd833ae7e..17e290cfb 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 @@ $ 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 f07d9b755..a77525ef8 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 @@ $ 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 b1ff3cc67..2388f5acc 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 @@ $ 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 d4d78b4f2..d8b40b180 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 ca0f2d54d..36111a1a5 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 f535645b1..e09e2823f 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 @@ $ 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 f0ff3a20d..d66033166 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 d955e5240..0ea4a7200 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 f0c463a08..37ef13a27 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 f40db0b02..3a66dc0ca 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 80a9a9fc7..397cafc16 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 dbef9fa36..fd9887340 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 2c29c3d59..fce4ca6e2 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 84faa29bc..4f2c49573 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 d235087d4..67140f191 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 4e374077e..812acf785 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 66b186bff..28b4c062e 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 54ab7aa74..c5e879991 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 4926fb7f6..280f2e27e 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 b9521ba4a..41a5f9e04 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 fdd03f9e1..d2c11c269 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 e3d109de9..402cf21f2 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 e0aea88b1..d10e3da65 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 8cb2fa119..b0b346b2d 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 1e7b980df..7be7e7a1c 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 ff0c53f2f..4b75edea0 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 9c29ac90b..995404f43 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 ef9c1c3c7..c5eeddf7d 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 9ee3e4f79..c48d8eaae 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 e3cfeeaca..f62aee4b5 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 6178321da..6026c4bee 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 a6e24ae4f..d6682654f 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 @@ $ 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 b0844ea7b..a2cf5cf69 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 4ae26e817..2df193620 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 6f45a09a6..129e498d9 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 34a80beea..4354349fb 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 @@ $ 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 2b0fb2153..d18ed0375 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 cdcf9db3c..239b13431 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 1cb50bf72..1a587eca3 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 5b08d5732..fbdb121ca 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 @@ $ 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 11eeabe5b..149cf5e48 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 321ace26b..66c714bb1 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 @@ $ 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 383e4d011..e50f1b56f 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 @@ $ 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 e4a414fc2..94267d767 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 083e6cce1..aac989970 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 4e72995f5..d08e0bb9a 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 eda77e227..796dd5005 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 bc83f74c6..bd7fc286c 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 6dc63e70d..187b1a686 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 01de3c984..8f9ad1921 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 7972d76b8..4e4dc1d4a 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 @@ $ 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 3626ecbeb..e8ac34805 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 8c7324c70..c7a232415 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 988b8a853..c54174da4 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 @@ $ 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 876a26df9..b47eb6e31 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 @@ $ 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 acc4eda36..6385a74c1 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 @@ $ 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 678a0e51d..64137af8e 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 f34b8f2c4..17294538e 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 c5fb37e88..e6c5acd91 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 @@ $ 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 9c8e0eec3..4ec989e0d 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 cbeb6ad88..76d7de4ce 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 e615e3fee..bf96a3138 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 b84dbeca8..f18c40666 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 6d3496bef..9dcf225c2 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 cad1cc0a7..1341965cc 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 c9b4262f6..f248aebd5 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 @@ $ 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 8ea60367a..008a053a2 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 @@ $ 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 810df3367..37853a10a 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 dfa8428e5..f1a5204e3 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 ed3260532..b21a19594 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 22979a721..9b76220e8 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 @@ $ 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 6063db0cd..a9be1b70d 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 5ebb25dad..266e52b99 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 @@ $ 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 04a7a3f86..35d0997da 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 64d675c26..a37ad738e 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 68d81cae8..60b5af098 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 01ea217bb..49a8336c9 100644 --- a/SRC/chb2st_kernels.f +++ b/SRC/chb2st_kernels.f @@ -170,10 +170,9 @@ * 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 2e7022f1d..0e0edbd51 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 179fb5a28..123d84729 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 @@ * 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 a54da4386..1cbca4b7b 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 400233976..340c546e8 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 @@ * 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 c7060bbd7..3424bdea6 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 @@ $ 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 ddc95e188..22bced45f 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 @@ * 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 c84999834..53a25a27f 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 d20372e97..130594a0f 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 a6d38f0c0..c4ad20753 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 @@ $ 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 db4632eb8..57cf51a55 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 @@ $ 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 126cc123b..68a8a3c11 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 d30523272..94c81bd42 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 5d9ed97e9..2bbf87934 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 0fe4ffeba..5c203d8d8 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 3c6085ed2..1bffe5492 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 913c032b7..e1c184774 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 a9d04ab81..fb7989d9f 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 @@ * 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 ff89c2961..143e1b64b 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 6b31d4b73..830e13d30 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 @@ * 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 c5deb1166..47f15fab3 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 @@ $ 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 1489a322e..f10cf3fd0 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 @@ * 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 e2a2c3d76..3dd41abd1 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 @@ $ 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 59c2ae8dc..04f6e30e8 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 @@ * 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 55a895fc3..d731016e7 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 b3fdff2d5..129619fdb 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 16b3a434e..f7675a19f 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 77bc7fc19..472581c4b 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 @@ * 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 38b234174..0c708190c 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 bf153f50a..6e428242d 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 @@ $ 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 14844825e..704431ab5 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 76cef7cd1..ca0de85e4 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 @@ $ 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 261cbbe9e..238fb0a94 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 b934e624b..c9b97e09c 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 ab5786d57..e474c6fad 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 @@ $ 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 f1ff52361..7280447fe 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 76a6f5e3c..8e0b1a88f 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 b3b1e9ca5..6da49bdcf 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 @@ $ 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 c59e72bbf..13f535a10 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 @@ $ 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 f251b9205..aded51423 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 b80bfec5c..50d001081 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 15585bd2f..84ba339fb 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 80e2f61b7..f55368ad1 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 ccd6a7f84..a237b95ac 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 22ea3516e..94edbb76b 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 4575a5e90..f5ad35f27 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 @@ * 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 c12ba22b3..507be2f33 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 @@ * 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 e85c1fd01..aa8a485f2 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 @@ * 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 aa8f7f23b..484e76256 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 c6f548d42..742dbecdd 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 d2e0e0023..20a9859e8 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 9e42b5719..3f60f4370 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 0c59a46fe..805e0f4cb 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 a5762b20d..7a38a25b8 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 1e18202cf..2865a6440 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 2ac18b574..0cfaf2861 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 0b31f533b..cc2318b22 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 d4cddc1c0..0a6083bef 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 00d99e2a9..8090a576c 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 a7864621a..4dc97cd30 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 704156879..07b6e025f 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 c7c77b971..f9c25bd56 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 877517031..2546adb2d 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 979d80a7c..41cd3e289 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 2b0cc6db2..d80da9328 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 3378e6fb8..7aa2343ed 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 a158ee839..8c1d62a87 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 @@ $ 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 0630a759b..16c37afbf 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 d48a8bd51..f34b57cd9 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 489709060..c1629c9a5 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 b9c872034..7d5f6ae68 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 6a111f00f..322ec35f0 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 @@ $ 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 3813914dd..56fc57703 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 999031d13..417f10121 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 6c1ef3227..754be31ed 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 06a08798a..711daf55f 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 @@ $ 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 9fe0532cd..65e22c5b0 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 af62b5a1e..d41c96612 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 5783a189f..fa9f714f5 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 e5caab7b0..f1cdd4380 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 97c4e96ed..d9bfffb06 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 878c88157..8147a6d18 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 bfb8777e5..df3832d4e 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 5c15b0b68..c125211ab 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 @@ $ 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 32b6fa87b..007f72f59 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 e043d7444..e98334fa4 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 c382ac210..b54ab2f74 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 @@ $ 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 46991ea14..0331eefab 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 2fa9805e6..0715a5f94 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 @@ $ 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 f60b714c0..47b2021ed 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 cbbcca893..62d861791 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 1a2e8230e..c156d5307 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 46e9b039f..26d0eb755 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 0dad64509..2ea194a18 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 @@ $ 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 f6d27c8c0..baf9e907c 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 38a949292..6230de4af 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 5f26822af..538ff18e6 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 91c80a668..fc69bb33d 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 a9317d396..16389ed5a 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 @@ $ 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 199da9c98..07636e515 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 c892d8b0e..43ccfeba4 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 c2356590f..521c6187c 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 a5ff3aa61..46b9d91b9 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 beca016de..d58fafe74 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 @@ $ 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 f10299c5a..a2812fa9d 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 695b5e478..650749583 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 e59e83aa6..c88fbb580 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 3edf58f83..62d24bdbb 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 5adfa4b45..8c84ef337 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 @@ $ 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 15e55ea7d..5c31e60d9 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 08e45ac79..daa053146 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 7830222b8..138c91ff5 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 81ecadcde..d85df7435 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 132712deb..cbbe9242b 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 2d67b9e69..cb5e23db4 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 1d04962d3..3c0f73b7b 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 26d5f37da..ab4404a29 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 47c837485..84620b5e1 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 1f7181791..d297f78df 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 189ef2114..1dca85a35 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 9907b1016..f8c9707b6 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 45dd54cad..77f1c3adb 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 @@ $ 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 d66bf801a..e9903867e 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 @@ $ 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 c4442d792..9df436e44 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 c6a7b8431..045c9a5d9 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 b80397fa7..e16b19927 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 a1777f0b5..467c08009 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 7f507708f..0cd06ba63 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 dcf47a1e3..d34ca4a1a 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 f51de1867..60ec116d6 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 934aa92f9..ae2fc96ce 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 cc4603e9b..ffdde7eeb 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 698df999f..130dfcb00 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 d13921bac..dbd848e2f 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 @@ $ 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 50547f2cd..98a54a874 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 9aaecf48e..e0b5badc2 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 90bff5889..e981fc36f 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 @@ $ 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 004d68fba..06883ab20 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 @@ $ 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 5ebbb23b6..a2da9a925 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 838ab70f1..804847cfb 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 c71e4aa7d..e5e28e258 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 9818360fe..039396114 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 00895c8bc..5f009e173 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 836e127fb..a778c6702 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 f78de23df..e0a7f57fe 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 33d6c8b01..571c263d0 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 13e5fe300..4ce70602d 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 e0e23abc7..6993bfdf9 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 661b4f901..514a8b67b 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 9e2be72cf..5ac3d4b1d 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 1085fd880..44c00c31d 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 628dc0a75..5d4125825 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 537fb7ba9..2bb77b79d 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 8066d0ef6..6769975cc 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 b0c48eb46..bae81eb5a 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 3b361cc97..03c30c01a 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 5465372da..2fea2b1a3 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 e01d5bfca..924fdabaa 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 3b22e09ea..e1230aeba 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 636c6842a..3f1e824db 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 9d9efa30f..ae20ab7a0 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 db6987526..0ee2a1e59 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 14714b518..619c35260 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 c41eb184b..e4088f7da 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 33f2a8e08..6e41afeb4 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 d0b7efcd5..e41c47c3c 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 0a84be42a..1ca43122d 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 87d53871a..e6989798f 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 fc282b2d6..1695fbe5b 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 @@ $ 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 84d57d4d6..2f5402de9 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 @@ $ 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 a74e9b86a..e2689bfe3 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 71f26d8c9..95cc33b9d 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 @@ $ 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 004645a0f..f7e3c0ef0 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 2a962d42d..523e4a19e 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 6d5f7da1e..d9f3a5ddd 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 972c82cc7..f8d6531c3 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 @@ $ 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 8dd17164f..e293a7cab 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 b22af2da5..4ad956391 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 72140d52a..b76841f59 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 a4d429c09..3dcadb187 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 d336a1337..ee6959ed8 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 @@ $ 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 d54c227bc..36a98f589 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 19e48cccd..066dfe1c7 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 296467a9f..fdf80b78e 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 ad284883d..6a39094b8 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 fccd136a8..77292757b 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 36c5108df..82a77b442 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 df382d878..6d71d2b53 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 a45f55ac3..1f09e4da6 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 @@ $ 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 e7c1c215d..26b028dbb 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 baa68b657..308900797 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 c366c7dcc..08999bf36 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 b7fde5438..0a40b40f5 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 ffa884282..97d7b0e40 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 6bea5d465..b21bc6f1a 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 b760bab50..399af23a4 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 d3a5b9144..2ae27975c 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 fe49fd56f..d1a6779d3 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 8c6216b41..71fc7521f 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 92e407ff3..a1c13309b 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 63ad9d4cb..37089c230 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 9f8a2dc69..60af6f664 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 ade36f9e2..e6666cfed 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 a44a8f5b1..d79b06874 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 bd7a0fb45..080a65a12 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 b83f54188..40e2cbe94 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 3bb7bff88..606f963d3 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 557830d1c..5445e387e 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 402b33eae..a5578b5d4 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 1ad84c117..66f1b056e 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 8fc539b30..946ab8068 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 0328e31c3..677892011 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 043fd1e95..2b80ba71b 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 66b9c0407..96381ee26 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 40d3ae0ad..d3103fde9 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 930662d0f..6d474dc46 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 eb9f89486..8b3cbc51d 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 174f84030..df1a3bd1f 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 922c44b1f..fd91ea121 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 7bf13e927..eb35e8fc0 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 f344bf812..0452a9183 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 b1a1fab0f..248abbc1f 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 fde0564e4..652e18501 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 @@ $ 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 f871dd7dd..0be2c0a7f 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 8854cbee7..a4c18efb3 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 1fef33337..62874f688 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 6d0b52791..cbaab6832 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 e2b5690da..1f783a6fd 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 739ae27de..cd9a2434c 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 fbaba80b6..790d61d74 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 1463d3c99..adc484d96 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 68641bf67..2dd5f4e27 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 bd4054cec..8e12d7973 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 3a2db7135..18e2b5b16 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 @@ $ 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 ecd61ec0a..f37dfa3c0 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 aec8db211..78b9f4db1 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 @@ $ 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 57c2d3feb..7834c75da 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 @@ $ 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 16b917ad4..7779cd501 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 1d981bf7b..6aba3103e 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 ed4f12cba..e1eae3e9d 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 9b548953d..bf05c91be 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 18c3d0d3e..bb08ca687 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 48b0a338d..84e3b7977 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 2ceeb3f50..223167338 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 5206b9526..6c26b0c13 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 084ef461e..1e6f02695 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 5ae669c22..f6f07538c 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 bbca265ea..e5f90af61 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 1340cfb70..d6afc9892 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 7d9b6defc..08bba1acc 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 f43cb308c..001042e1e 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 4b6cc41a9..119b954f3 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 8956d0b8b..67d247dff 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 07d077931..e3af59041 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 a01ef9003..1ef289dcc 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 7c6f1ede1..20ee32bbe 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 0482f7f35..db63a3c36 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 2f7471435..c6379e923 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 8edf72683..636a8de92 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 c2b2b041e..15ea7ede8 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 849b9be49..17b825a74 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 f8bcc7764..75b33da6a 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 80f2cefd3..6b8c9c8c9 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 2ea80c145..bc23b7c48 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 4ab12208b..e52aaa5f3 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 4bf078101..bfb5aa21c 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 821d82af9..5de199340 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 3499cb4e6..702ed0c51 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 d8fed8742..8ae1d1daa 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 b13c6514b..6434c473a 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 e85168e77..5f27f6387 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 4a00fbabd..a57d9eaef 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 98b82c1b7..9d6e06da3 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 @@ $ 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 4f6687d72..5609efb01 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 8fb8131d8..d49684db3 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 @@ $ 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 fa95db6d1..4044e77ed 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 dbd6957d3..f4fb33a37 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 5c1cb0491..7fe915e57 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 85320baa4..f01659c77 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 0937f824b..79a1b0c11 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 805c0ca0c..f3b46f0b4 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 7ede26863..a5b9d82da 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 b1c5c6fc6..f3502e544 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 5ae8c219c..e54ea2289 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 9f435cdf1..a96f0053c 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 b00fde895..382b1ae29 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 4d1bc3ccc..43f888258 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 @@ $ 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 827ac093d..78b8b8197 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 2081644b1..8548c2789 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 c5c328c63..5694928bc 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 @@ $ 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 f2b21753b..35e762e30 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 e0ab72650..49c9258e9 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 46f65f6a4..2afa082a9 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 @@ $ 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 7a9aee105..463fd9595 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 @@ $ 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 b8291dafc..185d81922 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 370e57d44..0bee44318 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 7e39c2dfd..12d6d5d8f 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 2a80375d3..5ae4c9803 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 af913b8f4..ebf228f18 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 427235bda..930f329d7 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 0946d61b0..8a2cfd7bc 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 f7e3528ac..9c2b7182f 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 c6a8ae5c1..ce7c1e586 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 8f15e3698..3f3665338 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 8bee149c4..33c71060e 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 151f06331..306e666e0 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 d618c26ed..279f62853 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 5a81ee3a5..138fe67c8 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 c375e81dc..9fba54380 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 3ab72b8ce..c872fda94 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 93f2d6a1b..a3e7f4144 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 8008c5de4..48b12d1cd 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 981f8722a..1f6ea40af 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 581910933..add9f4275 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 3cfe45a74..edc2248f2 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 a11a55aa6..4943011eb 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 c6cb9f9c4..cfa2107e9 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 3ca70c656..1e0499765 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 b4b26dd0e..7ea2c1006 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 2e51a3d88..faf647b98 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 6cd47e176..4da1aa184 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 3720b6977..2b1ab3934 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 342d56298..4e5289cb2 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 9683972ec..c519a597d 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 ba1c2814c..f50f8be3f 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 8198d4554..f9b6cd10c 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 @@ $ 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 38a61068e..b81ce8f1d 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 @@ $ 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 6081d19b2..2295dc5cc 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 @@ $ 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 5ccdfb1e1..2840af74c 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 @@ $ 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 2d7557e66..ae1437125 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 @@ $ 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 6b439fb52..44ae10d7e 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 39893df48..01263a4e1 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 d18452aec..bb455fefe 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 5899a5335..fe8629c4c 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 8d4a36ca8..fb4280a2b 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 96b3856e2..9abd06e8b 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 4cebe76f7..3cd75da35 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 0f45edaf8..11496180f 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 b66bd7c88..97fabc66a 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 b6566ae3a..e3f0d7d1b 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 8a75e2fdf..a3f7687bd 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 91e6fa70f..af7e8961b 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 a0548a3a6..0b9c498a0 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 81ba45d01..a14748f41 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 2b950348c..42880ab42 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 a134c1a50..0f58696b2 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 @@ $ 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 cefc32cb9..ea64ddf9b 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 840f9b509..40c3cdde0 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 aaba3c5a2..d93b97be6 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 e08185b08..b8074907c 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 @@ $ 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 2561804de..7a2243ee9 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 55d8d1fa7..47a9ab45f 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 4c284d18d..d7f41ba3e 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 4019ced03..47e4245f7 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 c762b0c33..bbfa0a922 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 0fa3e1a5a..92bdb23f9 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 f3f5fdfc3..cacfb2ae2 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 9006242c6..a41895dc8 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 @@ $ 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 bfd2147df..740e38a85 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 ae73699b6..db238f925 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 c0abde1eb..b532bfbc8 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 803b85145..e6afd89c3 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 @@ $ 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 95997450a..d2ff4e700 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 05a13896d..7acc99cb8 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 f30529130..3653a396a 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 @@ $ 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 5c0729b58..84129473d 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 @@ $ 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 88d285e9f..a05843a5d 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 eea37d18e..a984818c1 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 0dddd42a6..055264dde 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 40c71d4a7..4f8a0a263 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 837354da2..81a3b89cd 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 10c2deef3..e250e036c 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 4a13826eb..d3b812a62 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 f8d06429a..5010ae0df 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 defc5859f..1f2f2b461 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 50837445e..1593ff938 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 2749bc366..26ff0428e 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 864dc5fcf..a066bcf75 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 @@ $ 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 ca67c7f5a..e1597c58b 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 @@ $ 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 c2bdc41c0..eeec34170 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 3c6b4c125..f11a2180c 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 75dd5f911..416c0a0c3 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 569276f8c..a79e9a78d 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 4136fcd4b..d9401e3c8 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 aa6588631..c0672bbd5 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 b55b0c244..6af8cc035 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 8cf4442c2..02af764e5 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 e7279607a..07919a65b 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 41fee718e..9e3b6a4a6 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 40b6583d1..ebd4cfbb6 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 0a8bad8f0..dcd893fa3 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 3513215a8..856555ae9 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 ccf9cd5d0..fdcef9d81 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 81d2ca6d2..1bc2d245b 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 4c75d3ea1..c491a1f4d 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 eb6d219c6..2629e9179 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 d44681a4a..4fcf9ab5d 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 @@ $ 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 4c8b95f85..99fe82296 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 7d47fa282..c220a5875 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 10d97a71f..4ccd4edad 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 980a80e66..8bfd1533c 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 61345c6e7..1e5e9778e 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 350a982fb..03aaa0a00 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 26f14fd64..1ffb3c0f8 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 486c88de5..ab8b20b2e 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 f7543aa0c..93179f733 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 179ddfe57..9520f23f6 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 @@ $ 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 76afb2d6a..8ab1a580f 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 @@ $ 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 b14fcaa5a..1d4e6cb93 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 da4bf9103..030f28f0a 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 @@ $ 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 058b20686..0ea26a3ec 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 @@ $ 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 eae7d2794..a64368258 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 86fad80e3..af305e26b 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 083734961..f22d802de 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 10a78aa1a..e978d7af2 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 95876aced..821c7704a 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 2bec4e29c..daaa187af 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 56a7abef0..0f0d1651a 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 be20bbcd2..aa10dee9a 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 2d9475cc7..3dc323014 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 0404274d3..728c6213e 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 c2723f619..82b9d6ee4 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 a08104d3d..08fbb6468 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 @@ $ 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 2dc1588ab..4677b9f52 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 @@ $ 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 edf6a4366..212bea2bb 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 @@ $ 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 4521b66e1..c71e38433 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 23fd87250..a40c61cb6 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 b49048143..fc13f4a5f 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 @@ $ 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 7b2f80862..013b6c356 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 941c05a87..9915c57d4 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 e7020a001..ed3372f96 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 5b4ee65b5..c938749af 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 f19a91ca2..d1d289b23 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 33e6d51bf..3d0c6155d 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 f2cfd6337..b3b3d8b2d 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 674a7ba78..8ed703fcf 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 1ca238d1f..aebab9264 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 dea693c24..3ba209105 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 8cc59b8ee..2c7bf24da 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 0f7a42233..022cf21e4 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 12cf92981..95c1a735c 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 539ef29f2..2d3ce1419 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 e8c3f8e53..b8ac0b1a0 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 2b9faf663..e79ecf371 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 0bff5d1f9..eac8930ce 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 9ce1feb25..5791b3a91 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 9b81ccb33..c7b62d87d 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 98666221f..5d649f692 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 5cf4069ed..46d2ee479 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 c7d932069..06dfb0576 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 138dd4d9c..c422cf497 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 efec07850..1fbd868d7 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 a6f14e2b5..ea10d77f9 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 495ea1726..c4a898f62 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 @@ $ 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 b1713c1fb..97d33761d 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 20f2668ef..6381a873a 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 72d8a38f0..813bdf625 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 80d18041c..a6770999c 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 @@ $ 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 23999e167..3609c52f4 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 ddf0bd5c2..7cc8b3512 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 51cd7d15d..6f9ac703e 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 3937c13bd..db444b78d 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 @@ $ 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 ace2daec0..5fdb21e45 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 25f0f2827..4dc1d83cf 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 @@ $ 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 21b56f61c..e1f86354b 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 @@ $ 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 5bf5b890f..d2f0ede82 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 5458a5f3e..fc1587842 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 9a340b60f..73d0f3601 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 77948d230..40af0793d 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 9d8cf2ad3..92ef90c18 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 7ac727776..d3464f685 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 c2ba5e2b8..899397666 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 9be90d9cd..668deeba8 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 @@ $ 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 cd5c26064..76820e39d 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 5f36aa024..c588eceb4 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 097ea7727..31db23715 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 @@ $ 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 41d2ea0ea..b1a33dc6b 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 @@ $ 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 0e57d636e..932c74227 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 @@ $ 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 fa8682824..a02203e05 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 43a853dff..96497dc0f 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 @@ $ 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 1f6962df5..b69f3f9bf 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 @@ $ 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 1fbdc8add..d43785d32 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 82a95d52f..43d7a77df 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 3a74899d1..2f71a8410 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 5d5cac23b..2fd17bbcb 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 3ce21d8fd..617af274f 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 9c377cc5a..07f8752d8 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 f882139dd..503f0d8cc 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 @@ $ 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 0ff113b16..4e1db3117 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 @@ $ 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 c5f0fa1bc..197a9a626 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 75254802f..11d1dde2b 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 427182348..e007ac146 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 74889353f..e2bb3d2ad 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 @@ $ 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 b683eaafb..0f02201d5 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 92bc9eac3..ec8df80bb 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 @@ $ 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 3c9808fdb..061c21150 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 3bbeb1d1d..cb9a897c3 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 39e7b0075..ffa69eac9 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 655351386..3fe2a083c 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 @@ $ 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 e71cdc87e..326e8e396 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 @@ $ 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 6b7fb308f..2d59c6cc7 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 a565ed36d..e621b2589 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 350284cfb..a998c0cf1 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 c9eebcbea..2ff6f8737 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 @@ $ 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 624c226e8..e5bfdd7ef 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 @@ $ 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 3d566c202..373232e88 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 0a83e4b64..c2d672ba1 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 6f7d70a6a..bdd3efdbe 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 @@ $ 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 11964f62d..975ca0cb4 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 @@ $ 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 88cc7be5f..f48274417 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 0fec6989b..da60e31d4 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 b2f9c4b1e..77552a1db 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 @@ $ 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 ca7f32429..045ddbb1f 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 @@ $ 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 8a6f9e1a7..32803ed83 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 bb6dbe288..3911e2ab2 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 23ed82588..e72966044 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 @@ $ 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 98965ba93..912d5ca5f 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 @@ $ 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 5ba03093b..706a40b15 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 4f50540d6..f67cc5aab 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 01b8158f6..95b35e53b 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 b5e734dc7..86dfc10c7 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 7f6d242c0..ee2e7ca26 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 0077f7c8a..c4f8a4512 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 d1c396724..917aa1e2a 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 dd8110adf..de70b2de6 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 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 @@ 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 ed77ff6df..a0e3971b4 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 f36a82c59..980536ce6 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 @@ $ 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 4e92da98e..f57b0da02 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 30e71fa24..74d1fa487 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 fbcc87a88..00240a27d 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 d200fc0a2..5b78031be 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 033438d73..944a25e67 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 3ea9e401c..0328f0e62 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 daa8db39e..993fab613 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 9c528adde..fcedf2c74 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 @@ $ 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 f64679dc0..e4bfadb11 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 @@ $ 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 d3be22502..df954619b 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 4ca08a087..40d689d26 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 d35e186a1..8e4c7fea1 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 4906f1a20..9e29991a6 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 674c9e5cf..b2a27b777 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 7f123b276..81c81a0aa 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 09e2ac771..e5a930223 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 62a833461..88caf25a8 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 b92c84f39..214bbb7a6 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 bb330e858..fd443df2b 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 cbd35ae14..092d1764e 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 16c608204..885fe8a7d 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 9a06b7e12..449134b86 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 @@ $ 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 beb9795be..d517d5a93 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 e9dc0835e..ac22d2369 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 c2e87d88a..2caf5fb1d 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 0c94ea308..b21819b05 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 d4cff166d..cfca22280 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 @@ $ 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 b643f11c0..da8e0fa17 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 @@ $ 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 510e0455a..d22c45dc6 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 de19508e4..80bd354b9 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 b783a5c55..b883c3ca4 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 41a067780..776e24f52 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 3d13d316b..2502852eb 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 0c4f938f7..52dad0509 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 6b32fbefd..ac5b1403e 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 c9576c0c3..61626b0aa 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 a859d2216..9a448736a 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 a82dc41b1..dae769b25 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 d9b6c5b36..30e424829 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 b6ad1ffcf..60e74a03d 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 e952e2dd2..c5bc7ea03 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 87d514c11..4eab8696e 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 0d46f6cc8..e267d57fc 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 a7b89dec7..d4b6505ac 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 adc7da4c4..2ce93047e 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 1c277c6bb..204cddd02 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 6a7c629e8..706bfa9b1 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 16c68985a..c424ca660 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 e8fb73385..1cc15fb99 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 257eb61c7..294272b68 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 b322e7ac5..19530885c 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 bc01829a2..066a11028 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 3bbba8887..3d356822f 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 3c9fac0d3..a13124f1e 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 a9852541a..e9324cec8 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 b6351e04c..b99de6d7d 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 0009de951..dda8278bb 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 a249c04da..c7eb7ae13 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 4ccf997e7..f411ac955 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 01fdf3046..515c83658 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 @@ $ 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 1dbf55c9e..36e08f02e 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 @@ $ 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 303ce9cd8..1475f7a90 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 12e7db637..0c63ab800 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 @@ $ 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 3a6ef70aa..3ea4aa8be 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 5f25d1e30..dcd122e49 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 a3ed11467..cc708180a 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 71c441fa3..cc901d65f 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 3fa7178cf..df836c34d 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 @@ $ 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 32c77bf70..c763e997a 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 e99d0bb2a..ed2163864 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 e63641213..a3fa083b4 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 b2010c470..10ab6461e 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 @@ $ 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 be33f932c..9bfb45a6b 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 d040a8c7b..69845056d 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 e69a6b792..a8d9de61f 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 a9e4496f9..e7665f986 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 3000b38bc..d0c3c8b8a 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 f28bcecd3..90a4f8d54 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 af52f010c..3557d215c 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 7406a8f98..2fb30cd76 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 ddf3888b9..839b1d41b 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 @@ $ 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 093bfa02c..5193e0562 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 5cc105261..08dfd02c3 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 @@ $ 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 ce55442e2..2d6ac8e35 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 @@ $ 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 f814ee1b4..a496e1b2d 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 @@ $ 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 a4bfb210c..f6abd84e7 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 @@ $ 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 e92fe727e..6c56a9bab 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 7aa22476b..f1aad96c4 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 4a59a2bbf..b036c1e66 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 @@ $ 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 1b5ea5384..2468e2702 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 dc49986a0..453bbe78a 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 334e416e8..8aeb2edbb 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 29a9eb07d..2310df87f 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 dca1cb7dc..85f5136cd 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 a903c186c..0f5c9541d 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 73dc3f50d..2c628a7f5 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 e34eef937..d7b8fd2c1 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 592556910..f24b690a4 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 83873bc61..ea929e86f 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 03e1000a8..05ad1c4f3 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 ae8807530..901e43c49 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 522ca9adc..215dc8717 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 fe8aad959..f17bf9485 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 87a154342..378faa681 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 @@ $ 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 7662be3e7..df939efc5 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 @@ $ 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 8b4a8762c..acfd896b3 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 4896ba6b9..645c2fdc3 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 5cab78a07..51e67588d 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 @@ $ 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 66f665cf8..ff9ba4c36 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 @@ $ 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 fc5c48c52..a769bdb22 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 f41a108b8..3e169a4ed 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 @@ $ 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 e7d3575a9..0c39b24f0 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 37da2d035..0d9999ea6 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 3a0c469a3..625c757b6 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 468676eeb..27fa30736 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 8e11637a3..608ca7a61 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 c095bdbbb..e4bdafe06 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 @@ $ 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 d4ddbbc7b..2652ddb2b 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 3812c879f..5679ab60a 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 d871386bd..9218b5060 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 f707970e4..dd0cedd85 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 4705311d7..d789239e3 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 5922360f9..5c24d0035 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 9371d6d3b..64a06dee1 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 97205e182..0d7224eb8 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 202fd8df1..b35729a20 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 2afad2be0..18245202c 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 de705e4ab..3064f5e1e 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 793537e04..f6b01ea6c 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 d581eeedc..1a0117738 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 557032104..03bcd91a3 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 fa6cc5d57..3d00fe0a3 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 1489d53d0..4b71d5399 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 8001e0830..bb285c495 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 c340578f7..0aead8556 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 a1df43e48..010a85a21 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 5ad5f66c5..43f92911d 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 8fbe87585..42b317131 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 cf4aade83..a7e8f8fe8 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 59cff2561..a026d96de 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 31b1ddd06..b832eaa86 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 0e061b219..214030ffb 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 dd9286b35..c18074dec 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 d61657994..3edfda6b8 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 @@ $ 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 675028acd..dae18f5df 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 ea43d4fcb..64e4645bc 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 f5667b43b..7b3727956 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 ff141b99f..a09568415 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 @@ $ 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 313c6d5ed..6e057a05f 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 c92c9fede..fac52f760 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 f0284ce6e..86463bd9b 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 @@ $ 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 68c30c765..06bf53db1 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 @@ * -- 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 36ff4e5d4..0a42d4cf5 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 4b71011a9..c64ad4b0a 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 cfebda5ab..d493da74d 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 7f60c6854..2feb39b5a 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 5d8985d75..ce1d2c675 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 912b5de84..8c37c18b7 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 ea12be91b..45e5bf19f 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 628eeacba..a41ce7ed5 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 7c5dce1d7..5244c85fd 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 b76fb37ed..7e09f94e5 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 72623eac0..0a0ab15a7 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 59df5d2c7..efc4b5b96 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 @@ $ 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 45d269132..94f8b0120 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 @@ $ 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 0dd62d43d..794ecab78 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 aac47109d..7a2566040 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 1014cb237..c99039c54 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 632b70e74..ac88eec8d 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 f035d0ae6..e2ee44896 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 d1e214e0f..57f4f5184 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 2c55c7f1f..a9ddd460d 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 bb5469d27..98d0f016f 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 7d2b5d6c3..fb8d61980 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 7f2ebb9ac..0500471f9 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 129ee1b49..8f15c6eb4 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 5f20db724..9eaef200a 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 421bd104b..c26e5af09 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 8e1bd56cc..fc77fee43 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 d2443c1da..37c4d9a0b 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 41d43dc49..27ea5e234 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 ec5d4eb76..01c2cd088 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 6bc522fa8..d7a854f02 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 c104ddbea..61068d9cd 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 535a2d40e..a52e78309 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 b194d26a4..1bf526fc7 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 @@ $ 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 fd385322b..534629294 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 269e97362..8256f8938 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 08e437399..134b3b1d5 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 b460f2a5d..980debaf2 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 adbbfa8ad..dca45d32c 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 9c325064e..adbe677a4 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 20e9aff6a..4cdc010da 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 eb150713d..c6223a6e5 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 fbcc6fe3e..0706834a1 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 8fc74fde1..4b4a20937 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 67cca9ccf..a7937f0dc 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 @@ $ 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 ab8f00775..ee2988e6f 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 cf33c96a3..4a0b9d605 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 @@ $ 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 b0de44910..e74b23c80 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 @@ $ 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 1fb60a903..08fa4957f 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 1fa75a465..1679fc3cd 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 0d419c4f0..6c28ce6d6 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 4d2dcb43b..7daa0c8c4 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 4cc5e74f3..862ee078f 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 0e6ab922e..3e3112929 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 3563b59d1..c99a71e45 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 1c068e21c..d547cb2ef 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 cb70bab43..435703b08 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 4fc84ead8..cb41d39ee 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 c7f0c35b0..2d8de5110 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 8f16de01e..1f7d14a77 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 b4410a512..c5b8eb991 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 53c4d3409..8055fa982 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 940f46dd7..9987cde57 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 84c4ed785..f61906416 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 ecfc7755d..aa1f1a80c 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 ca038a8df..c3486dbb6 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 019ed4fba..addc34b88 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 59f344579..7fb6cf436 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 33a67adfa..e0022e3ad 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 34cbe9b90..c98f70030 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 99e212d60..2fec1515f 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 cbd66dd27..fcd856965 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 a9dc6b5ca..643d03c8c 100644 --- a/SRC/dsb2st_kernels.f +++ b/SRC/dsb2st_kernels.f @@ -170,10 +170,9 @@ * 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 416ae221e..a323dd4b5 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 79991b649..84143fc4a 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 @@ * 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 0fa15c051..3eb4ed8df 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 859f87c0e..45a64b478 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 @@ * 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 5e6d6423f..c5886a2d6 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 @@ $ 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 93a07f160..b57eee29f 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 @@ * 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 3adfeb919..10500b8c5 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 d82cdae93..b49df0063 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 2a215fbf0..30b016611 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 6de1eb89b..55dbce2ee 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 @@ $ 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 9ea0c2208..28b8d7395 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 1fd1763e7..e1b9b89bb 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 edbb87e7a..49071812d 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 b422f844c..ea92d70af 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 f3142791e..f884664a9 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 5b99d7558..d9d6c8917 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 d66dc18ef..f56ce298f 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 @@ $ 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 59cda68b4..95734606a 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 f7313ffec..d8ec3b1a4 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 71b290b9c..556326388 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 8619ef739..ec93147aa 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 @@ $ 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 6c8baa56b..23246b932 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 9ad5a80b5..796686d56 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 e96943925..8cf192796 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 62df170c0..86737f819 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 082f81409..b892ed9aa 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 9158ff1f3..c81d8bcbf 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 e68efface..abed7ed49 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 17f8c6a5f..a8f39a4ed 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 e41279e54..baf417b0a 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 @@ $ 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 61b44bc06..2ed84afaa 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 6a8c43faa..01ec101d8 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 @@ $ 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 fb1e8b9fd..6506be92a 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 16c9d970d..d0c71ddd9 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 @@ $ 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 c34a54898..50a9188c7 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 340189481..b0f8d3608 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 c59eaf344..21c4ceed1 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 6a07b249e..507f39b2b 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 10f1b7720..ce9383758 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 @@ $ 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 7acbdaa63..f93c1d3b7 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 66e453659..617a91700 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 7245ebadc..f5cc65dd4 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 4022adf7e..dab67a225 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 f582bce65..e213f03d1 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 ca8e0df01..9e7a5af0e 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 bd683a087..d7f529358 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 de6b71a34..1f909be19 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 ee8c479ab..da7557ee0 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 9d802905c..a8ae2fb70 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 @@ * 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 2db67846d..edbe896fe 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 ff8e08d71..0eae8ad06 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 @@ * 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 d140426a4..698691533 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 @@ $ 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 847acce42..09242bbd3 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 @@ * 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 2fd7bce6b..99719874b 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 @@ $ 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 7a93ac020..dbb3203d2 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 @@ * 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 a54955c01..8a39bea77 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 5055acdf1..05b90372a 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 651abc5c7..5208dbb1f 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 5b1a1766c..5c71ebf94 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 @@ * 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 29c78283a..61134bedc 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 aeca6021d..3fa55b97c 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 @@ $ 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 2732f175b..eb23fd601 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 eb091e720..f3a1d7544 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 @@ $ 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 c9811b566..a6305e13c 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 4ee474448..8dab5a384 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 ef593bc7e..1100702ba 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 @@ $ 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 6a6036be1..05d8f7d3f 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 d69c17627..6ebb52eae 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 cd059863e..a30831e72 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 @@ $ 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 0be50bcd1..82d30a4b7 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 @@ $ 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 6e6c0f7e5..c60ccbefc 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 6fb4d5507..977b6daa4 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 39ef4de7c..b05d25ad1 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 cc9e4616e..e9afcb6aa 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 237c9984c..251b3909b 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 d330b241f..3dcfc3db2 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 fc4b92908..8ae77d3e4 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 @@ * 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 7c28698ef..521bc4759 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 @@ * 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 7f30817b0..4f0901df4 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 @@ * 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 a3bd30a2f..a39b03283 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 6df0da2cd..b86864379 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 a37be5bdd..b7f5f07c2 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 e6fc4ece1..7341b9263 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 d2690499f..2f00d1802 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 f093a1399..f1552d6fe 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 5c3a5ec76..dbcdcdb58 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 ae29f1209..2ae4f1059 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 d1980f8c4..86d69cdfd 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 d95e6274b..2e3809a1e 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 cad2a7e9f..3d1a24aaf 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 e5988f20f..f1be52e88 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 c7ca8e9ff..7e868f1a1 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 2d61f6b71..56ec92059 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 d9dc0a6d1..26b11a2a0 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 69c702f8a..963a88683 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 94a5e0042..1830347f8 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 ec0d3a15a..b0dc2a564 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 05bfb7348..361a9b0b7 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 e5fb87659..05bd5f895 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 515f6f543..b2a80d029 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 9debec970..d367c9029 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 c2929824a..c83af4406 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 bb1c6224f..3bfe4f1d9 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 756474c9e..e7084664c 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 3b065db9f..00c23a833 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 0a905b8db..9dce3f597 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 22323cf8f..8de66b6a1 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 @@ $ 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 66f32b790..1175b1858 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 @@ $ 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 68a68cad8..b9b3ad8af 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 @@ $ 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 e8c9b4001..3926f2086 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 @@ $ 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 bb0751794..101c92dcf 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 @@ $ 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 9932a76ab..39c7265bb 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 4712950f9..1bbaec346 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 e2fefb68d..8a2f31dd1 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 975ebdc27..03e3a2b08 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 a7888e192..9cf4fa086 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 1a3f95475..28401f714 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 2e18f4e3a..1ace03013 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 6d3b4dae1..a3fc7d6c6 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 2dc427e45..bd4f0ce08 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 32f38344e..f1c976f2c 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 c62724128..18a92d045 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 a37a3e30a..0c7aa1e94 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 625817993..2126eda09 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 ad40d3774..9b6c75489 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 2ed3efaca..149b43c78 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 957baf4f0..a4651e788 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 @@ $ 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 468ae47b9..4cb18e383 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 c9fe55c72..de0dc5205 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 1fa126c5b..3aba35ade 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 dd0ad2f05..ffcfe0545 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 @@ $ 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 105032cb3..ea1fd4f19 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 0a9d5b696..0d9115554 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 d34b40bcc..1cf9a9aaf 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 3e5ff6fda..d82f31d0b 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 8e91c3df8..4e4b5ee55 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 5ee3dd5fa..15289172c 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 0d4f922c8..ced2c4f5e 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 70a404283..7c5ebfacf 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 414147387..05a655836 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 2655958b4..74065c3b4 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 35d86d230..9ac02867a 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 3aad730b4..9f9a1cd32 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 58614d268..1fff79a93 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 c6476113d..a98e7218b 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 e8951d86c..b1abded84 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 4028f3664..47ce59dbb 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 db30a1b4d..f2b105307 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 f1f32ac4b..6aea3e0f0 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 e59c57517..e299ff7c1 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 910bc800d..840a797f0 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 6b90bfc76..e822261ef 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 89bc9b225..8d5b1210b 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 07dfc93e3..8af3430e6 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 4ca4ed1a4..e0134a6a3 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 1a37300a7..c153eef22 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 @@ #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 bb711243d..e13117df4 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 bec5c68ea..210652fd1 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 d25c6f862..59a81976f 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 4b63c1acf..d5720cb33 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 @@ $ 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 1c559cec7..18a404497 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 b0067f679..c798baaf5 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 c46674c47..dcd554f1d 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 cc51a324b..43189fa88 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 7fa03198f..2616e4b78 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 b03403387..004ceae67 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 4711c8074..74e9fe767 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 2294bbf4e..1914f152c 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 100136157..b3c4dfd5d 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 5fa4abfc8..206624d2a 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 593c15861..2a8f3d1f2 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 @@ $ 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 78ae584e1..c52a32daf 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 @@ $ 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 9b922966e..d4af6dfe3 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 acd7db284..40829a71b 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 @@ $ 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 3c3d737b3..aef9034ae 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 @@ $ 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 ecf10e314..8bdea3902 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 2572f37b7..56712f157 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 477b03331..fc4601b5f 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 5c64c8b97..b51b611a9 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 d34dc3b67..f519c8c57 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 2123ce25e..cb57ed678 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 e825b4fc9..08701164c 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 d8f087ddf..a284b094b 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 bb5592bd1..9928eaf62 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 e04ee451d..c669f4c0e 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 06c451322..d40503f89 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 5ffa3bc37..27c4338d4 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 @@ $ 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 08c5a57f4..ed1724721 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 @@ $ 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 b11f50041..ed1ea1cb9 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 @@ $ 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 6a172b7b2..c7d8db19e 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 75a1bca03..7cc1626bf 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 63d4a88f6..82ac6b94b 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 @@ $ 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 e45c68db4..9209f918e 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 0513a489c..3e50beb13 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 8fa245f71..24d8ab19c 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 64d46025c..b5a4c21b3 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 edf5d6d30..55392afb5 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 ee50f30ad..ea02c3318 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 9a18961d6..f5f17d34c 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 84a882d2e..be9e2ea11 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 58bd7c8cf..9c60f78a7 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 5f2e02a8e..536abf184 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 37850fdf5..fb96ceb70 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 66c5117c9..2a9257459 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 843151a9c..2ebd7d5f8 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 53009b9de..ea5ad6b82 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 ccf7a0a0d..efecfbb3c 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 303a944f4..493bdae6a 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 4a6bb9ea5..6f41a92ea 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 0a1ff304f..5eef521f2 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 08d124797..0d270e9aa 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 7df495e04..0fc5ba11a 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 7f6741570..03d33654b 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 f7c58172c..926e4a654 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 349fd4b60..982d67be8 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 8316c7fed..301bad214 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 aba761de1..c31ea1bd6 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 b1a1eb13d..b5d044872 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 @@ $ 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 68f78c6e2..d86905c03 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 8b842cbd8..24ff42b4c 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 3a6f34584..2de2ed7cc 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 89e03a002..a2a03ee58 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 @@ $ 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 6ef2cf98b..4f4fe5215 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 c1756fa61..83321ffaa 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 60f931fbc..ebbfc70b1 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 d74e98f10..b6495dbd4 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 @@ $ 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 09b145107..3f53a5a15 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 b297a36d6..930b88c33 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 @@ $ 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 7cb29d5ab..35eff717a 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 @@ $ 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 6bf0a93c6..a871a03ff 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 8d28a4a0c..d38c124c7 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 9e13f0fca..7a4a2aa5a 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 aa826f6e6..68ebfac46 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 e60924771..749ede9a7 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 d52f773d1..e5f3e3a90 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 3bf084515..3d1f6e02c 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 fb0c17276..f9580da7b 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 @@ $ 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 7e5620ee6..bb7f36011 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 3e64a0f76..6cfdbcdba 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 75f31c76f..3834aea00 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 @@ $ 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 81ab96c4f..763ecce01 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 @@ $ 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 25691d164..a6c0443ba 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 @@ $ 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 8551eb08f..69744b72b 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 7a253ad19..f61d48602 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 @@ $ 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 08f02251f..bb05f499a 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 @@ $ 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 572ee511d..bbd032beb 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 5f351b2e6..759a39b5a 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 6580ab771..210b4dae3 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 20e319ce8..7ef8782b0 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 bce1d5b9e..c57b16a56 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 82a57b170..c4a78c347 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 4f41fc3a8..9077f2ea8 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 @@ $ 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 ec7229a33..4f76b32bc 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 @@ $ 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 d51dfc762..23b6f0077 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 039969de1..0345ccb42 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 e053265ed..65accb122 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 8d60da87e..29c0be89d 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 @@ $ 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 d18f9e5e3..ac903ab3d 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 4f00934c2..a251302ca 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 @@ $ 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 f9846dd85..5df0367fe 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 4f302da7a..f1e47a794 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 0cefb29e3..4820487de 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 cfed49e5a..79a9c6092 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 @@ $ 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 53a3327a1..f1983d541 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 @@ $ 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 d22bd7b94..3b8d4c4d8 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 311bfbf95..edde0651e 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 b513f24da..c58446612 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 7f2c4062e..d77b74434 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 da958821e..6433c2d61 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 @@ $ 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 77e9f26b4..db4c93e5a 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 7906d04d6..7fe467985 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 e54e0d7b4..4eed03616 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 595e99e9e..808acb4e2 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 @@ $ 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 a41a0351e..8ca12b9fd 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 2da50cbda..185a143a9 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 729581f46..eb548b59b 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 615fd43ce..a43942349 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 @@ $ 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 de034efba..24fbe8af3 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 4459f4d8b..a44cc6e0d 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 0c9e2b361..01ab67db1 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 3f9ddcb05..212996784 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 @@ $ 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 a0a235ee3..1048b1b72 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 e390c9fab..c585f6edf 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 d6502bb92..cb223594f 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 f4e3d73a2..808d45cc1 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 709cf0776..1d6217a7c 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 45c28d50a..8e3cc7355 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 a4bcde3cc..a33a3c67b 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 a9a3603aa..5d86e70c8 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 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 @@ 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 2b7a28c8f..c6a4f12b2 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 5e230827d..4eb8e8b7d 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 @@ $ 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 51aea744c..70d6efe1b 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 d40cb026a..915393310 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 b039a3105..bea941d8e 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 dffd23e43..2a0fc3450 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 64260843f..e7a6a3735 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 29551daa7..24579e10c 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 69b94d497..494e6e03f 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 55e6e6325..954d47e94 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 @@ $ 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 2e3f6f51f..cf21a2142 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 @@ $ 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 780d26550..fc3e576cb 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 30d7a2bf0..d0f4efef2 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 e9defea2a..caee5aa1b 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 f4028e11b..442779a44 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 fb6345bbe..49b032960 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 ac16fb1b5..eddf66913 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 01515eb67..dbd8ee1ab 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 4076f3982..67e33f637 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 59ef097a7..ecc02eeb3 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 e423dc91c..2beae9078 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 e0c8892d7..255f5aa48 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 638c7dfbc..410cbf4c0 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 40c0b3bc5..4e00f315a 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 @@ $ 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 656d67989..fcd555c5c 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 44ab4b038..65107002c 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 568d632a1..76c2a5996 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 4c6a55ec7..826eb1fc1 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 bb1c2d7c9..7d44e2864 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 @@ $ 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 135a6736f..465455e4a 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 @@ $ 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 a66966079..2197f728e 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 649d2c54e..a29802e22 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 e34f9075c..292994179 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 58905ab46..22eedfa78 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 dcb11df1f..26e7a78ac 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 706e07501..b8a8f00ab 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 0c80f1d40..b1a864e67 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 6f3202131..65957f8ec 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 8913031a2..5c44ff1f2 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 23519025d..e751dd773 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 eab99a9c4..5d480958f 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 7e29d778b..2d99831e7 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 4b589bac9..dfe12a5f7 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 66ff1c5c7..139a5a5e3 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 5b94618e1..064bd83f2 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 ab781deac..fa65736fe 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 04d29f537..c77cc865f 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 375645b75..6753012e7 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 6cc59e538..ff890beec 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 d6a3965e5..621e9a314 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 498fe8533..a71c9f391 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 0473cd3f9..3a25903da 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 67e8aabe1..8c71dfcfb 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 3b1b7e43c..98863767f 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 04a847f99..c0e01d051 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 633befa31..5527c7367 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 0622ff6c4..134035707 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 e99324b7c..595fb8c34 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 3f8af304f..0de94ced3 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 c5642673f..e9ec04dee 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 6bb88c794..59f317b2b 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 f4f8ca7f2..62c4ef5eb 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 @@ $ 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 ccad338b9..519ccd6ed 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 @@ $ 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 b2d4547da..39072ad5b 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 d60a1d3c0..b9bae9376 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 @@ $ 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 747d32df8..32c93911d 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 a88206dd8..604d4b248 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 fc66aae32..c592a4c33 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 9d3e592f8..5720cf2bb 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 d2423287c..36c2d8e9d 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 @@ $ 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 583f2e689..ae5eb2e25 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 d66c7bf39..497dad760 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 d853a54ec..a065e4e25 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 dde3c84cf..7719f2965 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 @@ $ 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 a528ce39c..35d72389d 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 6a4c08476..df42980c4 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 05ee8b2ef..9cfe0ad3f 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 3175068b8..4f820331d 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 f9ba011a2..39ba4d977 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 694eccc49..e2572126e 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 c527a5c03..8b927fbdb 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 0456263a6..be81b0f69 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 ac9d7bc8c..cf670dad9 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 @@ $ 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 f0c033514..d4f8336f3 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 7a7ec0abb..7df8e95fc 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 @@ $ 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 6636235d0..0e9b8f882 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 @@ $ 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 8c8de52fe..3a6bea32d 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 @@ $ 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 fb867595c..d56e62c1d 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 @@ $ 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 f39f074db..e553d8452 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 3f77d3888..02a057dae 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 04519fde8..9d72b339a 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 @@ $ 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 5f57d3371..5726f12cd 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 307c9c83a..6c23d57cc 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 f8be5f52b..6faf93b25 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 59a2182ca..dfc1a25c8 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 4cdb93dbe..200e60880 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 ed8420017..c25dc2e2f 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 9c9d83116..549a10fb1 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 3e5aab6c3..93154c4c9 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 d6428d097..fc3e8175c 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 906c8bd51..6ae86204c 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 d3257147d..e1cb420ea 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 dbe7783c9..07b506a8c 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 3b8754427..a45f741a9 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 be93870e2..8e4460aaa 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 5f414f105..1902242c7 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 @@ $ 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 add92f354..f9420f88a 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 @@ $ 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 31d5f7f6c..f949094f5 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 a362b86c7..9a0a07710 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 ae37de00f..f4cbeb25d 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 @@ $ 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 d8775b6c6..efd1f59d0 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 @@ $ 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 1d1d5cdb8..43b171e5f 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 6e02260f8..20f01ee48 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 @@ $ 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 434d373ba..856142200 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 fe5aaa642..412547268 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 3a87e086b..c43757e01 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 458aecea6..1ba7a8aae 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 0fd6599fd..d2dd16740 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 4bc06475e..cd86ce896 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 @@ $ 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 99317831c..68a840fcc 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 967e0a846..d94b3cd8a 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 afb9b81ef..5e3df7b14 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 6e1833789..adcea12c9 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 ef6aa4df7..132e03db6 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 d9930a597..72503cb77 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 3cd556e33..6b98e9a0c 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 5405e0ab8..4f56a46ec 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 4fcef5b91..20e29d62a 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 72b835e10..2a458ba70 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 58dace2ee..c551c1460 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 76f632602..8c8bdf7d1 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 c16708365..1960bd110 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 65bb2ad9d..7764f6935 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 a06838cb0..617d0b2f5 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 495d32502..2eaacbd9c 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 83151c196..2bce76f06 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 f562ce396..1cdb13c39 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 d62debcd9..94e0e88bc 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 16e973294..6f5fe0891 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 4cc3aecfe..161ab3325 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 c9f774cc8..efe5e47ef 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 c23c4b3e6..a7b69432d 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 567f76a79..1ab657acc 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 809f8b2a9..c1148e01f 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 2e460aaa9..351172ff1 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 @@ $ 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 98bc8e798..c860f4366 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 684778ef0..ad3eb269d 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 d849613c2..6209b24ee 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 42bbcbda8..b18ed3b27 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 @@ $ 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 f5af1db1a..8c67aedfb 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 beedbfcb6..a23b42beb 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 06c77d8e3..30bee7a79 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 @@ $ 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 756697d98..25c317f6f 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 @@ $ 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 e26c70d77..aa0dd0a08 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 a301f6008..3a8aa33a0 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 dccdbb58a..68dbbf909 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 3efea72f2..f65cd898c 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 276a01ec8..d85c38874 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 90806fcc3..b1d107964 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 b46b00c27..34ab5edef 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 dbc9faff4..056de54d7 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 5a03e7d77..12bb90c78 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 b5ecdeac4..d9b6ccbe6 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 da9a6558f..67bde00cb 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 2aa7b65ac..5ba917cf0 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 @@ $ 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 caa2efb84..d2a2150cd 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 @@ $ 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 04415b30c..c4e47b84c 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 265e9769e..15096870a 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 0542ae222..2f6e3abbc 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 61560d656..0e0747a00 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 425e04cd2..8ef6115d5 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 10e0b3c60..99d3dd8b2 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 b9242ce69..c5705c799 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 5cc4b875c..53392ab14 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 51625693c..56df279fa 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 5132f1a69..574fdb60d 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 8062115e0..cefe1d309 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 461957afb..18d66e323 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 ec7775b4f..602fcb963 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 e86d1aa86..6bb82fdea 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 5d46ff98f..f11f044c4 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 a32e605c6..84c97b1cb 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 6379831cb..df2c3a19c 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 1f8324433..f13aaee01 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 dba3d70b8..909c165f3 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 aab1c74f5..2d084424e 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 c43a079a3..27907eb85 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 @@ $ 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 6da010850..ff08bc327 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 3cd39fa87..ef5dcbb98 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 81ddaab9b..bc3381956 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 6f48c00bd..9e2c11eea 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 96c99a028..4e82bb183 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 e6710e2f2..fec7eff76 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 c249c3eb3..8b4e85b3d 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 f2de64db2..45c61d645 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 e74eefa47..e221cdb6d 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 32a69b074..4390b1d42 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 ce8c26569..8f69bc77e 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 @@ $ 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 2a9565d85..fe0a35a56 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 605106810..bcf38c7ea 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 @@ $ 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 fa2c0d3f3..08adf1d58 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 @@ $ 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 4af49997a..5b3504834 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 968365c9a..5d5771c86 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 474bd39a8..ae0484ce1 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 bbd504ca2..5e9944847 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 7b2175530..6bd662a52 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 565b6eaff..333520ea3 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 2b30d333b..71ed8c0e7 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 760620e0a..5fa8fe2af 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 d92c25fc1..2d3fb3d91 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 a4ac14942..7d71efcd5 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 1134a069d..0f90399cc 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 98240789b..8d2204bae 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 7eb48eed9..ac3379731 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 4d1506557..efd58a3e6 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 f9bc4de08..70ec9484a 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 fd11c1d70..1088e09e7 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 be35475f3..0d6bf911b 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 c7789c89d..66d152b3a 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 657548e47..46aadf4c3 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 c293e547d..8dd04b054 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 a3b4c1ba2..2217a7338 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 2a7f4755d..3b5340104 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 ffd73b1e3..93f41d1b1 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 b5168dd88..7f2b3bc4f 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 d098c579d..b5743e900 100644 --- a/SRC/ssb2st_kernels.f +++ b/SRC/ssb2st_kernels.f @@ -171,10 +171,9 @@ * 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 78fa2ccd2..d4cf6c08f 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 542fa8d8b..5752c1ecc 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 @@ * 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 21fd78ec8..bcf14ce85 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 84add8440..9687ee024 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 @@ * 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 7eccf611a..313d29e12 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 @@ $ 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 5962e7827..224b676b7 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 @@ * 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 cf5d51244..9faea00dc 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 078fb2a2d..0a7f73e0a 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 0b58760b7..6dd1fe952 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 22f96729e..64a67534e 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 @@ $ 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 1a016f677..f0d172035 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 6dc50fee3..ff477fc4c 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 9f79b01e3..a9ac881d3 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 ff9ac1d55..8fb6a2d9d 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 1f407c3c7..56329da34 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 51d4dda14..e33712d58 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 @@ $ 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 1e539e915..5e2e873c6 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 3f20f62b6..c73e94e60 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 f840d7856..9db8de08c 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 ce14b9641..de581543a 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 @@ $ 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 862dbf357..6f105bb13 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 1685af722..7feafd35b 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 52819b139..3a24bc023 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 eebc376d3..e9c104f28 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 dc3b85553..4a25e3d07 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 d62937bf2..ce9b971b5 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 d1ff03c86..9a25ec9f6 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 bcac56a79..13e7cde43 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 @@ $ 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 8eb43f530..925b03422 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 37ce8cdbc..2e2975fdf 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 @@ $ 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 a04b3ae87..d944c0b11 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 d550f87e0..3a9bbe784 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 @@ $ 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 f776c246d..364428a0c 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 02bf5b9f4..ec038207f 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 bd62b980a..8742b8538 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 7e239a34d..bc5b5aaab 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 16635c89b..2ab63eb3e 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 @@ $ 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 bb7b3e5a7..570864e6e 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 a0a999cf6..4ce23a214 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 f91a527f7..494c9f3c6 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 bd2557a74..c67b35dbc 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 187528afd..8b772f1f7 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 2a5ca19a2..6defc1f0e 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 a7e0d5258..c59f257bb 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 deb55104a..c6efb751b 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 f3cfd5a1e..03ed326b8 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 5d354c1b3..652677708 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 @@ * 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 3ba95ca27..8b90d9263 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 625713b85..f3fde6b4a 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 @@ * 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 f24091e6f..d8e4ce3ea 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 @@ $ 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 60339cd85..8ab2844c6 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 @@ * 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 7a7fac95b..11776e8c5 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 @@ $ 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 227a70bac..1a2225c87 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 @@ * 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 addf68121..b27b473b0 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 422475a02..a517a8c12 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 40104241a..270957fce 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 7dfbbaabe..49f357d90 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 @@ * 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 7e28b0a34..9002df237 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 8a99c939f..e93da60cc 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 @@ $ 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 5745b72f5..77ffdb94d 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 bfb7b6005..43215902f 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 @@ $ 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 e27e5fc83..5f4062e9a 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 7e58d1e75..5661332c5 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 5e2e0e340..b9eac8342 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 @@ $ 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 950389325..9e0487623 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 2829f5981..b4da1101c 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 3f0983747..b19ce2641 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 @@ $ 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 e2be0128b..e0a869e81 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 @@ $ 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 17ce4dbd9..5e4265d7a 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 f6d327ccb..8d5b3858f 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 9e31cbb46..1e8087996 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 400e48353..51130acd3 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 270530d79..34dc12c73 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 ebfaba780..f09ad9ab4 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 d2502f483..5d70ae0d4 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 @@ * 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 c2dd758cf..d5de1b8ee 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 @@ * 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 98169dc00..e177b3b1e 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 @@ * 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 ae4550f28..d188589b9 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 7f428561c..88bfb50b9 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 03690815b..94b3aa4b5 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 f4221e1e0..ec84fcb1b 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 534a48e00..653289e2b 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 31aa2dd14..d02f3afaf 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 897116c23..49f6cad65 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 9aa567fd7..57672eec2 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 a7d8fe7e8..58d5df92a 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 a2b011f5f..330b83297 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 01e4ea1ce..d78fe7307 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 167851adb..344949a99 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 0a1870b20..c8346d83b 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 4e9881927..9ad581336 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 ed4377ae7..3cfa2a206 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 cf2da529d..12912bc31 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 ba2428b51..eabc84f44 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 e11c895e1..9ce694aa1 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 85cd312b5..6ccb35e39 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 4955b7cfc..30219e703 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 a631cc477..fd4e2df80 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 fa3099d15..d02a85b1e 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 52e581dda..1ae028ced 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 c7cf06628..219da39cd 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 03d4b7193..15fc88c4b 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 1a5ed210c..d61da2327 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 840036db7..d1ad79936 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 5e63a9679..f1103d740 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 @@ $ 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 2a6fc354d..5a8e42d65 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 @@ $ 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 2ff38d1e9..40f822915 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 @@ $ 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 2814889fc..7dffbd2f7 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 @@ $ 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 ff634b1de..733c8ab9c 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 @@ $ 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 2814e691f..d32e99855 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 8077b0863..f48743c1f 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 ca38a9540..7f381876f 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 8fc7823c2..53e444304 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 6a5cbb981..c9c09fd71 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 815d83a6f..eee0f2523 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 f23571265..281c2e8ac 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 fcd164183..64e8b34f5 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 76ae10dc7..efe453919 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 3acc70981..fb889ae85 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 fc422c5ed..d4882b3b6 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 230be172f..67d0c1f1e 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 a58f7f016..8266a5651 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 ec92b53ed..741f436f5 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 37513a37a..af97de1d1 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 525978071..5af57123b 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 @@ $ 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 8aaaccd4a..e66b89222 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 9b21910af..8ac2257ea 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 a52c62772..c0f75fb12 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 1dc7fe74c..6d98ac27f 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 @@ $ 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 029367ce6..e1f90d2c9 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 e3de4a306..e2b630deb 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 267de1a2f..e90872f06 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 9eb6e3693..07bb780ee 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 5853be902..7ea4980a6 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 557ccfa46..371d21b8f 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 6da3c4a0e..356bdac78 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 4a0350988..6b141499e 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 84fe7de9d..ff0a0186b 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 36ff2cb98..757e98c71 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 @@ $ 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 66281bb8b..2ad6142a7 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 b71018638..8d2cbf924 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 101d25f5d..313672422 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 03b87d409..9e1b2ea87 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 e29982406..0f7226065 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 6d7c8d829..7a10ef340 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 e8938855f..a8e398a15 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 4b08ac1d4..76677fee1 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 bb7d58eb7..6c7c016da 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 @@ $ 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 872709899..333694e5a 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 @@ $ 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 7bc4c44eb..0b6a1d19f 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 0e55866ac..b6be78663 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 @@ $ 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 0d916fd62..9ce798667 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 @@ $ 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 cfddec898..fbbe63247 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 533f5ee28..83139b091 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 8dc9746ee..4a2ba5452 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 70c265e05..9ec610efb 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 68291e2b4..d4a9e39f1 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 3afe79ec5..b82fb0595 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 bccd6b8b2..f1791c6a4 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 91362a977..3d3127f9d 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 13fcb2a63..9575bd652 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 1b9a3bbe8..74e1f6817 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 a33e0a148..ee4e4a25c 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 a5391cbb5..963c10fe2 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 @@ $ 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 1ba542587..b968900e2 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 @@ $ 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 323782bce..170a0fc76 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 @@ $ 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 12bac62a3..e4d79f1b8 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 d8ddf2439..7a8bf1991 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 c60f6f073..11b602e48 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 @@ $ 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 beb054b87..de7c9a378 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 f42ccad78..7604556a5 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 56350eb43..6c295eece 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 015bd3d7d..a6933a9f2 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 45e74f43d..e6eb62688 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 8e2794fa4..ebdbe0d49 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 9463ccc10..01793e16c 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 df436b48b..a58086eab 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 79cb7936b..65fa87ae9 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 6fb2be3d8..7585f8b7a 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 6a4175e3c..9823c420b 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 aec9321bb..a6ce7b31e 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 7ceb77fe3..5a1bca4a3 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 90008c49a..35bd61d41 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 82bb9d1f7..94721540c 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 ea069ee74..9e55fb0c9 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 cea686b98..20a80d083 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 0384c1d42..511a81ef8 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 7bbd81da9..136d75f85 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 2c03ebe73..dd31483c1 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 80ead21ca..73bcde667 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 60adfec76..d54a9e6c3 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 bad708498..947856adf 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 e0f2281a1..af6b9437d 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 4d0992240..ce5d15279 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 3af7f8b6b..2c5cf03ec 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 @@ $ 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 73c1e53ed..8a987dd0a 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 ebc7d38aa..22bd5b94f 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 cdf15e4f4..9f40fc700 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 2209f4733..f7f04836c 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 @@ $ 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 40dd14f06..abb9a4213 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 b4dbf037f..1064fabbb 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 173d299a4..05eb722f8 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 12b20c0ba..a8bf560c2 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 @@ $ 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 2a1ef9bf7..6cd2335f2 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 d1752d06e..87f36bba6 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 @@ $ 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 60bb71cd3..f1102668a 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 @@ $ 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 b790e34d4..eb97194f2 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 a98e36e2e..c247f8645 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 c7b07b658..f3c3b396f 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 44e2731ef..a3391fc53 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 deff71ff5..41782841c 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 5c0bd35f6..53f1bc388 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 11233785b..5e9a560c1 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 a68936df2..5f0167937 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 @@ $ 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 cb10b4f8c..a0ea5de4d 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 beca51261..c37ab4c10 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 555abcd86..3847adc04 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 @@ $ 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 08557b134..cffcc5ddc 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 @@ $ 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 c546e61f1..96e4f2cda 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 @@ $ 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 946de6c2c..34e7541c4 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 2e88adedc..460ae007f 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 5549feb13..75a6a543b 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 @@ $ 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 d4adc5c4d..753752924 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 53c31b295..b29cdc70a 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 e9e870320..35305f344 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 1b5f468bc..4dc5798f1 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 ba04d0760..a091ef2f5 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 27970e833..75fe05b46 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 fd22d4f19..71257a7c0 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 @@ $ 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 986bc47bb..f39ccdad3 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 @@ $ 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 ab7e31725..672ab7590 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 632f5b45c..9e6f85336 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 efa6a2c8d..24190946a 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 fedaaee54..509a0d7a5 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 @@ $ 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 96ef9db77..fbd583d6a 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 0b245520f..32ed2133d 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 @@ $ 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 0d4c48dd7..411233ef0 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 f37c35a67..d36d0107e 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 c8c1797c1..83ca50cba 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 2c0cb6870..05d05234f 100644 --- a/SRC/zhb2st_kernels.f +++ b/SRC/zhb2st_kernels.f @@ -170,10 +170,9 @@ * 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 964e684c8..4be27f282 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 583e55ce0..056f0a7ce 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 @@ * 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 70378b140..402b5e036 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 be493a1b9..4522d5e79 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 @@ * 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 3966cfa59..d87bcc8e3 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 @@ $ 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 9b1f5fe92..2a9896d43 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 @@ * 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 cb1c43bf3..b05823b2b 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 d7e89789e..2d587bd02 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 b2f792182..b0664750e 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 @@ $ 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 07526a56c..79a3811b2 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 @@ $ 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 7f5af1b59..395e708ad 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 bb8ee6d3f..5c57b566d 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 9d2a240b6..a84d5c0ca 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 6dabdcff8..522bd2b2d 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 7d719f41e..154922791 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 3e8777874..bb10ce821 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 d80a80d63..96c07c54f 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 @@ * 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 cbe9a39a1..f0ff2a66b 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 1bf5fec37..9859b0d67 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 @@ * 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 def2d1f9d..d7b684638 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 @@ $ 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 fe4a72160..b7255b91f 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 @@ * 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 3e11875db..fc1c605d7 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 @@ $ 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 a70c870fd..1d4dfe9c5 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 @@ * 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 aec526353..f8a8b557d 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 dcf5fe8b5..0d167e8c5 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 761b5d0f2..41657e3be 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 53f1b8d8e..fda651e5e 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 @@ * 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 b9bb05367..2e92255df 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 268a8226d..ac9f9ef1a 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 @@ $ 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 2b4095b88..b061e8764 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 fa11702a8..83bc399f8 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 @@ $ 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 e9f60bfc5..f54023e50 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 5f1a9f4b3..df8498c7a 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 7a4e35f45..ee1596855 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 @@ $ 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 da0e6f26d..1081c6ca0 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 3922b43f9..d44284182 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 d70632694..485c81df6 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 @@ $ 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 20168185c..3f4348dca 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 @@ $ 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 1eec8477f..71b1ed1c4 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 6c5b8aae3..303ceea70 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 612d9c5df..7a64951c7 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 6578214df..5330f5db9 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 7d524cdb0..04b313a69 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 51c9fc2ec..b5bfa1cbc 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 1a2c00a2f..b9d2f0eb1 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 @@ * 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 037a81199..932edaae7 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 @@ * 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 b85b3889a..db840bb8d 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 @@ * 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 3866abd73..78d4f71b8 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 b80a84118..c0a84f6b7 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 f63713664..92f1c09b3 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 42b829eaf..73dd9f9d0 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 afbad21c3..e9de47248 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 020fe65d9..284ba8738 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 ae43b14fe..384745c3a 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 ab35e700a..a517419bc 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 14be660ea..c778f1b9e 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 d7c00c81b..941b7522f 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 68b88acbd..f6ad6180d 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 5af9542d4..b00821d7f 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 77f60d4ba..010568c42 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 937544e8f..4de54bab4 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 4b3253abc..06ac1fd28 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 c621bd571..74037f8a8 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 f99697ca5..cb0553824 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 6440542fe..2fd8fa04d 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 4b9c7a761..302b69f34 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 @@ $ 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 dcf323141..c028529b1 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 2ac1c9373..56aa383cb 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 83983ee85..ab7e12d43 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 7e32a3728..296ff3965 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 @@ $ 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 cf2c51607..4592d2592 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 c6a9a6a54..72876b6e4 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 f0fad9eba..d27cdc761 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 8e8ec13f4..94d7f7733 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 @@ $ 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 277a6e750..4aa91aa9d 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 37ca126d6..671eac6e6 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 5dcb9f4fa..5c7b2e6ce 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 a230e3dad..68b6a6ab9 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 2fa2ee8ed..9c736f335 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 4df455d22..61147cac2 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 71289d57c..ddf8d8eb0 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 652c7d794..4d3594017 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 @@ $ 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 e0fddd3a7..d483641c8 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 6ffaf8f7d..a4a9bc0a0 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 5b2dc46fc..ddafaeef6 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 @@ $ 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 17e9eede7..bd63d535d 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 @@ $ 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 f616826ea..d3e4ca638 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 @@ $ 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 b2ae02bf6..5838c95ed 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 221e0c3fd..728b27a68 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 a1c0df588..6ee74737e 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 @@ $ 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 3aa63ea84..3ac3cac6d 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 @@ $ 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 d8708510c..11598058f 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 @@ $ 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 a5f517467..405f6ff83 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 cd536efb2..66cece241 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 7c933cc3c..584131ccf 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 @@ $ 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 ee283c0b5..151afcd95 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 @@ $ 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 263592112..a6b390b28 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 @@ $ 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 d414c371f..9d0a79cc4 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 91be51939..c9958c589 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 2e591dd09..a7ae80364 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 @@ $ 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 4f409544f..e5659a925 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 @@ $ 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 e51fd685d..533111ab8 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 @@ $ 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 f669b2864..1f1342b4c 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 cfdb3cdc8..d00406fb5 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 ff44d6c3b..1dd98ef2c 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 @@ $ 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 53022bbfb..70f004425 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 @@ $ 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 c82796592..c2addfe36 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 @@ $ 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 82c9f52f8..0faa72d7b 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 f06113a95..6383b399e 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 907840967..55203d1f3 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 1e3ca6e73..dc935e08f 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 9d92773ef..d301d95f4 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 c7c2f5f20..61f20d042 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 647e82a3a..001043a53 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 81932b887..06017509e 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 a3f919d0e..ce8b9b02c 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 3e849986c..b64ace8d2 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 0bf6ea87d..ae111d73d 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 92672456f..f6dd326d6 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 90416af8e..4de9fe0d9 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 @@ $ 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 48057270e..4016b513e 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 @@ $ 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 0376e60b2..7e0f6f109 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 2ff9b3530..eddf453ec 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 d93dd605a..de2d9cbb7 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 f1fc59a5e..ba141a98f 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 d00cd4e95..1332b052f 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 5c3e99abe..576490899 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 0c8484d8e..22a638ba8 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 ddd1e9493..37bd29f88 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 6a8549cf5..901fb25a4 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 1a344a30f..6905a95db 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 d0e2c94ea..9413f20cc 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 @@ $ 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 063b515c4..461412b4b 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 100092220..08fd3a749 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 1946ad9c0..7a7310042 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 @@ $ 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 ed5845ba2..73ccf3a8b 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 @@ $ 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 409ebe3ac..dca308e56 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 006851994..af721d428 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 034c45505..4225c51c5 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 e40a470fd..37cb77e65 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 8162786fb..ab7645508 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 f55904aab..6ae1da31e 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 16b5c117c..289b6c5f1 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 5aef9a756..a48d17728 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 0e73c861b..331a92aac 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 d795aeca9..cd947ae9e 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 bd8e86be9..73cf4c4be 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 70f9e3ce6..92254726c 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 245dcaf4b..3f3dad751 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 fa9220487..e294c03b1 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 e022f85e1..09d13e061 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 f02509223..e8edfe18f 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 d32a00f13..48fe7c601 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 7d63c972e..62cd3f345 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 2eebe88e4..345e7f770 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 757a9597d..69ef864cd 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 963ced2ed..6c8e6fe7d 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 9aaa941c9..f1480b67e 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 c7e2cc17f..5eae13dd5 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 8d2a53ce7..3b90b5990 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 5e6520bd5..afda051f1 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 03f2ac2d1..e5b2f213d 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 e7bb15f9b..2354b6788 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 66c721517..c2387dba8 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 97e1ea6ee..e8858f83a 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 fc2df3cb4..fdcb37768 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 b5434e899..f78ea206d 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 @@ $ 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 dfb798ca9..c8e5fe999 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 @@ $ 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 58fead559..429160ae9 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 c12f4b780..3185508bc 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 @@ $ 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 3d3912cf8..2ea0b2f3c 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 339408fb1..263be6bd2 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 011820106..37872b8b2 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 bb3a66eb8..e272c33a5 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 @@ $ 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 0f7fe63b0..3d767956c 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 77a709f47..4445d6d48 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 f1be80d37..e555d18ec 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 3da49f2fc..c5f424db3 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 309c9570d..4a3c4dcf1 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 @@ $ 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 081d391d7..d69796cad 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 c9e55a5a0..7cf0d4786 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 78ad2f148..5ad0996fa 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 ba6d4ed74..c617fe552 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 4c9e08bac..23169e97d 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 f83ca1851..1eef6b716 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 2e8145fff..d82d404de 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 23976dbef..51ec558f5 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 @@ $ 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 0d7cb1e88..4a1e1603a 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 894b4ded0..b89761aaf 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 d6c7ee742..02f5b0d76 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 5c28cee28..3cfcd6625 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 e27c7e0df..15c809d28 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 ccd8c4b84..25d1e96f0 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 c53c6f5ad..3d53f5ae6 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 e1a0f97b9..c4e6992fb 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 796678217..00f5f595f 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 69891ba52..07c91329c 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 dccec988d..02b0d7a14 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 b215ea7c9..39c974c8d 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 13c0f9b45..13fa86490 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 b0f48fbbc..57f236d1b 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 b1f1c2790..b8b5f2760 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 b6c5a27c6..ead0ab0af 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 108c03e6b..7a9872c7c 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 dad8fa804..1d607dcea 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 c9d672a34..b7b2cb8ae 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 4b8b5e330..25e71edce 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 ac148cab0..b22e42f6c 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 ccc040993..538ac0aac 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 f06ac4ad0..91bb688ec 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 5d415fe76..6fe213817 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 a45977ef3..7069a47d2 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 0ab7f0349..c40599a42 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 6934ba3b6..fe67f1fc8 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 3e3623f2d..d899a3666 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 5afadda09..af36aa92d 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 debbcae6f..35fa50aab 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 d05fd82d8..3d4b84a96 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 4e6224538..4c343ed3a 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 b4482103e..1b3bb147b 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 4daf6b3e4..fe6baf8b5 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 bff6f3615..1efd2fd1e 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 @@ $ 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 b39f1de81..7b90af47e 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 0eee3b6bd..61cd1d434 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 a5a3db084..d9d74b70d 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 fd303300f..6d18f2cb3 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 e63846b00..7ebf73769 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 b045f8988..c63592f57 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 ba22de095..dcfc6f64c 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 99b94f3ba..9435bd08f 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 6902bdb78..5d48851ba 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 3b9753e0f..96c654666 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 bbff4331e..ba930a43f 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 @@ $ 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 07ee5b14e..3bb625876 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 5f67bb80a..f9e9b1d5f 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 @@ $ 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 913d16cb2..6735fab71 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 @@ $ 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 0aa457fbf..19ceeb727 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 044cb90d7..3b7018276 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 85c434d47..859ddc75f 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 68f61e87e..8c94eadc2 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 b476bcb9d..78a1c3273 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 44d32e044..c569a497b 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 424e338f6..e2159e0f0 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 ae6a76ead..769a6a0c0 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 49b2e0be1..19536e204 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 d52774838..f94badf78 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 6e50b4682..290308819 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 cde2f6dc7..5a02deb00 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 485613490..433213d5a 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 696d83f29..ef2536bd6 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 2a2937c5d..577934d2c 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 d2b560f91..122a09198 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 0b443e18f..a81a6ad94 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 f12ac3150..43e14d585 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 4ae2fcfbd..d53e17a34 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 085fb2e57..4a40768f1 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 d46a1c3b3..a106ec419 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 146a8e222..41c7c9ba7 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 0d40d03d3..8ff6b1fe7 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 f372df088..3401b2638 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 eae8f9eb9..fa497bd05 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 94428010f..8a8d3a9d0 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 f91a99a32..549415fa3 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 3474d7503..9985b5749 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 f4c79db3f..a1c13024b 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 8c4dc105c..2cd097565 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 07c6eec4d..bad30b7a4 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 cb9efc839..ba590f661 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 feb29bcee..2a16cb22a 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 b6be431b0..74d390af7 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 5ad981096..003238da3 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 @@ $ 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 ff8384ad4..9be9d981c 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 8685542de..b034198de 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 @@ $ 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 ac4789068..47f4004e8 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 98ec83e37..5b3fef621 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 33bd23849..25c8b5e08 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 c7c0c4385..1346f8b86 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 94235ef57..e6a1d006c 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 6cb02c089..eb49b0f3d 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 410d2eb34..3cfa694c3 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 1cf411968..3b13d14d0 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 926a05f25..d54620e26 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 2bed66371..27b559c90 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 c114f40c0..e62d7f8a7 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 d086510d8..08a9c0979 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 @@ $ 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 2ff196ca8..e143315ac 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 4e87bd105..3a3af5009 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 923eaaec0..495741e30 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 @@ $ 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 8cc79a728..da4f31a7f 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 f1448e9dc..56ceb7666 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 ebebe2e46..91c6adb79 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 @@ $ 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 e29439385..aec8c7fcb 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 @@ $ 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 ea79c8fc0..1f1a87857 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 766d61c83..7542a0de1 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 4ae1a4a22..d0dd3a278 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 cf964ae8b..cbfb57e26 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 54e22cca1..a775a8758 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 e547c6a60..f8b8f0007 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 67a1c1f6f..0fe4eca19 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 2fabf9d1a..3b398ce6c 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 3fe69b334..84a654fb8 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 233026a12..32c7bf5cb 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 9929eb2c6..5417377f0 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 4feb4d563..a5fe2a46c 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 dc38e8547..4503703d3 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 a94392923..5bbd8e309 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 77aba2540..41a2f040f 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 c9fcb4afc..81c27f72e 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 6e9cca425..38986f80a 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 673687532..b9e5cbac1 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 0f0664009..4dbd06776 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 bf060b2d3..d43f0fa12 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 093433636..c66a72379 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 ceff2b914..ed1f3df9f 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 50d9a57be..0bd186566 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 06de7d788..e12a7e798 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 8d4af937a..538da4f07 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 4bc5cfec1..7fbd81cdd 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 f402ca165..9f5c4866a 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 39c7e54c6..511aca336 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 447fc1aef..23bd36ddb 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 3f37138d0..3c3705c66 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 7eac54cab..55677317c 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 cb4afd5e8..25a5c6f4e 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 @@ $ 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 851f6504a..6cb10b015 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 @@ $ 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 77cbdcda0..11743eb2d 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 @@ $ 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 028ddfd3d..ee26b5e7b 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 @@ $ 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 19004fbdb..f613671c9 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 @@ $ 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 41f1ae42c..e5d0b071d 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 bbf001044..7837c71d4 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 9fecfddfd..777e5f57e 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 cc333f5a2..bcd83bea3 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 530dca458..79e4d40ea 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 c6f186bd0..83ff7409c 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 2d9300b60..651ac4533 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 f96c237ee..2edbd0566 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 d6a29d40c..485694a56 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 35388194c..31284ad63 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 c1a852c7b..2d7093313 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 9dfc795ee..bdd107d4d 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 17ebc0a25..1529e0251 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 e7cc1968d..051ab1b7c 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 ea925dda8..38411757d 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 36f7d8274..93c833e62 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 @@ $ 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 4cf352e64..b92e63efa 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 42c2592e4..8c1a4c069 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 e033ca523..33f7e5b95 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 97a42a516..eaa2ef717 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 @@ $ 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 6fd0354a8..27e21dd9d 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 87b871793..d9249d21c 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 cb5bd450d..6b9134dfb 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 a5c36bc64..ad7f965e2 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 f18312b08..277d72456 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 52663b582..ba9e8ce91 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 d806dc073..44be2f47f 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 d06dacd86..281ec6e45 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 @@ $ 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 039d160c1..767788a74 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 8bfca46f6..412d8d8d0 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 523aee55d..74083e41a 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 026f5a558..b1fcd8bd0 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 @@ $ 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 be708b794..23174fe50 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 c4ccbfb10..ec681b597 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 db53f93d8..cc45bbc70 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 @@ $ 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 8c15b8595..6b76730b8 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 @@ $ 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 1a48c4d6b..add5cb946 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 4a3fed0f0..2823b7ebd 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 c1c35822c..49c6fc8d1 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 084ecebcd..c112db193 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 0774cc440..e7a0b5960 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 b0e502832..aca6bc6e7 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 c63a47db5..1804ca65f 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 5f95b64e8..b3f2c4507 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 c65149dd6..034ff4fe4 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 56cd3271f..40b3b2392 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 728854332..01e100a8c 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 030c4c73a..0f2c8f9c5 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 @@ $ 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 141548886..0d32ad6ce 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 @@ $ 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 e48e04ebd..52f13eab5 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 f612e8fac..cedcea73a 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 7e9a5cb71..48c2dbfc0 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 e59caf965..aec5a8bca 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 727aaeba1..a0aec828a 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 49b7943e8..f14a1b9ee 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 cb1eaf229..f47f768b0 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 c12c06312..5a7950d5b 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 abdc0e5db..8c91d8287 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 e60f10a82..6e56427c6 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 0a77773e3..3685e9c7c 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 138a3c054..72d23fa43 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 0d246de21..c51d90dcd 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 71609f3e6..041085190 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 1c857030f..23231e562 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 eeff36418..38fca7151 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 a2efa6e66..c19580026 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 aec76fd91..597ee4b7a 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 a65e4d05e..2585a686a 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 e9f9e832d..6e2e6e7ec 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 d01f326ba..ba586d703 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 d527082c5..9144a9c08 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 54d67e4cc..118315d1d 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 e7d08d874..edcbcbb39 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 c2d6bd7d7..87fda4a71 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 d4f7d7a5d..631929b34 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 5a08ccce3..228ae80f6 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 f4a95fa65..d48d6c780 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 @@ * -- 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 a3c5b6027..12fc0d332 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 @@ $ 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 58e120942..6b9b0e24c 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 02671ffe4..894abd490 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 4f6fbc3cd..6727a0954 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 0d3d7493c..ccdd31bae 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 @@ 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 fb9c2bcdf..8938bb657 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 @@ $ 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 34035e184..39228d35e 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 73aceed27..a44254835 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 eb6cb7da5..4c12df9f2 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 @@ $ 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 90f1cf052..523f9b9f8 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 @@ $ 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 446938993..65f1fc82d 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 @@ $ 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 2d25f3fb1..95747d051 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 @@ $ 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 8c7f962b7..2cc24f2b6 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 @@ $ 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 621cb5b54..a19b55f67 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 @@ $ 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 33d55123a..badddb63b 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 @@ $ 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 05b5f4a60..574d07181 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 @@ $ 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 93e11ecaa..1a24d80e1 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 @@ $ 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 13e85e117..d9cff9bcb 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 @@ $ 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 10166d829..9a2aa91e6 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 @@ $ 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 d6e28f284..b28b190f5 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 @@ $ 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 cea7f8b75..d5f3edaef 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 @@ $ 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 2a8ce8f70..81dcafe94 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 @@ $ 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 13fb366e4..4212d0699 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 @@ $ 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 746946d07..c5baeef5e 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 @@ $ 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 bed8e472f..830a39d86 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 @@ $ 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 7b7b01b47..97ee21728 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 @@ $ 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 3e4a7ff3f..81a44a583 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 @@ $ 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 d1e289bf4..6a834b6d9 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 @@ $ 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 7e34ad0db..a93933a27 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 @@ $ 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 3b7156b42..8b8553773 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 @@ * 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 dbf1e011a..9c129c0e8 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 @@ $ 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 095bd7885..954c7fb87 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 @@ $ 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 9def66306..0265ff271 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 @@ $ 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 37a29ec4e..f1f5a0bac 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 @@ $ 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 6cb7f6552..76503ae09 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 13176fecf..650ab2b6e 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 a0ceff76e..98d157080 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 5a53d2343..724ad41b8 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 ccd47a3bf..0568a6d78 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 4aa5aebe3..eef34b44b 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 1b7f6b384..373a41b45 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 0b8186454..9e6b34ba8 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 91aec3a3f..61f7594be 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 1a2d4fb48..b4a8c4631 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 @@ $ 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 e97003a2f..4674b6226 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 @@ $ 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 241f3ea30..4f03ab9ee 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 4b46f3bc3..7f943f256 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 536e4ca3e..c2a6589f3 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 bbf920934..9925f3fd7 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 ec58086d4..3781c6a88 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 d0debc535..7a7857744 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 955a23400..ce8376fc6 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 101c07601..ecf8699f2 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 a1d8b807c..6a5bcc2d4 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 e024c78a0..103820ec1 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 7e6e4352a..699f14b1c 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 @@ $ 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 76eb7d115..b41936aa5 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 d5c4f1348..a274681c9 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 354387f2a..27f22e9a4 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 26d6e4688..5e291ec47 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 f20921bd9..bc342ca35 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 f0c428c88..286daee2c 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 a5743858c..80329cab4 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 1143be85d..e1d7ebddd 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 833234f99..12d0c6318 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 6a7e71c4d..9bf95cbc4 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 fbf19e40b..39c5cf321 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 13e037df6..2124a9e09 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 dc1b2330d..567ea4517 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 e6d6bb3e2..828669d48 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 1092b630a..be324ec3c 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 3fdfa1675..58f426961 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 2db3736e8..bd09f6302 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 20c568218..d8928954f 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 8e1fd207f..56165f954 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 4b2219e5d..40ac373ba 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 2f7c8c1f9..fd1b030e0 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 80c047331..8af6162c9 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 494442cc9..1c0713555 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 a4c4076ad..e4e6fcac6 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 51a29585b..9fec99728 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 @@ * -- 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 0557574d3..a24acfab2 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 @@ $ 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 2accd4bfd..364b8f6b1 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 403d4edc5..7237dacf2 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 e3511fef0..854961884 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 ee22ce33d..1ffcb43b6 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 @@ 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 912ca4ae0..15e1360ea 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 @@ $ 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 85c7325d4..9ba567d74 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 d7fd0cadc..60fee9870 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 375a70e9a..2e5749896 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 @@ $ 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 b95e595de..86f849b77 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 @@ $ 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 81ac46710..5ed8e2104 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 @@ $ 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 1b4d85f79..2e04f68c5 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 @@ $ 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 7115175c2..f7a581813 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 @@ $ 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 ca3a397a0..72c66a0f6 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 @@ $ 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 a47e9dbe1..389ba4932 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 @@ $ 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 eb86643fc..a810facc0 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 @@ $ 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 bc57ff841..3b60dde6b 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 @@ $ 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 7d9b3f594..b2dbbf1e5 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 @@ $ 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 f76c04bf8..a671a8a25 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 @@ $ 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 035ba04d0..abb10547a 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 @@ $ 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 3b23deebe..9bd0144f2 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 @@ $ 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 c587e66ab..536ab36e1 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 @@ $ 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 1c60e4434..4d174962d 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 @@ $ 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 7fe9dfc14..b3f5e23f4 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 @@ $ 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 32d08b5d7..c63762134 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 @@ $ 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 bd4ae60da..ce83234bf 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 @@ * 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 2904b633a..d2c2218b0 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 @@ $ 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 a3e6a2023..3b39fa977 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 @@ $ 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 de094fcd8..0b49c8404 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 @@ $ 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 700e4f74d..196c6b48e 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 @@ * 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 efa75406f..a25077018 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 @@ $ 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 489c385a1..e1d6a0810 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 @@ $ 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 9006f1a92..c032a4a0c 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 @@ $ 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 b088f6cc3..cbb78d2b6 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 @@ $ 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 934eb2066..914274ff2 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 dc0828e0c..d5863ad42 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 94264e256..6df517825 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 5671e9447..c8e7bb6c6 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 a8a2b865e..fec41c0f0 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 a544cfbfb..f297e5a7d 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 a0337eeec..1d131dd1a 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 e0b3577d6..684172f6b 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 ff7ba15aa..8118999ef 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 8c801aeee..215166904 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 @@ $ 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 a3c01756c..eeb9109e9 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 @@ $ 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 267ed7798..b952a91d2 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 59fccf068..faf1773bb 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 eb6b4516d..c4f3b69ce 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 116b334ff..67f0df99f 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 c5d4dece5..a7908fca2 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 83bed283a..8725ae2e4 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 2a4132c6a..fbdf50be2 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 c677e3175..a0fb6daec 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 17e66c8e6..773d39c71 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 9a6f49b22..4d087f524 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 530da5b50..27a403016 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 e236fccb1..aac764c2b 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 9cacb3540..ca0e830a7 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 172daabe9..5ea593310 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 1f40fe499..0286a757c 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 34f0bab56..4ea8a0ec9 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 4e38b0a74..c69aeee23 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 131aa81bc..8a0ebac03 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 @@ $ 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 9e7ae0201..79925881b 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 634c52c1b..64a0bfc52 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 efb32c917..a6c65635f 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 a0b0ebb31..dc0e328e7 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 74b22792a..2505ae227 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 555c405a1..d5b8717b4 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 42ce5a07a..70647889b 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 @@ $ 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 04de323d5..266c10ff1 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 082c4514e..039dfb2aa 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 f852b60a7..878262070 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 f2303614c..3616183a5 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 32694bd07..eb1d7a7ec 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 46f34574f..a7ce1588e 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 54795623b..33a0c807b 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 bb3e42b4c..456c99b0e 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 af5846799..e2ef8df88 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 4b1d360c5..7fba320f4 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 23ae8e575..00a1406ea 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 1a8aef33b..d23f8dc4b 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 9d289ffc7..6eca6e6b7 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 5cdc056c9..fc68590cf 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 9f3129dd2..58cfb5cb6 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 ddb1ebf68..6f87c5712 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 6d482c2fe..97b323ca0 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 e00bd0db2..86c506902 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 09e4aeb82..5a98f9095 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 d99f52ea9..b7ee3b671 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 7523e1b5b..2e4e48df3 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 b31e64935..cbce82ba7 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 73e58cea7..1956325e9 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 c41987635..a97cc28c1 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 40402a919..121c35a90 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 55f18c0af..a3d48d737 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 @@ * -- 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 4da7798fb..ba19cddd2 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 @@ $ 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 37a636bc2..182401757 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 ebce7cd83..e0634603b 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 7da9b1b66..e6123e1ad 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 a063c18b5..78d90a1a9 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 @@ 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 6b18a68ba..fff2a6c2e 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 @@ $ 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 6d86a1380..d8d98ca96 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 51b6ff8f7..5ce99d90a 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 fab38c2be..ab0e90138 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 @@ $ 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 e68a95cb5..b93e9e680 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 @@ $ 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 f830210cd..6295593fe 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 @@ $ 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 a851bbbbf..10622d77a 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 @@ $ 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 c4e1572c1..04b8e2375 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 @@ $ 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 bd572df8b..c5d7ffb77 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 @@ $ 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 0ac104615..167cb61de 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 @@ $ 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 73656315b..919879504 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 @@ $ 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 6e2b76e7b..20838b5ba 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 @@ $ 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 daf1145d5..123217688 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 @@ $ 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 5d357e308..1debe8341 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 @@ $ 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 4e98bfff0..73d23125c 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 @@ $ 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 90351f6df..40f19e10c 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 @@ $ 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 d3f8a06ac..5254a9723 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 @@ $ 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 9492d43bf..1d0e46f29 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 @@ $ 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 58e63e793..ce0d59214 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 @@ $ 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 b6cc91dc4..f6da720ad 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 @@ $ 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 101c8ba09..de6d5a412 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 @@ $ 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 64cd86118..4e3dc0a6d 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 @@ $ 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 4888bc8bf..6d5e34bf6 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 @@ $ 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 c6eeec6d9..4a57223c8 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 @@ $ 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 66ba8c4dd..ebd169977 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 @@ * 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 00e14f396..ea0cf66f9 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 @@ $ 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 32a3de05f..a13a58b48 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 @@ $ 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 25ca8b1c5..b6f772f5b 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 @@ $ 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 1c574e736..70e59bcea 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 @@ $ 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 96f51dfe8..f8962596c 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 6414a8200..249f0e642 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 7d3772e84..b52aa1624 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 5025103eb..e8b07964a 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 b78267cc8..8f0ff98a1 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 7e5383866..afb6d4faf 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 a47b901d3..5b6e00fc2 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 8c489d58a..cbec05bf6 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 1fcd2b095..f42f02d48 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 ac936bc89..827578181 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 @@ $ 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 e0b75ff0f..fef876255 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 @@ $ 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 00b05ad77..e6214007b 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 60547e034..7a0efd082 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 c1859f4e4..48cee8d44 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 87c7ac99a..27f705ca3 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 919a6469f..46c8b699f 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 bf419869c..47eae95e4 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 7e63f9bdf..eb10424bf 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 ca3475bf9..636dfb70e 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 f6c0f7e7c..dbcabf9d7 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 b2052f3c2..1fd3d400d 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 750cc7ce1..2067b8c3d 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 135ab1903..951221a23 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 0811db75f..11decbe82 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 adc5886ba..8d73a2913 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 1ae58da70..0859b3e0d 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 2ed6dfc47..eacdc858f 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 0e26783c6..005adcacc 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 50ccd378b..b9b87be8c 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 @@ $ 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 50fd36185..97b14c211 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 008c118ad..7bbb389d3 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 440f95891..401c247b7 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 340c54413..c2a819fe1 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 1e73842e3..0d736f350 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 58fd58081..fa1e43388 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 49fb16288..f8638a46a 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 @@ $ 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 3607c04ba..3c40de70f 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 8753d43a2..d5dec3fef 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 084d2a8bb..d650baed9 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 ad483bcd0..0fb66decf 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 d013c70c5..c8fb5ff6e 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 09a941487..3ca35705a 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 7ef5ad9b3..f4b4fbe0c 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 e4af48ddb..b606422a6 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 5a85e2520..1880f02a6 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 4ecb04c0e..6945f142e 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 d383e47ce..f05e1efa0 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 314d0f68e..94a265369 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 5045d7f0f..90984502d 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 0a65e4d5d..f07405fb7 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 73654f7cf..e85181b14 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 8db20bad7..9b6aad315 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 858ef8c6f..3fa6d6bb8 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 fc7ca6a2a..b14fdf67b 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 38fc3e555..2319bb2db 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 d57f6bcf8..e5fd23715 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 e973bc2cb..23b6c7567 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 ead9f1050..78d771f19 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 2101a2e0c..72fa78a37 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 079d4ffb0..289e55585 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 bbf0208b7..d3beef867 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 877caffa5..b9e165ce8 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 @@ * -- 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 b3d560554..034cf57cf 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 @@ $ 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 4f9f43cc9..206e9c2b9 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 6e0a18118..f623bc311 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 86643969b..1e1c29e0d 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 29604956d..fa024d762 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 @@ 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 2f99d76f3..5e6797f50 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 @@ $ 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 56a34fe0c..083841177 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 48afa62a1..27c8babc9 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 a4c658ff3..080ce8170 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 @@ $ 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 b49fa67cb..2d4344278 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 @@ $ 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 ec89b44f9..52962a041 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 @@ $ 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 cd45e98e1..60496dde1 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 @@ $ 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 4eadca4f3..820850404 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 @@ $ 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 c16dcf53c..5d3fced4d 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 @@ $ 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 565c74791..ff8101bb9 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 @@ $ 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 2d137785b..769d0f8b0 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 @@ $ 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 32352fc06..800aa5edd 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 @@ $ 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 e38a4c0a8..26b0298e3 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 @@ $ 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 bc85f7c72..c96cb1613 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 @@ $ 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 c09984e09..580573814 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 @@ $ 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 2b3be003c..31688c156 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 @@ $ 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 2588816a5..e7389183b 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 @@ $ 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 11e8562d7..8741bf4d4 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 @@ $ 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 f5821e520..096ed3c22 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 @@ $ 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 4a6956451..72e0303fb 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 @@ $ 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 105e9dff7..916dbf722 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 @@ $ 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 7a625e1b7..d3f237c23 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 @@ $ 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 e818f7ea6..4fbb10e10 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 @@ $ 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 8238dceef..336514a3f 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 @@ $ 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 8929b33c4..4bdf2849e 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 @@ * 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 cf2dc03ed..384e58de1 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 @@ $ 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 de072c9a3..4a88e5218 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 @@ $ 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 ba3ffab6c..ac7a2d6eb 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 @@ $ 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 9492e0623..830313c72 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 @@ $ 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 f44ef4098..f1dde9266 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 a35a0de2f..dc6129da9 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 013dc16c5..d1219c02b 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 0e3a861df..180fd7d88 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 4949ceaa5..582338947 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 b906c96df..5b0e6f820 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 efea82567..39cea4f78 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 ee7fcbb51..4442fc8ec 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 68e16baaa..fe972a06d 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 39fe15299..fc48a5e1b 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 @@ $ 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 1641a018c..670611e91 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 @@ $ 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 2ea73a2c5..5da48bcb0 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 d5bc06ea9..c7a79b99f 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 85aaf7949..63680e855 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 c88a383bd..43b538fcf 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 e019127a3..7b2ea679a 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 75126d33d..66f7ff5d2 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 106e29074..6ac622018 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 344ae3a09..63664241d 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 c963dee93..7d331414a 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 3a1473723..f62b23a6f 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 fa9bb38d9..729a6f3ce 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 @@ $ 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 68125854c..cedf8344f 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 cb854a850..d254f85e9 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 8ef73aef3..6606d250b 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 825d387c7..70734dafe 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 b98045fab..ebb1c4895 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 57605731b..e0cb2f979 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 f2fe47e9b..e3107f231 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 429404f2f..122399387 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 4b471b751..a7ac8b067 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 9f30e61fe..95d3e1325 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 6f324ea80..8c8ff01b2 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 643882550..ad8baee59 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 e512253db..c46db5787 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 519c7764f..ec6ff4e01 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 f2e32a12e..4df1f7fe2 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 c0f684fc3..b21773b16 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 d2d64227f..040c88f44 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 4560410a3..2ab2cde0d 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 a31621db2..f2a1c3951 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 5677940c8..1845888a6 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 6e01f2490..391da22d4 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 9d18a3259..2cc0fba06 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 e1b084deb..db18775eb 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 bd5d3af9b..432b8df45 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 3fcbcca38..d9e500013 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 d36770be7..99f6e860a 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 7c79d68f8..e2f092fc6 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 4a3f187a1..433b45f4e 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 @@ $ 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 3fe22d0ef..d970571ac 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 @@ $ 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 a6780400c..b6fd5e4b5 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 72dd71f66..875d8e399 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 @@ $ 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 8dd551a72..826faf7d4 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 @@ $ 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 06b2134fa..83403e955 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 @@ $ 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 9844c2695..96a2fe1d6 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 @@ $ 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 ace7844f8..52ab5db70 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 @@ $ 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 d07bfd24a..8d7cf477a 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 @@ $ 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 a407203f0..54107d047 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 @@ $ 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 8dfd394c6..57b843fbc 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 @@ $ 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 1ecc1072d..9fd21a964 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 @@ $ 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 8517168fe..bcfc771f7 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 @@ $ 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 93ad9c34f..87d885bf2 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 @@ $ 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 9d7a8b5c6..8b736e52b 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 @@ $ 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 cf1da91bf..45702fa69 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 @@ $ 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 a1c28af76..2ec802064 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 10c29e14e..e06565539 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 @@ $ 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 12b7ceded..34c6ca6a7 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 @@ $ 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 7c9ded012..7ea178eaf 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 @@ $ 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 6f5552bb3..5dc69dd03 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 @@ $ 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 3d8dd2a38..246e76121 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 @@ $ 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 6a692f71d..58d55c31c 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 9a42dc135..48050c51f 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 @@ $ 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 5109ac740..584cf426c 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 @@ $ 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 d25417f7a..339218823 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 @@ $ 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 3a38d87a4..735e79bd0 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 @@ $ 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 c17ae54e6..7a0dcc567 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 @@ $ 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 9b2ed2957..9ba653c09 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 @@ $ 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 84802f3b8..bbe18ebf9 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 @@ $ 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 027e3ecd8..865b9de32 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 98c4b080b..18242ff54 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 @@ $ 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 ec731b73d..ce1ecf761 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 @@ $ 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 8288916db..d7e1b317d 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 @@ $ 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 4926773a6..192b1c390 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 b59c2b8de..0d6a9063d 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 @@ $ 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 42e26028a..b0a8be002 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 @@ $ 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 b043c1089..88347ddaa 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 @@ $ 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 054e7e84e..386bd3108 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 @@ $ 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 51fc84899..7196e2ad9 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 @@ $ 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 8d431efc5..8d43f640f 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 9d5beb843..de7851e0f 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 @@ $ 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 d56aa45b0..70c4a7e31 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 @@ $ 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 32be41f64..8dd20a7b7 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 @@ $ 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 676a700d7..72669ccd1 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 @@ $ 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 6110aadf9..d2f3cb797 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 @@ $ 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 c6604c392..ef84fbfb8 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 @@ $ 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 875c894fe..27ff71c5e 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 @@ $ 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 f43c10b72..7fe189e5f 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 @@ $ 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 fb43d7f73..7f8a84628 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 @@ $ 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 8f484d6de..88cca10df 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 @@ $ 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 cc08095d6..9008b9d4f 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 @@ $ 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 5e38c1850..c2fa2eb76 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 @@ $ 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 926f22378..41a868b74 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 eb3949807..dec82def2 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 d1b9c8752..774e3880f 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 1d9d034c8..1ca816979 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 d3e6a39c8..047c1760b 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 a57688f83..ff551531f 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 @@ + 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 169ebaa5a..d7a9748d1 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 @@ $ 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 475e90200..27a697e8b 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 @@ $ 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 a9e53de4f..7814d3ae6 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 @@ $ 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 2b766bcbd..900455399 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 @@ $ 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 569df307f..baa9e178d 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 @@ $ 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 4dab87576..4dc04c029 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 @@ $ 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 cc4f754ce..546b19d82 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 @@ $ 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 00f92f4e3..176c0eb4d 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 93f26f9dc..1fcf656f7 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 02230245b..1110c6e68 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 f95db6706..c342133eb 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 9e8daa219..d0c5cf6b5 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 e10a5404f..a63cd655d 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 822380c9a..1036835b4 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 6e2d8b321..4ee50cd6c 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 7786dc1d3..e72312376 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 5510b1c5e..48e44ad86 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 19f7afbad..40ebe5220 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 eee3726eb..839a555ee 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 f9aa3cf14..6b19424bc 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 716417b8c..50f97d4dc 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 3ed463ad8..a2188a71a 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 e124d0f81..21cf22936 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 f391a9b32..48ca7df40 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 34e2ecd39..29f38d01c 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 da02a8885..4f2196c32 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 bcacdc349..2c8c5978f 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 17c9f36fb..a236d2d18 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 617354fab..860768403 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 a06c0d751..db65edd88 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 b9d6ce3c3..173e2e527 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 c6649cf87..4c81279ab 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 236143f03..8a5a820c7 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 7f929f07f..701abd161 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 33bad4f9f..4aed92850 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 947ca3f73..277b0b1ab 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 b478fff2d..9576c47ce 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 a6cfe3a09..859f8b3eb 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 ee08c9b62..47e17a583 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 5b8fefa7d..9667d2473 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 b1d36107c..75351220d 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 76982924c..13ac7f74f 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 5603ed478..32cc5a89a 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 ef84e3fad..8020512c4 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 8fe416458..32f7652c6 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 d08c51250..b55435a23 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 a4c8c25af..9aba9910f 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 f64f6dd8c..5e51dca5a 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 425c8c805..e504515c5 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 658cca323..bfd7952c6 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 9e6722e96..2467cf7c4 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 fe08a49fd..4fc12ed65 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 a1b63ae71..58104a357 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 3301a317c..8f4ab84e7 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 1dddc7dd3..30aa976a0 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 cca9ddb31..e35126ddc 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 ecb0bebcd..9ed6b7f44 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 c54884b9f..ba05c5740 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 acc0c5b94..958639c0e 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 74eb32853..52febe033 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 8b2b31bf8..0052d3667 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 a87491db9..eeb0f03a9 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 f6a0b5ace..51a3f3438 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 8d6df94df..79bc010ec 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 4a4260b05..111c64998 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 4127f8189..c5a21f51f 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 e118520dc..82f0585df 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 d959692f8..c26e2f902 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 0a5016778..838c32121 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 6fca41618..9d14637ac 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 1d0176cbc..5715e87f0 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 311f0b4e1..f23c4d9e5 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 c4d885cc0..f78fef795 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 73f6e9acc..604e2de65 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 a62de24a8..b302d3541 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 9b0c86eec..24eb05399 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 22c299a08..56706ab30 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 7581fe5fa..97bae6768 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 e6595a782..47e335869 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 6b0e140e7..33c80666d 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 35d22eecd..d84f38e82 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 afe67695a..6e1a7b119 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 4de30b46b..e9b19184f 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 3c9657650..9578e4b0d 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 9faee7466..1f6fc9bc4 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 438d73c3b..436a15dfe 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 c75c085dd..3a761a4c7 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 29336a676..ac5a8dbca 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 175ced173..3383d2437 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 1e279bf35..685e823e5 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 d446c0123..26da4b394 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 b3a242b28..e4520ec3d 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 c86ab097f..da4f0e854 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 88ae655bf..9762c6841 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 884f9c200..2a8fe6b78 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 42af6b9e1..fc4685aa5 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 ef1ff2cec..fb1bea003 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 aa9ff4d91..79fc2dc66 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 6f7420b19..714edc9c7 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 814c22dbf..4f12f28c5 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 39f0f3e1a..62f176cd8 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 03d7077ab..08bb826c7 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 1b289417d..711bf70cf 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 b6ce21da7..d33ecc7c8 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 7445059a4..494d5e9cd 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 5659d2b36..4c29423ae 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 3368858be..6b2f42aab 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 b2a31e99d..d1e643655 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 d01f3a7ca..f766bb4df 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 84ee5f426..a11b319c1 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 1fe28d6fe..71d433727 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 f80361c5e..23d0c96b3 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 d9501e546..8625c2f91 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 92f5cbe5c..b3d25d2a8 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 73141982a..6a75a8b31 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 53a69457c..8c807c825 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 776de784a..4ea747390 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 5be698121..31c73e9e4 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 263c07bdc..f4d1fd268 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 b15dad966..46b27df25 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 ff068b2d1..cec8f34f9 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 3f0f53251..f0b316cef 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 3d35a42b9..54f9448d6 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 cea6f5e8b..f2ca4541a 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 4707b3863..a4a3f99b4 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 92ed42502..f01e24c86 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 adf12192b..8f95c95af 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 404847b58..94ae9a77e 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 @@ $ 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 d3d23424b..b6060564d 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 0f40ec92d..c81b85489 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 1c3ecccb7..41a1f78f5 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 afdd3a153..50acb05d3 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 f038478cc..43ba50310 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 49d17d90d..0f1f4ac1c 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 803c18f1c..20e8f81c7 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 6bd59e765..30c4f2138 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 205d12d8e..f93cd77ac 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 3196f6a2d..b8f44aa05 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 7f05f9c9f..0edb2d832 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 7dff47038..07a0ec73f 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 6d788ba41..0d91776f8 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 4c6b3f181..d77d60b1a 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 c2dab8e23..001f291da 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 18a3863a1..906032e0e 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 dddc25acd..a6b8a0fe1 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 89e141993..025ddabcf 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 4ae408bd3..c8a7efeb7 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 @@ $ 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 075b563a5..705a9dbbc 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 @@ $ 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 2d7e8baf4..ace78f00c 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 b63d0361f..70af41fe0 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 @@ $ 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 66eef0fd7..ba6701185 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 @@ $ 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 75940af59..809021330 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 @@ $ 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 0f1031cb8..0e2d44d8d 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 @@ $ 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 a8557e5de..74b8979d6 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 @@ $ 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 3ce48f322..e5abd9c7a 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 @@ $ 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 b19b766ff..3da13227a 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 @@ $ 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 e1463bc97..47d43d0a6 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 @@ $ 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 6cde31816..2869723f2 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 c275ee039..1fdf07252 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 @@ $ 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 878d874d2..595ca10a6 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 @@ $ 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 4ba27a93d..c729e61a9 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 @@ $ 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 c74e78964..690b041df 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 @@ $ 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 716dbcd84..1e53bcded 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 @@ $ 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 cf59e88dc..e242e013d 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 d820a91dd..028359d08 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 @@ $ 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 6334a0510..f327ca7ce 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 @@ $ 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 d8981f735..84589d8e0 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 @@ $ 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 8974cdec5..81139440f 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 @@ $ 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 f6d990d1c..405f8f12d 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 @@ $ 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 484ffb669..3731a3c66 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 @@ $ 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 0c001669c..1af46409b 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 @@ $ 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 af50bf322..16d0aed32 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 @@ $ 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 58f78697f..9af6150ca 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 @@ $ 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 5c0cd83b9..a4a1150c0 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 @@ $ 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 c4b1f01bd..928a6a16a 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 @@ $ 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 8a60d0541..efb468f00 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 646bbff0d..9110d8334 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 @@ $ 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 ee710dbf2..bd463cee4 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 @@ $ 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 7758a5978..ed0e18a85 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 @@ $ 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 4c76b44af..6195750c9 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 @@ $ 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 a4209138d..c079135a2 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 @@ $ 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 228e886e9..08f01271f 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 @@ $ 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 6da10336b..b1661e37b 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 adfd71e09..b64930c10 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 @@ $ 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 6b5695faf..6508de866 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 @@ $ 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 2caddcea9..c5c8076e0 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 @@ $ 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 e093bbaa7..4f9476523 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 @@ $ 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 dac2e2e59..15de557f9 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 @@ $ 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 eec5c7490..c0c2806ec 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 dfb1941a6..08ab4895f 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 3d38ca042..6ed60b136 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 0d19e1dc0..1c5d74aea 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 02b0bbaf7..260a1bcc6 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 1f33281e3..605c89784 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 @@ + 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 a7c231614..a62561c66 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 @@ $ 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 ec94c4710..4eb3fa8e6 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 @@ $ 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 cf1b63841..0b8e46c71 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 @@ $ 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 898422654..91c9e8e9a 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 @@ $ 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 3c9ff2120..15b2c2b78 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 @@ $ 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 670fc8cff..dcfea9450 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 @@ $ 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 ab2b541d7..d21b5d33c 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 @@ $ 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 aef2b5ccf..cff8ebfd5 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 dd2662635..1ab97ef25 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 4ab5e899b..4db46ca59 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 027801ddd..fc80bbbcf 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 20f05fa4a..960a7cb87 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 75b466a48..c4cebf2f8 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 ba297f5cf..d3cfcddd0 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 68ff8c545..6653fa1e9 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 16129540a..bec0ff954 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 1be8830ba..a1f74dec2 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 0549d2a89..998f8a508 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 6d613764a..8282119ef 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 88d0c7e3a..017f56646 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 4d2bf3e83..378542c04 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 477c3ef1c..b9c50d9ab 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 4f438feab..3f29bf60e 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 e1fe51cad..03155b133 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 660e2ef53..9a15f0b1c 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 83be5aa3e..8a36ad06d 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 8db8ebf0a..d1e07a6ef 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 d594a74bc..ae51d4c72 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 b511cdcc5..af15a4b8e 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 0634209e5..84d69b569 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 f709ba7e6..a667f0d2b 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 d1d0ff02d..110f904d7 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 1980d1fa0..a43ae219c 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 fd1d038a6..447b00bc4 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 6e96b32bd..82f03fabe 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 2515733f5..28f7200dd 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 bc11ba7d4..92bf550d2 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 1333abb9a..ba85eaf7d 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 46683ef12..ecbb5893c 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 986775af4..9b3ed260b 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 1ca418f1b..e84df53ec 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 83fddf4e1..bfb7bd8bb 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 d3ea086fa..a89324964 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 88ed763b3..fad1c2211 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 7b641b3b3..02e54e7c1 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 5b04c81ed..6486ff5d5 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 a5663f621..255f1dd10 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 a056e1258..0e72c74e6 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 cd56c0ffe..99dbe0c00 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 731b3924d..180d0dfd1 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 29f4b2574..3b5ff9e4c 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 956f0f761..1a8d66c1d 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 c39081f9e..d389ef166 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 e115e335a..9590be53d 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 da3edb198..e5f7e3b50 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 5c62ded10..24cbf6ab5 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 f175cf893..b9ce74338 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 6bdbe5597..8825d13e7 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 16a5642b3..9967bbad1 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 e35067f12..e3f8c9c34 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 407bd0716..fef888859 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 0e3a5ac6b..03f9bfae4 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 758c415fb..3a5a85e9e 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 b512ff0ff..03e705871 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 7b0c2c152..f1994aee9 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 c17045f96..1ef7365c4 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 55b5a6c89..158cd0b79 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 dc754554f..55ce022ce 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 b73248b62..ef7e67538 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 ce2604e41..7d2a2a104 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 155eaa5ab..979255ca9 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 18a46a360..d4c438edb 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 4acd74f5a..3d810dac1 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 657cdc9f7..6abda62e0 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 1ad4c0f6b..47e656be7 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 8d84a1fe6..f48a1a4fc 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 347b50378..6d87b89f5 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 d7a0cca92..2e506b623 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 fa9490915..25a195bdd 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 420662c1b..397ed19c2 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 2ad9e6839..a357d0794 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 de878137a..f854f9b18 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 edaec4446..9e24cf6b3 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 8d9dcc3ca..fefe2e923 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 d6b6da93d..ffe75d8a9 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 44c609cbd..2c6c440ff 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 a9e8bd620..a4802c696 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 4a7aa6dc8..1cd2c4b66 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 7bc66cb42..5a27350cb 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 16a532b53..950cfe67b 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 40c6638c5..bed6a00c8 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 b72eaaa77..8efbdc774 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 fd411eb04..2ddd551ce 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 6f9ba5ea9..7dc7668ce 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 9008a4900..d0e4349d1 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 9c957b02c..d156faca0 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 5d9e10313..6a7baea0f 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 2e4610068..2badd6d49 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 fe29ca589..33c7fab37 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 b8da5b623..278e01bf0 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 42947b2cb..203f62069 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 9301e251f..f824f39f1 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 68cf0cc8c..1c5f9e47b 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 157f78e2f..cb4ba183a 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 78580dca1..77bd29414 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 d652b2a2b..936583ccb 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 d10b5c117..7fbb6a6d4 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 7ec0d6c7f..1ddd76706 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 2108cd1c9..8e969aba7 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 de3f26621..5b028f799 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 f1bc904fd..e71d217ae 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 f61b9113c..cb918de00 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 a12425ee5..2a7d9d142 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 f008ecf2e..907e5277b 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 cb6668b18..c7b6bc2aa 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 f0f522a96..2870b3267 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 3aedad654..04307fd3b 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 @@ $ 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 3c2a5318c..0b2430d60 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 2fd11f0e9..2e87bdaa7 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 9fcecc984..7952c0576 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 504dca627..58309b17b 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 777fdfc3b..29ec68a12 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 ad82e59e9..069836a0c 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 458a42ec4..117acae01 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 3f7c68832..f5eb2a512 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 3039a2be7..e5827fe78 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 ad7d9b963..20779237c 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 067db391b..ef6a33f6a 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 f5ef13462..c03aa5bf9 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 f4f861e42..276e5485f 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 25bf58a81..85733be4c 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 a518b0f0f..05bbf11fc 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 5f7f291aa..50c6a4c6c 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 a9c13e442..dc18edd40 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 6381d9ddc..62898cf7a 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 724109b28..7eee800aa 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 @@ $ 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 2b8a77cc8..6a2c0b0cf 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 @@ $ 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 c2dce7bb8..0a538a614 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 7084a040c..cd66e8d10 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 @@ $ 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 2daca557f..966142f8f 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 @@ $ 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 dbb44e020..aeb3b4371 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 @@ $ 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 e6aa2d2cf..f61b74902 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 @@ $ 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 257d592ec..6a9662bde 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 @@ $ 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 d712b3851..266abcb43 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 @@ $ 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 0f3422480..977c78548 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 @@ $ 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 bae34d27a..9385a5809 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 @@ $ 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 08a99ab74..569a3f01b 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 8c10f6285..209683f48 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 @@ $ 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 817753dba..b68c9bcb0 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 @@ $ 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 154607600..5c45ede9b 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 @@ $ 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 9a3cc37d0..23515d95d 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 @@ $ 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 32bae3b39..5be01b6cd 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 @@ $ 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 066bca694..f3fdfa07f 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 5c463dd1c..095fbbf9b 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 @@ $ 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 53cecd9e7..b3c45d1f2 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 @@ $ 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 aee800a69..39353671d 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 @@ $ 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 93be3bdd4..573b905aa 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 @@ $ 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 7cdcc9181..ccdfc0fce 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 @@ $ 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 386955001..0158ead9f 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 @@ $ 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 0d9e58fba..c0ad39ce9 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 @@ $ 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 deb83bf0a..cdbb622b1 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 @@ $ 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 6f3a96f7e..ff05c1d97 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 @@ $ 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 a9737e35c..66fa0bee7 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 @@ $ 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 2bed434a8..0cc22ec0a 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 @@ $ 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 92d671c87..85544542a 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 fc106ea51..8c65b6ae9 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 @@ $ 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 45adc39db..22fcfdb23 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 @@ $ 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 8c08cddba..fa66d12c1 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 @@ $ 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 1cc9f3c9f..e9fd30c71 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 @@ $ 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 f93978021..6c3ad2d7b 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 649ca558c..b96451503 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 @@ $ 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 ba018bc6d..e3e9ea373 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 @@ $ 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 d8d90cc3b..5ac638b0b 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 @@ $ 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 23fc87d3c..2a030ff60 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 @@ $ 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 33b7d0d20..bfabe72b7 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 @@ $ 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 e2ca6bcb8..00754141b 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 4aa978204..1567b2762 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 350f47e14..1d2c85edb 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 c14558864..5faae2733 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 d811d049b..e4d08ccbb 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 2994773e5..c98fa7d3d 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 @@ + 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 12110cfa9..077f04135 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 @@ $ 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 1e3abeda1..509522c42 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 @@ $ 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 e4357c45f..ff0c3ab8d 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 @@ $ 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 70e8ff6b8..aff32bce9 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 @@ $ 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 59eb73c3a..6018126f6 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 @@ $ 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 e729dc51e..eebfea59b 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 @@ $ 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 e314da2e0..00c8a77cb 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 @@ $ 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 8a8e08665..0cd791ab0 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 d4b1f701f..7ac5c926b 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 ebeceae86..de5e3e718 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 0fc54cab9..431e8bbd9 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 e184f006f..5bb0fe201 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 6144ec625..2a5f9eee2 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 4d0437d4f..effa809b4 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 f7912e1fb..e6ee4360f 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 8c347041c..3b222273c 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 8061514d8..4c07c8f87 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 123f5b70b..37e3eb5f0 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 dc9cb29f5..669028b81 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 1b094be6e..e714aa076 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 596f275f3..952c5ff4e 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 3339a85ad..1ad40b7aa 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 1df2c25c9..f243fd94c 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 211643b9b..647df89a9 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 1956cca4b..2c7ee8ed6 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 c2cec4328..d8d9ea62b 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 fe9af2f41..c562b417b 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 9249f104f..03746155f 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 0bc4a897c..f0d0a0ef2 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 7f91a3c39..78dd0c57d 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 f5897642b..457f7b743 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 910bff1e5..c3db47332 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 4d2cd9f38..57cae8c5a 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 2dd6d93b2..0f6129240 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 2be982a8a..98725ca67 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 82c5a4a86..cfd6dd743 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 cdffebdc8..83afb4690 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 894590991..a5a420fdb 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 19ae7c592..8215b6a5b 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 9ec64073d..ed1148910 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 5b04c5ae2..0c5c693af 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 aa748e8f0..a8b013d14 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 0f15ec0f2..817a9c049 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 8b4a2a384..b32f10489 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 3873aabda..8c4fe9a89 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 420004b31..12b952e13 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 42c25cb1d..4333ad0b2 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 5096f83cc..5d88c91f7 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 0a3915057..55176d27a 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 a55537f34..adf4089b5 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 7944f0e9d..cb3272d3b 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 3d4553efe..06bccf02e 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 cfc04200a..6b3ffdf8a 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 4d84cc67e..b126ca72a 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 7be45ca0a..94d29db40 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 be8e962f9..6eefee426 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 42655ac63..57e32b2db 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 adc99f368..24650bcc4 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 9896827f0..e1ffd9991 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 208a86c9f..e6580d37f 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 3c575e2d7..c0f0ee4a1 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 55477bd96..d775e5e0e 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 daaf33cab..9b868ac11 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 1db9c5bd9..d59a8a01c 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 d625d3100..bc78a0fca 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 526bd5623..c0ba81f74 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 9bad54b7c..9afc37ef7 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 5ce2c59e0..dcc2c1cae 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 b1866ec1d..1cbe40577 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 6aa3ccfee..7aae3a2c6 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 9676ef311..734306369 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 44466ac6e..14b68c109 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 930437271..a0176c822 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 7c68e7c0d..08176a87e 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 424d43293..191b3139c 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 6c10a3fae..7658ea385 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 97f9eb0fb..213b38b41 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 8122e8eba..3e94585b0 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 2660249df..abb31cb4a 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 c9c6b687b..a56d0411d 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 d7331c632..83084fba5 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 23e82546f..fef18dd2b 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 5f0b08e1c..51a6a074a 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 fe78cdc30..ddbc40f13 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 133aaba04..aa61e91a0 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 6a52b0461..5d381b950 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 355fc00d5..5c1bcdf66 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 e33d841fc..de0c80e53 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 43f0d83cf..6f1498903 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 a9de4ec34..f3a53013d 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 3509d0311..72163f0a9 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 9e19dd6d6..bf11ef258 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 d0fb6de35..b088ba43e 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 0c1d52761..21ec97c1f 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 eaffacbf0..d4422dacb 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 c7c367011..2eab0ee0d 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 6d6583bc2..d77c5fa06 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 6e8ac2f3e..4526de3b5 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 2ead9fed3..5a6967abb 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 92e014087..1a5dbf785 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 c7b543cb6..0244d7676 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 993001964..07a040a15 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 2960d1667..ca0594f7a 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 0b3a8e3da..730d76d45 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 549bca2e0..4478c0506 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 12f4018ff..cd76a7c62 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 ecd1d9178..05cac43f4 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 f1fb0b9c3..b47ca7d2f 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 11ddea4c3..147553db9 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 c0fee7154..470d45c3d 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 129e9dafe..7f5803b00 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 a633098e8..96ca3b6ba 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 5c747ae90..3ae44926d 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 @@ $ 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 b19c34c39..60e39016c 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 f80cf551c..8cd5fbc18 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 658fa4803..ba34f6bc5 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 428821603..5e27083b4 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 a8e88b218..0d9d5a1e3 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 c32f8d9d0..9e844e797 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 6e0e4680b..81abb969f 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 d7bd082f0..117987dcc 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 1e6af5b9d..08c2433ed 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 14ba15bb7..7573f9a83 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 23d408a81..2e41076d4 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 434ce9ad1..af4ebe34a 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 8d607339d..266e83543 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 8eb69eae7..683c165ae 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 b0e435a17..431339f78 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 875459b85..c1720c7f1 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 30d2a084a..a183d0b69 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 f15b46b2f..63274cabb 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 56797bf2b..214331d5a 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 70660eff6..39de25197 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 @@ $ 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 41068f32a..df46a3fc8 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 @@ $ 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 5d18a8e2b..b9a6ab7e4 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 0b5a1a1aa..f0e746890 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 @@ $ 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 4100801b7..acb0dd31c 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 @@ $ 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 43c5435af..45ce67e89 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 @@ $ 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 0ec5d7f6a..e670bf327 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 @@ $ 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 470c012ed..c18528b3c 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 @@ $ 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 08cfb10c8..6525ed65e 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 @@ $ 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 2c7c6369b..b8febfe35 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 @@ $ 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 0d23e1e57..1e941f0bc 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 @@ $ 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 9b76d1df6..a3ad56ed6 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 @@ $ 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 c9fb433ea..a935d10c8 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 @@ $ 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 5468b7281..7ceb65f7c 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 @@ $ 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 53b43d0aa..250b12359 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 @@ $ 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 9acb28ead..8cf05ccd2 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 @@ $ 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 a4f8d8260..80e1690a7 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 63e3d64f3..33cd0fe15 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 @@ $ 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 0ce087549..987e3815d 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 @@ $ 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 3c9763fe3..c506790c7 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 @@ $ 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 61aad40f4..cf096ef4e 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 @@ $ 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 123eea63d..54cb9ab72 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 @@ $ 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 ba5fd6166..1764f566e 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 ef3bf3044..f8990ff83 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 @@ $ 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 808e80eee..fbfc45eeb 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 @@ $ 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 d656ee221..2232497b6 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 @@ $ 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 186a5b39d..3f0c52173 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 @@ $ 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 87fc47f71..8671d0979 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 @@ $ 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 22927588a..276fa569e 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 @@ $ 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 d5e53121c..4daac3f95 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 @@ $ 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 5a0834029..e71978624 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 9336e12ac..1798c24e7 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 @@ $ 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 57634d86a..0a6f47b1e 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 @@ $ 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 e6e6ac556..b441ccbbc 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 @@ $ 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 fbdeabc92..754b2a33c 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 9fcab5d04..395ea178a 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 @@ $ 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 78d779c67..130515959 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 @@ $ 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 08f4c227f..20f8eb1e5 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 @@ $ 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 6740a6fcf..3431b4b31 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 @@ $ 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 9ab2100b7..76c0efb1b 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 @@ $ 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 1edad5e70..f6ef2d19c 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 @@ $ 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 cdfa10727..01f0dd8a4 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 @@ $ 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 d260012e8..d055e4bdb 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 ba8f28fa9..a4cc639b1 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 @@ $ 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 326627e8c..34d8f2aaf 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 @@ $ 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 655a8c788..9401867e0 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 @@ $ 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 02902c9f8..2f34883d6 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 @@ $ 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 70fed11dd..59aed71be 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 @@ $ 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 3c0dfbfe4..3e540962d 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 @@ $ 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 66bd76552..5c96c03e7 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 @@ $ 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 1313c853b..2eab97905 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 @@ $ 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 264796452..a3eecb83e 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 @@ $ 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 1308a1f58..3cc691c5b 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 @@ $ 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 260d8c1f2..658e92c23 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 @@ $ 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 82901e3ec..f63f7145d 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 @@ $ 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 5943c0637..14a9f76ba 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 6e468452a..0e54815fb 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 2e95ce7cb..7f03e30ae 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 c4abe6b02..7a44dba29 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 c264355a1..17c4a2d24 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 c7be7da03..ad773b143 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 @@ + 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 94dd6553c..1b68711d7 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 @@ $ 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 5e0c60e23..0e5623794 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 @@ $ 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 ae4c8a5aa..eaac75ed7 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 @@ $ 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 d93e44542..21497477c 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 @@ $ 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 948f2328f..a27e891eb 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 @@ $ 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 11019bdf2..eba5faa81 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 @@ $ 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 9431cd692..0dab29bd6 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 @@ $ 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 8437685a5..418c043a3 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 1d345a412..81bf019d9 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 0ba2b0e06..1d32450aa 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 a106b3a36..6bf79f646 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 8c0a9f43d..2b9341623 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 4a5ab934e..bfb760e08 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 5b2f30bdf..e49e5037c 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 938c283e2..66360b783 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 48d7aaa8e..d8e5a8fe8 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 2ca3d7121..de237f7b3 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 f78a311f6..3b40644fb 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 2df87b66b..66e56c8c6 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 f53847a18..802377dd5 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 fbd9ff391..056da714c 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 5c10dd859..86425c192 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 2c20dfa85..ebbbb8f64 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 e63b65a9d..5251d4522 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 88e46b0d9..114453d4c 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 1f030ca05..64c20b08e 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 6370e0454..63700360b 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 0553c4079..e7916d50d 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 36085c8b2..e1af3729c 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 642d748da..a50f9d24e 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 3152ba8e2..afdb0d9c2 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 e81d96cd9..098040ace 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 526ea0812..027a4c3db 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 5eb1cf291..693ec0cb1 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 0cbccd829..6375d2834 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 7759384e6..ea7823df3 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 9dc008215..5dfb65057 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 2d3e8ed1d..921919371 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 41f589d85..250efea3d 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 87a1bdda6..f74287f42 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 7545d015e..5f629f8c7 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 250835364..48c9ad726 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 b668fac5d..ee3ec4938 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 f0d020817..6583e3859 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 d94a7a3dc..ca9f527f0 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 fc21b3bfa..e46229868 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 764620a39..16e9ee0d9 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 cb05ec442..74121aabc 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 fe39a8351..fa0d23899 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 d9a06a8d8..dc78e0bb6 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 7d40ecfcc..d26d9dfba 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 c58c99d02..c63fdbc25 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 acdd5b293..cbed30af1 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 2dbf5f016..fc8b2f8d6 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 b8ec93ac9..b53296469 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 ba9955045..0a76404d6 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 fc9feb86c..de6a7475c 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 8474c2577..88ccf4c1f 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 dff63463a..5ac14fdcf 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 ba83af825..ffd98b4f8 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 5975ccf14..2e70cdf48 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 6d78a6d6c..818284bb0 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 9d1452840..92d746fc4 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 15fab3e1d..a6977f4e9 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 2ccca75a8..446d05995 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 e7e4c1c91..e10506295 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 66b2b4fc4..d79c55227 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 5c8176356..62b4bfa98 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 ef85a280b..b728852b5 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 360aa816b..0b3857f02 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 bf58d7d74..90806f613 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 b8e708f50..7a7e3686c 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 08c2b4759..9d0afefd0 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 a248d01d9..eb296cb95 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 2f8ecd88f..b97148f9f 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 ed62f8f17..942d0f023 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 492c71c1f..c2a7f82ce 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 9a1f35d68..c55d76ccd 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 bff040e76..0765b3cd6 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 550432817..2e7a0e8ee 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 1b8fd1449..a795a50d1 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 25783e807..fb7881ac7 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 a8c1f383a..e4f832996 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 489bdff50..03376e0ce 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 946c49438..c08a27bf7 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 61cc94db2..17b690400 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 5978d2ea2..f3cbd1141 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 9c29990ea..35239083a 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 c773cd4c3..c97f43234 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 74c6d5116..78ec595af 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 1b8b84159..40b71c969 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 94801d8f1..52c2590fa 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 5ce08570b..ccde4a237 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 3225b0ec2..691857219 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 c9244a6cf..e842c7e46 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 90dec3bc9..6e3a8aed0 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 f7f2bd284..82d497e0e 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 5442fcae8..d5eef9ff4 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 35adae930..1f84cfa5a 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 6489fa924..a7d9b27ca 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 eea178a2e..4e53f92c8 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 4c55daf9d..4aa0aa59f 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 676db6f27..eb991152c 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 9ca1e66cf..2dbefaf84 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 d809399bb..56b2e3b50 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 580f86a6f..3ca7199ce 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 1985ea506..5677b7e76 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 c633df2f6..c3be59c36 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 5428adbf3..0da6be157 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 4e693c14e..341ec1700 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 369efc07d..971db22b5 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 0d17313e8..f58b9e38b 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 e62e9a51d..9becd6d3b 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 ff694c7a1..9f26b1b6e 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 88075ed5e..2f60426f5 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 ed1b608b2..548321d00 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 fc7046278..6393224bf 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 876384069..2eba7ba6f 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 373ced982..0ea6dab02 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 005e288e0..927205262 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 d212929ad..6269ef790 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 985fda0c5..e34ce22c2 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 d37ce5386..2819b930b 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 4ec551180..32b7a698c 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 8106a61b0..202488db9 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 11d2e2fb5..d3f66a58e 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 4e7ea24aa..885bebc02 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 6f7d2498f..5792a3ba8 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 f63f01645..74efd913f 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 a86923321..fdfa35e6b 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 e33bff71c..d00cf8223 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 @@ $ 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 1adeafdd4..10863ff1c 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 8c59151f9..b033a5db3 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 39a3922bb..3da15f7f3 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 31dec7977..ca65a481a 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 fb8c814e1..802e1a611 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 aa2348ae6..2ca7c3874 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 30edfca71..5ab661626 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 99aa9db49..ddb212b02 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 63e12c55a..a23ce821f 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 84aaf65ea..a37887f7e 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 f31d614dc..63ba27b9a 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 2f5f5996b..ed55905da 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 81d7fdb44..629da2996 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 5b9dc3cbf..b7590a8ea 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 912adc220..c6e7f80cd 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 f0d86fb50..4575608f6 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 70a162024..723e0f2d1 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 8c3885464..b01d15565 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 f4481fc78..e6b497715 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 9c87e4ccd..5f03cc181 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 4c1d47137..77086a481 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 bdce8054a..df08d6796 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 6870c321a..de5331e1f 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 b899c8274..901c0ee8a 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 48d49897b..05a90fdce 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 5bd6b9dc8..cd2dc7ae4 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 42b453553..863325b3f 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 @@ $ 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 8b3fe50d9..25904e45f 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 @@ $ 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 74684dbcf..632e896d8 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 a06f9bfbd..213a4b3bc 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 @@ $ 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 e80c4a514..34536d9b9 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 @@ $ 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 7afb59f3e..a1951216b 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 db994f7ef..05eb5566a 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 44b1c25b4..ffd11d278 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 1c811e994..7ba58ee4f 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 5d0351f46..cf0712b51 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 d50b8ac9a..76baefdcd 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 16c9bf1d0..24f6e9727 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 fc8bcc4be..4f1c09477 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 fda7e624f..f41f2ceab 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 a48129d25..183aa00d0 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 6655fa481..7337dc682 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 cfb144b10..b0d8ffa3e 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 d7a6d19f3..5a55addc3 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 15f5ac080..f5a4a66b3 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 @@ $ 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 37076efc8..429315b0d 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 @@ $ 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 462cce0b7..01941609c 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 70c2f98ba..38c993dad 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 2d124ef1f..311f16e2d 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 @@ $ 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 a914481f7..efb016b91 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 @@ $ 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 d9f59ccb9..e6b9fbece 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 5d04cf0a2..bdd167f2d 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 626039aa0..9627d563d 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 5fa7484c4..dd319dadc 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 cb92db6db..4dc833346 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 d84d4d6c5..ef9f90adf 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 b0d18fccd..586612d9f 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 392948996..8bebf48d5 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 649902065..c2d7a5cb2 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 d58902110..0fc0a7272 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 ed478cb21..ab4c22ad7 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 8f9e16431..bd01cb620 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 2473f1f44..b259c333e 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 18c2c07d5..f4e833734 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 @@ $ 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 010413498..37a629225 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 @@ $ 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 57f660190..b0d27f7dc 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 098d1c2b7..9f9863b00 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 8309bcd34..049409ca5 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 @@ $ 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 c2cedd21c..124a6246a 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 @@ $ 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 e8aadbbe3..eb4f4b38e 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 bf4feaa6e..f06dcc46c 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 c9d2bc240..8c2a9676e 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 506035061..fb77cfb4c 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 e030a5f18..adbb41e39 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 e5a317821..172c7694d 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 4260d7caa..b6b9ca4a7 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 4e1de110e..f899bfd3e 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 18c22b185..6e66d2bb2 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 b8c4fdfa5..8ae8f9dc6 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 ebb5d98f9..901b5ddbd 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 a829d9119..c916c8ca1 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 ea93431e7..af0151587 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 25d6233f3..e7fab607c 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 @@ $ 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 4ab3e276b..07eeb6a1f 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 @@ $ 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 f000f5228..104becfd1 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 fee1eca6e..a081353ce 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 @@ $ 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 56285e1f4..935d717e7 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 @@ $ 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 5262b1931..b8421eede 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 8627dd9ee..25036483c 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 666865abf..abda36898 100755 --- a/lapack_testing.py +++ b/lapack_testing.py @@ -60,7 +60,6 @@ for o, a in opts: 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 27dd54949..faa330138 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