MAfFreeMat
Routine
-
void MAfFreeMat (float *A[])
Purpose
-
Free an allocated float matrix
Description
This routine frees the space occupied by a float matrix. This routine frees
up space allocated by routine MAfAllocMat.
Parameters
-
-> float *A[]
-
Pointer to an array of row pointers. If A is NULL, no action is taken.
Author / revision
P. Kabal
/ Revision 1.10 2003/05/09
See Also
MAfAllocMat
Main Index libtsp