You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Current_Release_Notes/Current-Release-Notes.rst
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,11 +182,18 @@ Rocsolver_bdsqr now computes the Singular Value Decomposition (SVD) of bi-diagon
182
182
BDSQR computes the singular value decomposition (SVD) of a n-by-n bidiagonal matrix B.
183
183
184
184
The SVD of B has the following form:
185
-
B = Ub * S * Vb'
185
+
186
+
::
187
+
188
+
B = Ub * S * Vb'
189
+
186
190
where
187
-
• S is the n-by-n diagonal matrix of singular values of B
188
-
• the columns of Ub are the left singular vectors of B
189
-
• the columns of Vb are its right singular vectors
191
+
192
+
* S is the n-by-n diagonal matrix of singular values of B
193
+
194
+
* the columns of Ub are the left singular vectors of B
195
+
196
+
* the columns of Vb are its right singular vectors
190
197
191
198
The computation of the singular vectors is optional; this function accepts input matrices U (of size nu-by-n) and V (of size n-by-nv) that are overwritten with U*Ub and Vb’*V. If nu = 0 no left vectors are computed; if nv = 0 no right vectors are computed.
0 commit comments