PSMTXReorder

Syntax

#include <revolution/mtx.h>

void PSMTXReorder ( const Mtx src, ROMtx dest );

Arguments

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.

Return Values

None.

Description

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.

See Also

ROMtx, ROMtxPtr, Vec, VecPtr, PSMTXROMultVecArray

Revision History

2006/03/01 Initial version.


CONFIDENTIAL