1#ifndef STAN_MATH_FWD_FUN_MULTIPLY_LOWER_TRI_SELF_TRANSPOSE_HPP 
    2#define STAN_MATH_FWD_FUN_MULTIPLY_LOWER_TRI_SELF_TRANSPOSE_HPP 
   13template <
typename EigMat, require_eigen_vt<is_fvar, EigMat>* = 
nullptr>
 
   14inline Eigen::Matrix<value_type_t<EigMat>, EigMat::RowsAtCompileTime,
 
   15                     EigMat::RowsAtCompileTime>
 
Eigen::Matrix< value_type_t< EigMat >, EigMat::RowsAtCompileTime, EigMat::RowsAtCompileTime > multiply_lower_tri_self_transpose(const EigMat &m)
 
auto multiply(const Mat1 &m1, const Mat2 &m2)
Return the product of the specified matrices.
 
typename plain_type< std::decay_t< T > >::type plain_type_t
 
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...