[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

The type vector_t

datatype: vector_t
 
typedef pkint_t* vector_t;
A vector is a C array of elements of type pkint_t. You access to the kth element of the array q with q[k].



This document was generated on October, 27 2006 using texi2html