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

◆ rows_dot_self() [2/5]

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

Returns the dot product of each row of a matrix with itself.

Template Parameters
Ttype of the matrix
Parameters
vMatrix.

Definition at line 22 of file rows_dot_self.hpp.