Syntax
C# |
---|
public delegate void E04HE_LSQHES( ref int iflag, int m, int n, double[] fvec, double[] xc, double[] b ) |
Visual Basic |
---|
Public Delegate Sub E04HE_LSQHES ( _ ByRef iflag As Integer, _ m As Integer, _ n As Integer, _ fvec As Double(), _ xc As Double(), _ b As Double() _ ) |
Visual C++ |
---|
public delegate void E04HE_LSQHES( int% iflag, int m, int n, array<double>^ fvec, array<double>^ xc, array<double>^ b ) |
F# |
---|
type E04HE_LSQHES = delegate of iflag : int byref * m : int * n : int * fvec : float[] * xc : float[] * b : float[] -> unit |
Parameters
- iflag
- Type: System..::..Int32%On entry: is set to a non-negative number.
- m
- Type: System..::..Int32On entry: , the numbers of residuals.
- n
- Type: System..::..Int32On entry: , the numbers of variables.
- fvec
- Type: array<System..::..Double>[]()[][]On entry: the value of the residual at the point , for , so that the values of the can be used in the calculation of the elements of b.
- xc
- Type: array<System..::..Double>[]()[][]On entry: the point at which the elements of b are to be evaluated.
- b
- Type: array<System..::..Double>[]()[][]