[Missing <summary> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

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

[Missing <param name="n"/> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

jthcol
Type: System..::..Int32

[Missing <param name="jthcol"/> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

h
Type: array<System..::..Double,2>[,](,)[,][,]

[Missing <param name="h"/> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

x
Type: array<System..::..Double>[]()[][]

[Missing <param name="x"/> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

hx
Type: array<System..::..Double>[]()[][]

[Missing <param name="hx"/> documentation for "M:NagLibrary.H.h02cbv(System.Int32,System.Int32,System.Double[0:,0:],System.Double[],System.Double[],NagLibrary.H.h02cbOptions)"]

options
Type: NagLibrary..::..H..::..h02cbOptions
An Object of type H.h02cbvOptions. Used to configure optional parameters to this method.

See Also