Extract the indexes of the nb_samples highest values of a vector Be carefull, this function is extracting the indexes as, the way it is used, it doesn't not to which sample a vector index corresponds. More...
#include <ukf_samples.h>
Static Public Member Functions | |
static void | generateSample (gsl_vector *v, gsl_vector *indexes_samples, unsigned int nb_samples) |
Extract the indexes of the nb_samples highest values of a vector Be carefull, this function is extracting the indexes as, the way it is used, it doesn't not to which sample a vector index corresponds.
|
inlinestatic |