mAlloc.c File Reference
#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Function Documentation
ARMat* arMatrixAlloc |
( |
int |
row, |
|
|
int |
clm | |
|
) |
| | |
creates a new matrix.
Allocate and initialize a new matrix structure. XXXBK initializing ?? to 0 m ??
- Parameters:
-
| row | number of line |
| clm | number of column |
- Returns:
- the matrix structure, NULL if allocation is impossible
Definition at line 22 of file mAlloc.c.