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

◆ multiply_transpose()

template<typename T , typename = require_arithmetic_t<T>>
matrix_cl< T > stan::math::multiply_transpose ( const matrix_cl< T > &  A)
inline

Computes the product of a square OpenCL matrix with its transpose.

Computes the matrix multiplication C = A x A^T

Parameters
Ainput matrix
Returns
the product of the input matrix and its transpose

Definition at line 24 of file multiply_transpose.hpp.