![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the dot product of a vector of var with itself.
Returns the dot product of a var_value<Vector> with itself.
| T | type of the vector (must have one compile time dimension equal to 1) |
| [in] | v | Vector. |
| A | var_value<> whose inner type has one compile time row or column. |
| [in] | v | Vector. |
Definition at line 24 of file dot_self.hpp.