Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace
Represents a function returning a Vector that has a Vector as its argument.
A Vector.
Use a MultivariateVectorFunction delegate to encapsulate the evaluation of a function that returns a Vector and takes one Vector argument.
Many calculations involve the repeated evaluation of one or more user-supplied functions. Numerical integration and differentiation and finding zeroes of functions are common examples. In the .NET framework, this functionality is implemented using delegates.
Namespace: Extreme.Mathematics
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)