CVR-Lib last update 20 Sep 2009

cvr::normalDistribution::normalDistribution::shadows< T > Struct Template Reference

Simple structure to shadow the parameters and precomputations. More...

#include <cvrNormalDistribution.h>

Inheritance diagram for cvr::normalDistribution::normalDistribution::shadows< T >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 shadows ()

Public Attributes

sigma
mu
precomputed
bool precomputationAvailable
norm


Detailed Description

template<typename T>
struct cvr::normalDistribution::shadows< T >

Simple structure to shadow the parameters and precomputations.

The template type has to be float or double


Constructor & Destructor Documentation

template<typename T>
cvr::normalDistribution::normalDistribution::shadows< T >::shadows (  ) 

Default constructor.


Member Data Documentation

template<typename T>
T cvr::normalDistribution::normalDistribution::shadows< T >::mu

Shadow of the parameters.mean;.

template<typename T>
T cvr::normalDistribution::normalDistribution::shadows< T >::norm

Normalization constant.

template<typename T>
bool cvr::normalDistribution::normalDistribution::shadows< T >::precomputationAvailable

Flag to indicate if a precomputation is available.

template<typename T>
T cvr::normalDistribution::normalDistribution::shadows< T >::precomputed

Precomputed value.

template<typename T>
T cvr::normalDistribution::normalDistribution::shadows< T >::sigma

Shadow of the parameters.sigma;.


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

Generated on Sun Sep 20 22:09:01 2009 for CVR-Lib by Doxygen 1.5.8