NAME

Int_matrix_vector_vector - Type for an array of arrays of integer matrices

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_matrix_vector_vector
{
	int length;
	Int_matrix_vector **elements;
}
Int_matrix_vector_vector;

DESCRIPTION

This type is used in the KJB library for arrays of arrays of integer matrices.

DISCLAIMER

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

AUTHOR

Kobus Barnard, Ernesto Brau

DOCUMENTER

Ernesto Brau

SEE ALSO

Int_matrix , Int_matrix_vector , Int_vector_matrix , same_int_matrix_dimensions , verify_non_negative_int_matrix