#include <itpp/base/random.h>
Public Member Functions | |
Rice_RNG (double sigma=1.0, double _s=1.0) | |
Constructor. Set sigma, and s. | |
void | setup (double sigma, double _s) |
Set sigma, and s. | |
void | get_setup (double &sigma, double &_s) |
Get parameters. | |
double | operator() () |
Get one sample. | |
vec | operator() (int n) |
Get a sample vector. | |
mat | operator() (int h, int w) |
Get a sample matrix. |
Definition at line 657 of file random.h.
|
Constructor. Set sigma, and s.
Definition at line 439 of file random.cpp. References setup(). |
|
Set sigma, and s.
Definition at line 662 of file random.h. Referenced by Rice_RNG(). |
|
Get parameters.
|
|
Get one sample.
|
|
Get a sample vector.
Definition at line 444 of file random.cpp. |
|
Get a sample matrix.
Definition at line 454 of file random.cpp. |
Generated on Fri Jan 11 08:51:42 2008 for IT++ by Doxygen 1.3.9.1