vecreg must evaluate the limits of integration in any dimension for a set of points.
Syntax
C# |
---|
public delegate void D01GD_VECREG( int ndim, double[,] x, int j, double[] c, double[] d, int m ) |
Visual Basic |
---|
Public Delegate Sub D01GD_VECREG ( _ ndim As Integer, _ x As Double(,), _ j As Integer, _ c As Double(), _ d As Double(), _ m As Integer _ ) |
Visual C++ |
---|
public delegate void D01GD_VECREG( int ndim, array<double,2>^ x, int j, array<double>^ c, array<double>^ d, int m ) |
F# |
---|
type D01GD_VECREG = delegate of ndim : int * x : float[,] * j : int * c : float[] * d : float[] * m : int -> unit |
Parameters
- ndim
- Type: System..::..Int32On entry: , the number of dimensions of the integral.
- x
- Type: array<System..::..Double,2>[,](,)[,][,]On entry: for , , contain the current values of the first coordinates of the th point, which may be used if necessary in calculating the values of and .
- j
- Type: System..::..Int32On entry: the index for which the limits of the range of integration are required.
- c
- Type: array<System..::..Double>[]()[][]On exit: must be set to the lower limit of the range for , for .
- d
- Type: array<System..::..Double>[]()[][]On exit: must be set to the upper limit of the range for , for .
- m
- Type: System..::..Int32On entry: the number of points at which the limits of integration must be specified.