Thanks for your answer!
At i thought it was the standard matrix multiplication, too. But as you wrote it, it already begins with an index. So its
w_i = \sum_j A_{ij} v_j instead of
w = \sum_j A_{ij} v_j, which just confuses me.
Yeah, i think so, too. Since its a scalar transposing it...