NAME

V_v_v_v - Vector of V_v_v's

SYNOPSIS

#include "m/m_vector.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


typedef struct V_v_v_v
{
	int length;
	V_v_v **elements;
}
V_v_v_v;

DESCRIPTION

A type which implements a vector of V_v_v's, or if you like a vector of vectors of vectors of vectors. Any more levels should probably be done as a generic object for arbitrary number of levels. However, this structure is ocasionaly useful and is currently used in the clustering code.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

Vector , Vector_vector , V_v_v , Indexed_vector_element , Indexed_vector , get_1D_dp_array_from_vector