NAME

Lut - Lut type

SYNOPSIS

#include "m/m_lut.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 Lut
{
	Vector *lut_vp;
	double step;
	double offset;
}
Lut;

PARAMETERS

double step
Very often a parameter, so just use double.
double offset
Very often a parameter, so just use double.

DESCRIPTION

This type is the lookup table type for the KJB library.

SEEALSO

create_lut, free_lut, get_target_lut

DISCLAIMER

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

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard