Contains types that evaluate and characterize functions.
| C# | Visual Basic | Visual C++ | F# |
namespace Meta.Numerics.Functions
Namespace Meta.Numerics.Functions
namespace Meta.Numerics.Functions
namespace Meta.Numerics.Functions
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| AdvancedComplexMath |
Contains methods that compute advanced functions of complex arguments.
| |
| AdvancedIntegerMath |
Contains methods that compute advanced functions of integer arguments.
| |
| AdvancedMath |
Contains methods that compute advanced functions with real arguments.
| |
| EvaluationSettings |
Contains settings controling the evaluation of a function.
| |
| FunctionMath |
Contains methods for finding roots and extrema.
| |
| LineExtremum |
Represents a maximum or minimum of a function of one variable.
| |
| OrthogonalPolynomials |
Contains methods that compute the values of orthogonal polynomials.
| |
| SpaceExtremum |
Represents a maximum or minimum of a function on a multi-dimensional space.
|