C# 클래스 YAMP.Numerics.ErrorFunction

This class contains everything about the error function.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Erf ( ScalarValue z ) : ScalarValue

Computes the complex error function erf(z).

Erf ( double x ) : double

Computes the normal error function erf(x).

Erfc ( ScalarValue z ) : ScalarValue

Computes the complex complementary error function erfc(z).

Erfc ( double a ) : double

Computes the complementary error function erfc(x).

Faddeeva ( ScalarValue z ) : ScalarValue

The Faddeeva function or Kramp function is a scaled complex complementary error function.

비공개 메소드들

메소드 설명
ContinuedFraction ( ScalarValue z ) : ScalarValue
Erf_Series ( ScalarValue z ) : ScalarValue
Taylor ( ScalarValue z0, ScalarValue w0, ScalarValue dz ) : ScalarValue
Weideman ( ScalarValue z ) : ScalarValue
p1evl ( Double x, Double coef, Int32 N ) : Double
polevl ( Double x, Double coef, Int32 N ) : Double

메소드 상세

Erf() 공개 정적인 메소드

Computes the complex error function erf(z).
public static Erf ( ScalarValue z ) : ScalarValue
z ScalarValue The complex argument.
리턴 ScalarValue

Erf() 공개 정적인 메소드

Computes the normal error function erf(x).
public static Erf ( double x ) : double
x double The argument.
리턴 double

Erfc() 공개 정적인 메소드

Computes the complex complementary error function erfc(z).
public static Erfc ( ScalarValue z ) : ScalarValue
z ScalarValue The complex argument.
리턴 ScalarValue

Erfc() 공개 정적인 메소드

Computes the complementary error function erfc(x).
public static Erfc ( double a ) : double
a double The argument.
리턴 double

Faddeeva() 공개 정적인 메소드

The Faddeeva function or Kramp function is a scaled complex complementary error function.
public static Faddeeva ( ScalarValue z ) : ScalarValue
z ScalarValue The argument z.
리턴 ScalarValue