![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/prob/lkj_cov_lpdf.hpp>
#include <boost/math/tools/promotion.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<bool propto, typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_shape >::type | stan::math::lkj_cov_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const Eigen::Matrix< T_loc, Eigen::Dynamic, 1 > &mu, const Eigen::Matrix< T_scale, Eigen::Dynamic, 1 > &sigma, const T_shape &eta) |
template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_shape >::type | stan::math::lkj_cov_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const Eigen::Matrix< T_loc, Eigen::Dynamic, 1 > &mu, const Eigen::Matrix< T_scale, Eigen::Dynamic, 1 > &sigma, const T_shape &eta) |
template<bool propto, typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_shape >::type | stan::math::lkj_cov_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const T_loc &mu, const T_scale &sigma, const T_shape &eta) |
template<typename T_y , typename T_loc , typename T_scale , typename T_shape > | |
boost::math::tools::promote_args< T_y, T_loc, T_scale, T_shape >::type | stan::math::lkj_cov_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const T_loc &mu, const T_scale &sigma, const T_shape &eta) |