NAME
free_matrix - Frees a the space associated with a matrix.
SYNOPSIS
#include "m/m_matrix.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
void free_matrix(Matrix *mp);
DESCRIPTION
This routine frees the storage associated with a matrix obtained from
create_vector (perhaps indirectrly). If the argument is NULL, then this
routine returns safely without doing anything.
SEEALSO
Matrix
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
get_zero_matrix
,
get_unity_matrix
,
get_initialized_matrix
,
get_target_matrix
,
get_identity_matrix
,
ow_zero_matrix
,
ow_set_matrix
,
get_diagonal_matrix
,
get_random_matrix
,
get_random_matrix_2