Fix function documentation (Reference-LAPACK PR697)
This commit is contained in:
parent
b946820502
commit
aaea0804bc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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…
Reference in New Issue