Browse Source

Fix function documentation (Reference-LAPACK PR697)

tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
aaea0804bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 16 deletions
  1. +2
    -2
      lapack-netlib/SRC/cunbdb2.f
  2. +2
    -2
      lapack-netlib/SRC/cunbdb4.f
  3. +2
    -2
      lapack-netlib/SRC/dorbdb2.f
  4. +2
    -2
      lapack-netlib/SRC/dorbdb4.f
  5. +2
    -2
      lapack-netlib/SRC/sorbdb2.f
  6. +2
    -2
      lapack-netlib/SRC/sorbdb4.f
  7. +2
    -2
      lapack-netlib/SRC/zunbdb2.f
  8. +2
    -2
      lapack-netlib/SRC/zunbdb4.f

+ 2
- 2
lapack-netlib/SRC/cunbdb2.f View File

@@ -122,14 +122,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is COMPLEX array, dimension (P)
*> TAUP1 is COMPLEX array, dimension (P-1)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is COMPLEX array, dimension (M-P)
*> TAUP2 is COMPLEX array, dimension (Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/cunbdb4.f View File

@@ -124,14 +124,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is COMPLEX array, dimension (P)
*> TAUP1 is COMPLEX array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is COMPLEX array, dimension (M-P)
*> TAUP2 is COMPLEX array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/dorbdb2.f View File

@@ -122,14 +122,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is DOUBLE PRECISION array, dimension (P)
*> TAUP1 is DOUBLE PRECISION array, dimension (P-1)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is DOUBLE PRECISION array, dimension (M-P)
*> TAUP2 is DOUBLE PRECISION array, dimension (Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/dorbdb4.f View File

@@ -124,14 +124,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is DOUBLE PRECISION array, dimension (P)
*> TAUP1 is DOUBLE PRECISION array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is DOUBLE PRECISION array, dimension (M-P)
*> TAUP2 is DOUBLE PRECISION array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/sorbdb2.f View File

@@ -122,14 +122,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is REAL array, dimension (P)
*> TAUP1 is REAL array, dimension (P-1)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is REAL array, dimension (M-P)
*> TAUP2 is REAL array, dimension (Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/sorbdb4.f View File

@@ -124,14 +124,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is REAL array, dimension (P)
*> TAUP1 is REAL array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is REAL array, dimension (M-P)
*> TAUP2 is REAL array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/zunbdb2.f View File

@@ -122,14 +122,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is COMPLEX*16 array, dimension (P)
*> TAUP1 is COMPLEX*16 array, dimension (P-1)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is COMPLEX*16 array, dimension (M-P)
*> TAUP2 is COMPLEX*16 array, dimension (Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


+ 2
- 2
lapack-netlib/SRC/zunbdb4.f View File

@@ -124,14 +124,14 @@
*> *>
*> \param[out] TAUP1 *> \param[out] TAUP1
*> \verbatim *> \verbatim
*> TAUP1 is COMPLEX*16 array, dimension (P)
*> TAUP1 is COMPLEX*16 array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P1. *> P1.
*> \endverbatim *> \endverbatim
*> *>
*> \param[out] TAUP2 *> \param[out] TAUP2
*> \verbatim *> \verbatim
*> TAUP2 is COMPLEX*16 array, dimension (M-P)
*> TAUP2 is COMPLEX*16 array, dimension (M-Q)
*> The scalar factors of the elementary reflectors that define *> The scalar factors of the elementary reflectors that define
*> P2. *> P2.
*> \endverbatim *> \endverbatim


Loading…
Cancel
Save