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

◆ multiply_lower_tri_self_transpose() [4/5]

template<typename EigMat , require_eigen_matrix_dynamic_t< EigMat > * = nullptr, require_not_st_autodiff< EigMat > * = nullptr>
matrix_d stan::math::multiply_lower_tri_self_transpose ( const EigMat &  L)
inline

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

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

Definition at line 20 of file multiply_lower_tri_self_transpose.hpp.