C# Класс YAMP.Numerics.ErrorFunction

This class contains everything about the error function.
Показать файл Открыть проект

Открытые методы

Метод Описание
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