]> AND Private Git Repository - lniv_gpu.git/blob - lib_alloc.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
version opérationnelle
[lniv_gpu.git] / lib_alloc.h
1
2 int **new_matrix_int(int i_dim, int j_dim) ;
3 unsigned short **new_matrix_ushort(int i_dim, int j_dim) ;
4 void del_matrix_int(int **image, int i_dim) ;
5
6