25 :
Sampler(parameters), _data(getParam<RealEigenMatrix>(
"matrix"))
36 "Input matrix changed the number of columns from ",
50 mooseAssert(
static_cast<Real
>(row_index) <
static_cast<Real
>(
_data.rows()),
51 "row_index cannot be out of bounds of the data.");
52 mooseAssert(
static_cast<Real
>(col_index) <
static_cast<Real
>(
_data.cols()),
53 "col_index cannot be out of bounds of the data.");
55 return _data(row_index, col_index);
void paramError(const std::string ¶m, Args... args) const
void setNumberOfCols(dof_id_type n_cols)
dof_id_type getNumberOfRows() const
static InputParameters validParams()
dof_id_type getNumberOfCols() const
void setNumberOfRows(dof_id_type n_rows)