#include <revolution/mtx.h>
void PSMTXReorder ( const Mtx src, ROMtx dest );
src |
Source matrix |
dest |
Destination matrix. Note: The type is ROMtx, which prevents the use of reordered matrices in functions that cannot use them. |
None.
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.
ROMtx, ROMtxPtr, Vec, VecPtr, PSMTXROMultVecArray
2006/03/01 Initial version.
CONFIDENTIAL