MIRA
|
#include <math/NormalRandomGenerator.h>
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 > | |
T | operator() (Engine &eng) |
typedef T input_type |
typedef T result_type |
typedef T VarianceType |
|
inline |
|
inline |
|
inline |
Sets the specified covariance matrix.
|
inline |