NAME

V_v_v - Vector of Vector_vector'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
{
	int length;
	Vector_vector **elements;
}
V_v_v;

DESCRIPTION

A type which implements a vector of Vector_vector's, or if you like a vector of vectors of vectors. (More useful than you may guess).

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_v , Indexed_vector_element , Indexed_vector , get_1D_dp_array_from_vector