Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
itpp
base
math
error.h
Go to the documentation of this file.
1
29
#ifndef ERROR_H
30
#define ERROR_H
31
32
#include <
itpp/base/help_functions.h
>
33
34
35
namespace
itpp
36
{
37
40
60
std::complex<double>
erf
(
const
std::complex<double>& z);
61
63
double
erfinv
(
double
x);
64
66
double
Qfunc
(
double
x);
67
68
69
// ----------------------------------------------------------------------
70
// functions for matrices and vectors
71
// ----------------------------------------------------------------------
72
74
vec
erf
(
const
vec &x);
76
mat
erf
(
const
mat &x);
78
cvec
erf
(
const
cvec &x);
80
cmat
erf
(
const
cmat &x);
81
83
vec
erfinv
(
const
vec &x);
85
mat
erfinv
(
const
mat &x);
86
88
vec
erfc
(
const
vec &x);
90
mat
erfc
(
const
mat &x);
91
93
vec
Qfunc
(
const
vec &x);
95
mat
Qfunc
(
const
mat &x);
97
98
}
// namespace itpp
99
100
#endif // #ifndef ERROR_H
101
102
103
104
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2