NAME

Vector - Vector type

SYNOPSIS

#include "m/m_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 Vector
{
	int length;
	int max_length;
	double *elements;
}
Vector;

DESCRIPTION

This type is the vector type for the KJB library and is used by many routines.

SEEALSO

free_vector, get_target_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

Vector_vector , V_v_v , V_v_v_v , Indexed_vector_element , Indexed_vector