man wnvmk (Fonctions bibliothèques) - make vector
NAME
wn_make_vect, wn_free_vect - make vector
SYNOPSIS
#include <wn/wnvect.h> wn_make_vect(double &(vect[]),int len) wn_free_vect(double vect[],int len)
DESCRIPTION
These routines allocate and free memory for vectors. The allocate routine initializes the contents to zero.
SEE ALSO
wnmem
AUTHOR
Will Naylor