diff options
author | Mark Gates <mgates3@utk.edu> | 2016-10-17 13:22:02 -0400 |
---|---|---|
committer | Mark Gates <mgates3@utk.edu> | 2016-10-17 13:22:02 -0400 |
commit | 75bce7bb0f0d8d3ec27e0f21e851a7b5065f4ea7 (patch) | |
tree | bc54ae9f621d859127d7110b6167fc524e08da7b /SRC/dlasd0.f | |
parent | 3950b096a8667ab656939d4abca39796e5494026 (diff) | |
download | lapack-75bce7bb0f0d8d3ec27e0f21e851a7b5065f4ea7.tar.gz lapack-75bce7bb0f0d8d3ec27e0f21e851a7b5065f4ea7.tar.bz2 lapack-75bce7bb0f0d8d3ec27e0f21e851a7b5065f4ea7.zip |
E is output since its contents are modified (destroyed)
Diffstat (limited to 'SRC/dlasd0.f')
-rw-r--r-- | SRC/dlasd0.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dlasd0.f b/SRC/dlasd0.f index 42e95ed0..9b7355c9 100644 --- a/SRC/dlasd0.f +++ b/SRC/dlasd0.f @@ -72,7 +72,7 @@ *> On exit D, if INFO = 0, contains its singular values. *> \endverbatim *> -*> \param[in] E +*> \param[in,out] E *> \verbatim *> E is DOUBLE PRECISION array, dimension (M-1) *> Contains the subdiagonal entries of the bidiagonal matrix. |