MxTranspose
- creates transpose of an input matrix

Matrix functions
(AmiBroker 60)


SYNTAX MxTranspose( matrix )
RETURNS Matrix
FUNCTION The function creates a transpose of an input matrix matrix. Transpose of a matrix is a new matrix whose rows are the columns of the original.
EXAMPLE
SEE ALSO Matrix() function , MxGetSize() function , MxIdentity() function

References:

The MxTranspose function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.