vector structure. More...
#include <matrix.h>
Public Attributes | |
int | clm |
double * | v |
vector structure.
The vector format is :
<---- clm --->
[ 10 20 30 ]
Defined the structure of the vector type based on a dynamic allocation.
m | content of vector | |
clm | number of column in matrix |
Definition at line 89 of file matrix.h.
int ARVec::clm |