ARVec Struct Reference
vector structure.
More...
#include <matrix.h>
|
Data Fields |
double * | v |
int | clm |
Detailed Description
vector structure.
The vector format is :
<---- clm --->
[ 10 20 30 ]
Defined the structure of the vector type based on a dynamic allocation.
- Parameters:
-
| m | content of vector |
| clm | number of column in matrix |
The documentation for this struct was generated from the following file:
Generated with Doxygen
Copyright © 2004-2006. HIT Lab NZ. All Rights Reserved.