Static Public Member Functions
bsta_gaussian_fitness< bsta_gaussian_sphere< T, n > > Struct Template Reference

Used to sort a mixture of gaussians in decreasing order of fitness. More...

#include <bsta_gaussian_stats.h>

List of all members.

Static Public Member Functions

static bool order (const bsta_gaussian_sphere< T, n > &d1, const T &w1, const bsta_gaussian_sphere< T, n > &d2, const T &w2)

Detailed Description

template<class T, unsigned n>
struct bsta_gaussian_fitness< bsta_gaussian_sphere< T, n > >

Used to sort a mixture of gaussians in decreasing order of fitness.

Partial specialization optimized for the spherical case

Definition at line 87 of file bsta_gaussian_stats.h.


Member Function Documentation

template<class T , unsigned n>
static bool bsta_gaussian_fitness< bsta_gaussian_sphere< T, n > >::order ( const bsta_gaussian_sphere< T, n > &  d1,
const T &  w1,
const bsta_gaussian_sphere< T, n > &  d2,
const T &  w2 
) [inline, static]

Definition at line 89 of file bsta_gaussian_stats.h.


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