Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the dot product of rows of the specified matrices.
T1 | type of the first matrix |
T2 | type of the second matrix |
v1 | Matrix of first vectors. |
v2 | Matrix of second vectors. |
std::invalid_argument | If the vectors are not the same size |
Definition at line 30 of file rows_dot_product.hpp.