diff options
Diffstat (limited to 'SRC')
128 files changed, 134 insertions, 127 deletions
diff --git a/SRC/cgejsv.f b/SRC/cgejsv.f index cff0c27e..f69ab9d1 100644 --- a/SRC/cgejsv.f +++ b/SRC/cgejsv.f @@ -441,7 +441,6 @@ * ===================== *> *> \verbatim -*> *> CGEJSV implements a preconditioned Jacobi SVD algorithm. It uses CGEQP3, *> CGEQRF, and CGELQF as preprocessors and preconditioners. Optionally, an *> additional row pivoting can be used as a preprocessor, which in some @@ -480,6 +479,7 @@ *> this extra QRF step easily. The implementer can also improve data movement *> (matrix transpose, matrix copy, matrix transposed copy) - this *> implementation of CGEJSV uses only the simplest, naive data movement. +*> \endverbatim * *> \par Contributors: * ================== diff --git a/SRC/cgeqrt3.f b/SRC/cgeqrt3.f index 699aa58e..c244ac55 100644 --- a/SRC/cgeqrt3.f +++ b/SRC/cgeqrt3.f @@ -1,4 +1,4 @@ -*> \brief \b CGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. +*> \brief <b> CGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/cgesv.f b/SRC/cgesv.f index 3c94c0ec..0b192e13 100644 --- a/SRC/cgesv.f +++ b/SRC/cgesv.f @@ -1,4 +1,4 @@ -*> \brief <b> CGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) +*> \brief <b> CGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/cgesvj.f b/SRC/cgesvj.f index 38b26492..7fd001a7 100644 --- a/SRC/cgesvj.f +++ b/SRC/cgesvj.f @@ -1,4 +1,4 @@ -*> \brief \b CGESVJ +*> \brief <b> CGESVJ </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/cggsvd3.f b/SRC/cggsvd3.f index 53b27dcc..ddb35271 100644 --- a/SRC/cggsvd3.f +++ b/SRC/cggsvd3.f @@ -335,7 +335,7 @@ * *> \date August 2015 * -*> \ingroup complexOTHERsing +*> \ingroup complexGEsing * *> \par Contributors: * ================== diff --git a/SRC/cgtsv.f b/SRC/cgtsv.f index 0412203b..d4e046a8 100644 --- a/SRC/cgtsv.f +++ b/SRC/cgtsv.f @@ -1,4 +1,4 @@ -*> \brief <b> CGTSV computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> CGTSV computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/cgtsvx.f b/SRC/cgtsvx.f index 15df639d..1e5785d7 100644 --- a/SRC/cgtsvx.f +++ b/SRC/cgtsvx.f @@ -1,4 +1,4 @@ -*> \brief <b> CGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> CGTSVX computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/checon_rook.f b/SRC/checon_rook.f index b986387b..925e45c5 100644 --- a/SRC/checon_rook.f +++ b/SRC/checon_rook.f @@ -1,4 +1,4 @@ -*> \brief \b CHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) +*> \brief <b> CHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/csycon_rook.f b/SRC/csycon_rook.f index 211b787c..7e22c87a 100644 --- a/SRC/csycon_rook.f +++ b/SRC/csycon_rook.f @@ -1,4 +1,4 @@ -*> \brief \b CSYCON_ROOK +*> \brief <b> CSYCON_ROOK </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/dgesdd.f b/SRC/dgesdd.f index 999b4511..2509f492 100644 --- a/SRC/dgesdd.f +++ b/SRC/dgesdd.f @@ -214,7 +214,6 @@ *> Ming Gu and Huan Ren, Computer Science Division, University of *> California at Berkeley, USA *> -*> @precisions fortran d -> s * ===================================================================== SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, IWORK, INFO ) diff --git a/SRC/dggsvd3.f b/SRC/dggsvd3.f index 30b69e7f..8cf03994 100644 --- a/SRC/dggsvd3.f +++ b/SRC/dggsvd3.f @@ -330,7 +330,7 @@ * *> \date August 2015 * -*> \ingroup doubleOTHERsing +*> \ingroup doubleGEsing * *> \par Contributors: * ================== diff --git a/SRC/dgtsv.f b/SRC/dgtsv.f index 27901bbc..81c55ef5 100644 --- a/SRC/dgtsv.f +++ b/SRC/dgtsv.f @@ -1,4 +1,4 @@ -*> \brief <b> DGTSV computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> DGTSV computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/dgtsvx.f b/SRC/dgtsvx.f index 7ab59189..51f80f4d 100644 --- a/SRC/dgtsvx.f +++ b/SRC/dgtsvx.f @@ -1,4 +1,4 @@ -*> \brief <b> DGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> DGTSVX computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/disnan.f b/SRC/disnan.f index f741ba19..0954eb20 100644 --- a/SRC/disnan.f +++ b/SRC/disnan.f @@ -54,7 +54,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION DISNAN( DIN ) diff --git a/SRC/dlabad.f b/SRC/dlabad.f index fdfb7e3a..ee8df485 100644 --- a/SRC/dlabad.f +++ b/SRC/dlabad.f @@ -69,7 +69,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLABAD( SMALL, LARGE ) diff --git a/SRC/dlacpy.f b/SRC/dlacpy.f index d7b4b79e..2b45d1dd 100644 --- a/SRC/dlacpy.f +++ b/SRC/dlacpy.f @@ -98,7 +98,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLACPY( UPLO, M, N, A, LDA, B, LDB ) diff --git a/SRC/dladiv.f b/SRC/dladiv.f index 45c422ad..8193b2ae 100644 --- a/SRC/dladiv.f +++ b/SRC/dladiv.f @@ -86,7 +86,7 @@ * *> \date January 2013 * -*> \ingroup auxOTHERauxiliary +*> \ingroup doubleOTHERauxiliary * * ===================================================================== SUBROUTINE DLADIV( A, B, C, D, P, Q ) @@ -173,6 +173,7 @@ * END +*> \ingroup doubleOTHERauxiliary SUBROUTINE DLADIV1( A, B, C, D, P, Q ) @@ -213,6 +214,8 @@ * END +*> \ingroup doubleOTHERauxiliary + DOUBLE PRECISION FUNCTION DLADIV2( A, B, C, D, R, T ) * * -- LAPACK auxiliary routine (version 3.6.0) -- diff --git a/SRC/dlae2.f b/SRC/dlae2.f index 8143d148..798211e7 100644 --- a/SRC/dlae2.f +++ b/SRC/dlae2.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlaebz.f b/SRC/dlaebz.f index bf9edbe2..9f0a5511 100644 --- a/SRC/dlaebz.f +++ b/SRC/dlaebz.f @@ -275,7 +275,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlaev2.f b/SRC/dlaev2.f index bd83c230..8dc93e1c 100644 --- a/SRC/dlaev2.f +++ b/SRC/dlaev2.f @@ -96,7 +96,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlagts.f b/SRC/dlagts.f index 2f67b4c9..1b855d8e 100644 --- a/SRC/dlagts.f +++ b/SRC/dlagts.f @@ -156,7 +156,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO ) diff --git a/SRC/dlaisnan.f b/SRC/dlaisnan.f index 9ebffb7f..3c508706 100644 --- a/SRC/dlaisnan.f +++ b/SRC/dlaisnan.f @@ -69,7 +69,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION DLAISNAN( DIN1, DIN2 ) diff --git a/SRC/dlaneg.f b/SRC/dlaneg.f index 7f333151..e0801616 100644 --- a/SRC/dlaneg.f +++ b/SRC/dlaneg.f @@ -106,7 +106,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlanst.f b/SRC/dlanst.f index 14ebadbf..8a522fbd 100644 --- a/SRC/dlanst.f +++ b/SRC/dlanst.f @@ -95,7 +95,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLANST( NORM, N, D, E ) diff --git a/SRC/dlapy2.f b/SRC/dlapy2.f index 0f496345..9ca5310d 100644 --- a/SRC/dlapy2.f +++ b/SRC/dlapy2.f @@ -58,7 +58,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAPY2( X, Y ) diff --git a/SRC/dlapy3.f b/SRC/dlapy3.f index 9d616c05..a1d3d9bd 100644 --- a/SRC/dlapy3.f +++ b/SRC/dlapy3.f @@ -63,7 +63,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z ) diff --git a/SRC/dlarnv.f b/SRC/dlarnv.f index 1eb25464..401dedd4 100644 --- a/SRC/dlarnv.f +++ b/SRC/dlarnv.f @@ -81,7 +81,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlarra.f b/SRC/dlarra.f index 7a05c6bc..4c470950 100644 --- a/SRC/dlarra.f +++ b/SRC/dlarra.f @@ -121,7 +121,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlarrb.f b/SRC/dlarrb.f index 37143c18..d4ef0e58 100644 --- a/SRC/dlarrb.f +++ b/SRC/dlarrb.f @@ -180,7 +180,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlarrc.f b/SRC/dlarrc.f index 74055d42..89677895 100644 --- a/SRC/dlarrc.f +++ b/SRC/dlarrc.f @@ -122,7 +122,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlarrd.f b/SRC/dlarrd.f index 7951f0f2..30a84992 100644 --- a/SRC/dlarrd.f +++ b/SRC/dlarrd.f @@ -321,7 +321,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS, diff --git a/SRC/dlarre.f b/SRC/dlarre.f index ee0028d9..57eaf920 100644 --- a/SRC/dlarre.f +++ b/SRC/dlarre.f @@ -278,7 +278,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlarrf.f b/SRC/dlarrf.f index b0b25641..46a8ef1d 100644 --- a/SRC/dlarrf.f +++ b/SRC/dlarrf.f @@ -176,7 +176,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlarrj.f b/SRC/dlarrj.f index f383698d..1f2af8f2 100644 --- a/SRC/dlarrj.f +++ b/SRC/dlarrj.f @@ -152,7 +152,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlarrk.f b/SRC/dlarrk.f index b9b707f9..455a23d8 100644 --- a/SRC/dlarrk.f +++ b/SRC/dlarrk.f @@ -139,7 +139,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARRK( N, IW, GL, GU, diff --git a/SRC/dlarrr.f b/SRC/dlarrr.f index 1f6aa147..ceea0334 100644 --- a/SRC/dlarrr.f +++ b/SRC/dlarrr.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlartg.f b/SRC/dlartg.f index e73b5da4..850355a0 100644 --- a/SRC/dlartg.f +++ b/SRC/dlartg.f @@ -92,7 +92,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARTG( F, G, CS, SN, R ) diff --git a/SRC/dlartgp.f b/SRC/dlartgp.f index 512af272..bd63ad05 100644 --- a/SRC/dlartgp.f +++ b/SRC/dlartgp.f @@ -90,7 +90,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLARTGP( F, G, CS, SN, R ) diff --git a/SRC/dlaruv.f b/SRC/dlaruv.f index 6deaeed8..f834f4b7 100644 --- a/SRC/dlaruv.f +++ b/SRC/dlaruv.f @@ -74,7 +74,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlas2.f b/SRC/dlas2.f index 9850ec18..71edff91 100644 --- a/SRC/dlas2.f +++ b/SRC/dlas2.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dlascl.f b/SRC/dlascl.f index 30f44c91..6b70d367 100644 --- a/SRC/dlascl.f +++ b/SRC/dlascl.f @@ -138,7 +138,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) diff --git a/SRC/dlasd0.f b/SRC/dlasd0.f index 70167ce7..42e95ed0 100644 --- a/SRC/dlasd0.f +++ b/SRC/dlasd0.f @@ -140,7 +140,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd1.f b/SRC/dlasd1.f index 98f938b9..951fc7fc 100644 --- a/SRC/dlasd1.f +++ b/SRC/dlasd1.f @@ -192,7 +192,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd2.f b/SRC/dlasd2.f index 154082a8..b7377642 100644 --- a/SRC/dlasd2.f +++ b/SRC/dlasd2.f @@ -256,7 +256,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd3.f b/SRC/dlasd3.f index 24666cd9..86ba4bf4 100644 --- a/SRC/dlasd3.f +++ b/SRC/dlasd3.f @@ -212,7 +212,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd4.f b/SRC/dlasd4.f index 74acf29a..41a7f29a 100644 --- a/SRC/dlasd4.f +++ b/SRC/dlasd4.f @@ -142,7 +142,7 @@ * *> \date November 2013 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd5.f b/SRC/dlasd5.f index 7874c11d..c897efee 100644 --- a/SRC/dlasd5.f +++ b/SRC/dlasd5.f @@ -105,7 +105,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd6.f b/SRC/dlasd6.f index 9619c6f3..4d30e7cf 100644 --- a/SRC/dlasd6.f +++ b/SRC/dlasd6.f @@ -299,7 +299,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd7.f b/SRC/dlasd7.f index 4c844e62..1e479ce2 100644 --- a/SRC/dlasd7.f +++ b/SRC/dlasd7.f @@ -266,7 +266,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasd8.f b/SRC/dlasd8.f index 3315da27..dfdb9c0b 100644 --- a/SRC/dlasd8.f +++ b/SRC/dlasd8.f @@ -154,7 +154,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasda.f b/SRC/dlasda.f index 7e540517..7ed8d86c 100644 --- a/SRC/dlasda.f +++ b/SRC/dlasda.f @@ -261,7 +261,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasdq.f b/SRC/dlasdq.f index f40b31b8..2264333a 100644 --- a/SRC/dlasdq.f +++ b/SRC/dlasdq.f @@ -199,7 +199,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlasdt.f b/SRC/dlasdt.f index d8b63b13..6fefe798 100644 --- a/SRC/dlasdt.f +++ b/SRC/dlasdt.f @@ -94,7 +94,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/dlaset.f b/SRC/dlaset.f index 81cd1005..fe51baf6 100644 --- a/SRC/dlaset.f +++ b/SRC/dlaset.f @@ -105,7 +105,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) diff --git a/SRC/dlasr.f b/SRC/dlasr.f index 7ad05fe2..356b7214 100644 --- a/SRC/dlasr.f +++ b/SRC/dlasr.f @@ -194,7 +194,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) diff --git a/SRC/dlassq.f b/SRC/dlassq.f index 6050329c..ec52c93d 100644 --- a/SRC/dlassq.f +++ b/SRC/dlassq.f @@ -98,7 +98,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE DLASSQ( N, X, INCX, SCALE, SUMSQ ) diff --git a/SRC/dlasv2.f b/SRC/dlasv2.f index e543eca1..cb04fd5b 100644 --- a/SRC/dlasv2.f +++ b/SRC/dlasv2.f @@ -109,7 +109,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/dsycon_rook.f b/SRC/dsycon_rook.f index bd34b1a1..dbe0904e 100644 --- a/SRC/dsycon_rook.f +++ b/SRC/dsycon_rook.f @@ -1,4 +1,4 @@ -*> \brief \b DSYCON_ROOK +*> \brief <b> DSYCON_ROOK </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/dsysvxx.f b/SRC/dsysvxx.f index 43145fa1..73d0ab85 100644 --- a/SRC/dsysvxx.f +++ b/SRC/dsysvxx.f @@ -497,7 +497,7 @@ * *> \date November 2015 * -*> \ingroup doubleSYdriver +*> \ingroup doubleSYsolve * * ===================================================================== SUBROUTINE DSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, diff --git a/SRC/ieeeck.f b/SRC/ieeeck.f index b436ba16..a9034285 100644 --- a/SRC/ieeeck.f +++ b/SRC/ieeeck.f @@ -77,7 +77,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION IEEECK( ISPEC, ZERO, ONE ) diff --git a/SRC/iladlc.f b/SRC/iladlc.f index 032e906c..a18ea5c6 100644 --- a/SRC/iladlc.f +++ b/SRC/iladlc.f @@ -73,7 +73,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILADLC( M, N, A, LDA ) diff --git a/SRC/iladlr.f b/SRC/iladlr.f index 6d22159d..7d0b496a 100644 --- a/SRC/iladlr.f +++ b/SRC/iladlr.f @@ -73,7 +73,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILADLR( M, N, A, LDA ) diff --git a/SRC/ilaenv.f b/SRC/ilaenv.f index a6a075c7..d8217a3c 100644 --- a/SRC/ilaenv.f +++ b/SRC/ilaenv.f @@ -134,7 +134,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/ilaver.f b/SRC/ilaver.f index 4f450aff..6f5b6786 100644 --- a/SRC/ilaver.f +++ b/SRC/ilaver.f @@ -49,7 +49,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) diff --git a/SRC/iparmq.f b/SRC/iparmq.f index 628e6c7f..46628843 100644 --- a/SRC/iparmq.f +++ b/SRC/iparmq.f @@ -149,7 +149,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/lsamen.f b/SRC/lsamen.f index 13a46984..02012bb7 100644 --- a/SRC/lsamen.f +++ b/SRC/lsamen.f @@ -69,7 +69,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION LSAMEN( N, CA, CB ) diff --git a/SRC/sggsvd3.f b/SRC/sggsvd3.f index 12bde7b2..762cdc0c 100644 --- a/SRC/sggsvd3.f +++ b/SRC/sggsvd3.f @@ -330,7 +330,7 @@ * *> \date August 2015 * -*> \ingroup realOTHERsing +*> \ingroup realGEsing * *> \par Contributors: * ================== diff --git a/SRC/sgtsv.f b/SRC/sgtsv.f index 2bc4d278..c9168b87 100644 --- a/SRC/sgtsv.f +++ b/SRC/sgtsv.f @@ -1,4 +1,4 @@ -*> \brief <b> SGTSV computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> SGTSV computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/sgtsvx.f b/SRC/sgtsvx.f index 441ab690..0d5e04c0 100644 --- a/SRC/sgtsvx.f +++ b/SRC/sgtsvx.f @@ -1,4 +1,4 @@ -*> \brief <b> SGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> SGTSVX computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/sisnan.f b/SRC/sisnan.f index 5b76b1f8..b586ad3c 100644 --- a/SRC/sisnan.f +++ b/SRC/sisnan.f @@ -54,7 +54,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION SISNAN( SIN ) diff --git a/SRC/slabad.f b/SRC/slabad.f index 3e7b0dd1..41da1d32 100644 --- a/SRC/slabad.f +++ b/SRC/slabad.f @@ -69,7 +69,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLABAD( SMALL, LARGE ) diff --git a/SRC/slacpy.f b/SRC/slacpy.f index 5d9f8701..b9bdc95d 100644 --- a/SRC/slacpy.f +++ b/SRC/slacpy.f @@ -98,7 +98,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLACPY( UPLO, M, N, A, LDA, B, LDB ) diff --git a/SRC/sladiv.f b/SRC/sladiv.f index e746375a..9e9e8990 100644 --- a/SRC/sladiv.f +++ b/SRC/sladiv.f @@ -86,7 +86,7 @@ * *> \date January 2013 * -*> \ingroup auxOTHERauxiliary +*> \ingroup realOTHERauxiliary * * ===================================================================== SUBROUTINE SLADIV( A, B, C, D, P, Q ) @@ -173,6 +173,7 @@ * END +*> \ingroup realOTHERauxiliary SUBROUTINE SLADIV1( A, B, C, D, P, Q ) @@ -213,6 +214,8 @@ * END +*> \ingroup realOTHERauxiliary + REAL FUNCTION SLADIV2( A, B, C, D, R, T ) * * -- LAPACK auxiliary routine (version 3.5.0) -- diff --git a/SRC/slae2.f b/SRC/slae2.f index 375a2f0e..7088c2db 100644 --- a/SRC/slae2.f +++ b/SRC/slae2.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slaebz.f b/SRC/slaebz.f index 9f63afeb..25a3d53a 100644 --- a/SRC/slaebz.f +++ b/SRC/slaebz.f @@ -275,7 +275,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slaev2.f b/SRC/slaev2.f index efd0e0be..157f600f 100644 --- a/SRC/slaev2.f +++ b/SRC/slaev2.f @@ -96,7 +96,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slag2d.f b/SRC/slag2d.f index 2f9b26a4..f5b7a334 100644 --- a/SRC/slag2d.f +++ b/SRC/slag2d.f @@ -99,7 +99,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLAG2D( M, N, SA, LDSA, A, LDA, INFO ) diff --git a/SRC/slagts.f b/SRC/slagts.f index d20241cf..3d924137 100644 --- a/SRC/slagts.f +++ b/SRC/slagts.f @@ -156,7 +156,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO ) diff --git a/SRC/slaisnan.f b/SRC/slaisnan.f index 91183697..af70d88c 100644 --- a/SRC/slaisnan.f +++ b/SRC/slaisnan.f @@ -69,7 +69,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== LOGICAL FUNCTION SLAISNAN( SIN1, SIN2 ) diff --git a/SRC/slaneg.f b/SRC/slaneg.f index cfc3b36c..e024df70 100644 --- a/SRC/slaneg.f +++ b/SRC/slaneg.f @@ -106,7 +106,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slanst.f b/SRC/slanst.f index 4a556c65..eb12253d 100644 --- a/SRC/slanst.f +++ b/SRC/slanst.f @@ -95,7 +95,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLANST( NORM, N, D, E ) diff --git a/SRC/slapy2.f b/SRC/slapy2.f index f07af918..400a258d 100644 --- a/SRC/slapy2.f +++ b/SRC/slapy2.f @@ -58,7 +58,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLAPY2( X, Y ) diff --git a/SRC/slapy3.f b/SRC/slapy3.f index b4174869..cd9d0f97 100644 --- a/SRC/slapy3.f +++ b/SRC/slapy3.f @@ -63,7 +63,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== REAL FUNCTION SLAPY3( X, Y, Z ) diff --git a/SRC/slarnv.f b/SRC/slarnv.f index 95a0bf91..f749da1b 100644 --- a/SRC/slarnv.f +++ b/SRC/slarnv.f @@ -81,7 +81,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slarra.f b/SRC/slarra.f index c40b9ea7..3045be1f 100644 --- a/SRC/slarra.f +++ b/SRC/slarra.f @@ -121,7 +121,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slarrb.f b/SRC/slarrb.f index e04fa53d..d95557a6 100644 --- a/SRC/slarrb.f +++ b/SRC/slarrb.f @@ -180,7 +180,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slarrc.f b/SRC/slarrc.f index fee7230e..c8335ac9 100644 --- a/SRC/slarrc.f +++ b/SRC/slarrc.f @@ -122,7 +122,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slarrd.f b/SRC/slarrd.f index 44774f72..462b0e3b 100644 --- a/SRC/slarrd.f +++ b/SRC/slarrd.f @@ -321,7 +321,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS, diff --git a/SRC/slarre.f b/SRC/slarre.f index 5aa32a5d..5c62994b 100644 --- a/SRC/slarre.f +++ b/SRC/slarre.f @@ -278,7 +278,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slarrf.f b/SRC/slarrf.f index ccd078af..1ddedd06 100644 --- a/SRC/slarrf.f +++ b/SRC/slarrf.f @@ -176,7 +176,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slarrj.f b/SRC/slarrj.f index 3afd92ee..e3e125dc 100644 --- a/SRC/slarrj.f +++ b/SRC/slarrj.f @@ -152,7 +152,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slarrk.f b/SRC/slarrk.f index 9e70a366..627f298c 100644 --- a/SRC/slarrk.f +++ b/SRC/slarrk.f @@ -139,7 +139,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARRK( N, IW, GL, GU, diff --git a/SRC/slarrr.f b/SRC/slarrr.f index 42980eae..1f6c851d 100644 --- a/SRC/slarrr.f +++ b/SRC/slarrr.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slartg.f b/SRC/slartg.f index 9768954f..78216335 100644 --- a/SRC/slartg.f +++ b/SRC/slartg.f @@ -92,7 +92,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARTG( F, G, CS, SN, R ) diff --git a/SRC/slartgp.f b/SRC/slartgp.f index c7fe1ef2..50ed2f25 100644 --- a/SRC/slartgp.f +++ b/SRC/slartgp.f @@ -90,7 +90,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLARTGP( F, G, CS, SN, R ) diff --git a/SRC/slaruv.f b/SRC/slaruv.f index 1f7d4c7d..750483f9 100644 --- a/SRC/slaruv.f +++ b/SRC/slaruv.f @@ -74,7 +74,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slas2.f b/SRC/slas2.f index e71ff186..6eebbdc1 100644 --- a/SRC/slas2.f +++ b/SRC/slas2.f @@ -80,7 +80,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/slascl.f b/SRC/slascl.f index 405a2f68..481f9286 100644 --- a/SRC/slascl.f +++ b/SRC/slascl.f @@ -138,7 +138,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) diff --git a/SRC/slasd0.f b/SRC/slasd0.f index dbec11b9..45c7f50a 100644 --- a/SRC/slasd0.f +++ b/SRC/slasd0.f @@ -138,7 +138,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd1.f b/SRC/slasd1.f index e6852d1e..791a53f6 100644 --- a/SRC/slasd1.f +++ b/SRC/slasd1.f @@ -192,7 +192,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd2.f b/SRC/slasd2.f index 0807fbb9..a1ce3a61 100644 --- a/SRC/slasd2.f +++ b/SRC/slasd2.f @@ -256,7 +256,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd3.f b/SRC/slasd3.f index b1a0f109..befda033 100644 --- a/SRC/slasd3.f +++ b/SRC/slasd3.f @@ -212,7 +212,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd4.f b/SRC/slasd4.f index d68a478b..d669f1d2 100644 --- a/SRC/slasd4.f +++ b/SRC/slasd4.f @@ -142,7 +142,7 @@ * *> \date November 2013 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd5.f b/SRC/slasd5.f index 3def385b..5509dfd3 100644 --- a/SRC/slasd5.f +++ b/SRC/slasd5.f @@ -105,7 +105,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd6.f b/SRC/slasd6.f index 70c29a7c..37c4d22b 100644 --- a/SRC/slasd6.f +++ b/SRC/slasd6.f @@ -299,7 +299,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd7.f b/SRC/slasd7.f index f2a58f56..874b9907 100644 --- a/SRC/slasd7.f +++ b/SRC/slasd7.f @@ -266,7 +266,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasd8.f b/SRC/slasd8.f index 672fc281..18b3fc78 100644 --- a/SRC/slasd8.f +++ b/SRC/slasd8.f @@ -154,7 +154,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasda.f b/SRC/slasda.f index 00924020..d372feee 100644 --- a/SRC/slasda.f +++ b/SRC/slasda.f @@ -260,7 +260,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasdq.f b/SRC/slasdq.f index 10ce7a8d..f408cdd3 100644 --- a/SRC/slasdq.f +++ b/SRC/slasdq.f @@ -199,7 +199,7 @@ * *> \date June 2016 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slasdt.f b/SRC/slasdt.f index 777adf02..0b133186 100644 --- a/SRC/slasdt.f +++ b/SRC/slasdt.f @@ -94,7 +94,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Contributors: * ================== diff --git a/SRC/slaset.f b/SRC/slaset.f index 1fa58742..8c6b51b8 100644 --- a/SRC/slaset.f +++ b/SRC/slaset.f @@ -105,7 +105,7 @@ * *> \date November 2015 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASET( UPLO, M, N, ALPHA, BETA, A, LDA ) diff --git a/SRC/slasq5.f b/SRC/slasq5.f index 55bf22a0..f88d5a01 100644 --- a/SRC/slasq5.f +++ b/SRC/slasq5.f @@ -1,4 +1,4 @@ -*> \brief \b SLASQ5 computes one dqds transform in ping-pong form. Used by sbdsqr and sstegr. +*> \brief <b> SLASQ5 computes one dqds transform in ping-pong form. Used by sbdsqr and sstegr. </b> * * =========== DOCUMENTATION =========== * @@ -75,6 +75,7 @@ *> \endverbatim *> *> \param[in] SIGMA +*> \verbatim *> SIGMA is REAL *> This is the accumulated shift up to this step. *> \endverbatim diff --git a/SRC/slasr.f b/SRC/slasr.f index 86bfd4b6..57b26e5b 100644 --- a/SRC/slasr.f +++ b/SRC/slasr.f @@ -194,7 +194,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA ) diff --git a/SRC/slassq.f b/SRC/slassq.f index c2172997..6d4d6b01 100644 --- a/SRC/slassq.f +++ b/SRC/slassq.f @@ -98,7 +98,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE SLASSQ( N, X, INCX, SCALE, SUMSQ ) diff --git a/SRC/slasv2.f b/SRC/slasv2.f index 9585bda9..381d33de 100644 --- a/SRC/slasv2.f +++ b/SRC/slasv2.f @@ -109,7 +109,7 @@ * *> \date September 2012 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/SRC/ssycon_rook.f b/SRC/ssycon_rook.f index 9594c8bd..100a23ee 100644 --- a/SRC/ssycon_rook.f +++ b/SRC/ssycon_rook.f @@ -1,4 +1,4 @@ -*> \brief \b SSYCON_ROOK +*> \brief <b> SSYCON_ROOK </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/ssysvxx.f b/SRC/ssysvxx.f index e9afe5cb..ff89e1e1 100644 --- a/SRC/ssysvxx.f +++ b/SRC/ssysvxx.f @@ -500,7 +500,7 @@ * *> \date November 2015 * -*> \ingroup realSYdriver +*> \ingroup realSYsolve * * ===================================================================== SUBROUTINE SSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, diff --git a/SRC/xerbla.f b/SRC/xerbla.f index 067eb710..db769334 100644 --- a/SRC/xerbla.f +++ b/SRC/xerbla.f @@ -65,7 +65,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE XERBLA( SRNAME, INFO ) diff --git a/SRC/xerbla_array.f b/SRC/xerbla_array.f index db30aea3..4f1fa6e3 100644 --- a/SRC/xerbla_array.f +++ b/SRC/xerbla_array.f @@ -85,7 +85,7 @@ * *> \date November 2011 * -*> \ingroup auxOTHERauxiliary +*> \ingroup OTHERauxiliary * * ===================================================================== SUBROUTINE XERBLA_ARRAY( SRNAME_ARRAY, SRNAME_LEN, INFO) diff --git a/SRC/zgejsv.f b/SRC/zgejsv.f index 65d5dd1a..95da5e67 100644 --- a/SRC/zgejsv.f +++ b/SRC/zgejsv.f @@ -480,6 +480,7 @@ *> this extra QRF step easily. The implementer can also improve data movement *> (matrix transpose, matrix copy, matrix transposed copy) - this *> implementation of ZGEJSV uses only the simplest, naive data movement. +*> \endverbatim * *> \par Contributors: * ================== diff --git a/SRC/zgesdd.f b/SRC/zgesdd.f index aec4d5de..4a59d8aa 100644 --- a/SRC/zgesdd.f +++ b/SRC/zgesdd.f @@ -222,7 +222,6 @@ *> Ming Gu and Huan Ren, Computer Science Division, University of *> California at Berkeley, USA *> -*> @precisions fortran z -> c * ===================================================================== SUBROUTINE ZGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, RWORK, IWORK, INFO ) diff --git a/SRC/zgesv.f b/SRC/zgesv.f index 93416d68..0f0c1c90 100644 --- a/SRC/zgesv.f +++ b/SRC/zgesv.f @@ -1,4 +1,4 @@ -*> \brief <b> ZGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) +*> \brief <b> ZGESV computes the solution to system of linear equations A * X = B for GE matrices</b> (simple driver) </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/zgesvj.f b/SRC/zgesvj.f index 95569d80..8ac489ba 100644 --- a/SRC/zgesvj.f +++ b/SRC/zgesvj.f @@ -1,4 +1,4 @@ -*> \brief \b ZGESVJ +*> \brief <b> ZGESVJ </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/zggsvd3.f b/SRC/zggsvd3.f index 1f6f0431..d287554d 100644 --- a/SRC/zggsvd3.f +++ b/SRC/zggsvd3.f @@ -334,7 +334,7 @@ * *> \date August 2015 * -*> \ingroup complex16OTHERsing +*> \ingroup complex16GEsing * *> \par Contributors: * ================== diff --git a/SRC/zgsvj0.f b/SRC/zgsvj0.f index 6ca0ccc1..8eb57436 100644 --- a/SRC/zgsvj0.f +++ b/SRC/zgsvj0.f @@ -1,4 +1,4 @@ -*> \brief \b ZGSVJ0 pre-processor for the routine zgesvj. +*> \brief <b> ZGSVJ0 pre-processor for the routine zgesvj. </b> * * =========== DOCUMENTATION =========== * @@ -112,6 +112,7 @@ *> the matrix A*diag(D). *> On exit, SVA contains the Euclidean norms of the columns of *> the matrix A_onexit*diag(D_onexit). +*> \endverbatim *> *> \param[in] MV *> \verbatim diff --git a/SRC/zgtsv.f b/SRC/zgtsv.f index e096f987..96369d22 100644 --- a/SRC/zgtsv.f +++ b/SRC/zgtsv.f @@ -1,4 +1,4 @@ -*> \brief <b> ZGTSV computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> ZGTSV computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/zgtsvx.f b/SRC/zgtsvx.f index d29379bd..286473ab 100644 --- a/SRC/zgtsvx.f +++ b/SRC/zgtsvx.f @@ -1,4 +1,4 @@ -*> \brief <b> ZGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> +*> \brief <b> ZGTSVX computes the solution to system of linear equations A * X = B for GT matrices </b> * * =========== DOCUMENTATION =========== * diff --git a/SRC/zhecon_rook.f b/SRC/zhecon_rook.f index 9ae43365..3a981044 100644 --- a/SRC/zhecon_rook.f +++ b/SRC/zhecon_rook.f @@ -1,4 +1,4 @@ -*> \brief \b ZHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) +*> \brief <b> ZHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) </b> * * =========== DOCUMENTATION =========== * |