NAME

Lut - Lut type

SYNOPSIS

#include "m/m_lut.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


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.

RELATED

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

DOCUMENTER

Kobus Barnard