Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the dot product of rows of the specified matrices.
T_a | type of the first matrix |
T_b | type of the second matrix |
a | Matrix of first vectors. |
b | Matrix of second vectors. |
std::domain_error | If the matrices are not the same size |
Definition at line 27 of file rows_dot_product.hpp.