Merge pull request #4104 from martin-frbg/lapack855
Fix inline documentation of S/DLASD0 (Reference-LAPACK PR 855)
This commit is contained in:
commit
f863895ebf
|
@ -79,10 +79,11 @@
|
||||||
*> On exit, E has been destroyed.
|
*> On exit, E has been destroyed.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[out] U
|
*> \param[in,out] U
|
||||||
*> \verbatim
|
*> \verbatim
|
||||||
*> U is DOUBLE PRECISION array, dimension (LDU, N)
|
*> U is DOUBLE PRECISION array, dimension (LDU, N)
|
||||||
*> On exit, U contains the left singular vectors.
|
*> On exit, U contains the left singular vectors,
|
||||||
|
*> if U passed in as (N, N) Identity.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[in] LDU
|
*> \param[in] LDU
|
||||||
|
@ -91,10 +92,11 @@
|
||||||
*> On entry, leading dimension of U.
|
*> On entry, leading dimension of U.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[out] VT
|
*> \param[in,out] VT
|
||||||
*> \verbatim
|
*> \verbatim
|
||||||
*> VT is DOUBLE PRECISION array, dimension (LDVT, M)
|
*> VT is DOUBLE PRECISION array, dimension (LDVT, M)
|
||||||
*> On exit, VT**T contains the right singular vectors.
|
*> On exit, VT**T contains the right singular vectors,
|
||||||
|
*> if VT passed in as (M, M) Identity.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[in] LDVT
|
*> \param[in] LDVT
|
||||||
|
|
|
@ -79,10 +79,11 @@
|
||||||
*> On exit, E has been destroyed.
|
*> On exit, E has been destroyed.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[out] U
|
*> \param[in,out] U
|
||||||
*> \verbatim
|
*> \verbatim
|
||||||
*> U is REAL array, dimension (LDU, N)
|
*> U is REAL array, dimension (LDU, N)
|
||||||
*> On exit, U contains the left singular vectors.
|
*> On exit, U contains the left singular vectors,
|
||||||
|
*> if U passed in as (N, N) Identity.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[in] LDU
|
*> \param[in] LDU
|
||||||
|
@ -91,10 +92,11 @@
|
||||||
*> On entry, leading dimension of U.
|
*> On entry, leading dimension of U.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[out] VT
|
*> \param[in,out] VT
|
||||||
*> \verbatim
|
*> \verbatim
|
||||||
*> VT is REAL array, dimension (LDVT, M)
|
*> VT is REAL array, dimension (LDVT, M)
|
||||||
*> On exit, VT**T contains the right singular vectors.
|
*> On exit, VT**T contains the right singular vectors,
|
||||||
|
*> if VT passed in as (M, M) Identity.
|
||||||
*> \endverbatim
|
*> \endverbatim
|
||||||
*>
|
*>
|
||||||
*> \param[in] LDVT
|
*> \param[in] LDVT
|
||||||
|
|
Loading…
Reference in New Issue