Fix issue #8 reported by @matzeri on July 21st 2016
authorJulie <julie@cs.utk.edu>
Fri, 16 Sep 2016 05:07:11 +0000 (22:07 -0700)
committerJulie <julie@cs.utk.edu>
Fri, 16 Sep 2016 05:15:55 +0000 (22:15 -0700)
Issue was due to missing Doxygen group, and other Doxygen Group related
issue

135 files changed:
DOCS/Doxyfile_man
DOCS/groups-usr.dox
SRC/cgejsv.f
SRC/cgeqrt3.f
SRC/cgesv.f
SRC/cgesvj.f
SRC/cggsvd3.f
SRC/cgtsv.f
SRC/cgtsvx.f
SRC/checon_rook.f
SRC/csycon_rook.f
SRC/dgesdd.f
SRC/dggsvd3.f
SRC/dgtsv.f
SRC/dgtsvx.f
SRC/disnan.f
SRC/dlabad.f
SRC/dlacpy.f
SRC/dladiv.f
SRC/dlae2.f
SRC/dlaebz.f
SRC/dlaev2.f
SRC/dlagts.f
SRC/dlaisnan.f
SRC/dlaneg.f
SRC/dlanst.f
SRC/dlapy2.f
SRC/dlapy3.f
SRC/dlarnv.f
SRC/dlarra.f
SRC/dlarrb.f
SRC/dlarrc.f
SRC/dlarrd.f
SRC/dlarre.f
SRC/dlarrf.f
SRC/dlarrj.f
SRC/dlarrk.f
SRC/dlarrr.f
SRC/dlartg.f
SRC/dlartgp.f
SRC/dlaruv.f
SRC/dlas2.f
SRC/dlascl.f
SRC/dlasd0.f
SRC/dlasd1.f
SRC/dlasd2.f
SRC/dlasd3.f
SRC/dlasd4.f
SRC/dlasd5.f
SRC/dlasd6.f
SRC/dlasd7.f
SRC/dlasd8.f
SRC/dlasda.f
SRC/dlasdq.f
SRC/dlasdt.f
SRC/dlaset.f
SRC/dlasr.f
SRC/dlassq.f
SRC/dlasv2.f
SRC/dsycon_rook.f
SRC/dsysvxx.f
SRC/ieeeck.f
SRC/iladlc.f
SRC/iladlr.f
SRC/ilaenv.f
SRC/ilaver.f
SRC/iparmq.f
SRC/lsamen.f
SRC/sggsvd3.f
SRC/sgtsv.f
SRC/sgtsvx.f
SRC/sisnan.f
SRC/slabad.f
SRC/slacpy.f
SRC/sladiv.f
SRC/slae2.f
SRC/slaebz.f
SRC/slaev2.f
SRC/slag2d.f
SRC/slagts.f
SRC/slaisnan.f
SRC/slaneg.f
SRC/slanst.f
SRC/slapy2.f
SRC/slapy3.f
SRC/slarnv.f
SRC/slarra.f
SRC/slarrb.f
SRC/slarrc.f
SRC/slarrd.f
SRC/slarre.f
SRC/slarrf.f
SRC/slarrj.f
SRC/slarrk.f
SRC/slarrr.f
SRC/slartg.f
SRC/slartgp.f
SRC/slaruv.f
SRC/slas2.f
SRC/slascl.f
SRC/slasd0.f
SRC/slasd1.f
SRC/slasd2.f
SRC/slasd3.f
SRC/slasd4.f
SRC/slasd5.f
SRC/slasd6.f
SRC/slasd7.f
SRC/slasd8.f
SRC/slasda.f
SRC/slasdq.f
SRC/slasdt.f
SRC/slaset.f
SRC/slasq5.f
SRC/slasr.f
SRC/slassq.f
SRC/slasv2.f
SRC/ssycon_rook.f
SRC/ssysvxx.f
SRC/xerbla.f
SRC/xerbla_array.f
SRC/zgejsv.f
SRC/zgesdd.f
SRC/zgesv.f
SRC/zgesvj.f
SRC/zggsvd3.f
SRC/zgsvj0.f
SRC/zgtsv.f
SRC/zgtsvx.f
SRC/zhecon_rook.f
TESTING/EIG/cbdt05.f
TESTING/EIG/dbdt04.f
TESTING/EIG/ilaenv.f
TESTING/EIG/sbdt04.f
TESTING/EIG/zbdt05.f

index da642c4..09e87f2 100644 (file)
@@ -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.
index feb134f..63556ef 100644 (file)
@@ -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
  * @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
  * @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
  * @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
  * @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
  *
  ****
  *
  * @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
  *
  ****
  *
  * @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
  * @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
  * @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
  * @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
  *
  ****
  *
  * @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
  * @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
  * @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
  * @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
  *
  ****
  *
  * @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.
  *
index cff0c27..f69ab9d 100644 (file)
 *  =====================
 *>
 *> \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
 *>  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:
 *  ==================
index 699aa58..c244ac5 100644 (file)
@@ -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 ===========
 *
index 3c94c0e..0b192e1 100644 (file)
@@ -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 ===========
 *
index 38b2649..7fd001a 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b CGESVJ
+*> \brief <b> CGESVJ </b>
 *
 *  =========== DOCUMENTATION ===========
 *
index 53b27dc..ddb3527 100644 (file)
 *
 *> \date August 2015
 *
-*> \ingroup complexOTHERsing
+*> \ingroup complexGEsing
 *
 *> \par Contributors:
 *  ==================
index 0412203..d4e046a 100644 (file)
@@ -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 ===========
 *
index 15df639..1e5785d 100644 (file)
@@ -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 ===========
 *
index b986387..925e45c 100644 (file)
@@ -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 ===========
 *
index 211b787..7e22c87 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b CSYCON_ROOK
+*> \brief <b> CSYCON_ROOK </b>
 *
 *  =========== DOCUMENTATION ===========
 *
index 999b451..2509f49 100644 (file)
 *>     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 )
index 30b69e7..8cf0399 100644 (file)
 *
 *> \date August 2015
 *
-*> \ingroup doubleOTHERsing
+*> \ingroup doubleGEsing
 *
 *> \par Contributors:
 *  ==================
index 27901bb..81c55ef 100644 (file)
@@ -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 ===========
 *
index 7ab5918..51f80f4 100644 (file)
@@ -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 ===========
 *
index f741ba1..0954eb2 100644 (file)
@@ -54,7 +54,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       LOGICAL FUNCTION DISNAN( DIN )
index fdfb7e3..ee8df48 100644 (file)
@@ -69,7 +69,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLABAD( SMALL, LARGE )
index d7b4b79..2b45d1d 100644 (file)
@@ -98,7 +98,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLACPY( UPLO, M, N, A, LDA, B, LDB )
index 45c422a..8193b2a 100644 (file)
@@ -86,7 +86,7 @@
 *
 *> \date January 2013
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup doubleOTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLADIV( A, B, C, D, P, Q )
 *
       END
 
+*> \ingroup doubleOTHERauxiliary
 
 
       SUBROUTINE DLADIV1( A, B, C, D, P, Q )
 *
       END
 
+*> \ingroup doubleOTHERauxiliary
+
       DOUBLE PRECISION FUNCTION DLADIV2( A, B, C, D, R, T )
 *
 *  -- LAPACK auxiliary routine (version 3.6.0) --
index 8143d14..798211e 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index bf9edbe..9f0a551 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index bd83c23..8dc93e1 100644 (file)
@@ -96,7 +96,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 2f67b4c..1b855d8 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO )
index 9ebffb7..3c50870 100644 (file)
@@ -69,7 +69,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       LOGICAL FUNCTION DLAISNAN( DIN1, DIN2 )
index 7f33315..e080161 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 14ebadb..8a522fb 100644 (file)
@@ -95,7 +95,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       DOUBLE PRECISION FUNCTION DLANST( NORM, N, D, E )
index 0f49634..9ca5310 100644 (file)
@@ -58,7 +58,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       DOUBLE PRECISION FUNCTION DLAPY2( X, Y )
index 9d616c0..a1d3d9b 100644 (file)
@@ -63,7 +63,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z )
index 1eb2546..401dedd 100644 (file)
@@ -81,7 +81,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 7a05c6b..4c47095 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 37143c1..d4ef0e5 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 74055d4..8967789 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 7951f0f..30a8499 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS,
index ee0028d..57eaf92 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index b0b2564..46a8ef1 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index f383698..1f2af8f 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index b9b707f..455a23d 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLARRK( N, IW, GL, GU,
index 1f6aa14..ceea033 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index e73b5da..850355a 100644 (file)
@@ -92,7 +92,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLARTG( F, G, CS, SN, R )
index 512af27..bd63ad0 100644 (file)
@@ -90,7 +90,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLARTGP( F, G, CS, SN, R )
index 6deaeed..f834f4b 100644 (file)
@@ -74,7 +74,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 9850ec1..71edff9 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 30f44c9..6b70d36 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
index 70167ce..42e95ed 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 98f938b..951fc7f 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 154082a..b737764 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 24666cd..86ba4bf 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 74acf29..41a7f29 100644 (file)
 *
 *> \date November 2013
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 7874c11..c897efe 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 9619c6f..4d30e7c 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 4c844e6..1e479ce 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 3315da2..dfdb9c0 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 7e54051..7ed8d86 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index f40b31b..2264333 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index d8b63b1..6fefe79 100644 (file)
@@ -94,7 +94,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 81cd100..fe51baf 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLASET( UPLO, M, N, ALPHA, BETA, A, LDA )
index 7ad05fe..356b721 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA )
index 6050329..ec52c93 100644 (file)
@@ -98,7 +98,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE DLASSQ( N, X, INCX, SCALE, SUMSQ )
index e543eca..cb04fd5 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index bd34b1a..dbe0904 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b DSYCON_ROOK
+*> \brief <b> DSYCON_ROOK </b>
 *
 *  =========== DOCUMENTATION ===========
 *
index 43145fa..73d0ab8 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup doubleSYdriver
+*> \ingroup doubleSYsolve
 *
 *  =====================================================================
       SUBROUTINE DSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV,
index b436ba1..a903428 100644 (file)
@@ -77,7 +77,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       INTEGER          FUNCTION IEEECK( ISPEC, ZERO, ONE )
index 032e906..a18ea5c 100644 (file)
@@ -73,7 +73,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       INTEGER FUNCTION ILADLC( M, N, A, LDA )
index 6d22159..7d0b496 100644 (file)
@@ -73,7 +73,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       INTEGER FUNCTION ILADLR( M, N, A, LDA )
index a6a075c..d8217a3 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 4f450af..6f5b678 100644 (file)
@@ -49,7 +49,7 @@
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
index 628e6c7..4662884 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 13a4698..02012bb 100644 (file)
@@ -69,7 +69,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       LOGICAL          FUNCTION LSAMEN( N, CA, CB )
index 12bde7b..762cdc0 100644 (file)
 *
 *> \date August 2015
 *
-*> \ingroup realOTHERsing
+*> \ingroup realGEsing
 *
 *> \par Contributors:
 *  ==================
index 2bc4d27..c9168b8 100644 (file)
@@ -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 ===========
 *
index 441ab69..0d5e04c 100644 (file)
@@ -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 ===========
 *
index 5b76b1f..b586ad3 100644 (file)
@@ -54,7 +54,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       LOGICAL FUNCTION SISNAN( SIN )
index 3e7b0dd..41da1d3 100644 (file)
@@ -69,7 +69,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLABAD( SMALL, LARGE )
index 5d9f870..b9bdc95 100644 (file)
@@ -98,7 +98,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLACPY( UPLO, M, N, A, LDA, B, LDB )
index e746375..9e9e899 100644 (file)
@@ -86,7 +86,7 @@
 *
 *> \date January 2013
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup realOTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLADIV( A, B, C, D, P, Q )
 *
       END
 
+*> \ingroup realOTHERauxiliary
 
 
       SUBROUTINE SLADIV1( A, B, C, D, P, Q )
 *
       END
 
+*> \ingroup realOTHERauxiliary
+
       REAL FUNCTION SLADIV2( A, B, C, D, R, T )
 *
 *  -- LAPACK auxiliary routine (version 3.5.0) --
index 375a2f0..7088c2d 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 9f63afe..25a3d53 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index efd0e0b..157f600 100644 (file)
@@ -96,7 +96,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 2f9b26a..f5b7a33 100644 (file)
@@ -99,7 +99,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLAG2D( M, N, SA, LDSA, A, LDA, INFO )
index d20241c..3d92413 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLAGTS( JOB, N, A, B, C, D, IN, Y, TOL, INFO )
index 9118369..af70d88 100644 (file)
@@ -69,7 +69,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       LOGICAL FUNCTION SLAISNAN( SIN1, SIN2 )
index cfc3b36..e024df7 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 4a556c6..eb12253 100644 (file)
@@ -95,7 +95,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       REAL             FUNCTION SLANST( NORM, N, D, E )
index f07af91..400a258 100644 (file)
@@ -58,7 +58,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       REAL             FUNCTION SLAPY2( X, Y )
index b417486..cd9d0f9 100644 (file)
@@ -63,7 +63,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       REAL             FUNCTION SLAPY3( X, Y, Z )
index 95a0bf9..f749da1 100644 (file)
@@ -81,7 +81,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index c40b9ea..3045be1 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index e04fa53..d95557a 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index fee7230..c8335ac 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 44774f7..462b0e3 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLARRD( RANGE, ORDER, N, VL, VU, IL, IU, GERS,
index 5aa32a5..5c62994 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index ccd078a..1ddedd0 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 3afd92e..e3e125d 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 9e70a36..627f298 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLARRK( N, IW, GL, GU,
index 42980ea..1f6c851 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 9768954..7821633 100644 (file)
@@ -92,7 +92,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLARTG( F, G, CS, SN, R )
index c7fe1ef..50ed2f2 100644 (file)
@@ -90,7 +90,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLARTGP( F, G, CS, SN, R )
index 1f7d4c7..750483f 100644 (file)
@@ -74,7 +74,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index e71ff18..6eebbdc 100644 (file)
@@ -80,7 +80,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 405a2f6..481f928 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
index dbec11b..45c7f50 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index e6852d1..791a53f 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 0807fbb..a1ce3a6 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index b1a0f10..befda03 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index d68a478..d669f1d 100644 (file)
 *
 *> \date November 2013
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 3def385..5509dfd 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 70c29a7..37c4d22 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index f2a58f5..874b990 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 672fc28..18b3fc7 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 0092402..d372fee 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 10ce7a8..f408cdd 100644 (file)
 *
 *> \date June 2016
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 777adf0..0b13318 100644 (file)
@@ -94,7 +94,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Contributors:
 *  ==================
index 1fa5874..8c6b51b 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLASET( UPLO, M, N, ALPHA, BETA, A, LDA )
index 55bf22a..f88d5a0 100644 (file)
@@ -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
index 86bfd4b..57b26e5 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLASR( SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA )
index c217299..6d4d6b0 100644 (file)
@@ -98,7 +98,7 @@
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE SLASSQ( N, X, INCX, SCALE, SUMSQ )
index 9585bda..381d33d 100644 (file)
 *
 *> \date September 2012
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 9594c8b..100a23e 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b SSYCON_ROOK
+*> \brief <b> SSYCON_ROOK </b>
 *
 *  =========== DOCUMENTATION ===========
 *
index e9afe5c..ff89e1e 100644 (file)
 *
 *> \date November 2015
 *
-*> \ingroup realSYdriver
+*> \ingroup realSYsolve
 *
 *  =====================================================================
       SUBROUTINE SSYSVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV,
index 067eb71..db76933 100644 (file)
@@ -65,7 +65,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE XERBLA( SRNAME, INFO )
index db30aea..4f1fa6e 100644 (file)
@@ -85,7 +85,7 @@
 *
 *> \date November 2011
 *
-*> \ingroup auxOTHERauxiliary
+*> \ingroup OTHERauxiliary
 *
 *  =====================================================================
       SUBROUTINE XERBLA_ARRAY( SRNAME_ARRAY, SRNAME_LEN, INFO)
index 65d5dd1..95da5e6 100644 (file)
 *>  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:
 *  ==================
index aec4d5d..4a59d8a 100644 (file)
 *>     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 )
index 93416d6..0f0c1c9 100644 (file)
@@ -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 ===========
 *
index 95569d8..8ac489b 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b ZGESVJ
+*> \brief <b> ZGESVJ </b>
 *
 *  =========== DOCUMENTATION ===========
 *
index 1f6f043..d287554 100644 (file)
 *
 *> \date August 2015
 *
-*> \ingroup complex16OTHERsing
+*> \ingroup complex16GEsing
 *
 *> \par Contributors:
 *  ==================
index 6ca0ccc..8eb5743 100644 (file)
@@ -1,4 +1,4 @@
-*> \brief \b ZGSVJ0 pre-processor for the routine zgesvj.
+*> \brief <b> ZGSVJ0 pre-processor for the routine zgesvj. </b>
 *
 *  =========== DOCUMENTATION ===========
 *
 *>          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
index e096f98..96369d2 100644 (file)
@@ -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 ===========
 *
index d29379b..286473a 100644 (file)
@@ -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 ===========
 *
index 9ae4336..3a98104 100644 (file)
@@ -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 ===========
 *
index 5358652..1a2eb53 100644 (file)
@@ -1,3 +1,4 @@
+*> \brief \b CBDT05
 *  =========== DOCUMENTATION ===========
 *
 * Online html documentation available at
index 43db0ae..fe9e800 100644 (file)
@@ -1,3 +1,4 @@
+*> \brief \b DBDT04
 *  =========== DOCUMENTATION ===========
 *
 * Online html documentation available at
index cd81062..90f8007 100644 (file)
 *
 *> \date November 2011
 *
-*> \ingroup aux_eig
+*> \ingroup OTHERauxiliary
 *
 *> \par Further Details:
 *  =====================
index 31ce843..0421482 100644 (file)
@@ -1,3 +1,4 @@
+*> \brief \b SBDT04
 *  =========== DOCUMENTATION ===========
 *
 * Online html documentation available at
index b525e37..a1399d5 100644 (file)
@@ -1,3 +1,4 @@
+*> \brief \b ZBDT05
 *  =========== DOCUMENTATION ===========
 *
 * Online html documentation available at