Stan Math Library
4.9.0
Automatic Differentiation
|
#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 T > | |
std::complex< T > | stan::math::i_times (const std::complex< T > &z) |
Return the specified complex number multiplied by i . | |
template<typename T > | |
std::complex< T > | stan::math::neg_i_times (const std::complex< T > &z) |
Return the specified complex number multiplied by -i . | |
template<typename V > | |
std::complex< V > | stan::math::complex_negate (const std::complex< V > &z) |
Return the complex negation of the specified complex argument. | |