NAME
Matrix_vector_vector - Type for an array of arrays of matrices
SYNOPSIS
#include "m/m_mat_vector.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 Matrix_vector_vector
{
int length;
Matrix_vector **elements;
}
Matrix_vector_vector;
DESCRIPTION
This type is used in the KJB library for arrays of arrays of 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
Matrix_vector