mDup.c File Reference
#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Function Documentation
copy a matrix
copy one matrix to another. The two ARMat must be allocated.
- Parameters:
-
| dest | the destination matrix of the copy |
| source | the original matrix source |
- Returns:
- 0 if success, -1 if error (matrix with different size)
Definition at line 16 of file mDup.c.