Syntax
C# |
---|
public delegate void E04LB_H( ref int iflag, int n, double[] xc, double[] fhesl, double[] fhesd ) |
Visual Basic |
---|
Public Delegate Sub E04LB_H ( _ ByRef iflag As Integer, _ n As Integer, _ xc As Double(), _ fhesl As Double(), _ fhesd As Double() _ ) |
Visual C++ |
---|
public delegate void E04LB_H( int% iflag, int n, array<double>^ xc, array<double>^ fhesl, array<double>^ fhesd ) |
F# |
---|
type E04LB_H = delegate of iflag : int byref * n : int * xc : float[] * fhesl : float[] * fhesd : float[] -> unit |
Parameters
- iflag
- Type: System..::..Int32%On entry: is set to a non-negative number.
- n
- Type: System..::..Int32On entry: the number of variables.
- xc
- Type: array<System..::..Double>[]()[][]On entry: the point at which the second derivatives of are required.
- fhesl
- Type: array<System..::..Double>[]()[][]
- fhesd
- Type: array<System..::..Double>[]()[][]On entry: the value of at the point , for .These values may be useful in the evaluation of the second derivatives.