MAdFreeMat
Routine
-
void MAdFreeMat (double *A[])
Purpose
-
Free an allocated double matrix
Description
This routine frees the space occupied by a double matrix. This routine frees
up space allocated by routine MAdAllocMat.
Parameters
-
-> double *A[]
-
Pointer to an array of row pointers. If A is NULL, no action is taken.
Author / revision
P. Kabal
/ Revision 1.8 1999/06/04
See Also
MAdAllocMat
Main Index libtsp