Skip to content

Commit 86f53af

Browse files
committed
Fixing Doxygen syntax errors
1 parent 4b11516 commit 86f53af

40 files changed

Lines changed: 297 additions & 219 deletions

SRC/clamswlq.f

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@
8181
*> NB > M.
8282
*> \endverbatim
8383
*>
84-
*> \param[in] NB
85-
*> \verbatim
86-
*> NB is INTEGER
87-
*> The block size to be used in the blocked QR.
88-
*> MB > M.
89-
*>
90-
*> \endverbatim
91-
*>
9284
*> \param[in] A
9385
*> \verbatim
9486
*> A is COMPLEX array, dimension

SRC/clarfb_gett.f

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*> [ZIP]</a>
1414
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarfb_gett.f">
1515
*> [TXT]</a>
16+
*> \endhtmlonly
1617
*>
1718
* Definition:
1819
* ===========
@@ -69,7 +70,7 @@
6970
*> \verbatim
7071
*> N is INTEGER
7172
*> The number of columns of the matrices A and B.
72-
*. N >= 0.
73+
*> N >= 0.
7374
*> \endverbatim
7475
*>
7576
*> \param[in] K
@@ -596,4 +597,4 @@ SUBROUTINE CLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB,
596597
*
597598
* End of CLARFB_GETT
598599
*
599-
END
600+
END

SRC/claunhr_col_getrfnp2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
*>
8585
*> CLAUNHR_COL_GETRFNP2 is called to factorize a block by the blocked
8686
*> routine CLAUNHR_COL_GETRFNP, which uses blocked code calling
87-
*. Level 3 BLAS to update the submatrix. However, CLAUNHR_COL_GETRFNP2
87+
*> Level 3 BLAS to update the submatrix. However, CLAUNHR_COL_GETRFNP2
8888
*> is self-sufficient and can be used without CLAUNHR_COL_GETRFNP.
8989
*>
9090
*> [1] "Reconstructing Householder vectors from tall-skinny QR",

SRC/cungtsqr.f

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*> [ZIP]</a>
1414
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zungtsqr.f">
1515
*> [TXT]</a>
16+
*> \endhtmlonly
1617
*>
1718
* Definition:
1819
* ===========
@@ -304,4 +305,4 @@ SUBROUTINE CUNGTSQR( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK,
304305
*
305306
* End of CUNGTSQR
306307
*
307-
END
308+
END

SRC/cungtsqr_row.f

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*> [ZIP]</a>
1414
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cunrgtsqr_row.f">
1515
*> [TXT]</a>
16+
*> \endhtmlonly
1617
*>
1718
* Definition:
1819
* ===========
@@ -364,4 +365,4 @@ SUBROUTINE CUNGTSQR_ROW( M, N, MB, NB, A, LDA, T, LDT, WORK,
364365
*
365366
* End of CUNGTSQR_ROW
366367
*
367-
END
368+
END

SRC/cunhr_col.f

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*> [ZIP]</a>
1414
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cunhr_col.f">
1515
*> [TXT]</a>
16+
*> \endhtmlonly
1617
*>
1718
* Definition:
1819
* ===========
@@ -438,4 +439,4 @@ SUBROUTINE CUNHR_COL( M, N, NB, A, LDA, T, LDT, D, INFO )
438439
*
439440
* End of CUNHR_COL
440441
*
441-
END
442+
END

SRC/dgesvdq.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
*> LIWORK >= N if JOBP = 'N' and JOBA .NE. 'E';
232232
*> LIWORK >= N + M - 1 + N, if JOBP = 'P' and JOBA = 'E';
233233
*> LIWORK >= N + N if JOBP = 'N' and JOBA = 'E'.
234-
*
234+
*>
235235
*> If LIWORK = -1, then a workspace query is assumed; the routine
236236
*> only calculates and returns the optimal and minimal sizes
237237
*> for the WORK, IWORK, and RWORK arrays, and no error
@@ -331,7 +331,7 @@
331331
*> The dimension of the array RWORK.
332332
*> If JOBP ='P', then LRWORK >= MAX(2, M).
333333
*> Otherwise, LRWORK >= 2
334-
*
334+
*>
335335
*> If LRWORK = -1, then a workspace query is assumed; the routine
336336
*> only calculates and returns the optimal and minimal sizes
337337
*> for the WORK, IWORK, and RWORK arrays, and no error

SRC/dlamswlq.f

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@
8181
*> NB > M.
8282
*> \endverbatim
8383
*>
84-
*> \param[in] NB
85-
*> \verbatim
86-
*> NB is INTEGER
87-
*> The block size to be used in the blocked QR.
88-
*> MB > M.
89-
*>
90-
*> \endverbatim
91-
*>
9284
*> \param[in] A
9385
*> \verbatim
9486
*> A is DOUBLE PRECISION array, dimension

SRC/dlaorhr_col_getrfnp2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
*>
8585
*> DLAORHR_COL_GETRFNP2 is called to factorize a block by the blocked
8686
*> routine DLAORHR_COL_GETRFNP, which uses blocked code calling
87-
*. Level 3 BLAS to update the submatrix. However, DLAORHR_COL_GETRFNP2
87+
*> Level 3 BLAS to update the submatrix. However, DLAORHR_COL_GETRFNP2
8888
*> is self-sufficient and can be used without DLAORHR_COL_GETRFNP.
8989
*>
9090
*> [1] "Reconstructing Householder vectors from tall-skinny QR",

SRC/dlarfb_gett.f

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
*> [ZIP]</a>
1414
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarfb_gett.f">
1515
*> [TXT]</a>
16-
*>
16+
*> \endhtmlonly
17+
*
1718
* Definition:
1819
* ===========
1920
*
@@ -69,7 +70,7 @@
6970
*> \verbatim
7071
*> N is INTEGER
7172
*> The number of columns of the matrices A and B.
72-
*. N >= 0.
73+
*> N >= 0.
7374
*> \endverbatim
7475
*>
7576
*> \param[in] K
@@ -595,4 +596,4 @@ SUBROUTINE DLARFB_GETT( IDENT, M, N, K, T, LDT, A, LDA, B, LDB,
595596
*
596597
* End of DLARFB_GETT
597598
*
598-
END
599+
END

0 commit comments

Comments
 (0)