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

◆ rows_dot_self() [5/5]

template<typename Mat , require_var_matrix_t< Mat > * = nullptr>
auto stan::math::rows_dot_self ( const Mat &  x)
inline

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

Template Parameters
MatA var_value<> with an inner matrix type.
Parameters
xMatrix.

Definition at line 36 of file rows_dot_self.hpp.