![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the dot product of columns 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 columns_dot_product.hpp.