NAME
free_2D_double_array - Frees an array from allocate_2D_double_array
SYNOPSIS
#include "l/l_2D_arr.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
void free_2D_double_array(double **array);
DESCRIPTION
This routine frees the storage obtained from allocate_2D_double_array. If
the argument is NULL, then this routine returns safely without doing
anything.
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
allocate_2D_byte_array
,
free_2D_byte_array
,
allocate_2D_short_array
,
free_2D_short_array
,
allocate_2D_int_array
,
free_2D_int_array
,
allocate_2D_long_array
,
free_2D_long_array
,
allocate_2D_float_array
,
free_2D_float_array
,
allocate_2D_double_array
,
allocate_2D_ptr_array
,
free_2D_ptr_array