Stan Math Library
4.9.0
Automatic Differentiation
|
Eigen::Matrix< value_type_t< T_CPCs >, Eigen::Dynamic, Eigen::Dynamic > stan::math::read_cov_L | ( | const T_CPCs & | CPCs, |
const T_sds & | sds, | ||
value_type_t< T_CPCs > & | log_prob | ||
) |
This is the function that should be called prior to evaluating the density of any elliptical distribution.
T_CPCs | type of T_CPCs vector (must be derived from Eigen::ArrayBase and have one compile-time dimension equal to 1) |
T_sds | type of sds vector (must be derived from Eigen::ArrayBase and have one compile-time dimension equal to 1) |
CPCs | on (-1, 1) |
sds | on (0, inf) |
log_prob | the log probability value to increment with the Jacobian |
Definition at line 30 of file read_cov_L.hpp.