Skip to content

Commit 5e78ee8

Browse files
committed
typo
1 parent a6c07f6 commit 5e78ee8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/stdlib_linalg_blas.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ module stdlib_linalg_blas
10691069
!! \underbrace{\begin{bmatrix}DH_{11} & 1\\-1 & DH_{22}\end{bmatrix}}_{DFLAG=1},
10701070
!! \underbrace{\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}}_{DFLAG=-2}. $$
10711071
!! Locations 2-4 of DPARAM contain DH11, DH21, DH12 and DH22 respectively.
1072-
!! (Values OF 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
1072+
!! (Values of 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
10731073
!! The values of parameters GAMSQ and RGAMSQ may be inexact. This is OK as they are only
10741074
!! used for testing the size of DD1 and DD2. All actual scaling of data is done using GAM.
10751075
#ifdef STDLIB_EXTERNAL_BLAS

src/stdlib_linalg_blas_d.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ module stdlib_linalg_blas_d
11451145
!! \underbrace{\begin{bmatrix}DH_{11} & 1\\-1 & DH_{22}\end{bmatrix}}_{DFLAG=1},
11461146
!! \underbrace{\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}}_{DFLAG=-2}. $$
11471147
!! Locations 2-4 of DPARAM contain DH11, DH21, DH12 and DH22 respectively.
1148-
!! (Values OF 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
1148+
!! (Values of 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
11491149
!! The values of parameters GAMSQ and RGAMSQ may be inexact. This is OK as they are only
11501150
!! used for testing the size of DD1 and DD2. All actual scaling of data is done using GAM.
11511151
! -- reference blas level1 routine --

src/stdlib_linalg_blas_q.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ module stdlib_linalg_blas_q
11481148
!! \underbrace{\begin{bmatrix}DH_{11} & 1\\-1 & DH_{22}\end{bmatrix}}_{DFLAG=1},
11491149
!! \underbrace{\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}}_{DFLAG=-2}. $$
11501150
!! Locations 2-4 of DPARAM contain DH11, DH21, DH12 and DH22 respectively.
1151-
!! (Values OF 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
1151+
!! (Values of 1.0, -1.0, or 0.0 implied by the value of DPARAM(1) are not stored in DPARAM.)
11521152
!! The values of parameters GAMSQ and RGAMSQ may be inexact. This is OK as they are only
11531153
!! used for testing the size of DD1 and DD2. All actual scaling of data is done using GAM.
11541154
! -- reference blas level1 routine --

src/stdlib_linalg_blas_s.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ module stdlib_linalg_blas_s
13251325
!! \underbrace{\begin{bmatrix}SH_{11} & 1\\-1 & SH_{22}\end{bmatrix}}_{SFLAG=1},
13261326
!! \underbrace{\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}}_{SFLAG=2}. $$
13271327
!! Locations 2-4 of SPARAM contain SH11, SH21, SH12 and SH22 respectively.
1328-
!! (Values OF 1.0, -1.0, or 0.0 implied by the value of SPARAM(1) are not stored in SPARAM.)
1328+
!! (Values of 1.0, -1.0, or 0.0 implied by the value of SPARAM(1) are not stored in SPARAM.)
13291329
!! The values of parameters GAMSQ and RGAMSQ may be inexact. This is OK as they are only
13301330
!! used for testing the size of DD1 and DD2. All actual scaling of data is done using GAM.
13311331
! -- reference blas level1 routine --

0 commit comments

Comments
 (0)