#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
ARMat * | arMatrixAlloc (int row, int clm) |
creates a new matrix. |
ARMat* arMatrixAlloc | ( | int | row, |
int | clm | ||
) |
creates a new matrix.
Allocate and initialize a new matrix structure. XXXBK initializing ?? to 0 m ??
row | number of line |
clm | number of column |
Definition at line 22 of file backup/lib/SRC/AR/mAlloc.c.