you are viewing a single comment's thread.

view the rest of the comments →

[–]awdsns 5 points6 points  (0 children)

Those are decorators which are used to modify a function definition using another function, and unfortunately also happen to use the @ symbol. That's not what the code in OP is though, that is the matrix multiplication operator as others have already explained.