Skip to content

Commit e337d13

Browse files
jensmaurertkoeppe
authored andcommitted
[linalg.algs.blas3.rank2k] Fix missing conjugate in formula
1 parent 3aa2e6c commit e337d13

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
@@ -15164,7 +15164,7 @@
1516415164
\begin{itemdescr}
1516515165
\pnum
1516615166
\effects
15167-
Computes a matrix $C'$ such that $C' = C + A B^T + B A^T$,
15167+
Computes a matrix $C'$ such that $C' = C + A B^H + B A^H$,
1516815168
and assigns each element of $C'$ to the corresponding element of $C$.
1516915169
\end{itemdescr}
1517015170

0 commit comments

Comments
 (0)