NAME

apply_lut_inverse - For now, we don't assume anything about the LUT, so we cannot even do

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 


int apply_lut_inverse
(
	const Lut *lut_ptr,
	double y,
	double *x_ptr
);

DESCRIPTION

interpolation. Perhaps different kinds of LUT's are in order? THIS ROUTINE MAKES NO SENSE IF THE LUT IS NOT MONTONIC!

SEE ALSO

create_lut , free_lut , get_target_lut , copy_lut , convert_lut , read_lut_from_config_file , read_lut , fp_read_lut , write_lut , fp_write_lut