vAlloc.c File Reference
#include <stdio.h>
#include <malloc.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Function Documentation
ARVec* arVecAlloc |
( |
int |
clm |
) |
|
creates a new vector.
Allocates and initializes new vector structure.
- Parameters:
-
- Returns:
- the allocated vector, NULL if error (impossible allocation)
Definition at line 22 of file vAlloc.c.