Stan Matrix Dot Product

Dear all,

I am wondering how does stan do dot product of matrix. I have checked the website https://mc-stan.org/docs/2_22/functions-reference/dot-products-and-specialized-products.html.

In the above link, it seems that I couldn’t find a function that takes two matrix as input and return a matrix.

The matrix dot product seems to be a common thing to do. I am thus wondering how.

Do you mean matrix multiplication?

yes. i see. I should just use *