Skip to content

Commit 3aa2e6c

Browse files
jensmaurertkoeppe
authored andcommitted
[linalg.algs.blas3.rankk] Fix missing alpha in formula
1 parent c9d19d4 commit 3aa2e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15073,7 +15073,7 @@
1507315073
\begin{itemdescr}
1507415074
\pnum
1507515075
\effects
15076-
Computes a matrix $C'$ such that $C' = C + A A^H$,
15076+
Computes a matrix $C'$ such that $C' = C + \alpha A A^H$,
1507715077
where the scalar $\alpha$ is \tcode{alpha},
1507815078
and assigns each element of $C'$ to the corresponding element of $C$.
1507915079
\end{itemdescr}

0 commit comments

Comments
 (0)