#include <revolution/mtx.h> void PSMTXReorder ( const Mtx src, ROMtx dest );
| src | Source matrix |
|---|---|
| dest | Destination matrix. Note that this is of type ROMtx, which prevents the use of reordered matrices in functions that cannot use this type. |
None.
Creates a column-major matrix, dest, from a row-major matrix, src. Reordered matrices are computationally more friendly to the processor's paired single instruction set.
This function takes approximately 15 cycles.
ROMtx, ROMtxPtr, Vec, VecPtr, PSMTXROMultVecArray
2006/03/01 Initial version.
CONFIDENTIAL