Algorithm
|
Abstract Algorithm class. Subclasses need to only implement InternalCompute .
|
BasicFunctions
|
Basic functions.
|
BesselRelated
|
Bessel functions for integer order.
|
BinaryMath
|
BinaryMath provides static methods for "Bit" mathematics.
|
Complex
|
A double-precision complex number representation.
|
ComplexArray
|
A set of array utilities for complex number arrays
|
ComplexErrorFunctionRelated
|
Contains functions that are related to the complex error function of complex argument.
|
ComplexFloat
|
A single-precision complex number representation.
|
ComplexMath
|
Various mathematical functions for complex numbers.
|
ComplexStats
|
A set of statistical utilities for complex number arrays
|
Constants
|
A collection of frequently used mathematical constants.
|
DateTimeMath
|
|
DoubleConstants
|
Contains scalar constants.
|
ErrorFunction
|
Hosts the direct and the complementary error function.
|
ExpIntegralRelated
|
Exponential integral related functions.
|
GammaRelated
|
Contains the gamma function and functions related to this function.
|
GSL_ERR
|
|
GSL_ERROR
|
|
Hyperbolic
|
Hyperbolic functions.
|
IAlgorithm
|
Define an algorithm.
|
IParametrizedFunctionDDD
|
Provides the interface to a function with one double argument, and one resulting double value.
The evaluation is parametrized by one or more parameters.
|
IParametrizedScalarFunctionDD
|
Provides the interface to a function with one double argument, and one resulting double value.
The evaluation is parametrized by one or more parameters.
|
IPrecisionSupport<'T>
|
Support Interface for Precision Operations (like AlmostEquals).
|
IScalarFunctionDD
|
Provides the interface to a function with one double argument, and one resulting double value.
|
Kohlrausch
|
The Kohlrausch function in the frequency domain.
|
NullFunction
|
|
OperationDirection
|
The direction of the fourier transform.
|
Polynomials
|
Polynomials.
|
Precision
|
Utilities for working with floating point numbers.
|
PrimeFactor
|
As a result of a prime factorization, this structure is used to represent a natural number (integers greater than or equal to 1) as product of prime numbers.
|
PrimeNumberMath
|
|
RMath
|
Provides methods for real numbers, that were forgotten by the Math class.
|
Rounding
|
Rounding of numbers
|
Series
|
Contains series calculations.
|
SpecialFunctions
|
|
VectorCoupling
|
Contains vector coupling functions.
|