Go to the documentation of this file.
29 virtual Real
computeSample(dof_id_type row_index, dof_id_type col_index)
override;
virtual void sampleTearDown() override
const std::vector< DistributionName > & _distribution_names
Distribution names.
DenseMatrix< Real > _b_matrix
const dof_id_type _num_rows_per_matrix
The number of rows per matrix.
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
virtual void sampleSetUp() override
std::vector< Distribution const * > _distributions
Storage for distribution objects to be utilized.
SobolSampler(const InputParameters ¶meters)
DenseMatrix< Real > _a_matrix
static InputParameters validParams()
InputParameters validParams< SobolSampler >()
A class used to perform Monte Carlo Sampling.