NAME

find_constrained_hull_average - Not Described

SYNOPSIS

#include "h/h_ave.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 


int find_constrained_hull_average
(
	const Hull *hp,
	const Hull *constraint_hp,
	int (*map_fn)(Vector **,const Vector *),
	double (*weight_fn)(const Vector *),
	Vector **average_vpp,
	Vector **max_prod_vpp,
	Hull **result_hp_ptr
);

DESCRIPTION

Not Described

DISCLAIMER

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

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

approximate_hull_average , get_hull_CM_and_volume , find_weighted_hull_average