#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
ARMat * | arMatrixAllocTrans (ARMat *source) |
transposes a matrix with allocation. |
ARMat* arMatrixAllocTrans | ( | ARMat * | source | ) |
transposes a matrix with allocation.
transposes a matrix and copy the result in a new allocate matrix (the source matrix is unmodified).
source | the matrix to transpose |
Definition at line 21 of file backup/lib/SRC/AR/mAllocTrans.c.