easykf-2.04
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
List of all members | Static Public Member Functions
ukf::samples::MaximumIndexes_2D Class Reference

Extract the indexes of the nb_samples highest values of a matrix 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_matrix *m, gsl_vector *indexes_samples, unsigned int nb_samples)
 

Detailed Description

Extract the indexes of the nb_samples highest values of a matrix 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.

Member Function Documentation

static void ukf::samples::MaximumIndexes_2D::generateSample ( gsl_matrix *  m,
gsl_vector *  indexes_samples,
unsigned int  nb_samples 
)
inlinestatic

The documentation for this class was generated from the following file: