Syntax
C# |
---|
public delegate void H02CE_QPHX( int nstate, int ncolh, double[] x, double[] hx ) |
Visual Basic |
---|
Public Delegate Sub H02CE_QPHX ( _ nstate As Integer, _ ncolh As Integer, _ x As Double(), _ hx As Double() _ ) |
Visual C++ |
---|
public delegate void H02CE_QPHX( int nstate, int ncolh, array<double>^ x, array<double>^ hx ) |
F# |
---|
type H02CE_QPHX = delegate of nstate : int * ncolh : int * x : float[] * hx : float[] -> unit |
Parameters
- nstate
- Type: System..::..Int32On entry: if , then h02ce is calling qphx for the first time on a sub-problem. This parameter setting allows you to save computation time if certain data must be read or calculated only once.If , then h02ce is calling qphx for the last time. This parameter setting allows you to perform some additional computation on the final sub-problem solution. In general, the last call to qphx is made with (see []).Otherwise, .
- ncolh
- Type: System..::..Int32
- x
- Type: array<System..::..Double>[]()[][]On entry: the first ncolh elements of the vector .
- hx
- Type: array<System..::..Double>[]()[][]On exit: the product .