| adaptive_ | ROL::MonteCarloGenerator< Real > | private |
| barrier(void) const | ROL::SampleGenerator< Real > | inline |
| batchID(void) const | ROL::SampleGenerator< Real > | inline |
| begin_ | ROL::SampleGenerator< Real > | private |
| bman_ | ROL::SampleGenerator< Real > | private |
| broadcast(Real *input, int cnt, int root) const | ROL::SampleGenerator< Real > | inline |
| computeError(std::vector< Real > &vals) override | ROL::MonteCarloGenerator< Real > | virtual |
| computeError(std::vector< Ptr< Vector< Real > > > &vals, const Vector< Real > &x) override | ROL::MonteCarloGenerator< Real > | |
| ROL::SampleGenerator::computeError(std::vector< ROL::Ptr< Vector< Real > > > &vals, const Vector< Real > &x) | ROL::SampleGenerator< Real > | inlinevirtual |
| data_ | ROL::MonteCarloGenerator< Real > | private |
| dist_ | ROL::MonteCarloGenerator< Real > | private |
| getBatchManager(void) const | ROL::SampleGenerator< Real > | inline |
| getMyPoint(const int i) const | ROL::SampleGenerator< Real > | inlinevirtual |
| getMyWeight(const int i) const | ROL::SampleGenerator< Real > | inlinevirtual |
| ierf(Real input) const | ROL::MonteCarloGenerator< Real > | private |
| MonteCarloGenerator(int nSamp, const std::vector< Ptr< Distribution< Real > > > &dist, const Ptr< BatchManager< Real > > &bman, bool use_SA=false, bool adaptive=false, int numNewSamps=0, int seed=123454321) | ROL::MonteCarloGenerator< Real > | |
| MonteCarloGenerator(int nSamp, std::vector< std::vector< Real > > &bounds, const Ptr< BatchManager< Real > > &bman, bool use_SA=false, bool adaptive=false, int numNewSamps=0, int seed=123454321) | ROL::MonteCarloGenerator< Real > | |
| MonteCarloGenerator(int nSamp, const std::vector< Real > &mean, const std::vector< Real > &std, const Ptr< BatchManager< Real > > &bman, bool use_SA=false, bool adaptive=false, int numNewSamps=0, int seed=123454321) | ROL::MonteCarloGenerator< Real > | |
| nSamp_ | ROL::MonteCarloGenerator< Real > | private |
| numBatches(void) const | ROL::SampleGenerator< Real > | inline |
| numGlobalSamples(void) const override | ROL::MonteCarloGenerator< Real > | virtual |
| numMySamples(void) const | ROL::SampleGenerator< Real > | inlinevirtual |
| numNewSamps_ | ROL::MonteCarloGenerator< Real > | private |
| points_ | ROL::SampleGenerator< Real > | private |
| print(const std::string &filename="samples", const int prec=12) const | ROL::SampleGenerator< Real > | inline |
| random(void) const | ROL::MonteCarloGenerator< Real > | private |
| refine(void) override | ROL::MonteCarloGenerator< Real > | virtual |
| sample(int nSamp, bool store=true, bool refine=false) | ROL::MonteCarloGenerator< Real > | private |
| SampleGenerator(const ROL::Ptr< BatchManager< Real > > &bman) | ROL::SampleGenerator< Real > | inline |
| SampleGenerator(const SampleGenerator< Real > &sampler) | ROL::SampleGenerator< Real > | inline |
| seed_ | ROL::MonteCarloGenerator< Real > | private |
| setPoints(std::vector< std::vector< Real > > &p) | ROL::SampleGenerator< Real > | inlineprotected |
| setSamples(bool inConstructor=false) | ROL::SampleGenerator< Real > | inlinevirtual |
| setWeights(std::vector< Real > &w) | ROL::SampleGenerator< Real > | inlineprotected |
| start(void) | ROL::SampleGenerator< Real > | inlinevirtual |
| sum_ng2_ | ROL::MonteCarloGenerator< Real > | private |
| sum_ng_ | ROL::MonteCarloGenerator< Real > | private |
| sum_val2_ | ROL::MonteCarloGenerator< Real > | private |
| sum_val_ | ROL::MonteCarloGenerator< Real > | private |
| sumAll(Real *input, Real *output, int dim) const | ROL::SampleGenerator< Real > | inline |
| sumAll(Vector< Real > &input, Vector< Real > &output) const | ROL::SampleGenerator< Real > | inline |
| update(const Vector< Real > &x) override | ROL::MonteCarloGenerator< Real > | virtual |
| use_normal_ | ROL::MonteCarloGenerator< Real > | private |
| use_SA_ | ROL::MonteCarloGenerator< Real > | private |
| useDist_ | ROL::MonteCarloGenerator< Real > | private |
| weights_ | ROL::SampleGenerator< Real > | private |
| ~SampleGenerator() | ROL::SampleGenerator< Real > | inlinevirtual |