Searched refs:weight_func (Results 1 – 2 of 2) sorted by relevance
262 v->weight_func=weight; in vqgen_init()264 v->weight_func=_weight_null; in vqgen_init()382 float *ppt=v->weight_func(v,_point(v,i)); in vqgen_iterate()477 float *ppt=v->weight_func(v,_point(v,i)); in vqgen_iterate()
45 float *(*weight_func) (struct vqgen *v,float *point); member