man wnmmk (Fonctions bibliothèques) - make matrix
NAME
wn_make_mat, wn_free_mat - make matrix
SYNOPSIS
#include <wn/wnmat.h> wn_make_mat(double ***pmat,int len_i,int len_j) wn_free_mat(double **mat,int len_i,int len_j)
DESCRIPTION
These routines allocate and free memory for matrixes (from the current memory group). The allocate routine initializes the contents to zero.
SEE ALSO
wnmem
AUTHOR
Will Naylor