#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arMatrixTrans (ARMat *dest, ARMat *source) |
transposes a matrix. |
int arMatrixTrans | ( | ARMat * | dest, |
ARMat * | source | ||
) |
transposes a matrix.
Transposes a matrix. The destination matrix must be allocated (the source matrix is unmodified).
dest | the destination matrix of the copy |
source | the source matrix |
Definition at line 16 of file backup/lib/SRC/AR/mTrans.c.