OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
ComplexErrorFun.h
Go to the documentation of this file.
1
#ifndef OPALX_ComplexErrorFun_HH
2
#define OPALX_ComplexErrorFun_HH
3
4
// ------------------------------------------------------------------------
5
// $RCSfile: ComplexErrorFun.h,v $
6
// ------------------------------------------------------------------------
7
// $Revision: 1.1.1.1 $
8
// ------------------------------------------------------------------------
9
// Copyright: see Copyright.readme
10
// ------------------------------------------------------------------------
11
//
12
// Function: Werrf(complex<double>)
13
//
14
// ------------------------------------------------------------------------
15
// Class category: Utilities
16
// ------------------------------------------------------------------------
17
//
18
// $Date: 2000/03/27 09:32:37 $
19
// $Author: fci $
20
//
21
// ------------------------------------------------------------------------
22
23
#include <complex>
24
25
// ------------------------------------------------------------------------
27
// The algorithms is based on:
28
//
29
// Walter Gautschi, Efficient Computation of the Complex Error Function,
30
// [CENTER]
31
// SIAM J. Numer. Anal., Vol 7, No. 1, March 1970, pp. 187-198.
32
// [/CENTER]
33
// Argument: the complex argument,
34
// Return value: the complex value of the error function.
35
36
extern
std::complex<double>
Werrf
(std::complex<double> z);
37
38
#endif
// OPALX_ComplexErrorFun_HH
Werrf
std::complex< double > Werrf(std::complex< double > z)
Complex error function.
Definition
ComplexErrorFun.cpp:31
src
Utilities
ComplexErrorFun.h
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8