forked from Reference-LAPACK/lapack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comments unified: 'End of' comment: added where omitted
- Loading branch information
1 parent
5f58f3c
commit b7eb194
Showing
126 changed files
with
455 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,7 @@ SUBROUTINE CAXPY(N,CA,CX,INCX,CY,INCY) | |
END IF | ||
* | ||
RETURN | ||
* | ||
* End of CAXPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,4 +119,7 @@ SUBROUTINE CCOPY(N,CX,INCX,CY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of CCOPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,4 +128,7 @@ COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY) | |
END IF | ||
CDOTC = CTEMP | ||
RETURN | ||
* | ||
* End of CDOTC | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,4 +125,7 @@ COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY) | |
END IF | ||
CDOTU = CTEMP | ||
RETURN | ||
* | ||
* End of CDOTU | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,7 @@ SUBROUTINE CSCAL(N,CA,CX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of CSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,7 @@ SUBROUTINE CSROT( N, CX, INCX, CY, INCY, C, S ) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of CSROT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,4 +114,7 @@ SUBROUTINE CSSCAL(N,SA,CX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of CSSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,4 +123,7 @@ SUBROUTINE CSWAP(N,CX,INCX,CY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of CSWAP | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,4 +125,7 @@ DOUBLE PRECISION FUNCTION DASUM(N,DX,INCX) | |
END IF | ||
DASUM = DTEMP | ||
RETURN | ||
* | ||
* End of DASUM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,4 +146,7 @@ SUBROUTINE DAXPY(N,DA,DX,INCX,DY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DAXPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,7 @@ DOUBLE PRECISION FUNCTION DCABS1(Z) | |
* | ||
DCABS1 = ABS(DBLE(Z)) + ABS(DIMAG(Z)) | ||
RETURN | ||
* | ||
* End of DCABS1 | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,4 +140,7 @@ SUBROUTINE DCOPY(N,DX,INCX,DY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DCOPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,4 +142,7 @@ DOUBLE PRECISION FUNCTION DDOT(N,DX,INCX,DY,INCY) | |
END IF | ||
DDOT = DTEMP | ||
RETURN | ||
* | ||
* End of DDOT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,7 @@ SUBROUTINE DROT(N,DX,INCX,DY,INCY,C,S) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DROT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,4 +194,7 @@ SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM) | |
END IF | ||
END IF | ||
RETURN | ||
* | ||
* End of DROTM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,6 +254,9 @@ SUBROUTINE DROTMG(DD1,DD2,DX1,DY1,DPARAM) | |
|
||
DPARAM(1) = DFLAG | ||
RETURN | ||
* | ||
* End of DROTMG | ||
* | ||
END | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,4 +130,7 @@ SUBROUTINE DSCAL(N,DA,DX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,4 +166,7 @@ DOUBLE PRECISION FUNCTION DSDOT(N,SX,INCX,SY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DSDOT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,7 @@ SUBROUTINE DSWAP(N,DX,INCX,DY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of DSWAP | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,4 +112,7 @@ DOUBLE PRECISION FUNCTION DZASUM(N,ZX,INCX) | |
END IF | ||
DZASUM = STEMP | ||
RETURN | ||
* | ||
* End of DZASUM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,4 +121,7 @@ INTEGER FUNCTION ICAMAX(N,CX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ICAMAX | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,4 +120,7 @@ INTEGER FUNCTION IDAMAX(N,DX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of IDAMAX | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,4 +120,7 @@ INTEGER FUNCTION ISAMAX(N,SX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ISAMAX | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,4 +121,7 @@ INTEGER FUNCTION IZAMAX(N,ZX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of IZAMAX | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,4 +126,7 @@ REAL FUNCTION SASUM(N,SX,INCX) | |
END IF | ||
SASUM = STEMP | ||
RETURN | ||
* | ||
* End of SASUM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,4 +146,7 @@ SUBROUTINE SAXPY(N,SA,SX,INCX,SY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of SAXPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,7 @@ REAL FUNCTION SCABS1(Z) | |
* .. | ||
SCABS1 = ABS(REAL(Z)) + ABS(AIMAG(Z)) | ||
RETURN | ||
* | ||
* End of SCABS1 | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,7 @@ REAL FUNCTION SCASUM(N,CX,INCX) | |
END IF | ||
SCASUM = STEMP | ||
RETURN | ||
* | ||
* End of SCASUM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,4 +140,7 @@ SUBROUTINE SCOPY(N,SX,INCX,SY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of SCOPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,4 +142,7 @@ REAL FUNCTION SDOT(N,SX,INCX,SY,INCY) | |
END IF | ||
SDOT = STEMP | ||
RETURN | ||
* | ||
* End of SDOT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,4 +157,7 @@ REAL FUNCTION SDSDOT(N,SB,SX,INCX,SY,INCY) | |
END IF | ||
SDSDOT = DSDOT | ||
RETURN | ||
* | ||
* End of SDSDOT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,7 @@ SUBROUTINE SROT(N,SX,INCX,SY,INCY,C,S) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of SROT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,4 +195,7 @@ SUBROUTINE SROTM(N,SX,INCX,SY,INCY,SPARAM) | |
END IF | ||
END IF | ||
RETURN | ||
* | ||
* End of SROTM | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,8 +254,7 @@ SUBROUTINE SROTMG(SD1,SD2,SX1,SY1,SPARAM) | |
|
||
SPARAM(1) = SFLAG | ||
RETURN | ||
* | ||
* End of SROTMG | ||
* | ||
END | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,4 +130,7 @@ SUBROUTINE SSCAL(N,SA,SX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of SSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,7 @@ SUBROUTINE SSWAP(N,SX,INCX,SY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of SSWAP | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,7 @@ SUBROUTINE ZAXPY(N,ZA,ZX,INCX,ZY,INCY) | |
END IF | ||
* | ||
RETURN | ||
* | ||
* End of ZAXPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,4 +119,7 @@ SUBROUTINE ZCOPY(N,ZX,INCX,ZY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ZCOPY | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,4 +128,7 @@ COMPLEX*16 FUNCTION ZDOTC(N,ZX,INCX,ZY,INCY) | |
END IF | ||
ZDOTC = ZTEMP | ||
RETURN | ||
* | ||
* End of ZDOTC | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,4 +125,7 @@ COMPLEX*16 FUNCTION ZDOTU(N,ZX,INCX,ZY,INCY) | |
END IF | ||
ZDOTU = ZTEMP | ||
RETURN | ||
* | ||
* End of ZDOTU | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,7 @@ SUBROUTINE ZDROT( N, ZX, INCX, ZY, INCY, C, S ) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ZDROT | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,4 +114,7 @@ SUBROUTINE ZDSCAL(N,DA,ZX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ZDSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,7 @@ SUBROUTINE ZSCAL(N,ZA,ZX,INCX) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ZSCAL | ||
* | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,4 +123,7 @@ SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY) | |
END DO | ||
END IF | ||
RETURN | ||
* | ||
* End of ZSWAP | ||
* | ||
END |
Oops, something went wrong.