NAME
Int_vector - Integer list type
SYNOPSIS
#include "l/l_int_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 Int_vector
{
int length;
int max_length;
int *elements;
}
Int_vector;
DESCRIPTION
This type is the int_vector type for the KJB library
SEEALSO
get_target_int_vector, ra_get_target_int_vector, free_int_vector
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_vector_vector
,
Int_v_v_v