Skip to content

Commit

Permalink
fix dlasd0 / slasd0 documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtowara committed Jun 19, 2023
1 parent 824c1cf commit 3735794
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions SRC/dlasd0.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 6 additions & 4 deletions SRC/slasd0.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3735794

Please sign in to comment.