33 #include <itpp/itexports.h> 60 ITPP_EXPORT std::complex<double>
erf(
const std::complex<double>& z);
63 ITPP_EXPORT
double erfinv(
double x);
66 ITPP_EXPORT
double Qfunc(
double x);
74 ITPP_EXPORT vec
erf(
const vec &x);
76 ITPP_EXPORT mat
erf(
const mat &x);
78 ITPP_EXPORT cvec
erf(
const cvec &x);
80 ITPP_EXPORT cmat
erf(
const cmat &x);
83 ITPP_EXPORT vec
erfinv(
const vec &x);
85 ITPP_EXPORT mat
erfinv(
const mat &x);
88 ITPP_EXPORT vec
erfc(
const vec &x);
90 ITPP_EXPORT mat
erfc(
const mat &x);
93 ITPP_EXPORT vec
Qfunc(
const vec &x);
95 ITPP_EXPORT mat
Qfunc(
const mat &x);
100 #endif // #ifndef ERROR_H Help functions to make functions with vec and mat as arguments.
double Qfunc(double x)
Q-function.
double erfinv(double P)
Inverse of error function.
std::complex< double > erf(const std::complex< double > &z)
Error function for complex argument.
vec erfc(const vec &x)
Complementary error function.