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

◆ columns_dot_self() [2/5]

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

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

Template Parameters
Ttype of the matrix
Parameters
vMatrix.

Definition at line 22 of file columns_dot_self.hpp.