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 Copyright (C) 1996 / Revision 1.8 1996/05/06

See Also

MAfAllocMat


Main Index libtsp