Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the dot product of the specified vectors.
T_a | type of the first vector |
T_b | type of the second vector |
a | First vector. |
b | Second vector. |
std::invalid_argument | If the vectors are not the same size or if they are both not vector dimensioned. |
Definition at line 26 of file dot_product.hpp.