NAME

Int_vector_matrix - Type for an 2D array of integer vectors

SYNOPSIS

#include "l/l_int_matrix.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 Int_vector_matrix
{
	int num_rows;
	int num_cols;
	Int_vector ***elements;
}
Int_vector_matrix;

DESCRIPTION

This type is used in the KJB library for 2D arrays of integer vectors.

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

Int_matrix , Int_matrix_vector , same_int_matrix_dimensions , Int_matrix_vector_vector , verify_non_negative_int_matrix