Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/read_corr_L.hpp>
#include <stan/math/rev/fun/read_cov_L.hpp>
#include <stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp>
#include <stan/math/rev/fun/rows_dot_product.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
Go to the source code of this file.
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_CPCs , typename T_sds , require_all_var_vector_t< T_CPCs, T_sds > * = nullptr> | |
var_value< Eigen::MatrixXd > | stan::math::read_cov_matrix (const T_CPCs &CPCs, const T_sds &sds, scalar_type_t< T_CPCs > &log_prob) |
A generally worse alternative to call prior to evaluating the density of an elliptical distribution. | |
template<typename T_CPCs , typename T_sds , require_all_var_vector_t< T_CPCs, T_sds > * = nullptr> | |
var_value< Eigen::MatrixXd > | stan::math::read_cov_matrix (const T_CPCs &CPCs, const T_sds &sds) |
Builds a covariance matrix from CPCs and standard deviations. | |