Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/abs.hpp>
#include <stan/math/prim/fun/cos.hpp>
#include <stan/math/prim/fun/isinf.hpp>
#include <stan/math/prim/fun/isfinite.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/fun/abs.hpp>
#include <stan/math/rev/fun/cosh.hpp>
#include <stan/math/rev/fun/sinh.hpp>
#include <cmath>
#include <complex>
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 | |
var | stan::math::cos (var a) |
Return the cosine of a radian-scaled variable (cmath). | |
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr> | |
auto | stan::math::cos (const VarMat &a) |
Return the cosine of a radian-scaled variable (cmath). | |
std::complex< var > | stan::math::cos (const std::complex< var > &z) |
Return the cosine of the complex argument. | |