void vector_int::calloc ( size_t  n ) [private]

Function that does the same as alloc with calloc.

Parameters:
n: number of entries in vector

From GSL manual : This function allocates memory for a vector of length n and initializes all the elements of the vector to zero.

All Classes Files Functions Variables Typedefs Friends Defines