#include <RandomVector.hpp>
|
| using | Sample = std::vector< double > |
| |
| using | Size = Sample::size_type |
| |
◆ Sample
◆ Size
◆ RandomVector() [1/3]
| Opm::RandomVector::RandomVector |
( |
| ) |
|
◆ ~RandomVector()
| Opm::RandomVector::~RandomVector |
( |
| ) |
|
◆ RandomVector() [2/3]
◆ RandomVector() [3/3]
◆ index()
| std::vector< int > Opm::RandomVector::index |
( |
const Size |
n, |
|
|
const int |
maxIdx |
|
) |
| |
◆ normal()
| Sample Opm::RandomVector::normal |
( |
const Size |
n, |
|
|
const double |
mean = 0.0, |
|
|
const double |
stdev = 1.0 |
|
) |
| |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: