The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Free


Unit:SDL_matrix
Class:TMatrix, TIntMatrix, TMat3D
Declaration:procedure Free;

The Free method destroys the instance and frees its associated memory. Free is successful even if the instance pointer is NIL. Thus, if the object has never been initialized, calling Free won't result in an error.

Hint: Normally, you need not call Free by yourself, since the owner of the component (usually a form) does this automatically.

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): covar, invmat



Last Update: 2023-Feb-06