#include <itpp/base/random.h>
Public Member Functions | |
| Rayleigh_RNG (double sigma=1.0) | |
| Constructor. Set sigma. | |
| void | setup (double sigma) |
| Set sigma. | |
| double | get_setup () |
| Get sigma. | |
| 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 628 of file random.h.
| itpp::Rayleigh_RNG::Rayleigh_RNG | ( | double | sigma = 1.0 |
) |
| void itpp::Rayleigh_RNG::setup | ( | double | sigma | ) | [inline] |
Set sigma.
Definition at line 634 of file random.h.
Referenced by itpp::randray(), and Rayleigh_RNG().
| double itpp::Rayleigh_RNG::get_setup | ( | ) | [inline] |
| double itpp::Rayleigh_RNG::operator() | ( | ) | [inline] |
| vec itpp::Rayleigh_RNG::operator() | ( | int | n | ) |
| mat itpp::Rayleigh_RNG::operator() | ( | int | h, | |
| int | w | |||
| ) |
Generated on Wed Apr 18 11:23:40 2007 for IT++ by Doxygen 1.5.2