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 include/AR/matrix.h.
int ARVec::clm |
Definition at line 91 of file include/AR/matrix.h.
double * ARVec::v |
Definition at line 90 of file include/AR/matrix.h.