Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ dot_self() [2/5]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var stan::math::dot_self ( const var_value< T > &  v)
inline

Returns the dot product of a vector of var with itself.

Template Parameters
Ttype of the vector
Parameters
[in]vVector.
Returns
Dot product of the vector with itself.

Definition at line 21 of file dot_self.hpp.