#include <stdio.h>
#include <malloc.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
ARVec * | arVecAlloc (int clm) |
creates a new vector. |
ARVec* arVecAlloc | ( | int | clm | ) |
creates a new vector.
Allocates and initializes new vector structure.
clm | dimension of vector |
Definition at line 22 of file backup/lib/SRC/AR/vAlloc.c.