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

◆ tcrossprod() [5/5]

template<typename T , require_rev_matrix_t< T > * = nullptr>
auto stan::math::tcrossprod ( const T &  M)
inline

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

Template Parameters
TType of the matrix
Parameters
MMatrix to multiply.
Returns
M times its transpose.

Definition at line 24 of file tcrossprod.hpp.