Manipulations with arrays

Hello there!
I was looking through the documentation of the library “skimage” and i saw such code:
image

Can you please explain what does @ between 2 numpy arrays mean? I didn’t manage to find anything in the internet, maybe i was just formulating incorrectly.

Googling “numpy @” tells me it’s the matrix multiplication operator, so that’s the matrix rgb multiplied by the matrix coeff.

1 Like

Oh damn, thank you! Stupid me was googling something like “numpy arrays @”

1 Like