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 FastMultivariateVectorFunction delegate to encapsulate the evaluation of a function that returns a Vector and takes one Vector argument.
Rather than create a new Vector instance on each invocation, the value of output is overwritten with the result. The return value must be a reference to output.
Namespace: Extreme.Mathematics
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)