ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
simplex_downhill.h File Reference

Go to the source code of this file.

Namespaces

 flann
 

Functions

template<typename T >
void flann::addValue (int pos, float val, float *vals, T *point, T *points, int n)
 
template<typename T , typename F >
float flann::optimizeSimplexDownhill (T *points, int n, F func, float *vals=NULL)