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

◆ tcrossprod() [2/5]

template<typename T_A , typename = require_all_kernel_expressions_and_none_scalar_t<T_A>>
matrix_cl< typename std::decay_t< T_A >::Scalar > stan::math::tcrossprod ( T_A &&  A)
inline

Returns the result of post-multiplying a matrix by its own transpose.

Template Parameters
Ttype of elements in A
Parameters
Ainput matrix
Returns
A * transpose(A)

Definition at line 21 of file tcrossprod.hpp.