#include "bsta_gaussian_sphere.h"
#include <vcl_cassert.h>
#include <vcl_limits.h>
#include <vnl/vnl_erf.h>
Go to the source code of this file.
Classes | |
struct | bsta_gaussian_sphere_compute_probability_box< T, vector_, n, index > |
Unrol the compute probability calculation. More... | |
struct | bsta_gaussian_sphere_compute_probability_box< T, vector_, n, 0 > |
base case. More... | |
struct | bsta_gaussian_sphere_compute_probability_box< T, vector_, 1, 0 > |
base case. More... | |
struct | var_from_dist< T, vector_, n, index > |
Unrol the sampling calculation. More... | |
struct | var_from_dist< T, vector_, n, 0 > |
base case. More... | |
struct | var_from_dist< T, vector_, 1, 0 > |
base case. More... | |
Defines | |
#define | bsta_gaussian_sphere_txx_ |
#define | BSTA_GAUSSIAN_SPHERE_INSTANTIATE(T, n) template class bsta_gaussian_sphere<T,n > |
Definition in file bsta_gaussian_sphere.txx.
#define BSTA_GAUSSIAN_SPHERE_INSTANTIATE | ( | T, | |
n | |||
) | template class bsta_gaussian_sphere<T,n > |
Definition at line 214 of file bsta_gaussian_sphere.txx.
#define bsta_gaussian_sphere_txx_ |
Definition at line 3 of file bsta_gaussian_sphere.txx.