File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 79
79
* > On exit, E has been destroyed.
80
80
* > \endverbatim
81
81
* >
82
- * > \param[out] U
82
+ * > \param[in, out] U
83
83
* > \verbatim
84
84
* > U is DOUBLE PRECISION array, dimension (LDU, N)
85
- * > On exit, U contains the left singular vectors.
85
+ * > On exit, U contains the left singular vectors,
86
+ * > if U passed in as (N, N) Identity.
86
87
* > \endverbatim
87
88
* >
88
89
* > \param[in] LDU
91
92
* > On entry, leading dimension of U.
92
93
* > \endverbatim
93
94
* >
94
- * > \param[out] VT
95
+ * > \param[in, out] VT
95
96
* > \verbatim
96
97
* > VT is DOUBLE PRECISION array, dimension (LDVT, M)
97
- * > On exit, VT**T contains the right singular vectors.
98
+ * > On exit, VT**T contains the right singular vectors,
99
+ * > if VT passed in as (M, M) Identity.
98
100
* > \endverbatim
99
101
* >
100
102
* > \param[in] LDVT
Original file line number Diff line number Diff line change 79
79
* > On exit, E has been destroyed.
80
80
* > \endverbatim
81
81
* >
82
- * > \param[out] U
82
+ * > \param[in, out] U
83
83
* > \verbatim
84
84
* > U is REAL array, dimension (LDU, N)
85
- * > On exit, U contains the left singular vectors.
85
+ * > On exit, U contains the left singular vectors,
86
+ * > if U passed in as (N, N) Identity.
86
87
* > \endverbatim
87
88
* >
88
89
* > \param[in] LDU
91
92
* > On entry, leading dimension of U.
92
93
* > \endverbatim
93
94
* >
94
- * > \param[out] VT
95
+ * > \param[in, out] VT
95
96
* > \verbatim
96
97
* > VT is REAL array, dimension (LDVT, M)
97
- * > On exit, VT**T contains the right singular vectors.
98
+ * > On exit, VT**T contains the right singular vectors,
99
+ * > if VT passed in as (M, M) Identity.
98
100
* > \endverbatim
99
101
* >
100
102
* > \param[in] LDVT
You can’t perform that action at this time.
0 commit comments