ILNumerics.Net - numeric computing for .NET
create physical subarray from this referencing array and shift dimensions

Declaration Syntax
Private Function CreatePhysicalSubarrayFromReferenceSequentialShifted ( _
indices As ILArray(Of Double), _
shift As Integer _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromReferenceSequentialShifted(
ILArray<double>^ indices,
int shift
)

Parameters
- indices (ILArray<(Of <(Double>)>))
- sequential indices. may be of any size
- shift (Int32)
- number of dimensions to shift the result

Return Value
physical copy of elements addressed by indices.shape of shifted indices array
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)