Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc"]
Class | Description | |
---|---|---|
Algorithm |
Abstract Algorithm class. Subclasses need to only implement C# InternalCompute | |
AppSwitches | AppContext based switches to disable functionality, controllable through also in the host application through AppContext or by configuration with AppContextSwitchOverride. https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element | |
BasicFunctions | Basic functions. | |
BesselRelated | Bessel functions for integer order. | |
BinaryMath | BinaryMath provides static methods for "Bit" mathematics. | |
ColScriptExeBase | ColScriptExeBase is the base class of all column scripts. | |
Combinatorics | Enumerative Combinatorics and Counting. | |
ComplexErrorFunctionRelated | Contains functions that are related to the complex error function of complex argument. | |
ComplexExtensions | Extension methods for the Complex type provided by System.Numerics | |
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. | |
ContourIntegrate | Numerical Contour Integration of a complex-valued function over a real variable,. | |
Control | Sets parameters for the library. | |
DateTimeMath | ||
Differentiate | Numerical Derivative. | |
DifferIntegrate | ||
Distance | Metrics to measure the distance between two structures. | |
DoubleConstants | Contains scalar constants. | |
ErrorFunction | Hosts the direct and the complementary error function. | |
Euclid | Integer number theory functions. | |
ExcelFunctions | Collection of functions equivalent to those provided by Microsoft Excel but backed instead by Math.NET Numerics. We do not recommend to use them except in an intermediate phase when porting over solutions previously implemented in Excel. | |
ExpIntegralRelated | Exponential integral related functions. | |
ExtractTableValuesExeBase | Base class of all "extract table values "table scripts. | |
FileImportScriptExeBase | TableScriptExeBase is the base class of all table scripts. | |
FindMinimum | ||
FindRoots | ||
Fit | Least-Squares Curve Fitting Routines | |
FitFunctionExeBase | ||
FunctionEvaluationScriptBase | Base class of all function evaluation scripts. | |
GammaRelated | Contains the gamma function and functions related to this function. | |
Generate | ||
GoodnessOfFit | ||
GSL_ERROR | ||
Hyperbolic | Hyperbolic functions. | |
Integrate | Numerical Integration (Quadrature). | |
Interpolate | Interpolation Factory. | |
InvalidParameterException | An error occurred calling native provider function. | |
Kohlrausch | The Kohlrausch function in the frequency domain. | |
MemoryAllocationException | Native provider was unable to allocate sufficient memory. | |
NativeInterfaceException | An error occurred calling native provider function. | |
NonConvergenceException | An algorithm failed to converge. | |
NullFunction | Example of a IScalarFunctionDD which always returns 0 (zero). | |
NumericalBreakdownException | An algorithm failed to converge due to a numerical breakdown. | |
Permutation | Class to represent a permutation for a subset of the natural numbers. | |
Polynomial | A single-variable polynomial with real-valued coefficients and non-negative exponents. | |
Polynomials | Polynomials. | |
Precision | Utilities for working with floating point numbers. | |
PrimeNumberMath | ||
ProcessSourceTablesScriptExeBase | ||
ProgramInstanceExeBase | Base class for a program instance script. | |
RMath | Provides methods for real numbers, that were forgotten by the Math class. | |
Rounding | Rounding of numbers | |
ScalarFunctionDDExpression | A scalar expression given as a string which takes a single Double value as argument and returns a Double value. | |
ScalarFunctionDDExpressionArguments | Arguments of the expression (must be made public for the script to be used). | |
ScalarFunctionDDExpressionSerializationSurrogate0 | V0: 2024-05-05 | |
ScriptExecutionBase | ScriptExecutionBase provides the (mathematical) environment to execute scripts. | |
Series | ||
SeriesMP | Contains series calculations. | |
SingularUMatrixException | Native provider failed LU inversion do to a singular U matrix. | |
Sorting | Sorting algorithms for single, tuple and triple lists. | |
SpecialDigamma | ||
SpecialFunctions | This partial implementation of the SpecialFunctions class contains all methods related to the Airy functions. | |
SystemNumericsComplexExtensions | ||
TableScriptExeBase | TableScriptExeBase is the base class of all table scripts. | |
TestFunctions | ||
Trig | Double-precision trigonometry toolkit. | |
VectorCoupling | Contains vector coupling functions. | |
Window |
Structure | Description | |
---|---|---|
Complex32 | 32-bit single precision complex numbers class. | |
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. |
Interface | Description | |
---|---|---|
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. | |
IPrecisionSupportT | Support Interface for Precision Operations (like AlmostEquals). | |
IScalarFunctionDD | Provides the interface to a function with one double argument, and one resulting double value. |
Enumeration | Description | |
---|---|---|
GSL_ERR | ||
OperationDirection | The direction of the fourier transform. |