ILNumerics Ultimate VS

ILMathfliplr Method (BaseArrayInt64)

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<long> fliplr(
	BaseArray<long> A
)

Parameters

A
Type: ILNumericsBaseArrayInt64
Input matrix.

Return Value

Type: RetArrayInt64
Array of the same size and type as A having the columns flipped.
Remarks

This function is an alias for flip(BaseArrayInt64, 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(BaseArrayInt64, Int32)
MathInternal.flipud(BaseArrayInt64)