Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BLAS/SRC/dnrm2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function DNRM2( n, x, incx )
integer, parameter :: wp = kind(1.d0)
real(wp) :: DNRM2
!
! -- Reference BLAS level1 routine (version 3.9.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..--
! March 2021
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/dznrm2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function DZNRM2( n, x, incx )
integer, parameter :: wp = kind(1.d0)
real(wp) :: DZNRM2
!
! -- Reference BLAS level1 routine (version 3.9.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..--
! March 2021
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/scnrm2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function SCNRM2( n, x, incx )
integer, parameter :: wp = kind(1.e0)
real(wp) :: SCNRM2
!
! -- Reference BLAS level1 routine (version 3.9.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..--
! March 2021
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/snrm2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function SNRM2( n, x, incx )
integer, parameter :: wp = kind(1.e0)
real(wp) :: SNRM2
!
! -- Reference BLAS level1 routine (version 3.9.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..--
! March 2021
Expand Down
2 changes: 1 addition & 1 deletion SRC/VARIANTS/lu/REC/cgetrf.f
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* =====================================================================
SUBROUTINE CGETRF( M, N, A, LDA, IPIV, INFO )
*
* -- LAPACK computational routine (version 3.X) --
* -- LAPACK computational routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
*
Expand Down
2 changes: 1 addition & 1 deletion SRC/VARIANTS/lu/REC/dgetrf.f
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* =====================================================================
SUBROUTINE DGETRF( M, N, A, LDA, IPIV, INFO )
*
* -- LAPACK computational routine (version 3.X) --
* -- LAPACK computational routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
*
Expand Down
2 changes: 1 addition & 1 deletion SRC/VARIANTS/lu/REC/sgetrf.f
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* =====================================================================
SUBROUTINE SGETRF( M, N, A, LDA, IPIV, INFO )
*
* -- LAPACK computational routine (version 3.X) --
* -- LAPACK computational routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
*
Expand Down
2 changes: 1 addition & 1 deletion SRC/VARIANTS/lu/REC/zgetrf.f
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* =====================================================================
SUBROUTINE ZGETRF( M, N, A, LDA, IPIV, INFO )
*
* -- LAPACK computational routine (version 3.X) --
* -- LAPACK computational routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
*
Expand Down