#include <stdio.h>#include <math.h>#include <malloc.h>#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
| ARMat * | arMatrixAllocDup (ARMat *source) |
| dumps a new matrix | |
dumps a new matrix
Allocates and recopy the original source matrix.
| source | the source matrix to copy |
Definition at line 22 of file mAllocDup.c.