summaryrefslogtreecommitdiff
path: root/SRC/slags2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slags2.f')
-rw-r--r--SRC/slags2.f7
1 files changed, 7 insertions, 0 deletions
diff --git a/SRC/slags2.f b/SRC/slags2.f
index 3415dbe9..d6533072 100644
--- a/SRC/slags2.f
+++ b/SRC/slags2.f
@@ -48,26 +48,33 @@
* = .FALSE.: the input matrices A and B are lower triangular.
*
* A1 (input) REAL
+*
* A2 (input) REAL
+*
* A3 (input) REAL
* On entry, A1, A2 and A3 are elements of the input 2-by-2
* upper (lower) triangular matrix A.
*
* B1 (input) REAL
+*
* B2 (input) REAL
+*
* B3 (input) REAL
* On entry, B1, B2 and B3 are elements of the input 2-by-2
* upper (lower) triangular matrix B.
*
* CSU (output) REAL
+*
* SNU (output) REAL
* The desired orthogonal matrix U.
*
* CSV (output) REAL
+*
* SNV (output) REAL
* The desired orthogonal matrix V.
*
* CSQ (output) REAL
+*
* SNQ (output) REAL
* The desired orthogonal matrix Q.
*