#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.
itpp::Rice_RNG::Rice_RNG | ( | double | sigma = 1.0 , |
|
double | _s = 1.0 | |||
) |
void itpp::Rice_RNG::setup | ( | double | sigma, | |
double | _s | |||
) | [inline] |
Set sigma, and s.
Definition at line 662 of file random.h.
Referenced by itpp::randrice(), and Rice_RNG().
void itpp::Rice_RNG::get_setup | ( | double & | sigma, | |
double & | _s | |||
) | [inline] |
double itpp::Rice_RNG::operator() | ( | ) | [inline] |
vec itpp::Rice_RNG::operator() | ( | int | n | ) |
mat itpp::Rice_RNG::operator() | ( | int | h, | |
int | w | |||
) |
Generated on Fri Jun 8 01:07:23 2007 for IT++ by Doxygen 1.5.2