Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bassoy authored Mar 8, 2024
1 parent e2768a3 commit 152f5c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ High-Performance Tensor-Matrix Multiplication Library (TTM)
It provides free C++ functions for parallel computing the **mode-`q` tensor-times-matrix product** of the general form

$$
\Large
\underline{\mathbf{C}} = \underline{\mathbf{A}} \bullet_q \mathbf{B} \quad :\Leftrightarrow \quad
\underline{\mathbf{C}} (i_1, \dots, i_{q-1}, j, i_{q+1}, \dots, i_p) = \sum_{i_q=1}^{n_q} \underline{\mathbf{A}}({i_1, \dots, i_q, \dots, i_p}) \cdot \mathbf{B}({j,i_q}).
$$
Expand Down

0 comments on commit 152f5c9

Please sign in to comment.