NAME

free_matrix_vector_vector - Frees the storage in a matrix vector vector

SYNOPSIS

#include "m/m_mat_vector.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_vector_vector(Matrix_vector_vector *mvvp);

DESCRIPTION

This routine frees the storage in a matrix vector vector object.

RETURNS

On error, this routine returns NULL, with an error message being set. On success it returns a pointer to the array.

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_target_matrix_vector , free_matrix_vector , count_non_null_matrix_vector_matrices , matrix_vectors_are_comparable , get_target_matrix_vector_vector , interleave_matrix_rows , interleave_matrix_cols , concat_matrices_vertically , get_matrix_from_matrix_vector , get_matrix_from_matrix_vector_with_col_selection , get_matrix_vector_from_matrix , get_matrix_vector_from_matrix_2 , allocate_2D_mp_array , free_2D_mp_array , free_2D_mp_array_and_matrices