Skip to content

Commit

Permalink
fixes #831 (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Jul 9, 2024
1 parent cccc2ac commit de8cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/chapter2/section2/subsection3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ function matrix_times_vector(m, v) {
function transpose(mat) {
return accumulate_n(<METAPHRASE>??</METAPHRASE>, <METAPHRASE>??</METAPHRASE>, mat);
}
function matrix_times_matrix(n, m) {
function matrix_times_matrix(m, n) {
const cols = transpose(n);
return map(<METAPHRASE>??</METAPHRASE>, m);
}
Expand Down

0 comments on commit de8cf21

Please sign in to comment.