Automatic Differentiation
 
Loading...
Searching...
No Matches
cov_exp_quad.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/value_of.hpp>
#include <stan/math/rev/fun/gp_exp_quad_cov.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/fun/squared_distance.hpp>
#include <stan/math/prim/fun/exp.hpp>
#include <type_traits>
#include <vector>
#include <cmath>

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)