ILNumerics.Net - numeric computing for .NET
create reference from sequential indices and shift dimensions

Declaration Syntax
Private Function CreateReferenceSubarrayFromArraySequentialShifted ( _
indices As ILArray(Of Double), _
shift As Integer _
) As ILArray(Of BaseT)

Parameters
- indices (ILArray<(Of <(Double>)>))
- array of vector size
- shift (Int32)
- number of dimensions to shift the result

Return Value
Referencing ILArray vector pointing to this ILArray's elements

Remarks
Make sure indices is vector have not more than 2 dimensions and all
values in indices fit inside my array! Only the first 2 dimensions
will be recognized! No Exception will be thrown!
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)