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: ILNumericsBaseArraySByte
Input matrix. 
Return Value
Type: RetArraySByteArray of the same size and type as A having the columns flipped.
Remarks
This function is an alias for flip(BaseArraySByte, 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(BaseArraySByte, Int32)
MathInternal.flipud(BaseArraySByte)