![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Return the scalar product of the specified row vector and specified column vector.
The return is the same as the dot product. The two vectors must be the same size.
| RowVec | type of the row vector |
| ColVec | type of the column vector |
| rv | row vector |
| v | column vector |
| <code>std::invalid_argument</code> | if rv and v are not the same size |
Definition at line 150 of file multiply.hpp.