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

◆ rows_dot_self() [3/5]

template<typename T , require_eigen_t< T > * = nullptr, require_not_st_var< T > * = nullptr>
Eigen::Matrix< value_type_t< T >, T::RowsAtCompileTime, 1 > stan::math::rows_dot_self ( const T &  x)
inline

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

Template Parameters
Ttype of the matrix (must be derived from Eigen::MatrixBase)
Parameters
xmatrix

Definition at line 20 of file rows_dot_self.hpp.