Go to the source code of this file.
|
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.
|
|
|
template<typename T_x , typename = require_arithmetic_t<typename scalar_type<T_x>::type>> |
Eigen::Matrix< var, -1, -1 > | stan::math::cov_exp_quad (const std::vector< T_x > &x, const var &sigma, const var &l) |
|
template<typename T_x , typename = require_arithmetic_t<typename scalar_type<T_x>::type>> |
Eigen::Matrix< var, -1, -1 > | stan::math::cov_exp_quad (const std::vector< T_x > &x, double sigma, const var &l) |
|