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

◆ columns_dot_self() [5/5]

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

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

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

Definition at line 36 of file columns_dot_self.hpp.