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.9 2003/05/09

See Also

MAdAllocMat


Main Index libtsp