Mat_Free

 

Free all memory used by a matrix.

 

 

Syntax

 

void  Mat_Free(

          int y,

          void **pt

) ;

 

 

Parameters

 

y

number of rows.

 

pt

pointer to the matrix to free.

 

 

 

Return value

 

This function does not return anything.

 

 

Remarks

 

 

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

 

Library:

          sliceO_Structures.lib

 

 

 

Example

 

 

 

See also