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

◆ multiply_lower_tri_self_transpose() [2/5]

template<typename T_x , require_all_kernel_expressions_and_none_scalar_t< T_x > * = nullptr>
auto stan::math::multiply_lower_tri_self_transpose ( T_x &&  x)
inline

Returns the result of multiplying the lower triangular portion of the input matrix by its own transpose.

Parameters
xMatrix to multiply.
Returns
The lower triangular values in x times their own transpose.

Definition at line 21 of file multiply_lower_tri_self_transpose.hpp.