diff options
135 files changed, 273 insertions, 171 deletions
diff --git a/DOCS/Doxyfile_man b/DOCS/Doxyfile_man index da642c4b..09e87f2c 100644 --- a/DOCS/Doxyfile_man +++ b/DOCS/Doxyfile_man @@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.6.0 +PROJECT_NUMBER = 3.6.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -705,7 +705,7 @@ CITE_BIB_FILES = # messages are off. # The default value is: NO. -QUIET = YES +QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES @@ -810,32 +810,12 @@ RECURSIVE = YES EXCLUDE = CMAKE \ DOCS \ - .svn \ - CBLAS/.svn \ - CBLAS/src/.svn \ - CBLAS/testing/.svn \ - CBLAS/example/.svn \ - CBLAS/include/.svn \ - BLAS/.svn \ - BLAS/SRC/.svn \ - BLAS/TESTING/.svn \ - SRC/.svn \ - SRC/VARIANTS/.svn \ - SRC/VARIANTS/LIB/.svn \ - SRC/VARIANTS/cholesky/.svn \ - SRC/VARIANTS/cholesky/RL/.svn \ - SRC/VARIANTS/cholesky/TOP/.svn \ - SRC/VARIANTS/lu/.svn \ - SRC/VARIANTS/lu/CR/.svn \ - SRC/VARIANTS/lu/LL/.svn \ - SRC/VARIANTS/lu/REC/.svn \ - SRC/VARIANTS/qr/.svn \ - SRC/VARIANTS/qr/LL/.svn \ - INSTALL/.svn \ - TESTING/.svn \ - TESTING/EIG/.svn \ - TESTING/MATGEN/.svn \ - TESTING/LIN/.svn + BLAS/TESTING \ + CBLAS \ + LAPACKE/mangling \ + INSTALL \ + SRC/DEPRECATED \ + TESTING # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -959,7 +939,7 @@ SOURCE_BROWSER = YES # classes and enums directly into the documentation. # The default value is: NO. -INLINE_SOURCES = YES +INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any # special comment blocks from generated source code fragments. Normal C, C++ and @@ -2164,7 +2144,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = YES +HAVE_DOT = NO # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of @@ -2206,7 +2186,7 @@ DOT_FONTPATH = # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -CLASS_GRAPH = YES +CLASS_GRAPH = NO # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a # graph for each documented class showing the direct and indirect implementation @@ -2215,14 +2195,14 @@ CLASS_GRAPH = YES # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -COLLABORATION_GRAPH = YES +COLLABORATION_GRAPH = NO # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for # groups, showing the direct groups dependencies. # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -GROUP_GRAPHS = YES +GROUP_GRAPHS = NO # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling @@ -2260,7 +2240,7 @@ TEMPLATE_RELATIONS = NO # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -INCLUDE_GRAPH = YES +INCLUDE_GRAPH = NO # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are # set to YES then doxygen will generate a graph for each documented file showing @@ -2269,7 +2249,7 @@ INCLUDE_GRAPH = YES # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -INCLUDED_BY_GRAPH = YES +INCLUDED_BY_GRAPH = NO # If the CALL_GRAPH tag is set to YES then doxygen will generate a call # dependency graph for every global function or class method. @@ -2281,7 +2261,7 @@ INCLUDED_BY_GRAPH = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALL_GRAPH = YES +CALL_GRAPH = NO # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller # dependency graph for every global function or class method. @@ -2293,14 +2273,14 @@ CALL_GRAPH = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALLER_GRAPH = YES +CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical # hierarchy of all classes instead of a textual one. # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -GRAPHICAL_HIERARCHY = YES +GRAPHICAL_HIERARCHY = NO # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the # dependencies a directory has on other directories in a graphical way. The @@ -2309,7 +2289,7 @@ GRAPHICAL_HIERARCHY = YES # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -DIRECTORY_GRAPH = YES +DIRECTORY_GRAPH = NO # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. For an explanation of the image formats see the section @@ -2336,7 +2316,7 @@ DOT_IMAGE_FORMAT = svg # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = YES +INTERACTIVE_SVG = NO # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. @@ -2427,7 +2407,7 @@ DOT_MULTI_TARGETS = NO # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -GENERATE_LEGEND = YES +GENERATE_LEGEND = NO # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot # files that are used to generate the various graphs. diff --git a/DOCS/groups-usr.dox b/DOCS/groups-usr.dox index feb134f1..63556ef8 100644 --- a/DOCS/groups-usr.dox +++ b/DOCS/groups-usr.dox @@ -14,6 +14,9 @@ * @defgroup SY Symmetric Matrix * @ingroup lapack * This is the group of Symmetric Matrix routines + * @defgroup HE Hermitian Matrix + * @ingroup lapack + * This is the group of Hermitian Matrix routines * @defgroup PO Positive Definite Matrix * @ingroup lapack * This is the group of Positive Definite routines @@ -23,9 +26,18 @@ * @defgroup PT Positive Definite tridiagonal Matrix * @ingroup lapack * This is the group of Positive Definite tridiagonal routines - * @defgroup auxOTHERauxiliary Other Auxiliary Routines + * @defgroup OTHEReigen Eigenvalue + * @ingroup lapack + * This is the group of Other Eigenvalue routines + * @defgroup OTHERauxiliary Other Auxiliary Routines * @ingroup lapack * This is the group of Other Auxiliary routines + * @defgroup OTHERcomputational Other Computational Routines + * @ingroup lapack + * This is the group of Other Computational routines + * @defgroup OTHERsolve Other Solve Routines + * @ingroup lapack + * This is the group of Other Solve routines * **** * @@ -38,6 +50,9 @@ * @defgroup solveSY Linear Solve * @ingroup SY * This is the group of Linear Solve Driver routines + * @defgroup solveHE Linear Solve + * @ingroup HE + * This is the group of Linear Solve Driver routines * @defgroup solvePO Linear Solve * @ingroup PO * This is the group of Linear Solve Driver routines @@ -53,27 +68,42 @@ * @defgroup eigenSY Eigenvalue * @ingroup SY * This is the group of Eigenvalue Driver routines + * @defgroup eigenHE Eigenvalue + * @ingroup HE + * This is the group of Eigenvalue Driver routines * @defgroup singGE Singular Value * @ingroup GE * This is the group of Singular Value Driver routines * @defgroup computationalGE Computational routines * @ingroup GE * This is the group of Computational routines + * @defgroup variantsGEcomputational Variants Computational routines + * @ingroup GE + * This is the group of Variants Computational routines * @defgroup computationalGB Computational routines * @ingroup GB * This is the group of Computational routines * @defgroup computationalSY Computational routines * @ingroup SY * This is the group of Computational routines + * @defgroup computationalHE Computational routines + * @ingroup HE + * This is the group of Computational routines * @defgroup computationalPO Computational routines * @ingroup PO * This is the group of Computational routines + * @defgroup variantsPOcomputational Variants Computational routines + * @ingroup PO + * This is the group of Variants Computational routines * @defgroup computationalGT Computational routines * @ingroup GT * This is the group of Computational routines * @defgroup computationalPT Computational routines * @ingroup PT * This is the group of Computational routines + * @defgroup variantsOTHERcomputational Variants Computational routines + * @ingroup OTHERcomputational + * This is the group of Variants Computational routines * @defgroup auxiliaryGE Auxiliary routines * @ingroup GE * This is the group of Auxiliary routines @@ -83,6 +113,9 @@ * @defgroup auxiliarySY Auxiliary routines * @ingroup SY * This is the group of Auxiliary routines + * @defgroup auxiliaryHE Auxiliary routines + * @ingroup HE + * This is the group of Auxiliary routines * @defgroup auxiliaryPO Auxiliary routines * @ingroup PO * This is the group of Auxiliary routines @@ -158,6 +191,18 @@ * @defgroup doubleGTauxiliary double * @ingroup auxiliaryGT * This is the group of double auxiliary functions for GT matrices + * @defgroup doubleOTHERauxiliary double + * @ingroup OTHERauxiliary + * This is the group of double other auxiliary routines + * @defgroup doubleOTHERcomputational double + * @ingroup OTHERcomputational + * This is the group of double other Computational routines + * @defgroup doubleOTHERsolve double Other Solve Routines + * @ingroup OTHERsolve + * This is the group of double Other Solve routines + * @defgroup doubleOTHEReigen double + * @ingroup OTHEReigen + * This is the group of double Other Eigenvalue routines * **** * @@ -224,6 +269,18 @@ * @defgroup realPTauxiliary real * @ingroup auxiliaryPT * This is the group of real auxiliary functions for PT matrices + * @defgroup realOTHERauxiliary real + * @ingroup OTHERauxiliary + * This is the group of real other auxiliary routines + * @defgroup realOTHERcomputational real + * @ingroup OTHERcomputational + * This is the group of real other Computational routines + * @defgroup realOTHERsolve real Other Solve Routines + * @ingroup OTHERsolve + * This is the group of real Other Solve routines + * @defgroup realOTHEReigen real + * @ingroup OTHEReigen + * This is the group of real Other Eigenvalue routines * **** * @@ -236,6 +293,9 @@ * @defgroup complexSYsolve complex * @ingroup solveSY * This is the group of complex solve driver functions for SY matrices + * @defgroup complexHEsolve complex + * @ingroup solveHE + * This is the group of complex solve driver functions for HE matrices * @defgroup complexGBsolve complex * @ingroup solveGB * This is the group of complex solve driver functions for GB matrices @@ -251,6 +311,9 @@ * @defgroup complexSYeigen complex * @ingroup eigenSY * This is the group of complex eigenvalue driver functions for SY matrices + * @defgroup complexHEeigen complex + * @ingroup eigenHE + * This is the group of complex eigenvalue driver functions for HE matrices * @defgroup complexGEsing complex * @ingroup singGE * This is the group of complex singular value driver functions for GE matrices @@ -263,6 +326,9 @@ * @defgroup complexSYcomputational complex * @ingroup computationalSY * This is the group of complex computational functions for SY matrices + * @defgroup complexHEcomputational complex + * @ingroup computationalHE + * This is the group of complex computational functions for HE matrices * @defgroup complexGBcomputational complex * @ingroup computationalGB * This is the group of complex computational functions for GB matrices @@ -281,9 +347,24 @@ * @defgroup complexSYauxiliary complex * @ingroup auxiliarySY * This is the group of complex auxiliary functions for SY matrices + * @defgroup complexHEauxiliary complex + * @ingroup auxiliaryHE + * This is the group of complex auxiliary functions for HE matrices * @defgroup complexGBauxiliary complex * @ingroup auxiliaryGB * This is the group of complex auxiliary functions for GB matrices + * @defgroup complexOTHERauxiliary complex + * @ingroup OTHERauxiliary + * This is the group of complex other auxiliary routines + * @defgroup complexOTHERcomputational complex + * @ingroup OTHERcomputational + * This is the group of complex other Computational routines + * @defgroup complexOTHERsolve complex Other Solve Routines + * @ingroup OTHERsolve + * This is the group of complex Other Solve routines + * @defgroup complexOTHEReigen complex Other Eigenvalue routines + * @ingroup OTHEReigen + * This is the group of complex Other Eigenvalue routines * **** * @@ -296,6 +377,9 @@ * @defgroup complex16SYsolve complex16 * @ingroup solveSY * This is the group of complex16 solve driver functions for SY matrices + * @defgroup complex16HEsolve complex16 + * @ingroup solveHE + * This is the group of complex16 solve driver functions for HE matrices * @defgroup complex16GBsolve complex16 * @ingroup solveGB * This is the group of complex16 solve driver functions for GB matrices @@ -311,6 +395,9 @@ * @defgroup complex16SYeigen complex16 * @ingroup eigenSY * This is the group of complex16 eigenvalue driver functions for SY matrices + * @defgroup complex16HEeigen complex16 + * @ingroup eigenHE + * This is the group of complex16 eigenvalue driver functions for HE matrices * @defgroup complex16GEsing complex16 * @ingroup singGE * This is the group of complex16 singular value driver functions for GE matrices @@ -323,6 +410,9 @@ * @defgroup complex16SYcomputational complex16 * @ingroup computationalSY * This is the group of complex16 computational functions for SY matrices + * @defgroup complex16HEcomputational complex16 + * @ingroup computationalHE + * This is the group of complex16 computational functions for HE matrices * @defgroup complex16GBcomputational complex16 * @ingroup computationalGB * This is the group of complex16 computational functions for GB matrices @@ -341,9 +431,27 @@ * @defgroup complex16SYauxiliary complex16 * @ingroup auxiliarySY * This is the group of complex16 auxiliary functions for SY matrices + * @defgroup complex16HEauxiliary complex16 + * @ingroup auxiliaryHE + * This is the group of complex16 auxiliary functions for HE matrices * @defgroup complex16GBauxiliary complex16 * @ingroup auxiliaryGB * This is the group of complex16 auxiliary functions for GB matrices + * @defgroup complex16OTHERcomputational complex16 + * @ingroup OTHERcomputational + * This is the group of complex16 other Computational routines + * @defgroup complex16OTHERauxiliary complex16 + * @ingroup OTHERauxiliary + * This is the group of complex16 other auxiliary routines + * @defgroup auxOTHERcomputational auxiliary Computational routines + * @ingroup OTHERcomputational + * This is the group of auxiliary Computational routines + * @defgroup complex16OTHERsolve complex16 Other Solve Routines + * @ingroup OTHERsolve + * This is the group of complex16 Other Solve routines + * @defgroup complex16OTHEReigen complex16 Other Eigenvalue routines + * @ingroup OTHEReigen + * This is the group of complex16 Other Eigenvalue routines * **** * @@ -435,7 +543,10 @@ * @defgroup level3 Level3 * @ingroup blas * This is the group of LEVEL 3 BLAS routines. - * @defgroup blastesting Testing + * @defgroup aux_blas Auxiliary BLAS + * @ingroup blas + * This is the group of Auxiliary 3 BLAS routines. +* @defgroup blastesting Testing * @ingroup blas * This is the group of BLAS TESTING routines. * 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 =========== * diff --git a/TESTING/EIG/cbdt05.f b/TESTING/EIG/cbdt05.f index 5358652a..1a2eb53c 100644 --- a/TESTING/EIG/cbdt05.f +++ b/TESTING/EIG/cbdt05.f @@ -1,3 +1,4 @@ +*> \brief \b CBDT05 * =========== DOCUMENTATION =========== * * Online html documentation available at diff --git a/TESTING/EIG/dbdt04.f b/TESTING/EIG/dbdt04.f index 43db0ae8..fe9e8005 100644 --- a/TESTING/EIG/dbdt04.f +++ b/TESTING/EIG/dbdt04.f @@ -1,3 +1,4 @@ +*> \brief \b DBDT04 * =========== DOCUMENTATION =========== * * Online html documentation available at diff --git a/TESTING/EIG/ilaenv.f b/TESTING/EIG/ilaenv.f index cd810629..90f80077 100644 --- a/TESTING/EIG/ilaenv.f +++ b/TESTING/EIG/ilaenv.f @@ -124,7 +124,7 @@ * *> \date November 2011 * -*> \ingroup aux_eig +*> \ingroup OTHERauxiliary * *> \par Further Details: * ===================== diff --git a/TESTING/EIG/sbdt04.f b/TESTING/EIG/sbdt04.f index 31ce843a..0421482f 100644 --- a/TESTING/EIG/sbdt04.f +++ b/TESTING/EIG/sbdt04.f @@ -1,3 +1,4 @@ +*> \brief \b SBDT04 * =========== DOCUMENTATION =========== * * Online html documentation available at diff --git a/TESTING/EIG/zbdt05.f b/TESTING/EIG/zbdt05.f index b525e37c..a1399d57 100644 --- a/TESTING/EIG/zbdt05.f +++ b/TESTING/EIG/zbdt05.f @@ -1,3 +1,4 @@ +*> \brief \b ZBDT05 * =========== DOCUMENTATION =========== * * Online html documentation available at |