Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace


Extreme Optimization Mathematics Library for .NET

FunctionFactory Class

Contains various methods for creating function delegates.

For a list of all members of this type, see FunctionFactory Members.

System.Object
   FunctionFactory

[Visual Basic]
NotInheritable Public Class FunctionFactory
[C#]
public sealed class FunctionFactory

Remarks

Use one of the static methods in the FunctionFactory class to derive function delegates from existing function delegates with a more complicated signature.

The RealFromBivariateRealFunction method lets you fix one of the parameters of a BivariateRealFunction and returns the result as a RealFunction delegate. The RealFromParameterizedRealFunction method lets you select one function out of a parameterized set of functions.

Requirements

Namespace: Extreme.Mathematics

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

FunctionFactory Members | Extreme.Mathematics Namespace