Automatic Differentiation
 
Loading...
Searching...
No Matches
operator_equal_equal.hpp File Reference
#include <stan/math/prim/meta.hpp>
#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

template<typename U , typename V , typename = require_any_autodiff_t<U, V>>
bool stan::math::operator== (const std::complex< U > &x, const std::complex< V > &y)
 Return true if the complex numbers have equal imaginary and complex parts.
 
template<typename U , typename V , typename = require_any_autodiff_t<U, V>>
bool stan::math::operator== (const std::complex< U > &x, const V &y)
 Return true if the first argument's real part is equal to the second argument and the first argument's imaginary part is zero.
 
template<typename U , typename V , typename = require_any_autodiff_t<U, V>>
bool stan::math::operator== (const U &x, const std::complex< V > &y)
 Return true if the first argument is equal to the real part of the second argument and the imaginary part of the second argument is zero.