ILNumerics Ultimate VS

ILMathfliplr Method (BaseArraySByte)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static RetArray<sbyte> fliplr(
	BaseArray<sbyte> A
)

Parameters

A
Type: ILNumericsBaseArraySByte
Input matrix.

Return Value

Type: RetArraySByte
Array 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)