ILNumerics.Net - numeric computing for .NET
create physical copy from this physical array

Declaration Syntax
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequential(
ILArray<uint> indices
)
Private Function CreatePhysicalSubarrayFromPhysicalSequential ( _
indices As ILArray(Of UInteger) _
) As ILArray(Of BaseT)

Parameters
- indices (ILArray<(Of <(UInt32>)>))
- sequential indices. may be of any size

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