reverse
|
The reverse function creates and returns a new Vector, which contains the
elements of the argument {obj} in reverse order. The argument {obj}
may be a proper List or a Vector. The reverse function creates and returns a new Matrix, which contains the
elements of the argument {obj} in reverse order. The argument {obj}
may be a proper List or a Matrix. The reverse function creates and returns a new NumMatrix, which contains the
elements of the argument {obj} in reverse order. The argument {obj}
may be a proper List or a NumMatrix. The reverse function creates and returns a new List, which contains the
elements of the argument {obj} in reverse order. The argument {obj}
may be a proper List or a Vector. Usage Use the reverse function reorganizes the elements in a Vector, Matrix or List
in reverse order. Note: Returns an error message if the Matrix is not of rank one. Use the reverse function reorganizes the elements in a Matrix
in reverse order. Note: Returns an error message if the NumMatrix is not of rank one. Use the reverse function reorganizes the elements in a NumMatrix
in reverse order.Matrix
NumMatrix
List
Matrix
NumMatrix
(reverse obj) Returns a Vector containing the elements in reverse order
(reverse obj) Returns a Matrix containing the elements in reverse order
(reverse obj) Returns a NumMatrix ontaining the elements in reverse order
(reverse obj) Returns a List containing the arguments reorganized in reverse order
Expression:
Arguments
Name
Type
Description Argument: obj Vector FltVector ShortVector IntVector NumVector ObjVector BitVector List
Must be a Vector or List.
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Matrix
Must be a Matrix
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj NumMatrix
Must be a NumMatrix
Returns:
Expression:
Arguments
Name
Type
Description Argument: obj Vector List
Must be a Vector or List.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
List | Vector | Matrix | NumMatrix |
FltVector | ShortVector | IntVector | NumVector |
ObjVector | BitVector |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|