PSMTXReorder

C Specification

#include <revolution/mtx.h>
void PSMTXReorder ( const Mtx src, ROMtx dest );

Arguments

src Source matrix
dest Destination matrix. Note: The type is ROMtx, which prevents the use of reordered matrices in functions that cannot use them.

Return Values

None.

Description

Creates a column-major matrix dest from row-major matrix src. Reordered matrices are computationally more friendly to the processor's paired single instruction set.

This function takes approximately 15 cycles.

See Also

ROMtx, ROMtxPtr, Vec, VecPtr, PSMTXROMultVecArray

Revision History

2006/03/01 Initial version.


CONFIDENTIAL