Skip to content

Commit 611a427

Browse files
Fix Doxygen warnings
1 parent 2892658 commit 611a427

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+47
-43
lines changed

Diff for: SRC/cgesv.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> CGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) </b>
1+
*> \brief <b> CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) </b>
22
*
33
* =========== DOCUMENTATION ===========
44
*

Diff for: SRC/cgesvj.f

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@
318318
*> \par References:
319319
* ================
320320
*>
321+
*> \verbatim
322+
*>
321323
*> [1] P. P. M. De Rijk: A one-sided Jacobi algorithm for computing the
322324
*> singular value decomposition on a vector computer.
323325
*> SIAM J. Sci. Stat. Comp., Vol. 10 (1998), pp. 359-371.

Diff for: SRC/chegv_2stage.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*> positive definite.
4848
*> This routine use the 2stage technique for the reduction to tridiagonal
4949
*> which showed higher performance on recent architecture and for large
50-
* sizes N>2000.
50+
*> sizes N>2000.
5151
*> \endverbatim
5252
*
5353
* Arguments:

Diff for: SRC/chetrd_he2hb.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
*> \verbatim
133133
*> LWORK is INTEGER
134134
*> The dimension of the array WORK which should be calculated
135-
* by a workspace query. LWORK = MAX(1, LWORK_QUERY)
135+
*> by a workspace query. LWORK = MAX(1, LWORK_QUERY)
136136
*> If LWORK = -1, then a workspace query is assumed; the routine
137137
*> only calculates the optimal size of the WORK array, returns
138138
*> this value as the first entry of the WORK array, and no error
@@ -222,7 +222,7 @@
222222
*>
223223
*> where tau is a complex scalar, and v is a complex vector with
224224
*> v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in
225-
* A(i+kd+2:n,i), and tau in TAU(i).
225+
*> A(i+kd+2:n,i), and tau in TAU(i).
226226
*>
227227
*> The contents of A on exit are illustrated by the following examples
228228
*> with n = 5:

Diff for: SRC/cunbdb1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/cunbdb2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/cunbdb3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/cunbdb4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
*
3535
*> \par Purpose:
36-
*> =============
36+
* =============
3737
*>
3838
*>\verbatim
3939
*>

Diff for: SRC/cunbdb5.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/cunbdb6.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/cuncsd2by1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
*
4141
*> \par Purpose:
42-
*> =============
42+
* =============
4343
*>
4444
*>\verbatim
4545
*>

Diff for: SRC/dorbdb1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/dorbdb2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/dorbdb3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/dorbdb4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
*
3535
*> \par Purpose:
36-
*> =============
36+
* =============
3737
*>
3838
*>\verbatim
3939
*>

Diff for: SRC/dorbdb5.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/dorbdb6.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/dorcsd2by1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
*
3838
*> \par Purpose:
39-
*> =============
39+
* =============
4040
*>
4141
*>\verbatim
4242
*>

Diff for: SRC/dsygv_2stage.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*> positive definite.
4747
*> This routine use the 2stage technique for the reduction to tridiagonal
4848
*> which showed higher performance on recent architecture and for large
49-
* sizes N>2000.
49+
*> sizes N>2000.
5050
*> \endverbatim
5151
*
5252
* Arguments:

Diff for: SRC/dsytrd_sy2sb.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
*> \verbatim
133133
*> LWORK is INTEGER
134134
*> The dimension of the array WORK which should be calculated
135-
* by a workspace query. LWORK = MAX(1, LWORK_QUERY)
135+
*> by a workspace query. LWORK = MAX(1, LWORK_QUERY)
136136
*> If LWORK = -1, then a workspace query is assumed; the routine
137137
*> only calculates the optimal size of the WORK array, returns
138138
*> this value as the first entry of the WORK array, and no error
@@ -222,7 +222,7 @@
222222
*>
223223
*> where tau is a real scalar, and v is a real vector with
224224
*> v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in
225-
* A(i+kd+2:n,i), and tau in TAU(i).
225+
*> A(i+kd+2:n,i), and tau in TAU(i).
226226
*>
227227
*> The contents of A on exit are illustrated by the following examples
228228
*> with n = 5:

Diff for: SRC/sgetrf2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*>
3939
*> [ A11 | A12 ] where A11 is n1 by n1 and A22 is n2 by n2
4040
*> A = [ -----|----- ] with n1 = min(m,n)/2
41-
* [ A21 | A22 ] n2 = n-n1
41+
*> [ A21 | A22 ] n2 = n-n1
4242
*>
4343
*> [ A11 ]
4444
*> The subroutine calls itself to factor [ --- ],

Diff for: SRC/sorbdb1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/sorbdb2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/sorbdb3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/sorbdb4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
*
3535
*> \par Purpose:
36-
*> =============
36+
* =============
3737
*>
3838
*>\verbatim
3939
*>

Diff for: SRC/sorbdb5.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/sorbdb6.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/sorcsd2by1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
*
3838
*> \par Purpose:
39-
*> =============
39+
* =============
4040
*>
4141
*>\verbatim
4242
*>

Diff for: SRC/ssygv_2stage.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*> positive definite.
4747
*> This routine use the 2stage technique for the reduction to tridiagonal
4848
*> which showed higher performance on recent architecture and for large
49-
* sizes N>2000.
49+
*> sizes N>2000.
5050
*> \endverbatim
5151
*
5252
* Arguments:

Diff for: SRC/ssytrd_sy2sb.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
*> \verbatim
133133
*> LWORK is INTEGER
134134
*> The dimension of the array WORK which should be calculated
135-
* by a workspace query. LWORK = MAX(1, LWORK_QUERY)
135+
*> by a workspace query. LWORK = MAX(1, LWORK_QUERY)
136136
*> If LWORK = -1, then a workspace query is assumed; the routine
137137
*> only calculates the optimal size of the WORK array, returns
138138
*> this value as the first entry of the WORK array, and no error
@@ -222,7 +222,7 @@
222222
*>
223223
*> where tau is a real scalar, and v is a real vector with
224224
*> v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in
225-
* A(i+kd+2:n,i), and tau in TAU(i).
225+
*> A(i+kd+2:n,i), and tau in TAU(i).
226226
*>
227227
*> The contents of A on exit are illustrated by the following examples
228228
*> with n = 5:

Diff for: SRC/zgesv.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> ZGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) </b>
1+
*> \brief <b> ZGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) </b>
22
*
33
* =========== DOCUMENTATION ===========
44
*

Diff for: SRC/zgesvj.f

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@
318318
*> \par References:
319319
* ================
320320
*>
321+
*> \verbatim
322+
*>
321323
*> [1] P. P. M. De Rijk: A one-sided Jacobi algorithm for computing the
322324
*> singular value decomposition on a vector computer.
323325
*> SIAM J. Sci. Stat. Comp., Vol. 10 (1998), pp. 359-371.

Diff for: SRC/zhegv_2stage.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*> positive definite.
4848
*> This routine use the 2stage technique for the reduction to tridiagonal
4949
*> which showed higher performance on recent architecture and for large
50-
* sizes N>2000.
50+
*> sizes N>2000.
5151
*> \endverbatim
5252
*
5353
* Arguments:

Diff for: SRC/zhetrd_he2hb.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
*> \verbatim
133133
*> LWORK is INTEGER
134134
*> The dimension of the array WORK which should be calculated
135-
* by a workspace query. LWORK = MAX(1, LWORK_QUERY)
135+
*> by a workspace query. LWORK = MAX(1, LWORK_QUERY)
136136
*> If LWORK = -1, then a workspace query is assumed; the routine
137137
*> only calculates the optimal size of the WORK array, returns
138138
*> this value as the first entry of the WORK array, and no error
@@ -222,7 +222,7 @@
222222
*>
223223
*> where tau is a complex scalar, and v is a complex vector with
224224
*> v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in
225-
* A(i+kd+2:n,i), and tau in TAU(i).
225+
*> A(i+kd+2:n,i), and tau in TAU(i).
226226
*>
227227
*> The contents of A on exit are illustrated by the following examples
228228
*> with n = 5:

Diff for: SRC/zunbdb1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/zunbdb2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/zunbdb3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
*
3434
*> \par Purpose:
35-
*> =============
35+
* =============
3636
*>
3737
*>\verbatim
3838
*>

Diff for: SRC/zunbdb4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
*
3535
*> \par Purpose:
36-
*> =============
36+
* =============
3737
*>
3838
*>\verbatim
3939
*>

Diff for: SRC/zunbdb5.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/zunbdb6.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*
3333
*> \par Purpose:
34-
*> =============
34+
* =============
3535
*>
3636
*>\verbatim
3737
*>

Diff for: SRC/zuncsd2by1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
*
4141
*> \par Purpose:
42-
*> =============
42+
* =============
4343
*>
4444
*>\verbatim
4545
*>

0 commit comments

Comments
 (0)