Functor that takes a pointer to an array of doubles, and returns a pointer to an array of doubles.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public delegate double[] TrustRegionFunction( double[] x ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function TrustRegionFunction ( _ x As Double() _ ) As Double() |
| Visual C++ |
|---|
public delegate array<double>^ TrustRegionFunction( array<double>^ x ) |
Parameters
- x
- Type: array<
System..::.Double
>[]()[]