NAME
Int_matrix_vector - Type for an array of integer matrices
SYNOPSIS
#include "l/l_int_matrix.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
typedef struct Int_matrix_vector
{
int length;
Int_matrix **elements;
}
Int_matrix_vector;
DESCRIPTION
This type is used in the KJB library for arrays of integer matrices.
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
Int_matrix
,
Int_vector_matrix
,
same_int_matrix_dimensions
,
verify_non_negative_int_matrix