Automatic Differentiation
 
Loading...
Searching...
No Matches
cov_exp_quad.hpp File Reference

Go to the source code of this file.

Classes

class  stan::math::cov_exp_quad_vari< T_x, T_sigma, T_l >
 
class  stan::math::cov_exp_quad_vari< T_x, double, T_l >
 

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_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)