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 Copyright (C) 1996
/ Revision 1.7 1996/05/06
See Also
MAdAllocMat
Main Index libtsp