In ?syconv, replace the variable name WORK by the variable name E. E is the
authorlangou <langou@users.noreply.github.com>
Thu, 29 Oct 2015 05:06:14 +0000 (05:06 +0000)
committerlangou <langou@users.noreply.github.com>
Thu, 29 Oct 2015 05:06:14 +0000 (05:06 +0000)
commitd1b995d2d383941d07409eb4f275fa21d80a1dd0
treef494a6be450762d26a1a89e4ea785b206c270af2
parent794766767994706d17cb1d0fe20e92acf8e267b2
In ?syconv, replace the variable name WORK by the variable name E.  E is the
standard way to name the supdiagonal/subdiagonal of a symmetric tridiagonal
matrix.  Also, E (previously WORK) is of size N-1, not N. So correct this in
the comment.
SRC/csyconv.f
SRC/dsyconv.f
SRC/ssyconv.f
SRC/zsyconv.f