Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the dot product of rows of the specified matrices.
Mat1 | type of the first matrix (must be derived from Eigen::MatrixBase ) |
Mat2 | type of the second matrix (must be derived from Eigen::MatrixBase ) |
v1 | Matrix of first vectors. |
v2 | Matrix of second vectors. |
std::domain_error | If the matrices are not the same size |
Definition at line 28 of file rows_dot_product.hpp.