ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New array with the same shape as A.
Flips elements of A along the specified dimension.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsBaseArrayUInt32
Input array. - dim (Optional)
- Type: SystemInt32
[Optional] Index of the working dimension or -1 for determining the working dimension automatically (default).
Return Value
Type: RetArrayUInt32New array with the same shape as A.
Remarks
The working dimension for dim = -1 depends on the value of ArrayStyle. For numpy style it starts with the last dimension to search for a non-singleton dimension. For ILNumericsV4 the search starts with the first dimension (index #0).
This method is implemented for all common numeric element types, including complex and logical arrays.
This function may works inplace and may returns the same instance of A.
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.fliplr(BaseArrayUInt32)
MathInternal.flipud(BaseArrayUInt32)