Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 93f8734

Browse files
authored
Update Current-Release-Notes.rst
1 parent ffa183a commit 93f8734

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Current_Release_Notes/Current-Release-Notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,18 @@ Rocsolver_bdsqr now computes the Singular Value Decomposition (SVD) of bi-diagon
182182
BDSQR computes the singular value decomposition (SVD) of a n-by-n bidiagonal matrix B.
183183

184184
The SVD of B has the following form:
185-
B = Ub * S * Vb'
185+
186+
::
187+
188+
B = Ub * S * Vb'
189+
186190
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
190197

191198
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.
192199

0 commit comments

Comments
 (0)