diff options
author | Mark Gates <mgates3@utk.edu> | 2016-10-17 14:20:30 -0400 |
---|---|---|
committer | Mark Gates <mgates3@utk.edu> | 2016-10-17 14:20:30 -0400 |
commit | 4325800f29cc92f217e95a1125a7ecee8ed47061 (patch) | |
tree | 891e473727c317f7274ed74a143c77bcc7c880a1 /SRC | |
parent | 75bce7bb0f0d8d3ec27e0f21e851a7b5065f4ea7 (diff) | |
download | lapack-4325800f29cc92f217e95a1125a7ecee8ed47061.tar.gz lapack-4325800f29cc92f217e95a1125a7ecee8ed47061.tar.bz2 lapack-4325800f29cc92f217e95a1125a7ecee8ed47061.zip |
E is output since its contents are modified (destroyed)
Diffstat (limited to 'SRC')
-rw-r--r-- | SRC/slasd0.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/slasd0.f b/SRC/slasd0.f index 45c7f50a..47d5f75b 100644 --- a/SRC/slasd0.f +++ b/SRC/slasd0.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 REAL array, dimension (M-1) *> Contains the subdiagonal entries of the bidiagonal matrix. |