MIRA
Public Types | Public Member Functions | List of all members
NormalRandomDistribution< 1, T > Class Template Reference

#include <math/NormalRandomGenerator.h>

Inheritance diagram for NormalRandomDistribution< 1, T >:
Inheritance graph
[legend]

Public Types

typedef T input_type
 
typedef T result_type
 
typedef T VarianceType
 

Public Member Functions

 NormalRandomDistribution ()
 
 NormalRandomDistribution (T sigma)
 
void setSigma (T sigma)
 Sets the specified covariance matrix. More...
 
template<typename Engine >
operator() (Engine &eng)
 

Member Typedef Documentation

◆ input_type

typedef T input_type

◆ result_type

typedef T result_type

◆ VarianceType

typedef T VarianceType

Constructor & Destructor Documentation

◆ NormalRandomDistribution() [1/2]

◆ NormalRandomDistribution() [2/2]

NormalRandomDistribution ( sigma)
inline

Member Function Documentation

◆ setSigma()

void setSigma ( sigma)
inline

Sets the specified covariance matrix.

◆ operator()()

T operator() ( Engine &  eng)
inline

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