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

◆ multiply_lower_tri_self_transpose() [3/5]

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

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

Parameters
AMatrix to multiply.
Returns
The lower triangular values in L times their own transpose.

Definition at line 23 of file multiply_lower_tri_self_transpose.hpp.