NAG supplied callback for h02cbf.
Syntax
C# |
---|
public static void h02cbv( int n, int jthcol, double[,] h, double[] x, double[] hx, H..::..h02cbOptions options ) |
Visual Basic |
---|
Public Shared Sub h02cbv ( _ n As Integer, _ jthcol As Integer, _ h As Double(,), _ x As Double(), _ hx As Double(), _ options As H..::..h02cbOptions _ ) |
Visual C++ |
---|
public: static void h02cbv( int n, int jthcol, array<double,2>^ h, array<double>^ x, array<double>^ hx, H..::..h02cbOptions^ options ) |
F# |
---|
static member h02cbv : n : int * jthcol : int * h : float[,] * x : float[] * hx : float[] * options : H..::..h02cbOptions -> unit |
Parameters
- n
- Type: System..::..Int32
n
- jthcol
- Type: System..::..Int32
jthcol
- h
- Type: array<System..::..Double,2>[,](,)[,][,]
h
- x
- Type: array<System..::..Double>[]()[][]
x
- hx
- Type: array<System..::..Double>[]()[][]
hx
- options
- Type: NagLibrary..::..H..::..h02cbOptions
options