ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array of the same size and type as A having the columns flipped.
Flips the order of the columns of matrix A, i.e.: works along dimension #1.
[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: ILNumericsBaseArrayUInt64
Input matrix.
Return Value
Type: RetArrayUInt64Array of the same size and type as A having the columns flipped.
Remarks
This function is an alias for flip(BaseArrayUInt64, Int32) with a dim argument of 0.
This function may works inplace and may returns the same instance of A.
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.flip(BaseArrayUInt64, Int32)
MathInternal.flipud(BaseArrayUInt64)