Numerics. NET. Calculus. Generic Namespace
Classes
Adaptive | Represents a numerical integrator that uses an adaptive algorithm based on a Gauss-Kronrod integration rule. |
Gauss | Abstract base class for Gauss-Kronrod type numerical integrators. |
Integration | Represents a method to compute an approximation to an integral together with an estimate of the error. |
Left | Represents a numerical integrator that uses the left point rule. |
Midpoint | Represents a numerical integrator that uses the mid-point rule. |
Numerical | Serves as an abstract base class for classes that represent an implementation of a numerical integration algorithm. |
Right | Represents a numerical integrator that uses the right-point rule. |
Romberg | Represents a numerical integrator that uses Romberg's method. |
Simpson | Represents a numerical integrator that uses Simpson's rule. |
Trapezoid | Represents a numerical integrator that uses the trapezoid rule. |
Structures
Integration | Represents the result of evaulating an IntegrationRule<T>. |