Browse Source

Fix inline documentation of S/DLASD0 (Reference-LAPACK PR 855)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
572e482b38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions
  1. +6
    -4
      lapack-netlib/SRC/dlasd0.f
  2. +6
    -4
      lapack-netlib/SRC/slasd0.f

+ 6
- 4
lapack-netlib/SRC/dlasd0.f View File

@@ -79,10 +79,11 @@
*> On exit, E has been destroyed.
*> \endverbatim
*>
*> \param[out] U
*> \param[in,out] U
*> \verbatim
*> 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
*>
*> \param[in] LDU
@@ -91,10 +92,11 @@
*> On entry, leading dimension of U.
*> \endverbatim
*>
*> \param[out] VT
*> \param[in,out] VT
*> \verbatim
*> 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
*>
*> \param[in] LDVT


+ 6
- 4
lapack-netlib/SRC/slasd0.f View File

@@ -79,10 +79,11 @@
*> On exit, E has been destroyed.
*> \endverbatim
*>
*> \param[out] U
*> \param[in,out] U
*> \verbatim
*> 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
*>
*> \param[in] LDU
@@ -91,10 +92,11 @@
*> On entry, leading dimension of U.
*> \endverbatim
*>
*> \param[out] VT
*> \param[in,out] VT
*> \verbatim
*> 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
*>
*> \param[in] LDVT


Loading…
Cancel
Save