diff options
author | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
commit | 13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch) | |
tree | e3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/slanv2.f | |
parent | d3718a28ef2fad11da862ba0782d39ce506d249f (diff) | |
download | lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2 lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip |
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/slanv2.f')
-rw-r--r-- | SRC/slanv2.f | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SRC/slanv2.f b/SRC/slanv2.f index e027c78d..5c2199a5 100644 --- a/SRC/slanv2.f +++ b/SRC/slanv2.f @@ -27,21 +27,28 @@ * ========= * * A (input/output) REAL +* * B (input/output) REAL +* * C (input/output) REAL +* * D (input/output) REAL * On entry, the elements of the input matrix. * On exit, they are overwritten by the elements of the * standardised Schur form. * * RT1R (output) REAL +* * RT1I (output) REAL +* * RT2R (output) REAL +* * RT2I (output) REAL * The real and imaginary parts of the eigenvalues. If the * eigenvalues are a complex conjugate pair, RT1I > 0. * * CS (output) REAL +* * SN (output) REAL * Parameters of the rotation matrix. * |